.bootstrap-container {
  /*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
  /*# sourceMappingURL=bootstrap.css.map */ }

.bootstrap-container :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: #007bff;
  --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, "Noto Sans", 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; }

.bootstrap-container *,
.bootstrap-container *::before,
.bootstrap-container *::after {
  box-sizing: border-box; }

.bootstrap-container html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.bootstrap-container article,
.bootstrap-container aside,
.bootstrap-container figcaption,
.bootstrap-container figure,
.bootstrap-container footer,
.bootstrap-container header,
.bootstrap-container hgroup,
.bootstrap-container main,
.bootstrap-container nav,
.bootstrap-container section {
  display: block; }

.bootstrap-container body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

.bootstrap-container [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

.bootstrap-container hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.bootstrap-container h1,
.bootstrap-container h2,
.bootstrap-container h3,
.bootstrap-container h4,
.bootstrap-container h5,
.bootstrap-container h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

.bootstrap-container p {
  margin-top: 0;
  margin-bottom: 1rem; }

.bootstrap-container abbr[title],
.bootstrap-container abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

.bootstrap-container address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

.bootstrap-container ol,
.bootstrap-container ul,
.bootstrap-container dl {
  margin-top: 0;
  margin-bottom: 1rem; }

.bootstrap-container ol ol,
.bootstrap-container ul ul,
.bootstrap-container ol ul,
.bootstrap-container ul ol {
  margin-bottom: 0; }

.bootstrap-container dt {
  font-weight: 700; }

.bootstrap-container dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

.bootstrap-container blockquote {
  margin: 0 0 1rem; }

.bootstrap-container b,
.bootstrap-container strong {
  font-weight: bolder; }

.bootstrap-container small {
  font-size: 80%; }

.bootstrap-container sub,
.bootstrap-container sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

.bootstrap-container sub {
  bottom: -0.25em; }

.bootstrap-container sup {
  top: -0.5em; }

.bootstrap-container a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

.bootstrap-container a:hover {
  color: #0056b3;
  text-decoration: underline; }

.bootstrap-container a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

.bootstrap-container a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

.bootstrap-container pre,
.bootstrap-container code,
.bootstrap-container kbd,
.bootstrap-container samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

.bootstrap-container pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

.bootstrap-container figure {
  margin: 0 0 1rem; }

.bootstrap-container img {
  vertical-align: middle;
  border-style: none; }

.bootstrap-container svg {
  overflow: hidden;
  vertical-align: middle; }

.bootstrap-container table {
  border-collapse: collapse; }

.bootstrap-container caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

.bootstrap-container th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

.bootstrap-container label {
  display: inline-block;
  margin-bottom: 0.5rem; }

.bootstrap-container button:not(.no-bootstrap), .bootstrap-container a.btn:not(.no-bootstrap) {
  border-radius: 0; }

.bootstrap-container button:focus:not(.no-bootstrap) {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

.bootstrap-container input,
.bootstrap-container button,
.bootstrap-container select:not(.no-bootstrap),
.bootstrap-container optgroup,
.bootstrap-container textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.bootstrap-container button,
.bootstrap-container input {
  overflow: visible; }

.bootstrap-container button,
.bootstrap-container select:not(.no-bootstrap) {
  text-transform: none; }

.bootstrap-container [role="button"] {
  cursor: pointer; }

.bootstrap-container select:not(.no-bootstrap) {
  word-wrap: normal; }

.bootstrap-container button,
.bootstrap-container [type="button"],
.bootstrap-container [type="reset"],
.bootstrap-container [type="submit"] {
  -webkit-appearance: button; }

.bootstrap-container button:not(:disabled),
.bootstrap-container [type="button"]:not(:disabled),
.bootstrap-container [type="reset"]:not(:disabled),
.bootstrap-container [type="submit"]:not(:disabled) {
  cursor: pointer; }

.bootstrap-container button::-moz-focus-inner,
.bootstrap-container [type="button"]::-moz-focus-inner,
.bootstrap-container [type="reset"]::-moz-focus-inner,
.bootstrap-container [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

.bootstrap-container input[type="radio"],
.bootstrap-container input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

.bootstrap-container textarea {
  overflow: auto;
  resize: vertical; }

.bootstrap-container fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

.bootstrap-container legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

.bootstrap-container progress {
  vertical-align: baseline; }

.bootstrap-container [type="number"]::-webkit-inner-spin-button,
.bootstrap-container [type="number"]::-webkit-outer-spin-button {
  height: auto; }

.bootstrap-container [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

.bootstrap-container [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.bootstrap-container ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

.bootstrap-container output {
  display: inline-block; }

.bootstrap-container summary {
  display: list-item;
  cursor: pointer; }

.bootstrap-container template {
  display: none; }

.bootstrap-container [hidden] {
  display: none !important; }

.bootstrap-container h1,
.bootstrap-container h2,
.bootstrap-container h3,
.bootstrap-container h4,
.bootstrap-container h5,
.bootstrap-container h6,
.bootstrap-container .h1,
.bootstrap-container .h2,
.bootstrap-container .h3,
.bootstrap-container .h4,
.bootstrap-container .h5,
.bootstrap-container .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

.bootstrap-container h1,
.bootstrap-container .h1 {
  font-size: 2.5rem; }

.bootstrap-container h2,
.bootstrap-container .h2 {
  font-size: 2rem; }

.bootstrap-container h3,
.bootstrap-container .h3 {
  font-size: 1.75rem; }

.bootstrap-container h4,
.bootstrap-container .h4 {
  font-size: 1.5rem; }

.bootstrap-container h5,
.bootstrap-container .h5 {
  font-size: 1.25rem; }

.bootstrap-container h6,
.bootstrap-container .h6 {
  font-size: 1rem; }

.bootstrap-container .lead {
  font-size: 1.25rem;
  font-weight: 300; }

.bootstrap-container .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.bootstrap-container .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.bootstrap-container .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.bootstrap-container .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

.bootstrap-container hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.bootstrap-container small,
.bootstrap-container .small {
  font-size: 80%;
  font-weight: 400; }

.bootstrap-container mark,
.bootstrap-container .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.bootstrap-container .list-unstyled {
  padding-left: 0;
  list-style: none; }

.bootstrap-container .list-inline {
  padding-left: 0;
  list-style: none; }

.bootstrap-container .list-inline-item {
  display: inline-block; }

.bootstrap-container .list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.bootstrap-container .initialism {
  font-size: 90%;
  text-transform: uppercase; }

.bootstrap-container .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.bootstrap-container .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.bootstrap-container .blockquote-footer::before {
  content: "\2014\A0"; }

.bootstrap-container .img-fluid {
  max-width: 100%;
  height: auto; }

.bootstrap-container .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.bootstrap-container .figure {
  display: inline-block; }

.bootstrap-container .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.bootstrap-container .figure-caption {
  font-size: 90%;
  color: #6c757d; }

.bootstrap-container code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

.bootstrap-container a > code {
  color: inherit; }

.bootstrap-container kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

.bootstrap-container kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

.bootstrap-container pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

.bootstrap-container pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.bootstrap-container .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.bootstrap-container .container,
.bootstrap-container .container-fluid,
.bootstrap-container .container-sm,
.bootstrap-container .container-md,
.bootstrap-container .container-lg,
.bootstrap-container .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .bootstrap-container .container,
  .bootstrap-container .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .bootstrap-container .container,
  .bootstrap-container .container-sm,
  .bootstrap-container .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .bootstrap-container .container,
  .bootstrap-container .container-sm,
  .bootstrap-container .container-md,
  .bootstrap-container .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .bootstrap-container .container,
  .bootstrap-container .container-sm,
  .bootstrap-container .container-md,
  .bootstrap-container .container-lg,
  .bootstrap-container .container-xl {
    max-width: 1140px; } }

.bootstrap-container .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.bootstrap-container .no-gutters {
  margin-right: 0;
  margin-left: 0; }

.bootstrap-container .no-gutters > .col,
.bootstrap-container .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.bootstrap-container .col-1,
.bootstrap-container .col-2,
.bootstrap-container .col-3,
.bootstrap-container .col-4,
.bootstrap-container .col-5,
.bootstrap-container .col-6,
.bootstrap-container .col-7,
.bootstrap-container .col-8,
.bootstrap-container .col-9,
.bootstrap-container .col-10,
.bootstrap-container .col-11,
.bootstrap-container .col-12,
.bootstrap-container .col,
.bootstrap-container .col-auto,
.bootstrap-container .col-sm-1,
.bootstrap-container .col-sm-2,
.bootstrap-container .col-sm-3,
.bootstrap-container .col-sm-4,
.bootstrap-container .col-sm-5,
.bootstrap-container .col-sm-6,
.bootstrap-container .col-sm-7,
.bootstrap-container .col-sm-8,
.bootstrap-container .col-sm-9,
.bootstrap-container .col-sm-10,
.bootstrap-container .col-sm-11,
.bootstrap-container .col-sm-12,
.bootstrap-container .col-sm,
.bootstrap-container .col-sm-auto,
.bootstrap-container .col-md-1,
.bootstrap-container .col-md-2,
.bootstrap-container .col-md-3,
.bootstrap-container .col-md-4,
.bootstrap-container .col-md-5,
.bootstrap-container .col-md-6,
.bootstrap-container .col-md-7,
.bootstrap-container .col-md-8,
.bootstrap-container .col-md-9,
.bootstrap-container .col-md-10,
.bootstrap-container .col-md-11,
.bootstrap-container .col-md-12,
.bootstrap-container .col-md,
.bootstrap-container .col-md-auto,
.bootstrap-container .col-lg-1,
.bootstrap-container .col-lg-2,
.bootstrap-container .col-lg-3,
.bootstrap-container .col-lg-4,
.bootstrap-container .col-lg-5,
.bootstrap-container .col-lg-6,
.bootstrap-container .col-lg-7,
.bootstrap-container .col-lg-8,
.bootstrap-container .col-lg-9,
.bootstrap-container .col-lg-10,
.bootstrap-container .col-lg-11,
.bootstrap-container .col-lg-12,
.bootstrap-container .col-lg,
.bootstrap-container .col-lg-auto,
.bootstrap-container .col-xl-1,
.bootstrap-container .col-xl-2,
.bootstrap-container .col-xl-3,
.bootstrap-container .col-xl-4,
.bootstrap-container .col-xl-5,
.bootstrap-container .col-xl-6,
.bootstrap-container .col-xl-7,
.bootstrap-container .col-xl-8,
.bootstrap-container .col-xl-9,
.bootstrap-container .col-xl-10,
.bootstrap-container .col-xl-11,
.bootstrap-container .col-xl-12,
.bootstrap-container .col-xl,
.bootstrap-container .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.bootstrap-container .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.bootstrap-container .row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.bootstrap-container .row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.bootstrap-container .row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.bootstrap-container .row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.bootstrap-container .row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.bootstrap-container .row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.bootstrap-container .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.bootstrap-container .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.bootstrap-container .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.bootstrap-container .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.bootstrap-container .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.bootstrap-container .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.bootstrap-container .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.bootstrap-container .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.bootstrap-container .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.bootstrap-container .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.bootstrap-container .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.bootstrap-container .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.bootstrap-container .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.bootstrap-container .order-first {
  -ms-flex-order: -1;
  order: -1; }

.bootstrap-container .order-last {
  -ms-flex-order: 13;
  order: 13; }

.bootstrap-container .order-0 {
  -ms-flex-order: 0;
  order: 0; }

.bootstrap-container .order-1 {
  -ms-flex-order: 1;
  order: 1; }

.bootstrap-container .order-2 {
  -ms-flex-order: 2;
  order: 2; }

.bootstrap-container .order-3 {
  -ms-flex-order: 3;
  order: 3; }

.bootstrap-container .order-4 {
  -ms-flex-order: 4;
  order: 4; }

.bootstrap-container .order-5 {
  -ms-flex-order: 5;
  order: 5; }

.bootstrap-container .order-6 {
  -ms-flex-order: 6;
  order: 6; }

.bootstrap-container .order-7 {
  -ms-flex-order: 7;
  order: 7; }

.bootstrap-container .order-8 {
  -ms-flex-order: 8;
  order: 8; }

.bootstrap-container .order-9 {
  -ms-flex-order: 9;
  order: 9; }

.bootstrap-container .order-10 {
  -ms-flex-order: 10;
  order: 10; }

.bootstrap-container .order-11 {
  -ms-flex-order: 11;
  order: 11; }

.bootstrap-container .order-12 {
  -ms-flex-order: 12;
  order: 12; }

.bootstrap-container .offset-1 {
  margin-left: 8.333333%; }

.bootstrap-container .offset-2 {
  margin-left: 16.666667%; }

.bootstrap-container .offset-3 {
  margin-left: 25%; }

.bootstrap-container .offset-4 {
  margin-left: 33.333333%; }

.bootstrap-container .offset-5 {
  margin-left: 41.666667%; }

.bootstrap-container .offset-6 {
  margin-left: 50%; }

.bootstrap-container .offset-7 {
  margin-left: 58.333333%; }

.bootstrap-container .offset-8 {
  margin-left: 66.666667%; }

.bootstrap-container .offset-9 {
  margin-left: 75%; }

.bootstrap-container .offset-10 {
  margin-left: 83.333333%; }

.bootstrap-container .offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .bootstrap-container .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-container .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .bootstrap-container .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-container .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap-container .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap-container .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap-container .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap-container .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-container .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap-container .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap-container .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-container .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-container .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-container .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-container .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-container .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-container .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-container .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-container .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-container .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-container .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-container .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-container .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-container .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-container .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-container .offset-sm-0 {
    margin-left: 0; }
  .bootstrap-container .offset-sm-1 {
    margin-left: 8.333333%; }
  .bootstrap-container .offset-sm-2 {
    margin-left: 16.666667%; }
  .bootstrap-container .offset-sm-3 {
    margin-left: 25%; }
  .bootstrap-container .offset-sm-4 {
    margin-left: 33.333333%; }
  .bootstrap-container .offset-sm-5 {
    margin-left: 41.666667%; }
  .bootstrap-container .offset-sm-6 {
    margin-left: 50%; }
  .bootstrap-container .offset-sm-7 {
    margin-left: 58.333333%; }
  .bootstrap-container .offset-sm-8 {
    margin-left: 66.666667%; }
  .bootstrap-container .offset-sm-9 {
    margin-left: 75%; }
  .bootstrap-container .offset-sm-10 {
    margin-left: 83.333333%; }
  .bootstrap-container .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .bootstrap-container .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-container .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .bootstrap-container .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-container .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap-container .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap-container .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap-container .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap-container .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-container .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap-container .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap-container .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-container .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-container .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-container .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-container .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-container .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-container .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-container .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-container .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-container .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-container .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-container .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-container .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-container .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-container .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-container .offset-md-0 {
    margin-left: 0; }
  .bootstrap-container .offset-md-1 {
    margin-left: 8.333333%; }
  .bootstrap-container .offset-md-2 {
    margin-left: 16.666667%; }
  .bootstrap-container .offset-md-3 {
    margin-left: 25%; }
  .bootstrap-container .offset-md-4 {
    margin-left: 33.333333%; }
  .bootstrap-container .offset-md-5 {
    margin-left: 41.666667%; }
  .bootstrap-container .offset-md-6 {
    margin-left: 50%; }
  .bootstrap-container .offset-md-7 {
    margin-left: 58.333333%; }
  .bootstrap-container .offset-md-8 {
    margin-left: 66.666667%; }
  .bootstrap-container .offset-md-9 {
    margin-left: 75%; }
  .bootstrap-container .offset-md-10 {
    margin-left: 83.333333%; }
  .bootstrap-container .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .bootstrap-container .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-container .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .bootstrap-container .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-container .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap-container .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap-container .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap-container .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap-container .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-container .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap-container .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap-container .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-container .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-container .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-container .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-container .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-container .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-container .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-container .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-container .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-container .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-container .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-container .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-container .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-container .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-container .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-container .offset-lg-0 {
    margin-left: 0; }
  .bootstrap-container .offset-lg-1 {
    margin-left: 8.333333%; }
  .bootstrap-container .offset-lg-2 {
    margin-left: 16.666667%; }
  .bootstrap-container .offset-lg-3 {
    margin-left: 25%; }
  .bootstrap-container .offset-lg-4 {
    margin-left: 33.333333%; }
  .bootstrap-container .offset-lg-5 {
    margin-left: 41.666667%; }
  .bootstrap-container .offset-lg-6 {
    margin-left: 50%; }
  .bootstrap-container .offset-lg-7 {
    margin-left: 58.333333%; }
  .bootstrap-container .offset-lg-8 {
    margin-left: 66.666667%; }
  .bootstrap-container .offset-lg-9 {
    margin-left: 75%; }
  .bootstrap-container .offset-lg-10 {
    margin-left: 83.333333%; }
  .bootstrap-container .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .bootstrap-container .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .bootstrap-container .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .bootstrap-container .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .bootstrap-container .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bootstrap-container .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bootstrap-container .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .bootstrap-container .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bootstrap-container .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bootstrap-container .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .bootstrap-container .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bootstrap-container .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bootstrap-container .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .bootstrap-container .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bootstrap-container .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bootstrap-container .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .bootstrap-container .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .bootstrap-container .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .bootstrap-container .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .bootstrap-container .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .bootstrap-container .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .bootstrap-container .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .bootstrap-container .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .bootstrap-container .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .bootstrap-container .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .bootstrap-container .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .bootstrap-container .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .bootstrap-container .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .bootstrap-container .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .bootstrap-container .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .bootstrap-container .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .bootstrap-container .offset-xl-0 {
    margin-left: 0; }
  .bootstrap-container .offset-xl-1 {
    margin-left: 8.333333%; }
  .bootstrap-container .offset-xl-2 {
    margin-left: 16.666667%; }
  .bootstrap-container .offset-xl-3 {
    margin-left: 25%; }
  .bootstrap-container .offset-xl-4 {
    margin-left: 33.333333%; }
  .bootstrap-container .offset-xl-5 {
    margin-left: 41.666667%; }
  .bootstrap-container .offset-xl-6 {
    margin-left: 50%; }
  .bootstrap-container .offset-xl-7 {
    margin-left: 58.333333%; }
  .bootstrap-container .offset-xl-8 {
    margin-left: 66.666667%; }
  .bootstrap-container .offset-xl-9 {
    margin-left: 75%; }
  .bootstrap-container .offset-xl-10 {
    margin-left: 83.333333%; }
  .bootstrap-container .offset-xl-11 {
    margin-left: 91.666667%; } }

.bootstrap-container .bootstrap-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.bootstrap-container .bootstrap-table th,
.bootstrap-container .bootstrap-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.bootstrap-container .bootstrap-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.bootstrap-container .bootstrap-table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.bootstrap-container .table-sm th,
.bootstrap-container .table-sm td {
  padding: 0.3rem; }

.bootstrap-container .table-bordered {
  border: 1px solid #dee2e6; }

.bootstrap-container .table-bordered th,
.bootstrap-container .table-bordered td {
  border: 1px solid #dee2e6; }

.bootstrap-container .table-bordered thead th,
.bootstrap-container .table-bordered thead td {
  border-bottom-width: 2px; }

.bootstrap-container .table-borderless th,
.bootstrap-container .table-borderless td,
.bootstrap-container .table-borderless thead th,
.bootstrap-container .table-borderless tbody + tbody {
  border: 0; }

.bootstrap-container .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.bootstrap-container .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.bootstrap-container .table-primary,
.bootstrap-container .table-primary > th,
.bootstrap-container .table-primary > td {
  background-color: #b8daff; }

.bootstrap-container .table-primary th,
.bootstrap-container .table-primary td,
.bootstrap-container .table-primary thead th,
.bootstrap-container .table-primary tbody + tbody {
  border-color: #7abaff; }

.bootstrap-container .table-hover .table-primary:hover {
  background-color: #9fcdff; }

.bootstrap-container .table-hover .table-primary:hover > td,
.bootstrap-container .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.bootstrap-container .table-secondary,
.bootstrap-container .table-secondary > th,
.bootstrap-container .table-secondary > td {
  background-color: #d6d8db; }

.bootstrap-container .table-secondary th,
.bootstrap-container .table-secondary td,
.bootstrap-container .table-secondary thead th,
.bootstrap-container .table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.bootstrap-container .table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.bootstrap-container .table-hover .table-secondary:hover > td,
.bootstrap-container .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.bootstrap-container .table-success,
.bootstrap-container .table-success > th,
.bootstrap-container .table-success > td {
  background-color: #c3e6cb; }

.bootstrap-container .table-success th,
.bootstrap-container .table-success td,
.bootstrap-container .table-success thead th,
.bootstrap-container .table-success tbody + tbody {
  border-color: #8fd19e; }

.bootstrap-container .table-hover .table-success:hover {
  background-color: #b1dfbb; }

.bootstrap-container .table-hover .table-success:hover > td,
.bootstrap-container .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.bootstrap-container .table-info,
.bootstrap-container .table-info > th,
.bootstrap-container .table-info > td {
  background-color: #bee5eb; }

.bootstrap-container .table-info th,
.bootstrap-container .table-info td,
.bootstrap-container .table-info thead th,
.bootstrap-container .table-info tbody + tbody {
  border-color: #86cfda; }

.bootstrap-container .table-hover .table-info:hover {
  background-color: #abdde5; }

.bootstrap-container .table-hover .table-info:hover > td,
.bootstrap-container .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.bootstrap-container .table-warning,
.bootstrap-container .table-warning > th,
.bootstrap-container .table-warning > td {
  background-color: #ffeeba; }

.bootstrap-container .table-warning th,
.bootstrap-container .table-warning td,
.bootstrap-container .table-warning thead th,
.bootstrap-container .table-warning tbody + tbody {
  border-color: #ffdf7e; }

.bootstrap-container .table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.bootstrap-container .table-hover .table-warning:hover > td,
.bootstrap-container .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.bootstrap-container .table-danger,
.bootstrap-container .table-danger > th,
.bootstrap-container .table-danger > td {
  background-color: #f5c6cb; }

.bootstrap-container .table-danger th,
.bootstrap-container .table-danger td,
.bootstrap-container .table-danger thead th,
.bootstrap-container .table-danger tbody + tbody {
  border-color: #ed969e; }

.bootstrap-container .table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.bootstrap-container .table-hover .table-danger:hover > td,
.bootstrap-container .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.bootstrap-container .table-light,
.bootstrap-container .table-light > th,
.bootstrap-container .table-light > td {
  background-color: #fdfdfe; }

.bootstrap-container .table-light th,
.bootstrap-container .table-light td,
.bootstrap-container .table-light thead th,
.bootstrap-container .table-light tbody + tbody {
  border-color: #fbfcfc; }

.bootstrap-container .table-hover .table-light:hover {
  background-color: #ececf6; }

.bootstrap-container .table-hover .table-light:hover > td,
.bootstrap-container .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.bootstrap-container .table-dark,
.bootstrap-container .table-dark > th,
.bootstrap-container .table-dark > td {
  background-color: #c6c8ca; }

.bootstrap-container .table-dark th,
.bootstrap-container .table-dark td,
.bootstrap-container .table-dark thead th,
.bootstrap-container .table-dark tbody + tbody {
  border-color: #95999c; }

.bootstrap-container .table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.bootstrap-container .table-hover .table-dark:hover > td,
.bootstrap-container .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.bootstrap-container .table-active,
.bootstrap-container .table-active > th,
.bootstrap-container .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.bootstrap-container .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.bootstrap-container .table-hover .table-active:hover > td,
.bootstrap-container .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.bootstrap-container .bootstrap-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.bootstrap-container .bootstrap-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.bootstrap-container .table-dark {
  color: #fff;
  background-color: #343a40; }

.bootstrap-container .table-dark th,
.bootstrap-container .table-dark td,
.bootstrap-container .table-dark thead th {
  border-color: #454d55; }

.bootstrap-container .table-dark.table-bordered {
  border: 0; }

.bootstrap-container .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.bootstrap-container .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .bootstrap-container .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bootstrap-container .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .bootstrap-container .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bootstrap-container .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .bootstrap-container .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bootstrap-container .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .bootstrap-container .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bootstrap-container .table-responsive-xl > .table-bordered {
    border: 0; } }

.bootstrap-container .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.bootstrap-container .table-responsive > .table-bordered {
  border: 0; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap) {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .bootstrap-form-control:not(.no-bootstrap) {
    transition: none; } }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap)::-ms-expand {
  background-color: transparent;
  border: 0; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap):-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap)::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap)::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap):-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap)::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap)::placeholder {
  color: #6c757d;
  opacity: 1; }

.bootstrap-container .bootstrap-form-control:not(.no-bootstrap):disabled,
.bootstrap-container .bootstrap-form-control:not(.no-bootstrap)[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.bootstrap-container input[type="date"].bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container input[type="time"].bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container input[type="datetime-local"].bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container input[type="month"].bootstrap-form-control:not(.no-bootstrap) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bootstrap-container select:not(.no-bootstrap).bootstrap-form-control:not(.no-bootstrap):focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.bootstrap-container .form-control-file,
.bootstrap-container .form-control-range {
  display: block;
  width: 100%; }

.bootstrap-container .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; }

.bootstrap-container .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.bootstrap-container .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.bootstrap-container .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.bootstrap-container .form-control-plaintext.form-control-sm,
.bootstrap-container .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.bootstrap-container .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.bootstrap-container .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.bootstrap-container select:not(.no-bootstrap).bootstrap-form-control:not(.no-bootstrap)[size],
.bootstrap-container select:not(.no-bootstrap).bootstrap-form-control:not(.no-bootstrap)[multiple] {
  height: auto; }

.bootstrap-container textarea.bootstrap-form-control:not(.no-bootstrap) {
  height: auto; }

.bootstrap-container .bootstrap-form-group {
  margin-bottom: 1rem; }

.bootstrap-container .form-text {
  display: block;
  margin-top: 0.25rem; }

.bootstrap-container .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.bootstrap-container .form-row > .col,
.bootstrap-container .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.bootstrap-container .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.bootstrap-container .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.bootstrap-container .form-check-input[disabled] ~ .form-check-label,
.bootstrap-container .form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.bootstrap-container .form-check-label {
  margin-bottom: 0; }

.bootstrap-container .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.bootstrap-container .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.bootstrap-container .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.bootstrap-container .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.bootstrap-container .was-validated :valid ~ .valid-feedback,
.bootstrap-container .was-validated :valid ~ .valid-tooltip,
.bootstrap-container .is-valid ~ .valid-feedback,
.bootstrap-container .is-valid ~ .valid-tooltip {
  display: block; }

.bootstrap-container .was-validated .bootstrap-form-control:not(.no-bootstrap):valid,
.bootstrap-container .bootstrap-form-control:not(.no-bootstrap).is-valid {
  border-color: #28a745;
  /* padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); */ }

.bootstrap-container .was-validated .bootstrap-form-control:not(.no-bootstrap):valid:focus,
.bootstrap-container .bootstrap-form-control:not(.no-bootstrap).is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.bootstrap-container .was-validated textarea.bootstrap-form-control:not(.no-bootstrap):valid,
.bootstrap-container textarea.bootstrap-form-control:not(.no-bootstrap).is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.bootstrap-container .was-validated .custom-select:valid,
.bootstrap-container .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.bootstrap-container .was-validated .custom-select:valid:focus,
.bootstrap-container .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.bootstrap-container .was-validated .form-check-input:valid ~ .form-check-label,
.bootstrap-container .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.bootstrap-container .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrap-container .was-validated .form-check-input:valid ~ .valid-tooltip,
.bootstrap-container .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-container .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.bootstrap-container .was-validated .custom-control-input:valid ~ .custom-control-label,
.bootstrap-container .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.bootstrap-container .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.bootstrap-container .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.bootstrap-container .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.bootstrap-container .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.bootstrap-container .was-validated .custom-file-input:valid ~ .custom-file-label,
.bootstrap-container .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.bootstrap-container .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrap-container .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.bootstrap-container .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.bootstrap-container .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.bootstrap-container .was-validated :invalid ~ .invalid-feedback,
.bootstrap-container .was-validated :invalid ~ .invalid-tooltip,
.bootstrap-container .is-invalid ~ .invalid-feedback,
.bootstrap-container .is-invalid ~ .invalid-tooltip {
  display: block; }

.bootstrap-container .was-validated .bootstrap-form-control:not(.no-bootstrap):invalid,
.bootstrap-container .bootstrap-form-control:not(.no-bootstrap).is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.bootstrap-container .was-validated .bootstrap-form-control:not(.no-bootstrap):invalid:focus,
.bootstrap-container .bootstrap-form-control:not(.no-bootstrap).is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.bootstrap-container .was-validated textarea.bootstrap-form-control:not(.no-bootstrap):invalid,
.bootstrap-container textarea.bootstrap-form-control:not(.no-bootstrap).is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.bootstrap-container .was-validated .custom-select:invalid,
.bootstrap-container .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.bootstrap-container .was-validated .custom-select:invalid:focus,
.bootstrap-container .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.bootstrap-container .was-validated .form-check-input:invalid ~ .form-check-label,
.bootstrap-container .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.bootstrap-container .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrap-container .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.bootstrap-container .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-container .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.bootstrap-container .was-validated .custom-control-input:invalid ~ .custom-control-label,
.bootstrap-container .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.bootstrap-container .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.bootstrap-container .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.bootstrap-container .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.bootstrap-container .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrap-container .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.bootstrap-container .was-validated .custom-file-input:invalid ~ .custom-file-label,
.bootstrap-container .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.bootstrap-container .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrap-container .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.bootstrap-container .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.bootstrap-container .form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .bootstrap-container .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .bootstrap-container .form-inline .bootstrap-form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .bootstrap-container .form-inline .bootstrap-form-control:not(.no-bootstrap) {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .bootstrap-container .form-inline .form-control-plaintext {
    display: inline-block; }
  .bootstrap-container .form-inline .input-group,
  .bootstrap-container .form-inline .custom-select {
    width: auto; }
  .bootstrap-container .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .bootstrap-container .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .bootstrap-container .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .bootstrap-container .form-inline .custom-control-label {
    margin-bottom: 0; } }

.bootstrap-container .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .btn {
    transition: none; } }

.bootstrap-container .btn:hover {
  color: #212529;
  text-decoration: none; }

.bootstrap-container .btn:focus,
.bootstrap-container .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .btn.disabled,
.bootstrap-container .btn:disabled {
  opacity: 0.65; }

.bootstrap-container .btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.bootstrap-container a.btn.disabled,
.bootstrap-container fieldset:disabled a.btn {
  pointer-events: none; }

.bootstrap-container .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.bootstrap-container .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.bootstrap-container .btn-primary:focus,
.bootstrap-container .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.bootstrap-container .btn-primary.disabled,
.bootstrap-container .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.bootstrap-container .btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.bootstrap-container .btn-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.bootstrap-container .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.bootstrap-container .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.bootstrap-container .btn-secondary:focus,
.bootstrap-container .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.bootstrap-container .btn-secondary.disabled,
.bootstrap-container .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.bootstrap-container .btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.bootstrap-container .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.bootstrap-container .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.bootstrap-container .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.bootstrap-container .btn-success:focus,
.bootstrap-container .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.bootstrap-container .btn-success.disabled,
.bootstrap-container .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.bootstrap-container .btn-success:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-success:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.bootstrap-container .btn-success:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.bootstrap-container .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.bootstrap-container .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.bootstrap-container .btn-info:focus,
.bootstrap-container .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.bootstrap-container .btn-info.disabled,
.bootstrap-container .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.bootstrap-container .btn-info:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-info:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.bootstrap-container .btn-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.bootstrap-container .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.bootstrap-container .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.bootstrap-container .btn-warning:focus,
.bootstrap-container .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.bootstrap-container .btn-warning.disabled,
.bootstrap-container .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.bootstrap-container .btn-warning:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-warning:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.bootstrap-container .btn-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.bootstrap-container .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.bootstrap-container .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.bootstrap-container .btn-danger:focus,
.bootstrap-container .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.bootstrap-container .btn-danger.disabled,
.bootstrap-container .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.bootstrap-container .btn-danger:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-danger:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.bootstrap-container .btn-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.bootstrap-container .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.bootstrap-container .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.bootstrap-container .btn-light:focus,
.bootstrap-container .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.bootstrap-container .btn-light.disabled,
.bootstrap-container .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.bootstrap-container .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.bootstrap-container .btn-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.bootstrap-container .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.bootstrap-container .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.bootstrap-container .btn-dark:focus,
.bootstrap-container .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.bootstrap-container .btn-dark.disabled,
.bootstrap-container .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.bootstrap-container .btn-dark:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-dark:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.bootstrap-container .btn-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.bootstrap-container .btn-outline-primary {
  color: #337ab7;
  border-color: #337ab7; }

.bootstrap-container .btn-outline-primary:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.bootstrap-container .btn-outline-primary:focus,
.bootstrap-container .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 116, 184, 0.5); }

.bootstrap-container .btn-outline-primary.disabled,
.bootstrap-container .btn-outline-primary:disabled {
  color: #337ab7;
  background-color: transparent; }

.bootstrap-container .btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.bootstrap-container .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 110, 170, 0.5); }

.bootstrap-container .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.bootstrap-container .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.bootstrap-container .btn-outline-secondary:focus,
.bootstrap-container .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.bootstrap-container .btn-outline-secondary.disabled,
.bootstrap-container .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.bootstrap-container .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.bootstrap-container .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.bootstrap-container .btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.bootstrap-container .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.bootstrap-container .btn-outline-success:focus,
.bootstrap-container .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.bootstrap-container .btn-outline-success.disabled,
.bootstrap-container .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.bootstrap-container .btn-outline-success:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-success:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.bootstrap-container .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.bootstrap-container .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.bootstrap-container .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.bootstrap-container .btn-outline-info:focus,
.bootstrap-container .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.bootstrap-container .btn-outline-info.disabled,
.bootstrap-container .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.bootstrap-container .btn-outline-info:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-info:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.bootstrap-container .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.bootstrap-container .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.bootstrap-container .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.bootstrap-container .btn-outline-warning:focus,
.bootstrap-container .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.bootstrap-container .btn-outline-warning.disabled,
.bootstrap-container .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.bootstrap-container .btn-outline-warning:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-warning:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.bootstrap-container .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.bootstrap-container .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.bootstrap-container .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.bootstrap-container .btn-outline-danger:focus,
.bootstrap-container .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.bootstrap-container .btn-outline-danger.disabled,
.bootstrap-container .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.bootstrap-container .btn-outline-danger:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-danger:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.bootstrap-container .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.bootstrap-container .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.bootstrap-container .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.bootstrap-container .btn-outline-light:focus,
.bootstrap-container .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.bootstrap-container .btn-outline-light.disabled,
.bootstrap-container .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.bootstrap-container .btn-outline-light:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-light:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.bootstrap-container .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.bootstrap-container .btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.bootstrap-container .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.bootstrap-container .btn-outline-dark:focus,
.bootstrap-container .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.bootstrap-container .btn-outline-dark.disabled,
.bootstrap-container .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.bootstrap-container .btn-outline-dark:not(:disabled):not(.disabled):active,
.bootstrap-container .btn-outline-dark:not(:disabled):not(.disabled).active,
.bootstrap-container .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.bootstrap-container .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap-container .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-container .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.bootstrap-container .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.bootstrap-container .btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.bootstrap-container .btn-link:focus,
.bootstrap-container .btn-link.focus {
  text-decoration: underline; }

.bootstrap-container .btn-link:disabled,
.bootstrap-container .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.bootstrap-container .btn-lg,
.bootstrap-container .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.bootstrap-container .btn-sm,
.bootstrap-container .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.bootstrap-container .btn-block {
  display: block;
  width: 100%; }

.bootstrap-container .btn-block + .btn-block {
  margin-top: 0.5rem; }

.bootstrap-container input[type="submit"].btn-block,
.bootstrap-container input[type="reset"].btn-block,
.bootstrap-container input[type="button"].btn-block {
  width: 100%; }

.bootstrap-container .fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .fade {
    transition: none; } }

.bootstrap-container .fade:not(.show) {
  opacity: 0; }

.bootstrap-container .collapse:not(.show) {
  display: none; }

.bootstrap-container .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .collapsing {
    transition: none; } }

.bootstrap-container .dropup,
.bootstrap-container .dropright,
.bootstrap-container .dropdown,
.bootstrap-container .dropleft {
  position: relative; }

.bootstrap-container .dropdown-toggle {
  white-space: nowrap; }

.bootstrap-container .dropdown-toggle::after {
  display: inline-block;
  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; }

.bootstrap-container .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-container .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; }

.bootstrap-container .dropdown-menu-left {
  right: auto;
  left: 0; }

.bootstrap-container .dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .bootstrap-container .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .bootstrap-container .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .bootstrap-container .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .bootstrap-container .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .bootstrap-container .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .bootstrap-container .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .bootstrap-container .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .bootstrap-container .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.bootstrap-container .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.bootstrap-container .dropup .dropdown-toggle::after {
  display: inline-block;
  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; }

.bootstrap-container .dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-container .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.bootstrap-container .dropright .dropdown-toggle::after {
  display: inline-block;
  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; }

.bootstrap-container .dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-container .dropright .dropdown-toggle::after {
  vertical-align: 0; }

.bootstrap-container .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.bootstrap-container .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.bootstrap-container .dropleft .dropdown-toggle::after {
  display: none; }

.bootstrap-container .dropleft .dropdown-toggle::before {
  display: inline-block;
  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; }

.bootstrap-container .dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-container .dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.bootstrap-container .dropdown-menu[x-placement^="top"],
.bootstrap-container .dropdown-menu[x-placement^="right"],
.bootstrap-container .dropdown-menu[x-placement^="bottom"],
.bootstrap-container .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.bootstrap-container .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.bootstrap-container .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; }

.bootstrap-container .dropdown-item:hover,
.bootstrap-container .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.bootstrap-container .dropdown-item.active,
.bootstrap-container .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.bootstrap-container .dropdown-item.disabled,
.bootstrap-container .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.bootstrap-container .dropdown-menu.show {
  display: block; }

.bootstrap-container .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.bootstrap-container .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.bootstrap-container .btn-group,
.bootstrap-container .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.bootstrap-container .btn-group > .btn,
.bootstrap-container .btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.bootstrap-container .btn-group > .btn:hover,
.bootstrap-container .btn-group-vertical > .btn:hover {
  z-index: 1; }

.bootstrap-container .btn-group > .btn:focus,
.bootstrap-container .btn-group > .btn:active,
.bootstrap-container .btn-group > .btn.active,
.bootstrap-container .btn-group-vertical > .btn:focus,
.bootstrap-container .btn-group-vertical > .btn:active,
.bootstrap-container .btn-group-vertical > .btn.active {
  z-index: 1; }

.bootstrap-container .btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.bootstrap-container .btn-toolbar .input-group {
  width: auto; }

.bootstrap-container .btn-group > .btn:not(:first-child),
.bootstrap-container .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.bootstrap-container .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-container .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-container .btn-group > .btn:not(:first-child),
.bootstrap-container .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-container .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.bootstrap-container .dropdown-toggle-split::after,
.bootstrap-container .dropup .dropdown-toggle-split::after,
.bootstrap-container .dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.bootstrap-container .dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.bootstrap-container .btn-sm + .dropdown-toggle-split,
.bootstrap-container .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.bootstrap-container .btn-lg + .dropdown-toggle-split,
.bootstrap-container .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.bootstrap-container .btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.bootstrap-container .btn-group-vertical > .btn,
.bootstrap-container .btn-group-vertical > .btn-group {
  width: 100%; }

.bootstrap-container .btn-group-vertical > .btn:not(:first-child),
.bootstrap-container .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.bootstrap-container .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-container .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-container .btn-group-vertical > .btn:not(:first-child),
.bootstrap-container .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-container .btn-group-toggle > .btn,
.bootstrap-container .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.bootstrap-container .btn-group-toggle > .btn input[type="radio"],
.bootstrap-container .btn-group-toggle > .btn input[type="checkbox"],
.bootstrap-container .btn-group-toggle > .btn-group > .btn input[type="radio"],
.bootstrap-container .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.bootstrap-container .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.bootstrap-container .input-group > .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group > .form-control-plaintext,
.bootstrap-container .input-group > .custom-select,
.bootstrap-container .input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.bootstrap-container .input-group > .bootstrap-form-control:not(.no-bootstrap) + .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group > .bootstrap-form-control:not(.no-bootstrap) + .custom-select,
.bootstrap-container .input-group > .bootstrap-form-control:not(.no-bootstrap) + .custom-file,
.bootstrap-container .input-group > .form-control-plaintext + .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group > .form-control-plaintext + .custom-select,
.bootstrap-container .input-group > .form-control-plaintext + .custom-file,
.bootstrap-container .input-group > .custom-select + .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group > .custom-select + .custom-select,
.bootstrap-container .input-group > .custom-select + .custom-file,
.bootstrap-container .input-group > .custom-file + .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group > .custom-file + .custom-select,
.bootstrap-container .input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.bootstrap-container .input-group > .bootstrap-form-control:not(.no-bootstrap):focus,
.bootstrap-container .input-group > .custom-select:focus,
.bootstrap-container .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.bootstrap-container .input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.bootstrap-container .input-group > .bootstrap-form-control:not(:last-child):not(.no-bootstrap),
.bootstrap-container .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-container .input-group > .bootstrap-form-control:not(:first-child):not(.no-bootstrap),
.bootstrap-container .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-container .input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.bootstrap-container .input-group > .custom-file:not(:last-child) .custom-file-label,
.bootstrap-container .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-container .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-container .input-group-prepend,
.bootstrap-container .input-group-append {
  display: -ms-flexbox;
  display: flex; }

.bootstrap-container .input-group-prepend .btn,
.bootstrap-container .input-group-append .btn {
  position: relative;
  z-index: 2; }

.bootstrap-container .input-group-prepend .btn:focus,
.bootstrap-container .input-group-append .btn:focus {
  z-index: 3; }

.bootstrap-container .input-group-prepend .btn + .btn,
.bootstrap-container .input-group-prepend .btn + .input-group-text,
.bootstrap-container .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-container .input-group-prepend .input-group-text + .btn,
.bootstrap-container .input-group-append .btn + .btn,
.bootstrap-container .input-group-append .btn + .input-group-text,
.bootstrap-container .input-group-append .input-group-text + .input-group-text,
.bootstrap-container .input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.bootstrap-container .input-group-prepend {
  margin-right: -1px; }

.bootstrap-container .input-group-append {
  margin-left: -1px; }

.bootstrap-container .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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; }

.bootstrap-container .input-group-text input[type="radio"],
.bootstrap-container .input-group-text input[type="checkbox"] {
  margin-top: 0; }

.bootstrap-container .input-group-lg > .bootstrap-form-control:not(textarea):not(.no-bootstrap),
.bootstrap-container .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.bootstrap-container .input-group-lg > .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group-lg > .custom-select,
.bootstrap-container .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-container .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-container .input-group-lg > .input-group-prepend > .btn,
.bootstrap-container .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.bootstrap-container .input-group-sm > .bootstrap-form-control:not(textarea):not(.no-bootstrap),
.bootstrap-container .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.bootstrap-container .input-group-sm > .bootstrap-form-control:not(.no-bootstrap),
.bootstrap-container .input-group-sm > .custom-select,
.bootstrap-container .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-container .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-container .input-group-sm > .input-group-prepend > .btn,
.bootstrap-container .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.bootstrap-container .input-group-lg > .custom-select,
.bootstrap-container .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.bootstrap-container .input-group > .input-group-prepend > .btn,
.bootstrap-container .input-group > .input-group-prepend > .input-group-text,
.bootstrap-container .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap-container .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-container .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-container .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-container .input-group > .input-group-append > .btn,
.bootstrap-container .input-group > .input-group-append > .input-group-text,
.bootstrap-container .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-container .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-container .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-container .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-container .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.bootstrap-container .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.bootstrap-container .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.bootstrap-container .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.bootstrap-container .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.bootstrap-container .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.bootstrap-container .custom-control-input[disabled] ~ .custom-control-label,
.bootstrap-container .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.bootstrap-container .custom-control-input[disabled] ~ .custom-control-label::before,
.bootstrap-container .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.bootstrap-container .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.bootstrap-container .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.bootstrap-container .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.bootstrap-container .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.bootstrap-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.bootstrap-container .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.bootstrap-container .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.bootstrap-container .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.bootstrap-container .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.bootstrap-container .custom-radio .custom-control-label::before {
  border-radius: 50%; }

.bootstrap-container .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.bootstrap-container .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.bootstrap-container .custom-switch {
  padding-left: 2.25rem; }

.bootstrap-container .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.bootstrap-container .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .custom-switch .custom-control-label::after {
    transition: none; } }

.bootstrap-container .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.bootstrap-container .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.bootstrap-container .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bootstrap-container .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.bootstrap-container .custom-select[multiple],
.bootstrap-container .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.bootstrap-container .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.bootstrap-container .custom-select::-ms-expand {
  display: none; }

.bootstrap-container .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.bootstrap-container .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.bootstrap-container .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.bootstrap-container .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.bootstrap-container .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }

.bootstrap-container .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .custom-file-input[disabled] ~ .custom-file-label,
.bootstrap-container .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.bootstrap-container .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.bootstrap-container .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.bootstrap-container .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.bootstrap-container .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

.bootstrap-container .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.bootstrap-container .custom-range:focus {
  outline: none; }

.bootstrap-container .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .custom-range::-moz-focus-outer {
  border: 0; }

.bootstrap-container .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.bootstrap-container .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.bootstrap-container .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.bootstrap-container .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.bootstrap-container .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.bootstrap-container .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.bootstrap-container .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

.bootstrap-container .custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.bootstrap-container .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.bootstrap-container .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.bootstrap-container .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.bootstrap-container .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.bootstrap-container .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.bootstrap-container .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.bootstrap-container .custom-range:disabled::-moz-range-track {
  cursor: default; }

.bootstrap-container .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.bootstrap-container .custom-control-label::before,
.bootstrap-container .custom-file-label,
.bootstrap-container .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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .custom-control-label::before,
  .bootstrap-container .custom-file-label,
  .bootstrap-container .custom-select {
    transition: none; } }

.bootstrap-container .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.bootstrap-container .nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.bootstrap-container .nav-link:hover,
.bootstrap-container .nav-link:focus {
  text-decoration: none; }

.bootstrap-container .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.bootstrap-container .nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.bootstrap-container .nav-tabs .nav-item {
  margin-bottom: -1px; }

.bootstrap-container .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.bootstrap-container .nav-tabs .nav-link:hover,
.bootstrap-container .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.bootstrap-container .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.bootstrap-container .nav-tabs .nav-link.active,
.bootstrap-container .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.bootstrap-container .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-container .nav-pills .nav-link {
  border-radius: 0.25rem; }

.bootstrap-container .nav-pills .nav-link.active,
.bootstrap-container .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.bootstrap-container .nav-fill > .nav-link,
.bootstrap-container .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.bootstrap-container .nav-justified > .nav-link,
.bootstrap-container .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.bootstrap-container .tab-content > .tab-pane {
  display: none; }

.bootstrap-container .tab-content > .active {
  display: block; }

.bootstrap-container .navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.bootstrap-container .navbar .container,
.bootstrap-container .navbar .container-fluid,
.bootstrap-container .navbar .container-sm,
.bootstrap-container .navbar .container-md,
.bootstrap-container .navbar .container-lg,
.bootstrap-container .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.bootstrap-container .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; }

.bootstrap-container .navbar-brand:hover,
.bootstrap-container .navbar-brand:focus {
  text-decoration: none; }

.bootstrap-container .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.bootstrap-container .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.bootstrap-container .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.bootstrap-container .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.bootstrap-container .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.bootstrap-container .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; }

.bootstrap-container .navbar-toggler:hover,
.bootstrap-container .navbar-toggler:focus {
  text-decoration: none; }

.bootstrap-container .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) {
  .bootstrap-container .navbar-expand-sm > .container,
  .bootstrap-container .navbar-expand-sm > .container-fluid,
  .bootstrap-container .navbar-expand-sm > .container-sm,
  .bootstrap-container .navbar-expand-sm > .container-md,
  .bootstrap-container .navbar-expand-sm > .container-lg,
  .bootstrap-container .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .bootstrap-container .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .bootstrap-container .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .bootstrap-container .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .bootstrap-container .navbar-expand-sm > .container,
  .bootstrap-container .navbar-expand-sm > .container-fluid,
  .bootstrap-container .navbar-expand-sm > .container-sm,
  .bootstrap-container .navbar-expand-sm > .container-md,
  .bootstrap-container .navbar-expand-sm > .container-lg,
  .bootstrap-container .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .bootstrap-container .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .bootstrap-container .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .bootstrap-container .navbar-expand-md > .container,
  .bootstrap-container .navbar-expand-md > .container-fluid,
  .bootstrap-container .navbar-expand-md > .container-sm,
  .bootstrap-container .navbar-expand-md > .container-md,
  .bootstrap-container .navbar-expand-md > .container-lg,
  .bootstrap-container .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .bootstrap-container .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .bootstrap-container .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .bootstrap-container .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .bootstrap-container .navbar-expand-md > .container,
  .bootstrap-container .navbar-expand-md > .container-fluid,
  .bootstrap-container .navbar-expand-md > .container-sm,
  .bootstrap-container .navbar-expand-md > .container-md,
  .bootstrap-container .navbar-expand-md > .container-lg,
  .bootstrap-container .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .bootstrap-container .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .bootstrap-container .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .bootstrap-container .navbar-expand-lg > .container,
  .bootstrap-container .navbar-expand-lg > .container-fluid,
  .bootstrap-container .navbar-expand-lg > .container-sm,
  .bootstrap-container .navbar-expand-lg > .container-md,
  .bootstrap-container .navbar-expand-lg > .container-lg,
  .bootstrap-container .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .bootstrap-container .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .bootstrap-container .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .bootstrap-container .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .bootstrap-container .navbar-expand-lg > .container,
  .bootstrap-container .navbar-expand-lg > .container-fluid,
  .bootstrap-container .navbar-expand-lg > .container-sm,
  .bootstrap-container .navbar-expand-lg > .container-md,
  .bootstrap-container .navbar-expand-lg > .container-lg,
  .bootstrap-container .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .bootstrap-container .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .bootstrap-container .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .bootstrap-container .navbar-expand-xl > .container,
  .bootstrap-container .navbar-expand-xl > .container-fluid,
  .bootstrap-container .navbar-expand-xl > .container-sm,
  .bootstrap-container .navbar-expand-xl > .container-md,
  .bootstrap-container .navbar-expand-xl > .container-lg,
  .bootstrap-container .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .bootstrap-container .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .bootstrap-container .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .bootstrap-container .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .bootstrap-container .navbar-expand-xl > .container,
  .bootstrap-container .navbar-expand-xl > .container-fluid,
  .bootstrap-container .navbar-expand-xl > .container-sm,
  .bootstrap-container .navbar-expand-xl > .container-md,
  .bootstrap-container .navbar-expand-xl > .container-lg,
  .bootstrap-container .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .bootstrap-container .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .bootstrap-container .navbar-expand-xl .navbar-toggler {
    display: none; } }

.bootstrap-container .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.bootstrap-container .navbar-expand > .container,
.bootstrap-container .navbar-expand > .container-fluid,
.bootstrap-container .navbar-expand > .container-sm,
.bootstrap-container .navbar-expand > .container-md,
.bootstrap-container .navbar-expand > .container-lg,
.bootstrap-container .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.bootstrap-container .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.bootstrap-container .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.bootstrap-container .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.bootstrap-container .navbar-expand > .container,
.bootstrap-container .navbar-expand > .container-fluid,
.bootstrap-container .navbar-expand > .container-sm,
.bootstrap-container .navbar-expand > .container-md,
.bootstrap-container .navbar-expand > .container-lg,
.bootstrap-container .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.bootstrap-container .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.bootstrap-container .navbar-expand .navbar-toggler {
  display: none; }

.bootstrap-container .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.bootstrap-container .navbar-light .navbar-brand:hover,
.bootstrap-container .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.bootstrap-container .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.bootstrap-container .navbar-light .navbar-nav .nav-link:hover,
.bootstrap-container .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.bootstrap-container .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.bootstrap-container .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-container .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-container .navbar-light .navbar-nav .nav-link.show,
.bootstrap-container .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.bootstrap-container .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.bootstrap-container .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.bootstrap-container .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.bootstrap-container .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.bootstrap-container .navbar-light .navbar-text a:hover,
.bootstrap-container .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.bootstrap-container .navbar-dark .navbar-brand {
  color: #fff; }

.bootstrap-container .navbar-dark .navbar-brand:hover,
.bootstrap-container .navbar-dark .navbar-brand:focus {
  color: #fff; }

.bootstrap-container .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-container .navbar-dark .navbar-nav .nav-link:hover,
.bootstrap-container .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.bootstrap-container .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.bootstrap-container .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-container .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-container .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-container .navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.bootstrap-container .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.bootstrap-container .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.bootstrap-container .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-container .navbar-dark .navbar-text a {
  color: #fff; }

.bootstrap-container .navbar-dark .navbar-text a:hover,
.bootstrap-container .navbar-dark .navbar-text a:focus {
  color: #fff; }

.bootstrap-container .bootstrap-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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; }

.bootstrap-container .bootstrap-card > hr {
  margin-right: 0;
  margin-left: 0; }

.bootstrap-container .bootstrap-card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.bootstrap-container .bootstrap-card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.bootstrap-container .bootstrap-card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.bootstrap-container .bootstrap-card > .card-header + .list-group,
.bootstrap-container .bootstrap-card > .list-group + .card-footer {
  border-top: 0; }

.bootstrap-container .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.bootstrap-container .card-title {
  margin-bottom: 0.75rem; }

.bootstrap-container .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.bootstrap-container .card-text:last-child {
  margin-bottom: 0; }

.bootstrap-container .card-link:hover {
  text-decoration: none; }

.bootstrap-container .card-link + .card-link {
  margin-left: 1.25rem; }

.bootstrap-container .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); }

.bootstrap-container .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.bootstrap-container .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); }

.bootstrap-container .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.bootstrap-container .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.bootstrap-container .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.bootstrap-container .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.bootstrap-container .card-img,
.bootstrap-container .card-img-top,
.bootstrap-container .card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.bootstrap-container .card-img,
.bootstrap-container .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.bootstrap-container .card-img,
.bootstrap-container .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.bootstrap-container .card-deck .bootstrap-card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .bootstrap-container .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .bootstrap-container .card-deck .bootstrap-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.bootstrap-container .card-group > .bootstrap-card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .bootstrap-container .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .bootstrap-container .card-group > .bootstrap-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .bootstrap-container .card-group > .bootstrap-card + .bootstrap-card {
    margin-left: 0;
    border-left: 0; }
  .bootstrap-container .card-group > .bootstrap-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .bootstrap-container .card-group > .bootstrap-card:not(:last-child) .card-img-top,
  .bootstrap-container .card-group > .bootstrap-card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .bootstrap-container .card-group > .bootstrap-card:not(:last-child) .card-img-bottom,
  .bootstrap-container .card-group > .bootstrap-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .bootstrap-container .card-group > .bootstrap-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .bootstrap-container .card-group > .bootstrap-card:not(:first-child) .card-img-top,
  .bootstrap-container .card-group > .bootstrap-card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .bootstrap-container .card-group > .bootstrap-card:not(:first-child) .card-img-bottom,
  .bootstrap-container .card-group > .bootstrap-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.bootstrap-container .card-columns .bootstrap-card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .bootstrap-container .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .bootstrap-container .card-columns .bootstrap-card {
    display: inline-block;
    width: 100%; } }

.bootstrap-container .accordion {
  overflow-anchor: none; }

.bootstrap-container .accordion > .bootstrap-card {
  overflow: hidden; }

.bootstrap-container .accordion > .bootstrap-card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-container .accordion > .bootstrap-card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-container .accordion > .bootstrap-card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.bootstrap-container .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.bootstrap-container .breadcrumb-item {
  display: -ms-flexbox;
  display: flex; }

.bootstrap-container .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.bootstrap-container .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

.bootstrap-container .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.bootstrap-container .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.bootstrap-container .breadcrumb-item.active {
  color: #6c757d; }

.bootstrap-container .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.bootstrap-container .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.bootstrap-container .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.bootstrap-container .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.bootstrap-container .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.bootstrap-container .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.bootstrap-container .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.bootstrap-container .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.bootstrap-container .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.bootstrap-container .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.bootstrap-container .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.bootstrap-container .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.bootstrap-container .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.bootstrap-container .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.bootstrap-container .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;
  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 (prefers-reduced-motion: reduce) {
  .bootstrap-container .badge {
    transition: none; } }

.bootstrap-container a.badge:hover,
.bootstrap-container a.badge:focus {
  text-decoration: none; }

.bootstrap-container .badge:empty {
  display: none; }

.bootstrap-container .btn .badge {
  position: relative;
  top: -1px; }

.bootstrap-container .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.bootstrap-container .badge-primary {
  color: #fff;
  background-color: #007bff; }

.bootstrap-container a.badge-primary:hover,
.bootstrap-container a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc; }

.bootstrap-container a.badge-primary:focus,
.bootstrap-container a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.bootstrap-container .badge-secondary {
  color: #fff;
  background-color: #6c757d; }

.bootstrap-container a.badge-secondary:hover,
.bootstrap-container a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

.bootstrap-container a.badge-secondary:focus,
.bootstrap-container a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.bootstrap-container .badge-success {
  color: #fff;
  background-color: #28a745; }

.bootstrap-container a.badge-success:hover,
.bootstrap-container a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

.bootstrap-container a.badge-success:focus,
.bootstrap-container a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.bootstrap-container .badge-info {
  color: #fff;
  background-color: #17a2b8; }

.bootstrap-container a.badge-info:hover,
.bootstrap-container a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

.bootstrap-container a.badge-info:focus,
.bootstrap-container a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.bootstrap-container .badge-warning {
  color: #212529;
  background-color: #ffc107; }

.bootstrap-container a.badge-warning:hover,
.bootstrap-container a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

.bootstrap-container a.badge-warning:focus,
.bootstrap-container a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.bootstrap-container .badge-danger {
  color: #fff;
  background-color: #dc3545; }

.bootstrap-container a.badge-danger:hover,
.bootstrap-container a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

.bootstrap-container a.badge-danger:focus,
.bootstrap-container a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.bootstrap-container .badge-light {
  color: #212529;
  background-color: #f8f9fa; }

.bootstrap-container a.badge-light:hover,
.bootstrap-container a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

.bootstrap-container a.badge-light:focus,
.bootstrap-container a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.bootstrap-container .badge-dark {
  color: #fff;
  background-color: #343a40; }

.bootstrap-container a.badge-dark:hover,
.bootstrap-container a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

.bootstrap-container a.badge-dark:focus,
.bootstrap-container a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.bootstrap-container .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .bootstrap-container .jumbotron {
    padding: 4rem 2rem; } }

.bootstrap-container .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.bootstrap-container .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.bootstrap-container .alert-heading {
  color: inherit; }

.bootstrap-container .alert-link {
  font-weight: 700; }

.bootstrap-container .alert-dismissible {
  padding-right: 4rem; }

.bootstrap-container .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.bootstrap-container .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.bootstrap-container .alert-primary hr {
  border-top-color: #9fcdff; }

.bootstrap-container .alert-primary .alert-link {
  color: #002752; }

.bootstrap-container .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.bootstrap-container .alert-secondary hr {
  border-top-color: #c8cbcf; }

.bootstrap-container .alert-secondary .alert-link {
  color: #202326; }

.bootstrap-container .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.bootstrap-container .alert-success hr {
  border-top-color: #b1dfbb; }

.bootstrap-container .alert-success .alert-link {
  color: #0b2e13; }

.bootstrap-container .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.bootstrap-container .alert-info hr {
  border-top-color: #abdde5; }

.bootstrap-container .alert-info .alert-link {
  color: #062c33; }

.bootstrap-container .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.bootstrap-container .alert-warning hr {
  border-top-color: #ffe8a1; }

.bootstrap-container .alert-warning .alert-link {
  color: #533f03; }

.bootstrap-container .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.bootstrap-container .alert-danger hr {
  border-top-color: #f1b0b7; }

.bootstrap-container .alert-danger .alert-link {
  color: #491217; }

.bootstrap-container .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.bootstrap-container .alert-light hr {
  border-top-color: #ececf6; }

.bootstrap-container .alert-light .alert-link {
  color: #686868; }

.bootstrap-container .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.bootstrap-container .alert-dark hr {
  border-top-color: #b9bbbe; }

.bootstrap-container .alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.bootstrap-container .progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.bootstrap-container .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .progress-bar {
    transition: none; } }

.bootstrap-container .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; }

.bootstrap-container .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.bootstrap-container .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.bootstrap-container .media-body {
  -ms-flex: 1;
  flex: 1; }

.bootstrap-container .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.bootstrap-container .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.bootstrap-container .list-group-item-action:hover,
.bootstrap-container .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.bootstrap-container .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.bootstrap-container .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.bootstrap-container .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.bootstrap-container .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.bootstrap-container .list-group-item.disabled,
.bootstrap-container .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.bootstrap-container .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.bootstrap-container .list-group-item + .list-group-item {
  border-top-width: 0; }

.bootstrap-container .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.bootstrap-container .list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

.bootstrap-container .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0; }

.bootstrap-container .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0; }

.bootstrap-container .list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.bootstrap-container .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.bootstrap-container .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .bootstrap-container .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .bootstrap-container .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .bootstrap-container .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .bootstrap-container .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bootstrap-container .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .bootstrap-container .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .bootstrap-container .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .bootstrap-container .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .bootstrap-container .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bootstrap-container .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .bootstrap-container .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .bootstrap-container .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .bootstrap-container .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .bootstrap-container .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bootstrap-container .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .bootstrap-container .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }
  .bootstrap-container .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .bootstrap-container .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .bootstrap-container .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .bootstrap-container .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .bootstrap-container .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.bootstrap-container .list-group-flush {
  border-radius: 0; }

.bootstrap-container .list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.bootstrap-container .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.bootstrap-container .list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.bootstrap-container .list-group-item-primary.list-group-item-action:hover,
.bootstrap-container .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }

.bootstrap-container .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.bootstrap-container .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.bootstrap-container .list-group-item-secondary.list-group-item-action:hover,
.bootstrap-container .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }

.bootstrap-container .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.bootstrap-container .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.bootstrap-container .list-group-item-success.list-group-item-action:hover,
.bootstrap-container .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }

.bootstrap-container .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.bootstrap-container .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.bootstrap-container .list-group-item-info.list-group-item-action:hover,
.bootstrap-container .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

.bootstrap-container .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.bootstrap-container .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.bootstrap-container .list-group-item-warning.list-group-item-action:hover,
.bootstrap-container .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }

.bootstrap-container .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.bootstrap-container .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.bootstrap-container .list-group-item-danger.list-group-item-action:hover,
.bootstrap-container .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7; }

.bootstrap-container .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.bootstrap-container .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.bootstrap-container .list-group-item-light.list-group-item-action:hover,
.bootstrap-container .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }

.bootstrap-container .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.bootstrap-container .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.bootstrap-container .list-group-item-dark.list-group-item-action:hover,
.bootstrap-container .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }

.bootstrap-container .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.bootstrap-container .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.bootstrap-container .close:hover {
  color: #000;
  text-decoration: none; }

.bootstrap-container .close:not(:disabled):not(.disabled):hover,
.bootstrap-container .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75; }

.bootstrap-container button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

.bootstrap-container a.close.disabled {
  pointer-events: none; }

.bootstrap-container .toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }

.bootstrap-container .toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.bootstrap-container .toast.showing {
  opacity: 1; }

.bootstrap-container .toast.show {
  display: block;
  opacity: 1; }

.bootstrap-container .toast.hide {
  display: none; }

.bootstrap-container .toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.bootstrap-container .toast-body {
  padding: 0.75rem; }

.bootstrap-container .modal-open {
  overflow: hidden; }

.bootstrap-container .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.bootstrap-container .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.bootstrap-container .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.bootstrap-container .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .modal.fade .modal-dialog {
    transition: none; } }

.bootstrap-container .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.bootstrap-container .modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.bootstrap-container .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.bootstrap-container .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.bootstrap-container .modal-dialog-scrollable .modal-header,
.bootstrap-container .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.bootstrap-container .modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.bootstrap-container .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.bootstrap-container .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.bootstrap-container .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.bootstrap-container .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.bootstrap-container .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.bootstrap-container .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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; }

.bootstrap-container .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.bootstrap-container .modal-backdrop.fade {
  opacity: 0; }

.bootstrap-container .modal-backdrop.show {
  opacity: 0.5; }

.bootstrap-container .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.bootstrap-container .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.bootstrap-container .modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.bootstrap-container .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.bootstrap-container .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.bootstrap-container .modal-footer > * {
  margin: 0.25rem; }

.bootstrap-container .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .bootstrap-container .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .bootstrap-container .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .bootstrap-container .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .bootstrap-container .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .bootstrap-container .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .bootstrap-container .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .bootstrap-container .modal-lg,
  .bootstrap-container .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .bootstrap-container .modal-xl {
    max-width: 1140px; } }

.bootstrap-container .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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; }

.bootstrap-container .tooltip.show {
  opacity: 0.9; }

.bootstrap-container .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.bootstrap-container .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bootstrap-container .bs-tooltip-top,
.bootstrap-container .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bootstrap-container .bs-tooltip-top .arrow,
.bootstrap-container .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bootstrap-container .bs-tooltip-top .arrow::before,
.bootstrap-container .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bootstrap-container .bs-tooltip-right,
.bootstrap-container .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bootstrap-container .bs-tooltip-right .arrow,
.bootstrap-container .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bootstrap-container .bs-tooltip-right .arrow::before,
.bootstrap-container .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bootstrap-container .bs-tooltip-bottom,
.bootstrap-container .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bootstrap-container .bs-tooltip-bottom .arrow,
.bootstrap-container .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bootstrap-container .bs-tooltip-bottom .arrow::before,
.bootstrap-container .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bootstrap-container .bs-tooltip-left,
.bootstrap-container .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bootstrap-container .bs-tooltip-left .arrow,
.bootstrap-container .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bootstrap-container .bs-tooltip-left .arrow::before,
.bootstrap-container .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.bootstrap-container .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.bootstrap-container .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, "Noto Sans", 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; }

.bootstrap-container .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.bootstrap-container .popover .arrow::before,
.bootstrap-container .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bootstrap-container .bs-popover-top,
.bootstrap-container .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bootstrap-container .bs-popover-top > .arrow,
.bootstrap-container .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px); }

.bootstrap-container .bs-popover-top > .arrow::before,
.bootstrap-container .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bootstrap-container .bs-popover-top > .arrow::after,
.bootstrap-container .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bootstrap-container .bs-popover-right,
.bootstrap-container .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bootstrap-container .bs-popover-right > .arrow,
.bootstrap-container .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bootstrap-container .bs-popover-right > .arrow::before,
.bootstrap-container .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bootstrap-container .bs-popover-right > .arrow::after,
.bootstrap-container .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bootstrap-container .bs-popover-bottom,
.bootstrap-container .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bootstrap-container .bs-popover-bottom > .arrow,
.bootstrap-container .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px); }

.bootstrap-container .bs-popover-bottom > .arrow::before,
.bootstrap-container .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bootstrap-container .bs-popover-bottom > .arrow::after,
.bootstrap-container .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bootstrap-container .bs-popover-bottom .popover-header::before,
.bootstrap-container .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; }

.bootstrap-container .bs-popover-left,
.bootstrap-container .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bootstrap-container .bs-popover-left > .arrow,
.bootstrap-container .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bootstrap-container .bs-popover-left > .arrow::before,
.bootstrap-container .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bootstrap-container .bs-popover-left > .arrow::after,
.bootstrap-container .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.bootstrap-container .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.bootstrap-container .popover-header:empty {
  display: none; }

.bootstrap-container .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.bootstrap-container .carousel {
  position: relative; }

.bootstrap-container .carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bootstrap-container .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.bootstrap-container .carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.bootstrap-container .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-item {
    transition: none; } }

.bootstrap-container .carousel-item.active,
.bootstrap-container .carousel-item-next,
.bootstrap-container .carousel-item-prev {
  display: block; }

.bootstrap-container .carousel-item-next:not(.carousel-item-left),
.bootstrap-container .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.bootstrap-container .carousel-item-prev:not(.carousel-item-right),
.bootstrap-container .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.bootstrap-container .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.bootstrap-container .carousel-fade .carousel-item.active,
.bootstrap-container .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-container .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.bootstrap-container .carousel-fade .active.carousel-item-left,
.bootstrap-container .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-fade .active.carousel-item-left,
  .bootstrap-container .carousel-fade .active.carousel-item-right {
    transition: none; } }

.bootstrap-container .carousel-control-prev,
.bootstrap-container .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-control-prev,
  .bootstrap-container .carousel-control-next {
    transition: none; } }

.bootstrap-container .carousel-control-prev:hover,
.bootstrap-container .carousel-control-prev:focus,
.bootstrap-container .carousel-control-next:hover,
.bootstrap-container .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.bootstrap-container .carousel-control-prev {
  left: 0; }

.bootstrap-container .carousel-control-next {
  right: 0; }

.bootstrap-container .carousel-control-prev-icon,
.bootstrap-container .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.bootstrap-container .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.bootstrap-container .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.bootstrap-container .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.bootstrap-container .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-container .carousel-indicators li {
    transition: none; } }

.bootstrap-container .carousel-indicators .active {
  opacity: 1; }

.bootstrap-container .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.bootstrap-container .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite; }

.bootstrap-container .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.bootstrap-container .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite; }

.bootstrap-container .spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.bootstrap-container .align-baseline {
  vertical-align: baseline !important; }

.bootstrap-container .align-top {
  vertical-align: top !important; }

.bootstrap-container .align-middle {
  vertical-align: middle !important; }

.bootstrap-container .align-bottom {
  vertical-align: bottom !important; }

.bootstrap-container .align-text-bottom {
  vertical-align: text-bottom !important; }

.bootstrap-container .align-text-top {
  vertical-align: text-top !important; }

.bootstrap-container .bg-primary {
  background-color: #007bff !important; }

.bootstrap-container a.bg-primary:hover,
.bootstrap-container a.bg-primary:focus,
.bootstrap-container button.bg-primary:hover,
.bootstrap-container button.bg-primary:focus {
  background-color: #0062cc !important; }

.bootstrap-container .bg-secondary {
  background-color: #6c757d !important; }

.bootstrap-container a.bg-secondary:hover,
.bootstrap-container a.bg-secondary:focus,
.bootstrap-container button.bg-secondary:hover,
.bootstrap-container button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bootstrap-container .bg-success {
  background-color: #28a745 !important; }

.bootstrap-container a.bg-success:hover,
.bootstrap-container a.bg-success:focus,
.bootstrap-container button.bg-success:hover,
.bootstrap-container button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bootstrap-container .bg-info {
  background-color: #17a2b8 !important; }

.bootstrap-container a.bg-info:hover,
.bootstrap-container a.bg-info:focus,
.bootstrap-container button.bg-info:hover,
.bootstrap-container button.bg-info:focus {
  background-color: #117a8b !important; }

.bootstrap-container .bg-warning {
  background-color: #ffc107 !important; }

.bootstrap-container a.bg-warning:hover,
.bootstrap-container a.bg-warning:focus,
.bootstrap-container button.bg-warning:hover,
.bootstrap-container button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bootstrap-container .bg-danger {
  background-color: #dc3545 !important; }

.bootstrap-container a.bg-danger:hover,
.bootstrap-container a.bg-danger:focus,
.bootstrap-container button.bg-danger:hover,
.bootstrap-container button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bootstrap-container .bg-light {
  background-color: #f8f9fa !important; }

.bootstrap-container a.bg-light:hover,
.bootstrap-container a.bg-light:focus,
.bootstrap-container button.bg-light:hover,
.bootstrap-container button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bootstrap-container .bg-dark {
  background-color: #343a40 !important; }

.bootstrap-container a.bg-dark:hover,
.bootstrap-container a.bg-dark:focus,
.bootstrap-container button.bg-dark:hover,
.bootstrap-container button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bootstrap-container .bg-white {
  background-color: #fff !important; }

.bootstrap-container .bg-transparent {
  background-color: transparent !important; }

.bootstrap-container .border {
  border: 1px solid #dee2e6 !important; }

.bootstrap-container .border-top {
  border-top: 1px solid #dee2e6 !important; }

.bootstrap-container .border-right {
  border-right: 1px solid #dee2e6 !important; }

.bootstrap-container .border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.bootstrap-container .border-left {
  border-left: 1px solid #dee2e6 !important; }

.bootstrap-container .border-0 {
  border: 0 !important; }

.bootstrap-container .border-top-0 {
  border-top: 0 !important; }

.bootstrap-container .border-right-0 {
  border-right: 0 !important; }

.bootstrap-container .border-bottom-0 {
  border-bottom: 0 !important; }

.bootstrap-container .border-left-0 {
  border-left: 0 !important; }

.bootstrap-container .border-primary {
  border-color: #007bff !important; }

.bootstrap-container .border-secondary {
  border-color: #6c757d !important; }

.bootstrap-container .border-success {
  border-color: #28a745 !important; }

.bootstrap-container .border-info {
  border-color: #17a2b8 !important; }

.bootstrap-container .border-warning {
  border-color: #ffc107 !important; }

.bootstrap-container .border-danger {
  border-color: #dc3545 !important; }

.bootstrap-container .border-light {
  border-color: #f8f9fa !important; }

.bootstrap-container .border-dark {
  border-color: #343a40 !important; }

.bootstrap-container .border-white {
  border-color: #fff !important; }

.bootstrap-container .rounded-sm {
  border-radius: 0.2rem !important; }

.bootstrap-container .rounded {
  border-radius: 0.25rem !important; }

.bootstrap-container .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.bootstrap-container .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.bootstrap-container .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.bootstrap-container .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.bootstrap-container .rounded-lg {
  border-radius: 0.3rem !important; }

.bootstrap-container .rounded-circle {
  border-radius: 50% !important; }

.bootstrap-container .rounded-pill {
  border-radius: 50rem !important; }

.bootstrap-container .rounded-0 {
  border-radius: 0 !important; }

.bootstrap-container .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.bootstrap-container .d-none {
  display: none !important; }

.bootstrap-container .d-inline {
  display: inline !important; }

.bootstrap-container .d-inline-block {
  display: inline-block !important; }

.bootstrap-container .d-block {
  display: block !important; }

.bootstrap-container .d-table {
  display: table !important; }

.bootstrap-container .d-table-row {
  display: table-row !important; }

.bootstrap-container .d-table-cell {
  display: table-cell !important; }

.bootstrap-container .d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.bootstrap-container .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .bootstrap-container .d-sm-none {
    display: none !important; }
  .bootstrap-container .d-sm-inline {
    display: inline !important; }
  .bootstrap-container .d-sm-inline-block {
    display: inline-block !important; }
  .bootstrap-container .d-sm-block {
    display: block !important; }
  .bootstrap-container .d-sm-table {
    display: table !important; }
  .bootstrap-container .d-sm-table-row {
    display: table-row !important; }
  .bootstrap-container .d-sm-table-cell {
    display: table-cell !important; }
  .bootstrap-container .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .bootstrap-container .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .bootstrap-container .d-md-none {
    display: none !important; }
  .bootstrap-container .d-md-inline {
    display: inline !important; }
  .bootstrap-container .d-md-inline-block {
    display: inline-block !important; }
  .bootstrap-container .d-md-block {
    display: block !important; }
  .bootstrap-container .d-md-table {
    display: table !important; }
  .bootstrap-container .d-md-table-row {
    display: table-row !important; }
  .bootstrap-container .d-md-table-cell {
    display: table-cell !important; }
  .bootstrap-container .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .bootstrap-container .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .bootstrap-container .d-lg-none {
    display: none !important; }
  .bootstrap-container .d-lg-inline {
    display: inline !important; }
  .bootstrap-container .d-lg-inline-block {
    display: inline-block !important; }
  .bootstrap-container .d-lg-block {
    display: block !important; }
  .bootstrap-container .d-lg-table {
    display: table !important; }
  .bootstrap-container .d-lg-table-row {
    display: table-row !important; }
  .bootstrap-container .d-lg-table-cell {
    display: table-cell !important; }
  .bootstrap-container .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .bootstrap-container .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .bootstrap-container .d-xl-none {
    display: none !important; }
  .bootstrap-container .d-xl-inline {
    display: inline !important; }
  .bootstrap-container .d-xl-inline-block {
    display: inline-block !important; }
  .bootstrap-container .d-xl-block {
    display: block !important; }
  .bootstrap-container .d-xl-table {
    display: table !important; }
  .bootstrap-container .d-xl-table-row {
    display: table-row !important; }
  .bootstrap-container .d-xl-table-cell {
    display: table-cell !important; }
  .bootstrap-container .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .bootstrap-container .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .bootstrap-container .d-print-none {
    display: none !important; }
  .bootstrap-container .d-print-inline {
    display: inline !important; }
  .bootstrap-container .d-print-inline-block {
    display: inline-block !important; }
  .bootstrap-container .d-print-block {
    display: block !important; }
  .bootstrap-container .d-print-table {
    display: table !important; }
  .bootstrap-container .d-print-table-row {
    display: table-row !important; }
  .bootstrap-container .d-print-table-cell {
    display: table-cell !important; }
  .bootstrap-container .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .bootstrap-container .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.bootstrap-container .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.bootstrap-container .embed-responsive::before {
  display: block;
  content: ""; }

.bootstrap-container .embed-responsive .embed-responsive-item,
.bootstrap-container .embed-responsive iframe,
.bootstrap-container .embed-responsive embed,
.bootstrap-container .embed-responsive object,
.bootstrap-container .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.bootstrap-container .embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.bootstrap-container .embed-responsive-16by9::before {
  padding-top: 56.25%; }

.bootstrap-container .embed-responsive-4by3::before {
  padding-top: 75%; }

.bootstrap-container .embed-responsive-1by1::before {
  padding-top: 100%; }

.bootstrap-container .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.bootstrap-container .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.bootstrap-container .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.bootstrap-container .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.bootstrap-container .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.bootstrap-container .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.bootstrap-container .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.bootstrap-container .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.bootstrap-container .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.bootstrap-container .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.bootstrap-container .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.bootstrap-container .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.bootstrap-container .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.bootstrap-container .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.bootstrap-container .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.bootstrap-container .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.bootstrap-container .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.bootstrap-container .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.bootstrap-container .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.bootstrap-container .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.bootstrap-container .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.bootstrap-container .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.bootstrap-container .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.bootstrap-container .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.bootstrap-container .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.bootstrap-container .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.bootstrap-container .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.bootstrap-container .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.bootstrap-container .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.bootstrap-container .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.bootstrap-container .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.bootstrap-container .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.bootstrap-container .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.bootstrap-container .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .bootstrap-container .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .bootstrap-container .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .bootstrap-container .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .bootstrap-container .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .bootstrap-container .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bootstrap-container .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bootstrap-container .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bootstrap-container .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .bootstrap-container .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .bootstrap-container .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .bootstrap-container .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bootstrap-container .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bootstrap-container .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .bootstrap-container .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .bootstrap-container .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .bootstrap-container .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .bootstrap-container .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bootstrap-container .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .bootstrap-container .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .bootstrap-container .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .bootstrap-container .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .bootstrap-container .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .bootstrap-container .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bootstrap-container .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bootstrap-container .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bootstrap-container .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bootstrap-container .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bootstrap-container .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bootstrap-container .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bootstrap-container .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bootstrap-container .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bootstrap-container .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bootstrap-container .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bootstrap-container .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .bootstrap-container .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .bootstrap-container .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .bootstrap-container .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .bootstrap-container .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .bootstrap-container .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bootstrap-container .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bootstrap-container .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bootstrap-container .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .bootstrap-container .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .bootstrap-container .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .bootstrap-container .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bootstrap-container .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bootstrap-container .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .bootstrap-container .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .bootstrap-container .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .bootstrap-container .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .bootstrap-container .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bootstrap-container .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .bootstrap-container .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .bootstrap-container .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .bootstrap-container .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .bootstrap-container .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .bootstrap-container .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bootstrap-container .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bootstrap-container .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bootstrap-container .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bootstrap-container .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bootstrap-container .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bootstrap-container .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bootstrap-container .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bootstrap-container .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bootstrap-container .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bootstrap-container .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bootstrap-container .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .bootstrap-container .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .bootstrap-container .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .bootstrap-container .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .bootstrap-container .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .bootstrap-container .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bootstrap-container .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bootstrap-container .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bootstrap-container .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .bootstrap-container .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .bootstrap-container .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .bootstrap-container .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bootstrap-container .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bootstrap-container .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .bootstrap-container .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .bootstrap-container .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .bootstrap-container .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .bootstrap-container .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bootstrap-container .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .bootstrap-container .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .bootstrap-container .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .bootstrap-container .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .bootstrap-container .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .bootstrap-container .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bootstrap-container .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bootstrap-container .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bootstrap-container .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bootstrap-container .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bootstrap-container .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bootstrap-container .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bootstrap-container .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bootstrap-container .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bootstrap-container .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bootstrap-container .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bootstrap-container .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .bootstrap-container .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .bootstrap-container .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .bootstrap-container .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .bootstrap-container .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .bootstrap-container .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bootstrap-container .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bootstrap-container .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bootstrap-container .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .bootstrap-container .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .bootstrap-container .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .bootstrap-container .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bootstrap-container .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bootstrap-container .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .bootstrap-container .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .bootstrap-container .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .bootstrap-container .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .bootstrap-container .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bootstrap-container .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .bootstrap-container .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .bootstrap-container .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .bootstrap-container .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .bootstrap-container .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .bootstrap-container .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bootstrap-container .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bootstrap-container .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bootstrap-container .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bootstrap-container .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bootstrap-container .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bootstrap-container .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .bootstrap-container .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bootstrap-container .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bootstrap-container .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .bootstrap-container .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bootstrap-container .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.bootstrap-container .float-left {
  float: left !important; }

.bootstrap-container .float-right {
  float: right !important; }

.bootstrap-container .float-none {
  float: none !important; }

@media (min-width: 576px) {
  .bootstrap-container .float-sm-left {
    float: left !important; }
  .bootstrap-container .float-sm-right {
    float: right !important; }
  .bootstrap-container .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .bootstrap-container .float-md-left {
    float: left !important; }
  .bootstrap-container .float-md-right {
    float: right !important; }
  .bootstrap-container .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .bootstrap-container .float-lg-left {
    float: left !important; }
  .bootstrap-container .float-lg-right {
    float: right !important; }
  .bootstrap-container .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .bootstrap-container .float-xl-left {
    float: left !important; }
  .bootstrap-container .float-xl-right {
    float: right !important; }
  .bootstrap-container .float-xl-none {
    float: none !important; } }

.bootstrap-container .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.bootstrap-container .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.bootstrap-container .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.bootstrap-container .overflow-auto {
  overflow: auto !important; }

.bootstrap-container .overflow-hidden {
  overflow: hidden !important; }

.bootstrap-container .position-static {
  position: static !important; }

.bootstrap-container .position-relative {
  position: relative !important; }

.bootstrap-container .position-absolute {
  position: absolute !important; }

.bootstrap-container .position-fixed {
  position: fixed !important; }

.bootstrap-container .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.bootstrap-container .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.bootstrap-container .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .bootstrap-container .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.bootstrap-container .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.bootstrap-container .sr-only-focusable:active,
.bootstrap-container .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.bootstrap-container .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.bootstrap-container .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.bootstrap-container .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.bootstrap-container .shadow-none {
  box-shadow: none !important; }

.bootstrap-container .w-25 {
  width: 25% !important; }

.bootstrap-container .w-50 {
  width: 50% !important; }

.bootstrap-container .w-75 {
  width: 75% !important; }

.bootstrap-container .w-100 {
  width: 100% !important; }

.bootstrap-container .w-auto {
  width: auto !important; }

.bootstrap-container .h-25 {
  height: 25% !important; }

.bootstrap-container .h-50 {
  height: 50% !important; }

.bootstrap-container .h-75 {
  height: 75% !important; }

.bootstrap-container .h-100 {
  height: 100% !important; }

.bootstrap-container .h-auto {
  height: auto !important; }

.bootstrap-container .mw-100 {
  max-width: 100% !important; }

.bootstrap-container .mh-100 {
  max-height: 100% !important; }

.bootstrap-container .min-vw-100 {
  min-width: 100vw !important; }

.bootstrap-container .min-vh-100 {
  min-height: 100vh !important; }

.bootstrap-container .vw-100 {
  width: 100vw !important; }

.bootstrap-container .vh-100 {
  height: 100vh !important; }

.bootstrap-container .m-0 {
  margin: 0 !important; }

.bootstrap-container .mt-0,
.bootstrap-container .my-0 {
  margin-top: 0 !important; }

.bootstrap-container .mr-0,
.bootstrap-container .mx-0 {
  margin-right: 0 !important; }

.bootstrap-container .mb-0,
.bootstrap-container .my-0 {
  margin-bottom: 0 !important; }

.bootstrap-container .ml-0,
.bootstrap-container .mx-0 {
  margin-left: 0 !important; }

.bootstrap-container .m-1 {
  margin: 0.25rem !important; }

.bootstrap-container .mt-1,
.bootstrap-container .my-1 {
  margin-top: 0.25rem !important; }

.bootstrap-container .mr-1,
.bootstrap-container .mx-1 {
  margin-right: 0.25rem !important; }

.bootstrap-container .mb-1,
.bootstrap-container .my-1 {
  margin-bottom: 0.25rem !important; }

.bootstrap-container .ml-1,
.bootstrap-container .mx-1 {
  margin-left: 0.25rem !important; }

.bootstrap-container .m-2 {
  margin: 0.5rem !important; }

.bootstrap-container .mt-2,
.bootstrap-container .my-2 {
  margin-top: 0.5rem !important; }

.bootstrap-container .mr-2,
.bootstrap-container .mx-2 {
  margin-right: 0.5rem !important; }

.bootstrap-container .mb-2,
.bootstrap-container .my-2 {
  margin-bottom: 0.5rem !important; }

.bootstrap-container .ml-2,
.bootstrap-container .mx-2 {
  margin-left: 0.5rem !important; }

.bootstrap-container .m-3 {
  margin: 1rem !important; }

.bootstrap-container .mt-3,
.bootstrap-container .my-3 {
  margin-top: 1rem !important; }

.bootstrap-container .mr-3,
.bootstrap-container .mx-3 {
  margin-right: 1rem !important; }

.bootstrap-container .mb-3,
.bootstrap-container .my-3 {
  margin-bottom: 1rem !important; }

.bootstrap-container .ml-3,
.bootstrap-container .mx-3 {
  margin-left: 1rem !important; }

.bootstrap-container .m-4 {
  margin: 1.5rem !important; }

.bootstrap-container .mt-4,
.bootstrap-container .my-4 {
  margin-top: 1.5rem !important; }

.bootstrap-container .mr-4,
.bootstrap-container .mx-4 {
  margin-right: 1.5rem !important; }

.bootstrap-container .mb-4,
.bootstrap-container .my-4 {
  margin-bottom: 1.5rem !important; }

.bootstrap-container .ml-4,
.bootstrap-container .mx-4 {
  margin-left: 1.5rem !important; }

.bootstrap-container .m-5 {
  margin: 3rem !important; }

.bootstrap-container .mt-5,
.bootstrap-container .my-5 {
  margin-top: 3rem !important; }

.bootstrap-container .mr-5,
.bootstrap-container .mx-5 {
  margin-right: 3rem !important; }

.bootstrap-container .mb-5,
.bootstrap-container .my-5 {
  margin-bottom: 3rem !important; }

.bootstrap-container .ml-5,
.bootstrap-container .mx-5 {
  margin-left: 3rem !important; }

.bootstrap-container .p-0 {
  padding: 0 !important; }

.bootstrap-container .pt-0,
.bootstrap-container .py-0 {
  padding-top: 0 !important; }

.bootstrap-container .pr-0,
.bootstrap-container .px-0 {
  padding-right: 0 !important; }

.bootstrap-container .pb-0,
.bootstrap-container .py-0 {
  padding-bottom: 0 !important; }

.bootstrap-container .pl-0,
.bootstrap-container .px-0 {
  padding-left: 0 !important; }

.bootstrap-container .p-1 {
  padding: 0.25rem !important; }

.bootstrap-container .pt-1,
.bootstrap-container .py-1 {
  padding-top: 0.25rem !important; }

.bootstrap-container .pr-1,
.bootstrap-container .px-1 {
  padding-right: 0.25rem !important; }

.bootstrap-container .pb-1,
.bootstrap-container .py-1 {
  padding-bottom: 0.25rem !important; }

.bootstrap-container .pl-1,
.bootstrap-container .px-1 {
  padding-left: 0.25rem !important; }

.bootstrap-container .p-2 {
  padding: 0.5rem !important; }

.bootstrap-container .pt-2,
.bootstrap-container .py-2 {
  padding-top: 0.5rem !important; }

.bootstrap-container .pr-2,
.bootstrap-container .px-2 {
  padding-right: 0.5rem !important; }

.bootstrap-container .pb-2,
.bootstrap-container .py-2 {
  padding-bottom: 0.5rem !important; }

.bootstrap-container .pl-2,
.bootstrap-container .px-2 {
  padding-left: 0.5rem !important; }

.bootstrap-container .p-3 {
  padding: 1rem !important; }

.bootstrap-container .pt-3,
.bootstrap-container .py-3 {
  padding-top: 1rem !important; }

.bootstrap-container .pr-3,
.bootstrap-container .px-3 {
  padding-right: 1rem !important; }

.bootstrap-container .pb-3,
.bootstrap-container .py-3 {
  padding-bottom: 1rem !important; }

.bootstrap-container .pl-3,
.bootstrap-container .px-3 {
  padding-left: 1rem !important; }

.bootstrap-container .p-4 {
  padding: 1.5rem !important; }

.bootstrap-container .pt-4,
.bootstrap-container .py-4 {
  padding-top: 1.5rem !important; }

.bootstrap-container .pr-4,
.bootstrap-container .px-4 {
  padding-right: 1.5rem !important; }

.bootstrap-container .pb-4,
.bootstrap-container .py-4 {
  padding-bottom: 1.5rem !important; }

.bootstrap-container .pl-4,
.bootstrap-container .px-4 {
  padding-left: 1.5rem !important; }

.bootstrap-container .p-5 {
  padding: 3rem !important; }

.bootstrap-container .pt-5,
.bootstrap-container .py-5 {
  padding-top: 3rem !important; }

.bootstrap-container .pr-5,
.bootstrap-container .px-5 {
  padding-right: 3rem !important; }

.bootstrap-container .pb-5,
.bootstrap-container .py-5 {
  padding-bottom: 3rem !important; }

.bootstrap-container .pl-5,
.bootstrap-container .px-5 {
  padding-left: 3rem !important; }

.bootstrap-container .m-n1 {
  margin: -0.25rem !important; }

.bootstrap-container .mt-n1,
.bootstrap-container .my-n1 {
  margin-top: -0.25rem !important; }

.bootstrap-container .mr-n1,
.bootstrap-container .mx-n1 {
  margin-right: -0.25rem !important; }

.bootstrap-container .mb-n1,
.bootstrap-container .my-n1 {
  margin-bottom: -0.25rem !important; }

.bootstrap-container .ml-n1,
.bootstrap-container .mx-n1 {
  margin-left: -0.25rem !important; }

.bootstrap-container .m-n2 {
  margin: -0.5rem !important; }

.bootstrap-container .mt-n2,
.bootstrap-container .my-n2 {
  margin-top: -0.5rem !important; }

.bootstrap-container .mr-n2,
.bootstrap-container .mx-n2 {
  margin-right: -0.5rem !important; }

.bootstrap-container .mb-n2,
.bootstrap-container .my-n2 {
  margin-bottom: -0.5rem !important; }

.bootstrap-container .ml-n2,
.bootstrap-container .mx-n2 {
  margin-left: -0.5rem !important; }

.bootstrap-container .m-n3 {
  margin: -1rem !important; }

.bootstrap-container .mt-n3,
.bootstrap-container .my-n3 {
  margin-top: -1rem !important; }

.bootstrap-container .mr-n3,
.bootstrap-container .mx-n3 {
  margin-right: -1rem !important; }

.bootstrap-container .mb-n3,
.bootstrap-container .my-n3 {
  margin-bottom: -1rem !important; }

.bootstrap-container .ml-n3,
.bootstrap-container .mx-n3 {
  margin-left: -1rem !important; }

.bootstrap-container .m-n4 {
  margin: -1.5rem !important; }

.bootstrap-container .mt-n4,
.bootstrap-container .my-n4 {
  margin-top: -1.5rem !important; }

.bootstrap-container .mr-n4,
.bootstrap-container .mx-n4 {
  margin-right: -1.5rem !important; }

.bootstrap-container .mb-n4,
.bootstrap-container .my-n4 {
  margin-bottom: -1.5rem !important; }

.bootstrap-container .ml-n4,
.bootstrap-container .mx-n4 {
  margin-left: -1.5rem !important; }

.bootstrap-container .m-n5 {
  margin: -3rem !important; }

.bootstrap-container .mt-n5,
.bootstrap-container .my-n5 {
  margin-top: -3rem !important; }

.bootstrap-container .mr-n5,
.bootstrap-container .mx-n5 {
  margin-right: -3rem !important; }

.bootstrap-container .mb-n5,
.bootstrap-container .my-n5 {
  margin-bottom: -3rem !important; }

.bootstrap-container .ml-n5,
.bootstrap-container .mx-n5 {
  margin-left: -3rem !important; }

.bootstrap-container .m-auto {
  margin: auto !important; }

.bootstrap-container .mt-auto,
.bootstrap-container .my-auto {
  margin-top: auto !important; }

.bootstrap-container .mr-auto,
.bootstrap-container .mx-auto {
  margin-right: auto !important; }

.bootstrap-container .mb-auto,
.bootstrap-container .my-auto {
  margin-bottom: auto !important; }

.bootstrap-container .ml-auto,
.bootstrap-container .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .bootstrap-container .m-sm-0 {
    margin: 0 !important; }
  .bootstrap-container .mt-sm-0,
  .bootstrap-container .my-sm-0 {
    margin-top: 0 !important; }
  .bootstrap-container .mr-sm-0,
  .bootstrap-container .mx-sm-0 {
    margin-right: 0 !important; }
  .bootstrap-container .mb-sm-0,
  .bootstrap-container .my-sm-0 {
    margin-bottom: 0 !important; }
  .bootstrap-container .ml-sm-0,
  .bootstrap-container .mx-sm-0 {
    margin-left: 0 !important; }
  .bootstrap-container .m-sm-1 {
    margin: 0.25rem !important; }
  .bootstrap-container .mt-sm-1,
  .bootstrap-container .my-sm-1 {
    margin-top: 0.25rem !important; }
  .bootstrap-container .mr-sm-1,
  .bootstrap-container .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .bootstrap-container .mb-sm-1,
  .bootstrap-container .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap-container .ml-sm-1,
  .bootstrap-container .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .bootstrap-container .m-sm-2 {
    margin: 0.5rem !important; }
  .bootstrap-container .mt-sm-2,
  .bootstrap-container .my-sm-2 {
    margin-top: 0.5rem !important; }
  .bootstrap-container .mr-sm-2,
  .bootstrap-container .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .bootstrap-container .mb-sm-2,
  .bootstrap-container .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap-container .ml-sm-2,
  .bootstrap-container .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .bootstrap-container .m-sm-3 {
    margin: 1rem !important; }
  .bootstrap-container .mt-sm-3,
  .bootstrap-container .my-sm-3 {
    margin-top: 1rem !important; }
  .bootstrap-container .mr-sm-3,
  .bootstrap-container .mx-sm-3 {
    margin-right: 1rem !important; }
  .bootstrap-container .mb-sm-3,
  .bootstrap-container .my-sm-3 {
    margin-bottom: 1rem !important; }
  .bootstrap-container .ml-sm-3,
  .bootstrap-container .mx-sm-3 {
    margin-left: 1rem !important; }
  .bootstrap-container .m-sm-4 {
    margin: 1.5rem !important; }
  .bootstrap-container .mt-sm-4,
  .bootstrap-container .my-sm-4 {
    margin-top: 1.5rem !important; }
  .bootstrap-container .mr-sm-4,
  .bootstrap-container .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .bootstrap-container .mb-sm-4,
  .bootstrap-container .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap-container .ml-sm-4,
  .bootstrap-container .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .bootstrap-container .m-sm-5 {
    margin: 3rem !important; }
  .bootstrap-container .mt-sm-5,
  .bootstrap-container .my-sm-5 {
    margin-top: 3rem !important; }
  .bootstrap-container .mr-sm-5,
  .bootstrap-container .mx-sm-5 {
    margin-right: 3rem !important; }
  .bootstrap-container .mb-sm-5,
  .bootstrap-container .my-sm-5 {
    margin-bottom: 3rem !important; }
  .bootstrap-container .ml-sm-5,
  .bootstrap-container .mx-sm-5 {
    margin-left: 3rem !important; }
  .bootstrap-container .p-sm-0 {
    padding: 0 !important; }
  .bootstrap-container .pt-sm-0,
  .bootstrap-container .py-sm-0 {
    padding-top: 0 !important; }
  .bootstrap-container .pr-sm-0,
  .bootstrap-container .px-sm-0 {
    padding-right: 0 !important; }
  .bootstrap-container .pb-sm-0,
  .bootstrap-container .py-sm-0 {
    padding-bottom: 0 !important; }
  .bootstrap-container .pl-sm-0,
  .bootstrap-container .px-sm-0 {
    padding-left: 0 !important; }
  .bootstrap-container .p-sm-1 {
    padding: 0.25rem !important; }
  .bootstrap-container .pt-sm-1,
  .bootstrap-container .py-sm-1 {
    padding-top: 0.25rem !important; }
  .bootstrap-container .pr-sm-1,
  .bootstrap-container .px-sm-1 {
    padding-right: 0.25rem !important; }
  .bootstrap-container .pb-sm-1,
  .bootstrap-container .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap-container .pl-sm-1,
  .bootstrap-container .px-sm-1 {
    padding-left: 0.25rem !important; }
  .bootstrap-container .p-sm-2 {
    padding: 0.5rem !important; }
  .bootstrap-container .pt-sm-2,
  .bootstrap-container .py-sm-2 {
    padding-top: 0.5rem !important; }
  .bootstrap-container .pr-sm-2,
  .bootstrap-container .px-sm-2 {
    padding-right: 0.5rem !important; }
  .bootstrap-container .pb-sm-2,
  .bootstrap-container .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap-container .pl-sm-2,
  .bootstrap-container .px-sm-2 {
    padding-left: 0.5rem !important; }
  .bootstrap-container .p-sm-3 {
    padding: 1rem !important; }
  .bootstrap-container .pt-sm-3,
  .bootstrap-container .py-sm-3 {
    padding-top: 1rem !important; }
  .bootstrap-container .pr-sm-3,
  .bootstrap-container .px-sm-3 {
    padding-right: 1rem !important; }
  .bootstrap-container .pb-sm-3,
  .bootstrap-container .py-sm-3 {
    padding-bottom: 1rem !important; }
  .bootstrap-container .pl-sm-3,
  .bootstrap-container .px-sm-3 {
    padding-left: 1rem !important; }
  .bootstrap-container .p-sm-4 {
    padding: 1.5rem !important; }
  .bootstrap-container .pt-sm-4,
  .bootstrap-container .py-sm-4 {
    padding-top: 1.5rem !important; }
  .bootstrap-container .pr-sm-4,
  .bootstrap-container .px-sm-4 {
    padding-right: 1.5rem !important; }
  .bootstrap-container .pb-sm-4,
  .bootstrap-container .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap-container .pl-sm-4,
  .bootstrap-container .px-sm-4 {
    padding-left: 1.5rem !important; }
  .bootstrap-container .p-sm-5 {
    padding: 3rem !important; }
  .bootstrap-container .pt-sm-5,
  .bootstrap-container .py-sm-5 {
    padding-top: 3rem !important; }
  .bootstrap-container .pr-sm-5,
  .bootstrap-container .px-sm-5 {
    padding-right: 3rem !important; }
  .bootstrap-container .pb-sm-5,
  .bootstrap-container .py-sm-5 {
    padding-bottom: 3rem !important; }
  .bootstrap-container .pl-sm-5,
  .bootstrap-container .px-sm-5 {
    padding-left: 3rem !important; }
  .bootstrap-container .m-sm-n1 {
    margin: -0.25rem !important; }
  .bootstrap-container .mt-sm-n1,
  .bootstrap-container .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap-container .mr-sm-n1,
  .bootstrap-container .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap-container .mb-sm-n1,
  .bootstrap-container .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap-container .ml-sm-n1,
  .bootstrap-container .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap-container .m-sm-n2 {
    margin: -0.5rem !important; }
  .bootstrap-container .mt-sm-n2,
  .bootstrap-container .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap-container .mr-sm-n2,
  .bootstrap-container .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap-container .mb-sm-n2,
  .bootstrap-container .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap-container .ml-sm-n2,
  .bootstrap-container .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap-container .m-sm-n3 {
    margin: -1rem !important; }
  .bootstrap-container .mt-sm-n3,
  .bootstrap-container .my-sm-n3 {
    margin-top: -1rem !important; }
  .bootstrap-container .mr-sm-n3,
  .bootstrap-container .mx-sm-n3 {
    margin-right: -1rem !important; }
  .bootstrap-container .mb-sm-n3,
  .bootstrap-container .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap-container .ml-sm-n3,
  .bootstrap-container .mx-sm-n3 {
    margin-left: -1rem !important; }
  .bootstrap-container .m-sm-n4 {
    margin: -1.5rem !important; }
  .bootstrap-container .mt-sm-n4,
  .bootstrap-container .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap-container .mr-sm-n4,
  .bootstrap-container .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap-container .mb-sm-n4,
  .bootstrap-container .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap-container .ml-sm-n4,
  .bootstrap-container .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap-container .m-sm-n5 {
    margin: -3rem !important; }
  .bootstrap-container .mt-sm-n5,
  .bootstrap-container .my-sm-n5 {
    margin-top: -3rem !important; }
  .bootstrap-container .mr-sm-n5,
  .bootstrap-container .mx-sm-n5 {
    margin-right: -3rem !important; }
  .bootstrap-container .mb-sm-n5,
  .bootstrap-container .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap-container .ml-sm-n5,
  .bootstrap-container .mx-sm-n5 {
    margin-left: -3rem !important; }
  .bootstrap-container .m-sm-auto {
    margin: auto !important; }
  .bootstrap-container .mt-sm-auto,
  .bootstrap-container .my-sm-auto {
    margin-top: auto !important; }
  .bootstrap-container .mr-sm-auto,
  .bootstrap-container .mx-sm-auto {
    margin-right: auto !important; }
  .bootstrap-container .mb-sm-auto,
  .bootstrap-container .my-sm-auto {
    margin-bottom: auto !important; }
  .bootstrap-container .ml-sm-auto,
  .bootstrap-container .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .bootstrap-container .m-md-0 {
    margin: 0 !important; }
  .bootstrap-container .mt-md-0,
  .bootstrap-container .my-md-0 {
    margin-top: 0 !important; }
  .bootstrap-container .mr-md-0,
  .bootstrap-container .mx-md-0 {
    margin-right: 0 !important; }
  .bootstrap-container .mb-md-0,
  .bootstrap-container .my-md-0 {
    margin-bottom: 0 !important; }
  .bootstrap-container .ml-md-0,
  .bootstrap-container .mx-md-0 {
    margin-left: 0 !important; }
  .bootstrap-container .m-md-1 {
    margin: 0.25rem !important; }
  .bootstrap-container .mt-md-1,
  .bootstrap-container .my-md-1 {
    margin-top: 0.25rem !important; }
  .bootstrap-container .mr-md-1,
  .bootstrap-container .mx-md-1 {
    margin-right: 0.25rem !important; }
  .bootstrap-container .mb-md-1,
  .bootstrap-container .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap-container .ml-md-1,
  .bootstrap-container .mx-md-1 {
    margin-left: 0.25rem !important; }
  .bootstrap-container .m-md-2 {
    margin: 0.5rem !important; }
  .bootstrap-container .mt-md-2,
  .bootstrap-container .my-md-2 {
    margin-top: 0.5rem !important; }
  .bootstrap-container .mr-md-2,
  .bootstrap-container .mx-md-2 {
    margin-right: 0.5rem !important; }
  .bootstrap-container .mb-md-2,
  .bootstrap-container .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap-container .ml-md-2,
  .bootstrap-container .mx-md-2 {
    margin-left: 0.5rem !important; }
  .bootstrap-container .m-md-3 {
    margin: 1rem !important; }
  .bootstrap-container .mt-md-3,
  .bootstrap-container .my-md-3 {
    margin-top: 1rem !important; }
  .bootstrap-container .mr-md-3,
  .bootstrap-container .mx-md-3 {
    margin-right: 1rem !important; }
  .bootstrap-container .mb-md-3,
  .bootstrap-container .my-md-3 {
    margin-bottom: 1rem !important; }
  .bootstrap-container .ml-md-3,
  .bootstrap-container .mx-md-3 {
    margin-left: 1rem !important; }
  .bootstrap-container .m-md-4 {
    margin: 1.5rem !important; }
  .bootstrap-container .mt-md-4,
  .bootstrap-container .my-md-4 {
    margin-top: 1.5rem !important; }
  .bootstrap-container .mr-md-4,
  .bootstrap-container .mx-md-4 {
    margin-right: 1.5rem !important; }
  .bootstrap-container .mb-md-4,
  .bootstrap-container .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap-container .ml-md-4,
  .bootstrap-container .mx-md-4 {
    margin-left: 1.5rem !important; }
  .bootstrap-container .m-md-5 {
    margin: 3rem !important; }
  .bootstrap-container .mt-md-5,
  .bootstrap-container .my-md-5 {
    margin-top: 3rem !important; }
  .bootstrap-container .mr-md-5,
  .bootstrap-container .mx-md-5 {
    margin-right: 3rem !important; }
  .bootstrap-container .mb-md-5,
  .bootstrap-container .my-md-5 {
    margin-bottom: 3rem !important; }
  .bootstrap-container .ml-md-5,
  .bootstrap-container .mx-md-5 {
    margin-left: 3rem !important; }
  .bootstrap-container .p-md-0 {
    padding: 0 !important; }
  .bootstrap-container .pt-md-0,
  .bootstrap-container .py-md-0 {
    padding-top: 0 !important; }
  .bootstrap-container .pr-md-0,
  .bootstrap-container .px-md-0 {
    padding-right: 0 !important; }
  .bootstrap-container .pb-md-0,
  .bootstrap-container .py-md-0 {
    padding-bottom: 0 !important; }
  .bootstrap-container .pl-md-0,
  .bootstrap-container .px-md-0 {
    padding-left: 0 !important; }
  .bootstrap-container .p-md-1 {
    padding: 0.25rem !important; }
  .bootstrap-container .pt-md-1,
  .bootstrap-container .py-md-1 {
    padding-top: 0.25rem !important; }
  .bootstrap-container .pr-md-1,
  .bootstrap-container .px-md-1 {
    padding-right: 0.25rem !important; }
  .bootstrap-container .pb-md-1,
  .bootstrap-container .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap-container .pl-md-1,
  .bootstrap-container .px-md-1 {
    padding-left: 0.25rem !important; }
  .bootstrap-container .p-md-2 {
    padding: 0.5rem !important; }
  .bootstrap-container .pt-md-2,
  .bootstrap-container .py-md-2 {
    padding-top: 0.5rem !important; }
  .bootstrap-container .pr-md-2,
  .bootstrap-container .px-md-2 {
    padding-right: 0.5rem !important; }
  .bootstrap-container .pb-md-2,
  .bootstrap-container .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap-container .pl-md-2,
  .bootstrap-container .px-md-2 {
    padding-left: 0.5rem !important; }
  .bootstrap-container .p-md-3 {
    padding: 1rem !important; }
  .bootstrap-container .pt-md-3,
  .bootstrap-container .py-md-3 {
    padding-top: 1rem !important; }
  .bootstrap-container .pr-md-3,
  .bootstrap-container .px-md-3 {
    padding-right: 1rem !important; }
  .bootstrap-container .pb-md-3,
  .bootstrap-container .py-md-3 {
    padding-bottom: 1rem !important; }
  .bootstrap-container .pl-md-3,
  .bootstrap-container .px-md-3 {
    padding-left: 1rem !important; }
  .bootstrap-container .p-md-4 {
    padding: 1.5rem !important; }
  .bootstrap-container .pt-md-4,
  .bootstrap-container .py-md-4 {
    padding-top: 1.5rem !important; }
  .bootstrap-container .pr-md-4,
  .bootstrap-container .px-md-4 {
    padding-right: 1.5rem !important; }
  .bootstrap-container .pb-md-4,
  .bootstrap-container .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap-container .pl-md-4,
  .bootstrap-container .px-md-4 {
    padding-left: 1.5rem !important; }
  .bootstrap-container .p-md-5 {
    padding: 3rem !important; }
  .bootstrap-container .pt-md-5,
  .bootstrap-container .py-md-5 {
    padding-top: 3rem !important; }
  .bootstrap-container .pr-md-5,
  .bootstrap-container .px-md-5 {
    padding-right: 3rem !important; }
  .bootstrap-container .pb-md-5,
  .bootstrap-container .py-md-5 {
    padding-bottom: 3rem !important; }
  .bootstrap-container .pl-md-5,
  .bootstrap-container .px-md-5 {
    padding-left: 3rem !important; }
  .bootstrap-container .m-md-n1 {
    margin: -0.25rem !important; }
  .bootstrap-container .mt-md-n1,
  .bootstrap-container .my-md-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap-container .mr-md-n1,
  .bootstrap-container .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap-container .mb-md-n1,
  .bootstrap-container .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap-container .ml-md-n1,
  .bootstrap-container .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap-container .m-md-n2 {
    margin: -0.5rem !important; }
  .bootstrap-container .mt-md-n2,
  .bootstrap-container .my-md-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap-container .mr-md-n2,
  .bootstrap-container .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap-container .mb-md-n2,
  .bootstrap-container .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap-container .ml-md-n2,
  .bootstrap-container .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap-container .m-md-n3 {
    margin: -1rem !important; }
  .bootstrap-container .mt-md-n3,
  .bootstrap-container .my-md-n3 {
    margin-top: -1rem !important; }
  .bootstrap-container .mr-md-n3,
  .bootstrap-container .mx-md-n3 {
    margin-right: -1rem !important; }
  .bootstrap-container .mb-md-n3,
  .bootstrap-container .my-md-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap-container .ml-md-n3,
  .bootstrap-container .mx-md-n3 {
    margin-left: -1rem !important; }
  .bootstrap-container .m-md-n4 {
    margin: -1.5rem !important; }
  .bootstrap-container .mt-md-n4,
  .bootstrap-container .my-md-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap-container .mr-md-n4,
  .bootstrap-container .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap-container .mb-md-n4,
  .bootstrap-container .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap-container .ml-md-n4,
  .bootstrap-container .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap-container .m-md-n5 {
    margin: -3rem !important; }
  .bootstrap-container .mt-md-n5,
  .bootstrap-container .my-md-n5 {
    margin-top: -3rem !important; }
  .bootstrap-container .mr-md-n5,
  .bootstrap-container .mx-md-n5 {
    margin-right: -3rem !important; }
  .bootstrap-container .mb-md-n5,
  .bootstrap-container .my-md-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap-container .ml-md-n5,
  .bootstrap-container .mx-md-n5 {
    margin-left: -3rem !important; }
  .bootstrap-container .m-md-auto {
    margin: auto !important; }
  .bootstrap-container .mt-md-auto,
  .bootstrap-container .my-md-auto {
    margin-top: auto !important; }
  .bootstrap-container .mr-md-auto,
  .bootstrap-container .mx-md-auto {
    margin-right: auto !important; }
  .bootstrap-container .mb-md-auto,
  .bootstrap-container .my-md-auto {
    margin-bottom: auto !important; }
  .bootstrap-container .ml-md-auto,
  .bootstrap-container .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .bootstrap-container .m-lg-0 {
    margin: 0 !important; }
  .bootstrap-container .mt-lg-0,
  .bootstrap-container .my-lg-0 {
    margin-top: 0 !important; }
  .bootstrap-container .mr-lg-0,
  .bootstrap-container .mx-lg-0 {
    margin-right: 0 !important; }
  .bootstrap-container .mb-lg-0,
  .bootstrap-container .my-lg-0 {
    margin-bottom: 0 !important; }
  .bootstrap-container .ml-lg-0,
  .bootstrap-container .mx-lg-0 {
    margin-left: 0 !important; }
  .bootstrap-container .m-lg-1 {
    margin: 0.25rem !important; }
  .bootstrap-container .mt-lg-1,
  .bootstrap-container .my-lg-1 {
    margin-top: 0.25rem !important; }
  .bootstrap-container .mr-lg-1,
  .bootstrap-container .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .bootstrap-container .mb-lg-1,
  .bootstrap-container .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap-container .ml-lg-1,
  .bootstrap-container .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .bootstrap-container .m-lg-2 {
    margin: 0.5rem !important; }
  .bootstrap-container .mt-lg-2,
  .bootstrap-container .my-lg-2 {
    margin-top: 0.5rem !important; }
  .bootstrap-container .mr-lg-2,
  .bootstrap-container .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .bootstrap-container .mb-lg-2,
  .bootstrap-container .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap-container .ml-lg-2,
  .bootstrap-container .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .bootstrap-container .m-lg-3 {
    margin: 1rem !important; }
  .bootstrap-container .mt-lg-3,
  .bootstrap-container .my-lg-3 {
    margin-top: 1rem !important; }
  .bootstrap-container .mr-lg-3,
  .bootstrap-container .mx-lg-3 {
    margin-right: 1rem !important; }
  .bootstrap-container .mb-lg-3,
  .bootstrap-container .my-lg-3 {
    margin-bottom: 1rem !important; }
  .bootstrap-container .ml-lg-3,
  .bootstrap-container .mx-lg-3 {
    margin-left: 1rem !important; }
  .bootstrap-container .m-lg-4 {
    margin: 1.5rem !important; }
  .bootstrap-container .mt-lg-4,
  .bootstrap-container .my-lg-4 {
    margin-top: 1.5rem !important; }
  .bootstrap-container .mr-lg-4,
  .bootstrap-container .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .bootstrap-container .mb-lg-4,
  .bootstrap-container .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap-container .ml-lg-4,
  .bootstrap-container .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .bootstrap-container .m-lg-5 {
    margin: 3rem !important; }
  .bootstrap-container .mt-lg-5,
  .bootstrap-container .my-lg-5 {
    margin-top: 3rem !important; }
  .bootstrap-container .mr-lg-5,
  .bootstrap-container .mx-lg-5 {
    margin-right: 3rem !important; }
  .bootstrap-container .mb-lg-5,
  .bootstrap-container .my-lg-5 {
    margin-bottom: 3rem !important; }
  .bootstrap-container .ml-lg-5,
  .bootstrap-container .mx-lg-5 {
    margin-left: 3rem !important; }
  .bootstrap-container .p-lg-0 {
    padding: 0 !important; }
  .bootstrap-container .pt-lg-0,
  .bootstrap-container .py-lg-0 {
    padding-top: 0 !important; }
  .bootstrap-container .pr-lg-0,
  .bootstrap-container .px-lg-0 {
    padding-right: 0 !important; }
  .bootstrap-container .pb-lg-0,
  .bootstrap-container .py-lg-0 {
    padding-bottom: 0 !important; }
  .bootstrap-container .pl-lg-0,
  .bootstrap-container .px-lg-0 {
    padding-left: 0 !important; }
  .bootstrap-container .p-lg-1 {
    padding: 0.25rem !important; }
  .bootstrap-container .pt-lg-1,
  .bootstrap-container .py-lg-1 {
    padding-top: 0.25rem !important; }
  .bootstrap-container .pr-lg-1,
  .bootstrap-container .px-lg-1 {
    padding-right: 0.25rem !important; }
  .bootstrap-container .pb-lg-1,
  .bootstrap-container .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap-container .pl-lg-1,
  .bootstrap-container .px-lg-1 {
    padding-left: 0.25rem !important; }
  .bootstrap-container .p-lg-2 {
    padding: 0.5rem !important; }
  .bootstrap-container .pt-lg-2,
  .bootstrap-container .py-lg-2 {
    padding-top: 0.5rem !important; }
  .bootstrap-container .pr-lg-2,
  .bootstrap-container .px-lg-2 {
    padding-right: 0.5rem !important; }
  .bootstrap-container .pb-lg-2,
  .bootstrap-container .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap-container .pl-lg-2,
  .bootstrap-container .px-lg-2 {
    padding-left: 0.5rem !important; }
  .bootstrap-container .p-lg-3 {
    padding: 1rem !important; }
  .bootstrap-container .pt-lg-3,
  .bootstrap-container .py-lg-3 {
    padding-top: 1rem !important; }
  .bootstrap-container .pr-lg-3,
  .bootstrap-container .px-lg-3 {
    padding-right: 1rem !important; }
  .bootstrap-container .pb-lg-3,
  .bootstrap-container .py-lg-3 {
    padding-bottom: 1rem !important; }
  .bootstrap-container .pl-lg-3,
  .bootstrap-container .px-lg-3 {
    padding-left: 1rem !important; }
  .bootstrap-container .p-lg-4 {
    padding: 1.5rem !important; }
  .bootstrap-container .pt-lg-4,
  .bootstrap-container .py-lg-4 {
    padding-top: 1.5rem !important; }
  .bootstrap-container .pr-lg-4,
  .bootstrap-container .px-lg-4 {
    padding-right: 1.5rem !important; }
  .bootstrap-container .pb-lg-4,
  .bootstrap-container .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap-container .pl-lg-4,
  .bootstrap-container .px-lg-4 {
    padding-left: 1.5rem !important; }
  .bootstrap-container .p-lg-5 {
    padding: 3rem !important; }
  .bootstrap-container .pt-lg-5,
  .bootstrap-container .py-lg-5 {
    padding-top: 3rem !important; }
  .bootstrap-container .pr-lg-5,
  .bootstrap-container .px-lg-5 {
    padding-right: 3rem !important; }
  .bootstrap-container .pb-lg-5,
  .bootstrap-container .py-lg-5 {
    padding-bottom: 3rem !important; }
  .bootstrap-container .pl-lg-5,
  .bootstrap-container .px-lg-5 {
    padding-left: 3rem !important; }
  .bootstrap-container .m-lg-n1 {
    margin: -0.25rem !important; }
  .bootstrap-container .mt-lg-n1,
  .bootstrap-container .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap-container .mr-lg-n1,
  .bootstrap-container .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap-container .mb-lg-n1,
  .bootstrap-container .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap-container .ml-lg-n1,
  .bootstrap-container .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap-container .m-lg-n2 {
    margin: -0.5rem !important; }
  .bootstrap-container .mt-lg-n2,
  .bootstrap-container .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap-container .mr-lg-n2,
  .bootstrap-container .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap-container .mb-lg-n2,
  .bootstrap-container .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap-container .ml-lg-n2,
  .bootstrap-container .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap-container .m-lg-n3 {
    margin: -1rem !important; }
  .bootstrap-container .mt-lg-n3,
  .bootstrap-container .my-lg-n3 {
    margin-top: -1rem !important; }
  .bootstrap-container .mr-lg-n3,
  .bootstrap-container .mx-lg-n3 {
    margin-right: -1rem !important; }
  .bootstrap-container .mb-lg-n3,
  .bootstrap-container .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap-container .ml-lg-n3,
  .bootstrap-container .mx-lg-n3 {
    margin-left: -1rem !important; }
  .bootstrap-container .m-lg-n4 {
    margin: -1.5rem !important; }
  .bootstrap-container .mt-lg-n4,
  .bootstrap-container .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap-container .mr-lg-n4,
  .bootstrap-container .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap-container .mb-lg-n4,
  .bootstrap-container .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap-container .ml-lg-n4,
  .bootstrap-container .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap-container .m-lg-n5 {
    margin: -3rem !important; }
  .bootstrap-container .mt-lg-n5,
  .bootstrap-container .my-lg-n5 {
    margin-top: -3rem !important; }
  .bootstrap-container .mr-lg-n5,
  .bootstrap-container .mx-lg-n5 {
    margin-right: -3rem !important; }
  .bootstrap-container .mb-lg-n5,
  .bootstrap-container .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap-container .ml-lg-n5,
  .bootstrap-container .mx-lg-n5 {
    margin-left: -3rem !important; }
  .bootstrap-container .m-lg-auto {
    margin: auto !important; }
  .bootstrap-container .mt-lg-auto,
  .bootstrap-container .my-lg-auto {
    margin-top: auto !important; }
  .bootstrap-container .mr-lg-auto,
  .bootstrap-container .mx-lg-auto {
    margin-right: auto !important; }
  .bootstrap-container .mb-lg-auto,
  .bootstrap-container .my-lg-auto {
    margin-bottom: auto !important; }
  .bootstrap-container .ml-lg-auto,
  .bootstrap-container .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .bootstrap-container .m-xl-0 {
    margin: 0 !important; }
  .bootstrap-container .mt-xl-0,
  .bootstrap-container .my-xl-0 {
    margin-top: 0 !important; }
  .bootstrap-container .mr-xl-0,
  .bootstrap-container .mx-xl-0 {
    margin-right: 0 !important; }
  .bootstrap-container .mb-xl-0,
  .bootstrap-container .my-xl-0 {
    margin-bottom: 0 !important; }
  .bootstrap-container .ml-xl-0,
  .bootstrap-container .mx-xl-0 {
    margin-left: 0 !important; }
  .bootstrap-container .m-xl-1 {
    margin: 0.25rem !important; }
  .bootstrap-container .mt-xl-1,
  .bootstrap-container .my-xl-1 {
    margin-top: 0.25rem !important; }
  .bootstrap-container .mr-xl-1,
  .bootstrap-container .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .bootstrap-container .mb-xl-1,
  .bootstrap-container .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .bootstrap-container .ml-xl-1,
  .bootstrap-container .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .bootstrap-container .m-xl-2 {
    margin: 0.5rem !important; }
  .bootstrap-container .mt-xl-2,
  .bootstrap-container .my-xl-2 {
    margin-top: 0.5rem !important; }
  .bootstrap-container .mr-xl-2,
  .bootstrap-container .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .bootstrap-container .mb-xl-2,
  .bootstrap-container .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .bootstrap-container .ml-xl-2,
  .bootstrap-container .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .bootstrap-container .m-xl-3 {
    margin: 1rem !important; }
  .bootstrap-container .mt-xl-3,
  .bootstrap-container .my-xl-3 {
    margin-top: 1rem !important; }
  .bootstrap-container .mr-xl-3,
  .bootstrap-container .mx-xl-3 {
    margin-right: 1rem !important; }
  .bootstrap-container .mb-xl-3,
  .bootstrap-container .my-xl-3 {
    margin-bottom: 1rem !important; }
  .bootstrap-container .ml-xl-3,
  .bootstrap-container .mx-xl-3 {
    margin-left: 1rem !important; }
  .bootstrap-container .m-xl-4 {
    margin: 1.5rem !important; }
  .bootstrap-container .mt-xl-4,
  .bootstrap-container .my-xl-4 {
    margin-top: 1.5rem !important; }
  .bootstrap-container .mr-xl-4,
  .bootstrap-container .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .bootstrap-container .mb-xl-4,
  .bootstrap-container .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .bootstrap-container .ml-xl-4,
  .bootstrap-container .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .bootstrap-container .m-xl-5 {
    margin: 3rem !important; }
  .bootstrap-container .mt-xl-5,
  .bootstrap-container .my-xl-5 {
    margin-top: 3rem !important; }
  .bootstrap-container .mr-xl-5,
  .bootstrap-container .mx-xl-5 {
    margin-right: 3rem !important; }
  .bootstrap-container .mb-xl-5,
  .bootstrap-container .my-xl-5 {
    margin-bottom: 3rem !important; }
  .bootstrap-container .ml-xl-5,
  .bootstrap-container .mx-xl-5 {
    margin-left: 3rem !important; }
  .bootstrap-container .p-xl-0 {
    padding: 0 !important; }
  .bootstrap-container .pt-xl-0,
  .bootstrap-container .py-xl-0 {
    padding-top: 0 !important; }
  .bootstrap-container .pr-xl-0,
  .bootstrap-container .px-xl-0 {
    padding-right: 0 !important; }
  .bootstrap-container .pb-xl-0,
  .bootstrap-container .py-xl-0 {
    padding-bottom: 0 !important; }
  .bootstrap-container .pl-xl-0,
  .bootstrap-container .px-xl-0 {
    padding-left: 0 !important; }
  .bootstrap-container .p-xl-1 {
    padding: 0.25rem !important; }
  .bootstrap-container .pt-xl-1,
  .bootstrap-container .py-xl-1 {
    padding-top: 0.25rem !important; }
  .bootstrap-container .pr-xl-1,
  .bootstrap-container .px-xl-1 {
    padding-right: 0.25rem !important; }
  .bootstrap-container .pb-xl-1,
  .bootstrap-container .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .bootstrap-container .pl-xl-1,
  .bootstrap-container .px-xl-1 {
    padding-left: 0.25rem !important; }
  .bootstrap-container .p-xl-2 {
    padding: 0.5rem !important; }
  .bootstrap-container .pt-xl-2,
  .bootstrap-container .py-xl-2 {
    padding-top: 0.5rem !important; }
  .bootstrap-container .pr-xl-2,
  .bootstrap-container .px-xl-2 {
    padding-right: 0.5rem !important; }
  .bootstrap-container .pb-xl-2,
  .bootstrap-container .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .bootstrap-container .pl-xl-2,
  .bootstrap-container .px-xl-2 {
    padding-left: 0.5rem !important; }
  .bootstrap-container .p-xl-3 {
    padding: 1rem !important; }
  .bootstrap-container .pt-xl-3,
  .bootstrap-container .py-xl-3 {
    padding-top: 1rem !important; }
  .bootstrap-container .pr-xl-3,
  .bootstrap-container .px-xl-3 {
    padding-right: 1rem !important; }
  .bootstrap-container .pb-xl-3,
  .bootstrap-container .py-xl-3 {
    padding-bottom: 1rem !important; }
  .bootstrap-container .pl-xl-3,
  .bootstrap-container .px-xl-3 {
    padding-left: 1rem !important; }
  .bootstrap-container .p-xl-4 {
    padding: 1.5rem !important; }
  .bootstrap-container .pt-xl-4,
  .bootstrap-container .py-xl-4 {
    padding-top: 1.5rem !important; }
  .bootstrap-container .pr-xl-4,
  .bootstrap-container .px-xl-4 {
    padding-right: 1.5rem !important; }
  .bootstrap-container .pb-xl-4,
  .bootstrap-container .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .bootstrap-container .pl-xl-4,
  .bootstrap-container .px-xl-4 {
    padding-left: 1.5rem !important; }
  .bootstrap-container .p-xl-5 {
    padding: 3rem !important; }
  .bootstrap-container .pt-xl-5,
  .bootstrap-container .py-xl-5 {
    padding-top: 3rem !important; }
  .bootstrap-container .pr-xl-5,
  .bootstrap-container .px-xl-5 {
    padding-right: 3rem !important; }
  .bootstrap-container .pb-xl-5,
  .bootstrap-container .py-xl-5 {
    padding-bottom: 3rem !important; }
  .bootstrap-container .pl-xl-5,
  .bootstrap-container .px-xl-5 {
    padding-left: 3rem !important; }
  .bootstrap-container .m-xl-n1 {
    margin: -0.25rem !important; }
  .bootstrap-container .mt-xl-n1,
  .bootstrap-container .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .bootstrap-container .mr-xl-n1,
  .bootstrap-container .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .bootstrap-container .mb-xl-n1,
  .bootstrap-container .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .bootstrap-container .ml-xl-n1,
  .bootstrap-container .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .bootstrap-container .m-xl-n2 {
    margin: -0.5rem !important; }
  .bootstrap-container .mt-xl-n2,
  .bootstrap-container .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .bootstrap-container .mr-xl-n2,
  .bootstrap-container .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .bootstrap-container .mb-xl-n2,
  .bootstrap-container .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .bootstrap-container .ml-xl-n2,
  .bootstrap-container .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .bootstrap-container .m-xl-n3 {
    margin: -1rem !important; }
  .bootstrap-container .mt-xl-n3,
  .bootstrap-container .my-xl-n3 {
    margin-top: -1rem !important; }
  .bootstrap-container .mr-xl-n3,
  .bootstrap-container .mx-xl-n3 {
    margin-right: -1rem !important; }
  .bootstrap-container .mb-xl-n3,
  .bootstrap-container .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .bootstrap-container .ml-xl-n3,
  .bootstrap-container .mx-xl-n3 {
    margin-left: -1rem !important; }
  .bootstrap-container .m-xl-n4 {
    margin: -1.5rem !important; }
  .bootstrap-container .mt-xl-n4,
  .bootstrap-container .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .bootstrap-container .mr-xl-n4,
  .bootstrap-container .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .bootstrap-container .mb-xl-n4,
  .bootstrap-container .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .bootstrap-container .ml-xl-n4,
  .bootstrap-container .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .bootstrap-container .m-xl-n5 {
    margin: -3rem !important; }
  .bootstrap-container .mt-xl-n5,
  .bootstrap-container .my-xl-n5 {
    margin-top: -3rem !important; }
  .bootstrap-container .mr-xl-n5,
  .bootstrap-container .mx-xl-n5 {
    margin-right: -3rem !important; }
  .bootstrap-container .mb-xl-n5,
  .bootstrap-container .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .bootstrap-container .ml-xl-n5,
  .bootstrap-container .mx-xl-n5 {
    margin-left: -3rem !important; }
  .bootstrap-container .m-xl-auto {
    margin: auto !important; }
  .bootstrap-container .mt-xl-auto,
  .bootstrap-container .my-xl-auto {
    margin-top: auto !important; }
  .bootstrap-container .mr-xl-auto,
  .bootstrap-container .mx-xl-auto {
    margin-right: auto !important; }
  .bootstrap-container .mb-xl-auto,
  .bootstrap-container .my-xl-auto {
    margin-bottom: auto !important; }
  .bootstrap-container .ml-xl-auto,
  .bootstrap-container .mx-xl-auto {
    margin-left: auto !important; } }

.bootstrap-container .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.bootstrap-container .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.bootstrap-container .text-justify {
  text-align: justify !important; }

.bootstrap-container .text-wrap {
  white-space: normal !important; }

.bootstrap-container .text-nowrap {
  white-space: nowrap !important; }

.bootstrap-container .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bootstrap-container .text-left {
  text-align: left !important; }

.bootstrap-container .text-right {
  text-align: right !important; }

.bootstrap-container .text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .bootstrap-container .text-sm-left {
    text-align: left !important; }
  .bootstrap-container .text-sm-right {
    text-align: right !important; }
  .bootstrap-container .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .bootstrap-container .text-md-left {
    text-align: left !important; }
  .bootstrap-container .text-md-right {
    text-align: right !important; }
  .bootstrap-container .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .bootstrap-container .text-lg-left {
    text-align: left !important; }
  .bootstrap-container .text-lg-right {
    text-align: right !important; }
  .bootstrap-container .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .bootstrap-container .text-xl-left {
    text-align: left !important; }
  .bootstrap-container .text-xl-right {
    text-align: right !important; }
  .bootstrap-container .text-xl-center {
    text-align: center !important; } }

.bootstrap-container .text-lowercase {
  text-transform: lowercase !important; }

.bootstrap-container .text-uppercase {
  text-transform: uppercase !important; }

.bootstrap-container .text-capitalize {
  text-transform: capitalize !important; }

.bootstrap-container .font-weight-light {
  font-weight: 300 !important; }

.bootstrap-container .font-weight-lighter {
  font-weight: lighter !important; }

.bootstrap-container .font-weight-normal {
  font-weight: 400 !important; }

.bootstrap-container .font-weight-bold {
  font-weight: 700 !important; }

.bootstrap-container .font-weight-bolder {
  font-weight: bolder !important; }

.bootstrap-container .font-italic {
  font-style: italic !important; }

.bootstrap-container .text-white {
  color: #fff !important; }

.bootstrap-container .text-primary {
  color: #007bff !important; }

.bootstrap-container a.text-primary:hover,
.bootstrap-container a.text-primary:focus {
  color: #0056b3 !important; }

.bootstrap-container .text-secondary {
  color: #6c757d !important; }

.bootstrap-container a.text-secondary:hover,
.bootstrap-container a.text-secondary:focus {
  color: #494f54 !important; }

.bootstrap-container .text-success {
  color: #28a745 !important; }

.bootstrap-container a.text-success:hover,
.bootstrap-container a.text-success:focus {
  color: #19692c !important; }

.bootstrap-container .text-info {
  color: #17a2b8 !important; }

.bootstrap-container a.text-info:hover,
.bootstrap-container a.text-info:focus {
  color: #0f6674 !important; }

.bootstrap-container .text-warning {
  color: #ffc107 !important; }

.bootstrap-container a.text-warning:hover,
.bootstrap-container a.text-warning:focus {
  color: #ba8b00 !important; }

.bootstrap-container .text-danger {
  color: #dc3545 !important; }

.bootstrap-container a.text-danger:hover,
.bootstrap-container a.text-danger:focus {
  color: #a71d2a !important; }

.bootstrap-container .text-light {
  color: #f8f9fa !important; }

.bootstrap-container a.text-light:hover,
.bootstrap-container a.text-light:focus {
  color: #cbd3da !important; }

.bootstrap-container .text-dark {
  color: #343a40 !important; }

.bootstrap-container a.text-dark:hover,
.bootstrap-container a.text-dark:focus {
  color: #121416 !important; }

.bootstrap-container .text-body {
  color: #212529 !important; }

.bootstrap-container .text-muted {
  color: #6c757d !important; }

.bootstrap-container .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.bootstrap-container .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.bootstrap-container .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.bootstrap-container .text-decoration-none {
  text-decoration: none !important; }

.bootstrap-container .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.bootstrap-container .text-reset {
  color: inherit !important; }

.bootstrap-container .visible {
  visibility: visible !important; }

.bootstrap-container .invisible {
  visibility: hidden !important; }

@media print {
  .bootstrap-container *,
  .bootstrap-container *::before,
  .bootstrap-container *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  .bootstrap-container a:not(.btn) {
    text-decoration: underline; }
  .bootstrap-container abbr[title]::after {
    content: " (" attr(title) ")"; }
  .bootstrap-container pre {
    white-space: pre-wrap !important; }
  .bootstrap-container pre,
  .bootstrap-container blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  .bootstrap-container thead {
    display: table-header-group; }
  .bootstrap-container tr,
  .bootstrap-container img {
    page-break-inside: avoid; }
  .bootstrap-container p,
  .bootstrap-container h2,
  .bootstrap-container h3 {
    orphans: 3;
    widows: 3; }
  .bootstrap-container h2,
  .bootstrap-container h3 {
    page-break-after: avoid; }
  @page {
    size: portrait; }
  .bootstrap-container body {
    min-width: 992px !important; }
  .bootstrap-container .container {
    min-width: 992px !important; }
  .bootstrap-container .navbar {
    display: none; }
  .bootstrap-container .badge {
    border: 1px solid #000; }
  .bootstrap-container .bootstrap-table {
    border-collapse: collapse !important; }
  .bootstrap-container .bootstrap-table td,
  .bootstrap-container .bootstrap-table th {
    background-color: #fff !important; }
  .bootstrap-container .table-bordered th,
  .bootstrap-container .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .bootstrap-container .table-dark {
    color: inherit; }
  .bootstrap-container .table-dark th,
  .bootstrap-container .table-dark td,
  .bootstrap-container .table-dark thead th,
  .bootstrap-container .table-dark tbody + tbody {
    border-color: #dee2e6; }
  .bootstrap-container .bootstrap-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3; }

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ReactTable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.ReactTable * {
  box-sizing: border-box; }

.ReactTable .rt-table {
  -webkit-box-flex: 1;
  -ms-flex: auto 1;
  flex: auto 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto; }

.ReactTable .rt-thead {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline-width: 0; }

.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

.ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }

.ReactTable .rt-thead .rt-tr {
  text-align: center; }

.ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td {
  padding: 5px 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent; }

.ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); }

.ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); }

.ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer; }

.ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child {
  border-right: 0; }

.ReactTable .rt-thead .rt-th:focus {
  outline-width: 0; }

.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible; }

.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden; }

.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis; }

.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7; }

.ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px; }

.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px; }

.ReactTable .rt-tbody {
  -webkit-box-flex: 99999;
  -ms-flex: 99999 1 auto;
  flex: 99999 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto; }

.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05); }

.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0; }

.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02); }

.ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0; }

.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip; }

.ReactTable .rt-tr-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.ReactTable .rt-tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ReactTable .rt-th, .ReactTable .rt-td {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: .3s ease;
  transition-property: width,min-width,padding,opacity; }

.ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important; }

.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px; }

.ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer; }

.ReactTable .rt-expander.-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0); }

.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10; }

.ReactTable .rt-tfoot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

.ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0; }

.ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03); }

.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05); }

.ReactTable .-pagination {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.ReactTable .-pagination input, .ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: normal;
  outline-width: 0; }

.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all .1s ease;
  cursor: pointer;
  outline-width: 0; }

.ReactTable .-pagination .-btn[disabled] {
  opacity: .5;
  cursor: default; }

.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff; }

.ReactTable .-pagination .-previous, .ReactTable .-pagination .-next {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.ReactTable .-pagination .-center {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap; }

.ReactTable .-pagination .-pageJump {
  display: inline-block; }

.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center; }

.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px; }

.ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5); }

.ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all; }

.ReactTable .-loading.-active > div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block; }

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none; }

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer; }

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold; }

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range, .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range, .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5; }

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7"; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white; }

.rdw-dropdown-wrapper:focus {
  outline: none; }

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll; }

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdownoption-highlighted {
  background: #F1F1F1; }

.rdw-dropdownoption-active {
  background: #f5f5f5; }

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-inline-dropdown {
  width: 50px; }

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-block-dropdown {
  width: 110px; }

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontsize-dropdown {
  min-width: 40px; }

.rdw-fontsize-option {
  display: flex;
  justify-content: center; }

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontfamily-dropdown {
  width: 115px; }

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.rdw-fontfamily-optionwrapper {
  width: 140px; }

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-list-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-right-aligned-block {
  text-align: right; }

.rdw-left-aligned-block {
  text-align: left !important; }

.rdw-center-aligned-block {
  text-align: center !important; }

.rdw-justify-aligned-block {
  text-align: justify !important; }

.rdw-right-aligned-block > div {
  display: inline-block; }

.rdw-left-aligned-block > div {
  display: inline-block; }

.rdw-center-aligned-block > div {
  display: inline-block; }

.rdw-justify-aligned-block > div {
  display: inline-block; }

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px; }

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px; }

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7; }

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll; }

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1; }

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset; }

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD; }

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD; }

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD; }

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-link-dropdown {
  width: 50px; }

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-link-dropdownPlaceholder {
  margin-left: 8px; }

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-link-modal-label {
  font-size: 15px; }

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px; }

.rdw-link-modal-input:focus {
  outline: none; }

.rdw-link-modal-buttonsection {
  margin: 0 auto; }

.rdw-link-modal-target-option {
  margin-bottom: 20px; }

.rdw-link-modal-target-option > span {
  margin-left: 5px; }

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-link-modal-btn:focus {
  outline: none !important; }

.rdw-link-modal-btn:disabled {
  background: #ece9e9; }

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex; }

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column; }

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center; }

.rdw-embedded-modal-link-input:focus {
  outline: none; }

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center; }

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-embedded-modal-btn:focus {
  outline: none !important; }

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9; }

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-embedded-modal-size-input:focus {
  outline: none; }

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex; }

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px; }

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0; }

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7; }

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; }

.rdw-image-modal-upload-option-label span {
  padding: 0 20px; }

.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px; }

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.rdw-image-modal-url-section {
  display: flex;
  align-items: center; }

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-image-modal-btn-section {
  margin: 10px auto 0; }

.rdw-image-modal-url-input:focus {
  outline: none; }

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-image-modal-btn:focus {
  outline: none !important; }

.rdw-image-modal-btn:disabled {
  background: #ece9e9; }

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px; }

.rdw-image-modal-alt-input:focus {
  outline: none; }

.rdw-image-modal-alt-lbl {
  font-size: 12px; }

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-image-modal-size-input:focus {
  outline: none; }

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px; }

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-link-decorator-wrapper {
  position: relative; }

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white; }

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-suggestion-wrapper {
  position: relative; }

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100; }

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1; }

.rdw-suggestion-option-active {
  background-color: #F1F1F1; }

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100; }

.rdw-alignment-option-left {
  justify-content: flex-start; }

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px; }

.rdw-image-alignment {
  position: relative; }

.rdw-image-imagewrapper {
  position: relative; }

.rdw-image-center {
  display: flex;
  justify-content: center; }

.rdw-image-left {
  display: flex; }

.rdw-image-right {
  display: flex;
  justify-content: flex-end; }

.rdw-image-alignment-options-popup-right {
  right: 0; }

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box; }

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none; }

.public-DraftStyleDefault-block {
  margin: 1em 0; }

.rdw-editor-wrapper:focus {
  outline: none; }

.rdw-editor-wrapper {
  box-sizing: content-box; }

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px; }

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px; }

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only; }

.DraftEditor-root {
  position: relative; }

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

.public-DraftStyleDefault-listLTR {
  direction: ltr; }

.public-DraftStyleDefault-listRTL {
  direction: rtl; }

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb; }

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none; }

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

.kn-column__column___3Iwzx {
  display: flex;
  flex: 1;
  flex-direction: column;
  border-right: 1px solid #dddddd; }

.kn-column__column___3Iwzx:last-of-type {
  border: 0; }

.kn-list__list___22Wuc {
  outline: none;
  user-select: none; }

.kn-list__list_item___1mDV9 {
  display: flex;
  flex-direction: column; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar, .kn-list__list___22Wuc::-webkit-scrollbar {
  width: 15px;
  height: 17px; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar-thumb, .kn-list__list___22Wuc::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-color: transparent;
  border-style: solid;
  background-clip: content-box; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar-thumb:vertical, .kn-list__list___22Wuc::-webkit-scrollbar-thumb:vertical {
  min-height: 45px;
  border-width: 4px 4px 4px 5px; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar-thumb:horizontal, .kn-list__list___22Wuc::-webkit-scrollbar-thumb:horizontal {
  min-width: 45px;
  border-width: 5px 4px 6px; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar-track, .kn-list__list___22Wuc::-webkit-scrollbar-track {
  background: #ffffff; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar-track:vertical, .kn-list__list___22Wuc::-webkit-scrollbar-track:vertical {
  border-left: 1px solid #EDEDED;
  border-right: none; }

.kn-list__scrollbar___1a9W-::-webkit-scrollbar-track:horizontal, .kn-list__list___22Wuc::-webkit-scrollbar-track:horizontal, .kn-list__scrollbar___1a9W-::-webkit-scrollbar-corner, .kn-list__list___22Wuc::-webkit-scrollbar-corner {
  border-top: 1px solid #EDEDED;
  border-bottom: none; }

.kn-item_label__label___2fJ5p {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 14px;
  white-space: nowrap; }

.kn-item__item___kQ2Ll {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  cursor: pointer; }

.kn-item__item___kQ2Ll .kn-item__selected___3tRL6 {
  background-color: #f7f7f7; }

.kn-item__item___kQ2Ll:hover {
  background-color: #f3f3f3; }

.kn-item__disabled___3xX7z {
  color: #b4b4b4;
  cursor: default; }

.kn-item__selected___3tRL6 {
  background-color: #f7f7f7; }

.kn-item__with_border___3n9sw {
  border-bottom: 1px solid #dddddd; }

.kn-item__with_grouping___3IJz8 {
  color: #000000;
  padding-left: 10px; }

.kn-no_items__no_items___3ON4R {
  font-size: 14px;
  color: #999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

.kn-search__search___3Zpb2 {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  border-bottom: 1px solid #dddddd; }

.kn-search__input___2tyxf {
  height: 45px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  flex: 1;
  outline: none;
  border: 0;
  font-size: 14px;
  background: transparent; }

.kn-search__icon___1frx4 {
  font-size: 24px; }

.kn-search__list_filter_container___2FaR9 {
  margin-bottom: 10px;
  position: relative; }

.kn-selected_item__selected_item___1uiiv, .kn-selected_item__with_grouping___1Ibnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 12px;
  margin-right: -4px;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer; }

.kn-selected_item__selected_item___1uiiv:hover, .kn-selected_item__with_grouping___1Ibnd:hover {
  background-color: #f3f3f3; }

.kn-selected_item__with_grouping___1Ibnd {
  pointer-events: none;
  color: #000000; }

.kn-selected_item__disabled___1430r {
  color: #b4b4b4;
  background-color: #f7f7f7;
  cursor: default; }

.kn-selection_status__selection_status___1FzyX {
  height: 45px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  justify-content: space-between; }

.kn-selection_status__status___1qxE9 {
  color: #000000; }

.kn-selection_status__clear_all___3gppf {
  cursor: pointer;
  color: #008BBF; }

.kn-multi_select__wrapper___30BEc {
  display: flex;
  flex-direction: row;
  position: relative;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #666666;
  overflow: hidden; }

.kn-loader__loader___1LPsU {
  margin: auto auto; }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

.ql-editor .ql-align-center {
  text-align: center; }

.ql-editor .ql-align-justify {
  text-align: justify; }

.ql-editor .ql-align-right {
  text-align: right; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.ql-container.ql-snow {
  border: 1px solid #ccc; }

