@charset "UTF-8";
/* line 2, ../sass/_variables.scss */
:root {
  --fontBasic: 'plus_jakarta_sansregular',Arial,sans-serif;
  --purple-dark-crtin: #260F5F;
  --purple-crtin: #541AD0;
  --blue: #1374d3;
  --blue-crtin: #003174;
  --default-text-color: #707070;
  --text-box: #05040C;
  --grey: #f6f6f6;
  --yellow: #EC9700;
  --gradient-body: transparent linear-gradient(262deg, #05040C 0%, #003174 100%) 0% 0% no-repeat padding-box;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, ../sass/_bootstrap.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #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;
}

/* line 38, ../sass/_bootstrap.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, ../sass/_bootstrap.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 51, ../sass/_bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 55, ../sass/_bootstrap.scss */
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;
}

/* line 66, ../sass/_bootstrap.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 70, ../sass/_bootstrap.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 76, ../sass/_bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 81, ../sass/_bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 86, ../sass/_bootstrap.scss */
abbr[title],
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;
}

/* line 97, ../sass/_bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 103, ../sass/_bootstrap.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, ../sass/_bootstrap.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 117, ../sass/_bootstrap.scss */
dt {
  font-weight: 700;
}

/* line 121, ../sass/_bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 126, ../sass/_bootstrap.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 130, ../sass/_bootstrap.scss */
b,
strong {
  font-weight: bolder;
}

/* line 135, ../sass/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 139, ../sass/_bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 147, ../sass/_bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 151, ../sass/_bootstrap.scss */
sup {
  top: -.5em;
}

/* line 155, ../sass/_bootstrap.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 161, ../sass/_bootstrap.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 166, ../sass/_bootstrap.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 171, ../sass/_bootstrap.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 176, ../sass/_bootstrap.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 180, ../sass/_bootstrap.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 188, ../sass/_bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 194, ../sass/_bootstrap.scss */
figure {
  margin: 0 0 1rem;
}

/* line 198, ../sass/_bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 203, ../sass/_bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 208, ../sass/_bootstrap.scss */
table {
  border-collapse: collapse;
}

/* line 212, ../sass/_bootstrap.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 220, ../sass/_bootstrap.scss */
th {
  text-align: inherit;
}

/* line 224, ../sass/_bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 229, ../sass/_bootstrap.scss */
button {
  border-radius: 0;
}

/* line 233, ../sass/_bootstrap.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 238, ../sass/_bootstrap.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 249, ../sass/_bootstrap.scss */
button,
input {
  overflow: visible;
}

/* line 254, ../sass/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 259, ../sass/_bootstrap.scss */
select {
  word-wrap: normal;
}

/* line 263, ../sass/_bootstrap.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 270, ../sass/_bootstrap.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 277, ../sass/_bootstrap.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 285, ../sass/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 291, ../sass/_bootstrap.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 298, ../sass/_bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 303, ../sass/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 310, ../sass/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 322, ../sass/_bootstrap.scss */
progress {
  vertical-align: baseline;
}

/* line 326, ../sass/_bootstrap.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 331, ../sass/_bootstrap.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 336, ../sass/_bootstrap.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 340, ../sass/_bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 345, ../sass/_bootstrap.scss */
output {
  display: inline-block;
}

/* line 349, ../sass/_bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 354, ../sass/_bootstrap.scss */
template {
  display: none;
}

/* line 358, ../sass/_bootstrap.scss */
[hidden] {
  display: none !important;
}

/* line 362, ../sass/_bootstrap.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 369, ../sass/_bootstrap.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 373, ../sass/_bootstrap.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 377, ../sass/_bootstrap.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 381, ../sass/_bootstrap.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 385, ../sass/_bootstrap.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 389, ../sass/_bootstrap.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 393, ../sass/_bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 398, ../sass/_bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 404, ../sass/_bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 410, ../sass/_bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 416, ../sass/_bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 422, ../sass/_bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 429, ../sass/_bootstrap.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 435, ../sass/_bootstrap.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 441, ../sass/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 446, ../sass/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 451, ../sass/_bootstrap.scss */
.list-inline-item {
  display: inline-block;
}

/* line 455, ../sass/_bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 459, ../sass/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 464, ../sass/_bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 469, ../sass/_bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 475, ../sass/_bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 479, ../sass/_bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 484, ../sass/_bootstrap.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 493, ../sass/_bootstrap.scss */
.figure {
  display: inline-block;
}

/* line 497, ../sass/_bootstrap.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 502, ../sass/_bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 507, ../sass/_bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 513, ../sass/_bootstrap.scss */
a > code {
  color: inherit;
}

/* line 517, ../sass/_bootstrap.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 525, ../sass/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 531, ../sass/_bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 537, ../sass/_bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 543, ../sass/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 548, ../sass/_bootstrap.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 557, ../sass/_bootstrap.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 563, ../sass/_bootstrap.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 569, ../sass/_bootstrap.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 575, ../sass/_bootstrap.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 580, ../sass/_bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 588, ../sass/_bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 597, ../sass/_bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 602, ../sass/_bootstrap.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 608, ../sass/_bootstrap.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 620, ../sass/_bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 628, ../sass/_bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 635, ../sass/_bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 641, ../sass/_bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 647, ../sass/_bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 653, ../sass/_bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 659, ../sass/_bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 665, ../sass/_bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 671, ../sass/_bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 677, ../sass/_bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 683, ../sass/_bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 689, ../sass/_bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 695, ../sass/_bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 701, ../sass/_bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 707, ../sass/_bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 712, ../sass/_bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 717, ../sass/_bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 722, ../sass/_bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 727, ../sass/_bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 732, ../sass/_bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 737, ../sass/_bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 742, ../sass/_bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 747, ../sass/_bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 752, ../sass/_bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 757, ../sass/_bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 762, ../sass/_bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 767, ../sass/_bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 772, ../sass/_bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 777, ../sass/_bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 782, ../sass/_bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 786, ../sass/_bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 790, ../sass/_bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 794, ../sass/_bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 798, ../sass/_bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 802, ../sass/_bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 806, ../sass/_bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 810, ../sass/_bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 814, ../sass/_bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 818, ../sass/_bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 822, ../sass/_bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 827, ../sass/_bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 834, ../sass/_bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 840, ../sass/_bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 845, ../sass/_bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 850, ../sass/_bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 855, ../sass/_bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 860, ../sass/_bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 865, ../sass/_bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 870, ../sass/_bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 875, ../sass/_bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 880, ../sass/_bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 885, ../sass/_bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 890, ../sass/_bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 895, ../sass/_bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 900, ../sass/_bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 904, ../sass/_bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 908, ../sass/_bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 912, ../sass/_bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 916, ../sass/_bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 920, ../sass/_bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 924, ../sass/_bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 928, ../sass/_bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 932, ../sass/_bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 936, ../sass/_bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 940, ../sass/_bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 944, ../sass/_bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 948, ../sass/_bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 952, ../sass/_bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 956, ../sass/_bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 960, ../sass/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 963, ../sass/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 966, ../sass/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 969, ../sass/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 972, ../sass/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 975, ../sass/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 978, ../sass/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 981, ../sass/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 984, ../sass/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 987, ../sass/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 990, ../sass/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 993, ../sass/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 999, ../sass/_bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1006, ../sass/_bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 1012, ../sass/_bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1017, ../sass/_bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1022, ../sass/_bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1027, ../sass/_bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1032, ../sass/_bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1037, ../sass/_bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1042, ../sass/_bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1047, ../sass/_bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1052, ../sass/_bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1057, ../sass/_bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1062, ../sass/_bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1067, ../sass/_bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1072, ../sass/_bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1076, ../sass/_bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1080, ../sass/_bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1084, ../sass/_bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1088, ../sass/_bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1092, ../sass/_bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1096, ../sass/_bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1100, ../sass/_bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1104, ../sass/_bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1108, ../sass/_bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1112, ../sass/_bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1116, ../sass/_bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1120, ../sass/_bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1124, ../sass/_bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1128, ../sass/_bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1132, ../sass/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1135, ../sass/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 1138, ../sass/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 1141, ../sass/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1144, ../sass/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 1147, ../sass/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 1150, ../sass/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1153, ../sass/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 1156, ../sass/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 1159, ../sass/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1162, ../sass/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 1165, ../sass/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 1171, ../sass/_bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1178, ../sass/_bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 1184, ../sass/_bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1189, ../sass/_bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1194, ../sass/_bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1199, ../sass/_bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1204, ../sass/_bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1209, ../sass/_bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1214, ../sass/_bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1219, ../sass/_bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1224, ../sass/_bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1229, ../sass/_bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1234, ../sass/_bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1239, ../sass/_bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1244, ../sass/_bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1248, ../sass/_bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1252, ../sass/_bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1256, ../sass/_bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1260, ../sass/_bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1264, ../sass/_bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1268, ../sass/_bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1272, ../sass/_bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1276, ../sass/_bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1280, ../sass/_bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1284, ../sass/_bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1288, ../sass/_bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1292, ../sass/_bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1296, ../sass/_bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1300, ../sass/_bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1304, ../sass/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1307, ../sass/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 1310, ../sass/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 1313, ../sass/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1316, ../sass/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 1319, ../sass/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 1322, ../sass/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1325, ../sass/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 1328, ../sass/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 1331, ../sass/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1334, ../sass/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 1337, ../sass/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1343, ../sass/_bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1350, ../sass/_bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 1356, ../sass/_bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 1361, ../sass/_bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 1366, ../sass/_bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1371, ../sass/_bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1376, ../sass/_bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 1381, ../sass/_bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1386, ../sass/_bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 1391, ../sass/_bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 1396, ../sass/_bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1401, ../sass/_bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 1406, ../sass/_bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 1411, ../sass/_bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1416, ../sass/_bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1420, ../sass/_bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1424, ../sass/_bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1428, ../sass/_bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1432, ../sass/_bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1436, ../sass/_bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1440, ../sass/_bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1444, ../sass/_bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1448, ../sass/_bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1452, ../sass/_bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1456, ../sass/_bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1460, ../sass/_bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1464, ../sass/_bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1468, ../sass/_bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1472, ../sass/_bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1476, ../sass/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1479, ../sass/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 1482, ../sass/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 1485, ../sass/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1488, ../sass/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 1491, ../sass/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 1494, ../sass/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1497, ../sass/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 1500, ../sass/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 1503, ../sass/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1506, ../sass/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 1509, ../sass/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 1514, ../sass/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 1520, ../sass/_bootstrap.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1527, ../sass/_bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1532, ../sass/_bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1536, ../sass/_bootstrap.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1541, ../sass/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1545, ../sass/_bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1550, ../sass/_bootstrap.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1555, ../sass/_bootstrap.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1562, ../sass/_bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1566, ../sass/_bootstrap.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1571, ../sass/_bootstrap.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1577, ../sass/_bootstrap.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 1584, ../sass/_bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1588, ../sass/_bootstrap.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1593, ../sass/_bootstrap.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1599, ../sass/_bootstrap.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1606, ../sass/_bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1610, ../sass/_bootstrap.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1615, ../sass/_bootstrap.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1621, ../sass/_bootstrap.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 1628, ../sass/_bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1632, ../sass/_bootstrap.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1637, ../sass/_bootstrap.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1643, ../sass/_bootstrap.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1650, ../sass/_bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1654, ../sass/_bootstrap.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1659, ../sass/_bootstrap.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1665, ../sass/_bootstrap.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1672, ../sass/_bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1676, ../sass/_bootstrap.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1681, ../sass/_bootstrap.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1687, ../sass/_bootstrap.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1694, ../sass/_bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1698, ../sass/_bootstrap.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1703, ../sass/_bootstrap.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1709, ../sass/_bootstrap.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1716, ../sass/_bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1720, ../sass/_bootstrap.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1725, ../sass/_bootstrap.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1731, ../sass/_bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1738, ../sass/_bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1742, ../sass/_bootstrap.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1747, ../sass/_bootstrap.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1753, ../sass/_bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1757, ../sass/_bootstrap.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1762, ../sass/_bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 1768, ../sass/_bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1774, ../sass/_bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 1779, ../sass/_bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 1785, ../sass/_bootstrap.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1789, ../sass/_bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1793, ../sass/_bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1799, ../sass/_bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1805, ../sass/_bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 1811, ../sass/_bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1817, ../sass/_bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 1823, ../sass/_bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1829, ../sass/_bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 1835, ../sass/_bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1841, ../sass/_bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 1846, ../sass/_bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1853, ../sass/_bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1857, ../sass/_bootstrap.scss */
.form-control {
  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) {
  /* line 1874, ../sass/_bootstrap.scss */
  .form-control {
    transition: none;
  }
}
/* line 1879, ../sass/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1884, ../sass/_bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1892, ../sass/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1897, ../sass/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1902, ../sass/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1907, ../sass/_bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1912, ../sass/_bootstrap.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 1917, ../sass/_bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 1922, ../sass/_bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1927, ../sass/_bootstrap.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1933, ../sass/_bootstrap.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1941, ../sass/_bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1948, ../sass/_bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1955, ../sass/_bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1968, ../sass/_bootstrap.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1973, ../sass/_bootstrap.scss */
.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;
}

/* line 1981, ../sass/_bootstrap.scss */
.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;
}

/* line 1989, ../sass/_bootstrap.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1993, ../sass/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1997, ../sass/_bootstrap.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 2001, ../sass/_bootstrap.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2006, ../sass/_bootstrap.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2015, ../sass/_bootstrap.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2021, ../sass/_bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2027, ../sass/_bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2033, ../sass/_bootstrap.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 2037, ../sass/_bootstrap.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2041, ../sass/_bootstrap.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2050, ../sass/_bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2057, ../sass/_bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2065, ../sass/_bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2080, ../sass/_bootstrap.scss */
.was-validated .form-control:valid, .form-control.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' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2089, ../sass/_bootstrap.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2094, ../sass/_bootstrap.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2100, ../sass/_bootstrap.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2105, ../sass/_bootstrap.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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);
}

/* line 2111, ../sass/_bootstrap.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2116, ../sass/_bootstrap.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2122, ../sass/_bootstrap.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2128, ../sass/_bootstrap.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2132, ../sass/_bootstrap.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2138, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2142, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2146, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2152, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 2157, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2161, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2165, ../sass/_bootstrap.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2169, ../sass/_bootstrap.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2175, ../sass/_bootstrap.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .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);
}

/* line 2180, ../sass/_bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2188, ../sass/_bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2203, ../sass/_bootstrap.scss */
.was-validated .form-control:invalid, .form-control.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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2212, ../sass/_bootstrap.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2217, ../sass/_bootstrap.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2223, ../sass/_bootstrap.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2228, ../sass/_bootstrap.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2234, ../sass/_bootstrap.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2239, ../sass/_bootstrap.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2245, ../sass/_bootstrap.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2251, ../sass/_bootstrap.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2255, ../sass/_bootstrap.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2261, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2265, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2269, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2275, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 2280, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2284, ../sass/_bootstrap.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2288, ../sass/_bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2292, ../sass/_bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2298, ../sass/_bootstrap.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .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);
}

/* line 2303, ../sass/_bootstrap.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2312, ../sass/_bootstrap.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2317, ../sass/_bootstrap.scss */
  .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;
  }

  /* line 2326, ../sass/_bootstrap.scss */
  .form-inline .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;
  }

  /* line 2337, ../sass/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2342, ../sass/_bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 2345, ../sass/_bootstrap.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 2349, ../sass/_bootstrap.scss */
  .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;
  }

  /* line 2359, ../sass/_bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 2367, ../sass/_bootstrap.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 2373, ../sass/_bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 2378, ../sass/_bootstrap.scss */
.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) {
  /* line 2398, ../sass/_bootstrap.scss */
  .btn {
    transition: none;
  }
}
/* line 2403, ../sass/_bootstrap.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2408, ../sass/_bootstrap.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2413, ../sass/_bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2417, ../sass/_bootstrap.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2422, ../sass/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2428, ../sass/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2434, ../sass/_bootstrap.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2438, ../sass/_bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2444, ../sass/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2451, ../sass/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2456, ../sass/_bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2462, ../sass/_bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2468, ../sass/_bootstrap.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2472, ../sass/_bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2478, ../sass/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2485, ../sass/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2490, ../sass/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2496, ../sass/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2502, ../sass/_bootstrap.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2506, ../sass/_bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2512, ../sass/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2519, ../sass/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2524, ../sass/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2530, ../sass/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2536, ../sass/_bootstrap.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2540, ../sass/_bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2546, ../sass/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2553, ../sass/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2558, ../sass/_bootstrap.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2564, ../sass/_bootstrap.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2570, ../sass/_bootstrap.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2574, ../sass/_bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2580, ../sass/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2587, ../sass/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2592, ../sass/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2598, ../sass/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2604, ../sass/_bootstrap.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2608, ../sass/_bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2614, ../sass/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2621, ../sass/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2626, ../sass/_bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2632, ../sass/_bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2638, ../sass/_bootstrap.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2642, ../sass/_bootstrap.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2648, ../sass/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2655, ../sass/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2660, ../sass/_bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2666, ../sass/_bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2672, ../sass/_bootstrap.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2676, ../sass/_bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2682, ../sass/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2689, ../sass/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2694, ../sass/_bootstrap.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 2699, ../sass/_bootstrap.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2705, ../sass/_bootstrap.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2709, ../sass/_bootstrap.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2714, ../sass/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2721, ../sass/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2726, ../sass/_bootstrap.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2731, ../sass/_bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2737, ../sass/_bootstrap.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2741, ../sass/_bootstrap.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2746, ../sass/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2753, ../sass/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2758, ../sass/_bootstrap.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2763, ../sass/_bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2769, ../sass/_bootstrap.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2773, ../sass/_bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2778, ../sass/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2785, ../sass/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2790, ../sass/_bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2795, ../sass/_bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2801, ../sass/_bootstrap.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2805, ../sass/_bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2810, ../sass/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2817, ../sass/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2822, ../sass/_bootstrap.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 2827, ../sass/_bootstrap.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2833, ../sass/_bootstrap.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2837, ../sass/_bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2842, ../sass/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2849, ../sass/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2854, ../sass/_bootstrap.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 2859, ../sass/_bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2865, ../sass/_bootstrap.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2869, ../sass/_bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 2874, ../sass/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2881, ../sass/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 2886, ../sass/_bootstrap.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2891, ../sass/_bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2897, ../sass/_bootstrap.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2901, ../sass/_bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 2906, ../sass/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2913, ../sass/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 2918, ../sass/_bootstrap.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 2923, ../sass/_bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2929, ../sass/_bootstrap.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2933, ../sass/_bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 2938, ../sass/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2945, ../sass/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 2950, ../sass/_bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 2956, ../sass/_bootstrap.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 2961, ../sass/_bootstrap.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 2966, ../sass/_bootstrap.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 2971, ../sass/_bootstrap.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2978, ../sass/_bootstrap.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2985, ../sass/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2990, ../sass/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2994, ../sass/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3000, ../sass/_bootstrap.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3005, ../sass/_bootstrap.scss */
  .fade {
    transition: none;
  }
}
/* line 3010, ../sass/_bootstrap.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 3014, ../sass/_bootstrap.scss */
.collapse:not(.show) {
  display: none;
}

/* line 3018, ../sass/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3026, ../sass/_bootstrap.scss */
  .collapsing {
    transition: none;
  }
}
/* line 3031, ../sass/_bootstrap.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3038, ../sass/_bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3042, ../sass/_bootstrap.scss */
.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;
}

/* line 3053, ../sass/_bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 3077, ../sass/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3082, ../sass/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3088, ../sass/_bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 3092, ../sass/_bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 3099, ../sass/_bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 3103, ../sass/_bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 3110, ../sass/_bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 3114, ../sass/_bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 3121, ../sass/_bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 3125, ../sass/_bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 3131, ../sass/_bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3138, ../sass/_bootstrap.scss */
.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;
}

/* line 3149, ../sass/_bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3153, ../sass/_bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3161, ../sass/_bootstrap.scss */
.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;
}

/* line 3172, ../sass/_bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3176, ../sass/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3180, ../sass/_bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3188, ../sass/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3195, ../sass/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3199, ../sass/_bootstrap.scss */
.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;
}

/* line 3209, ../sass/_bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3213, ../sass/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3217, ../sass/_bootstrap.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3222, ../sass/_bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3229, ../sass/_bootstrap.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3242, ../sass/_bootstrap.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3248, ../sass/_bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3254, ../sass/_bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 3260, ../sass/_bootstrap.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3264, ../sass/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3273, ../sass/_bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 3279, ../sass/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3287, ../sass/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 3294, ../sass/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3299, ../sass/_bootstrap.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3306, ../sass/_bootstrap.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3315, ../sass/_bootstrap.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3319, ../sass/_bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3324, ../sass/_bootstrap.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3330, ../sass/_bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3336, ../sass/_bootstrap.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3341, ../sass/_bootstrap.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3347, ../sass/_bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3351, ../sass/_bootstrap.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3356, ../sass/_bootstrap.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3361, ../sass/_bootstrap.scss */
.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;
}

/* line 3370, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3375, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3380, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3386, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3392, ../sass/_bootstrap.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3397, ../sass/_bootstrap.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3406, ../sass/_bootstrap.scss */
.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%;
}

/* line 3417, ../sass/_bootstrap.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3428, ../sass/_bootstrap.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3443, ../sass/_bootstrap.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3449, ../sass/_bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3453, ../sass/_bootstrap.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3459, ../sass/_bootstrap.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3465, ../sass/_bootstrap.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3472, ../sass/_bootstrap.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3478, ../sass/_bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3483, ../sass/_bootstrap.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 3489, ../sass/_bootstrap.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3495, ../sass/_bootstrap.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3500, ../sass/_bootstrap.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3511, ../sass/_bootstrap.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3515, ../sass/_bootstrap.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3519, ../sass/_bootstrap.scss */
.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;
}

/* line 3537, ../sass/_bootstrap.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3542, ../sass/_bootstrap.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3547, ../sass/_bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3559, ../sass/_bootstrap.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3564, ../sass/_bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3576, ../sass/_bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3581, ../sass/_bootstrap.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3591, ../sass/_bootstrap.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3601, ../sass/_bootstrap.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3608, ../sass/_bootstrap.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3614, ../sass/_bootstrap.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3620, ../sass/_bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3626, ../sass/_bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3630, ../sass/_bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 3634, ../sass/_bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 3640, ../sass/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3644, ../sass/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3648, ../sass/_bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3654, ../sass/_bootstrap.scss */
.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;
}

/* line 3667, ../sass/_bootstrap.scss */
.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%;
}

/* line 3678, ../sass/_bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3682, ../sass/_bootstrap.scss */
.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 3686, ../sass/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3691, ../sass/_bootstrap.scss */
.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3695, ../sass/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3699, ../sass/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3703, ../sass/_bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3707, ../sass/_bootstrap.scss */
.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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3711, ../sass/_bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3715, ../sass/_bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3719, ../sass/_bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3726, ../sass/_bootstrap.scss */
.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) {
  /* line 3739, ../sass/_bootstrap.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 3744, ../sass/_bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 3750, ../sass/_bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3754, ../sass/_bootstrap.scss */
.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: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3773, ../sass/_bootstrap.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3779, ../sass/_bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3784, ../sass/_bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3790, ../sass/_bootstrap.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3795, ../sass/_bootstrap.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3799, ../sass/_bootstrap.scss */
.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;
}

/* line 3807, ../sass/_bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 3815, ../sass/_bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 3823, ../sass/_bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3832, ../sass/_bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3837, ../sass/_bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 3841, ../sass/_bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3845, ../sass/_bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3849, ../sass/_bootstrap.scss */
.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;
}

/* line 3865, ../sass/_bootstrap.scss */
.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;
}

/* line 3882, ../sass/_bootstrap.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3892, ../sass/_bootstrap.scss */
.custom-range:focus {
  outline: none;
}

/* line 3896, ../sass/_bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3900, ../sass/_bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3904, ../sass/_bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3908, ../sass/_bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3912, ../sass/_bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 3925, ../sass/_bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 3930, ../sass/_bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 3934, ../sass/_bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3944, ../sass/_bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 3956, ../sass/_bootstrap.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 3961, ../sass/_bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 3965, ../sass/_bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3975, ../sass/_bootstrap.scss */
.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;
  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) {
  /* line 3989, ../sass/_bootstrap.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 3994, ../sass/_bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 3998, ../sass/_bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 4008, ../sass/_bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4013, ../sass/_bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4019, ../sass/_bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 4023, ../sass/_bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4027, ../sass/_bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 4031, ../sass/_bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4035, ../sass/_bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 4039, ../sass/_bootstrap.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4046, ../sass/_bootstrap.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
/* line 4053, ../sass/_bootstrap.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4063, ../sass/_bootstrap.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4068, ../sass/_bootstrap.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4072, ../sass/_bootstrap.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 4078, ../sass/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 4082, ../sass/_bootstrap.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4086, ../sass/_bootstrap.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4092, ../sass/_bootstrap.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 4096, ../sass/_bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 4102, ../sass/_bootstrap.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 4109, ../sass/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4115, ../sass/_bootstrap.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4119, ../sass/_bootstrap.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 4125, ../sass/_bootstrap.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 4131, ../sass/_bootstrap.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 4139, ../sass/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4143, ../sass/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4147, ../sass/_bootstrap.scss */
.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;
}

/* line 4160, ../sass/_bootstrap.scss */
.navbar > .container,
.navbar > .container-fluid {
  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;
}

/* line 4172, ../sass/_bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4182, ../sass/_bootstrap.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4186, ../sass/_bootstrap.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4196, ../sass/_bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4201, ../sass/_bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4206, ../sass/_bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4212, ../sass/_bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4221, ../sass/_bootstrap.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4230, ../sass/_bootstrap.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4234, ../sass/_bootstrap.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4245, ../sass/_bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 4253, ../sass/_bootstrap.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4259, ../sass/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4263, ../sass/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4266, ../sass/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4270, ../sass/_bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4275, ../sass/_bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4281, ../sass/_bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 4287, ../sass/_bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 4295, ../sass/_bootstrap.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4301, ../sass/_bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4305, ../sass/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4308, ../sass/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4312, ../sass/_bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4317, ../sass/_bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4323, ../sass/_bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 4329, ../sass/_bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 4337, ../sass/_bootstrap.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4343, ../sass/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4347, ../sass/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4350, ../sass/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4354, ../sass/_bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4359, ../sass/_bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4365, ../sass/_bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 4371, ../sass/_bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 4379, ../sass/_bootstrap.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 4385, ../sass/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 4389, ../sass/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4392, ../sass/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4396, ../sass/_bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 4401, ../sass/_bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 4407, ../sass/_bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 4412, ../sass/_bootstrap.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4419, ../sass/_bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4425, ../sass/_bootstrap.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4430, ../sass/_bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4434, ../sass/_bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4439, ../sass/_bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4445, ../sass/_bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4452, ../sass/_bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4456, ../sass/_bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4460, ../sass/_bootstrap.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4464, ../sass/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4468, ../sass/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4472, ../sass/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4476, ../sass/_bootstrap.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4483, ../sass/_bootstrap.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

/* line 4492, ../sass/_bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4496, ../sass/_bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4500, ../sass/_bootstrap.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4504, ../sass/_bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4508, ../sass/_bootstrap.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4512, ../sass/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4516, ../sass/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4520, ../sass/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4524, ../sass/_bootstrap.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4531, ../sass/_bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

/* line 4540, ../sass/_bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4544, ../sass/_bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4548, ../sass/_bootstrap.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4552, ../sass/_bootstrap.scss */
.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;
}

/* line 4566, ../sass/_bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4571, ../sass/_bootstrap.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4576, ../sass/_bootstrap.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4581, ../sass/_bootstrap.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4587, ../sass/_bootstrap.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4591, ../sass/_bootstrap.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4596, ../sass/_bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4600, ../sass/_bootstrap.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4604, ../sass/_bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4608, ../sass/_bootstrap.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4615, ../sass/_bootstrap.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4619, ../sass/_bootstrap.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4623, ../sass/_bootstrap.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 4629, ../sass/_bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4633, ../sass/_bootstrap.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4640, ../sass/_bootstrap.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4645, ../sass/_bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4654, ../sass/_bootstrap.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4659, ../sass/_bootstrap.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4665, ../sass/_bootstrap.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4671, ../sass/_bootstrap.scss */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4678, ../sass/_bootstrap.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4683, ../sass/_bootstrap.scss */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 4689, ../sass/_bootstrap.scss */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 4702, ../sass/_bootstrap.scss */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4709, ../sass/_bootstrap.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4714, ../sass/_bootstrap.scss */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 4718, ../sass/_bootstrap.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 4723, ../sass/_bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 4727, ../sass/_bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 4731, ../sass/_bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 4735, ../sass/_bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 4739, ../sass/_bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 4743, ../sass/_bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 4747, ../sass/_bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* line 4753, ../sass/_bootstrap.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4758, ../sass/_bootstrap.scss */
  .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;
  }

  /* line 4768, ../sass/_bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 4774, ../sass/_bootstrap.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4778, ../sass/_bootstrap.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 4782, ../sass/_bootstrap.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 4787, ../sass/_bootstrap.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4793, ../sass/_bootstrap.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4798, ../sass/_bootstrap.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 4802, ../sass/_bootstrap.scss */
.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;
}

/* line 4814, ../sass/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4818, ../sass/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 4825, ../sass/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4829, ../sass/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4833, ../sass/_bootstrap.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 4837, ../sass/_bootstrap.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4845, ../sass/_bootstrap.scss */
.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;
}

/* line 4856, ../sass/_bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 4864, ../sass/_bootstrap.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4870, ../sass/_bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4876, ../sass/_bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4881, ../sass/_bootstrap.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 4888, ../sass/_bootstrap.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4896, ../sass/_bootstrap.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4902, ../sass/_bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4907, ../sass/_bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4912, ../sass/_bootstrap.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4918, ../sass/_bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4923, ../sass/_bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4928, ../sass/_bootstrap.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  /* line 4942, ../sass/_bootstrap.scss */
  .badge {
    transition: none;
  }
}
/* line 4947, ../sass/_bootstrap.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 4951, ../sass/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4955, ../sass/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4960, ../sass/_bootstrap.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4966, ../sass/_bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 4971, ../sass/_bootstrap.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 4976, ../sass/_bootstrap.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 4981, ../sass/_bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 4986, ../sass/_bootstrap.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 4991, ../sass/_bootstrap.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 4996, ../sass/_bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 5001, ../sass/_bootstrap.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 5006, ../sass/_bootstrap.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 5011, ../sass/_bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 5016, ../sass/_bootstrap.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 5021, ../sass/_bootstrap.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 5026, ../sass/_bootstrap.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 5031, ../sass/_bootstrap.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 5036, ../sass/_bootstrap.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 5041, ../sass/_bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 5046, ../sass/_bootstrap.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 5051, ../sass/_bootstrap.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 5056, ../sass/_bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 5061, ../sass/_bootstrap.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 5066, ../sass/_bootstrap.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 5071, ../sass/_bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 5076, ../sass/_bootstrap.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 5081, ../sass/_bootstrap.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 5086, ../sass/_bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5094, ../sass/_bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 5099, ../sass/_bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5105, ../sass/_bootstrap.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 5113, ../sass/_bootstrap.scss */
.alert-heading {
  color: inherit;
}

/* line 5117, ../sass/_bootstrap.scss */
.alert-link {
  font-weight: 700;
}

/* line 5121, ../sass/_bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5125, ../sass/_bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5133, ../sass/_bootstrap.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 5139, ../sass/_bootstrap.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 5143, ../sass/_bootstrap.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 5147, ../sass/_bootstrap.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 5153, ../sass/_bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5157, ../sass/_bootstrap.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5161, ../sass/_bootstrap.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5167, ../sass/_bootstrap.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5171, ../sass/_bootstrap.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5175, ../sass/_bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5181, ../sass/_bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5185, ../sass/_bootstrap.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5189, ../sass/_bootstrap.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5195, ../sass/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5199, ../sass/_bootstrap.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5203, ../sass/_bootstrap.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5209, ../sass/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5213, ../sass/_bootstrap.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5217, ../sass/_bootstrap.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5223, ../sass/_bootstrap.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5227, ../sass/_bootstrap.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 5231, ../sass/_bootstrap.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5237, ../sass/_bootstrap.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5241, ../sass/_bootstrap.scss */
.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;
  }
}
/* line 5263, ../sass/_bootstrap.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5273, ../sass/_bootstrap.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5288, ../sass/_bootstrap.scss */
  .progress-bar {
    transition: none;
  }
}
/* line 5293, ../sass/_bootstrap.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5298, ../sass/_bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5304, ../sass/_bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
/* line 5310, ../sass/_bootstrap.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5317, ../sass/_bootstrap.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 5322, ../sass/_bootstrap.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5331, ../sass/_bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5337, ../sass/_bootstrap.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5344, ../sass/_bootstrap.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5349, ../sass/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5358, ../sass/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5363, ../sass/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5369, ../sass/_bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 5375, ../sass/_bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5382, ../sass/_bootstrap.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 5387, ../sass/_bootstrap.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 5392, ../sass/_bootstrap.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5398, ../sass/_bootstrap.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 5406, ../sass/_bootstrap.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 5410, ../sass/_bootstrap.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 5414, ../sass/_bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 5419, ../sass/_bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 5428, ../sass/_bootstrap.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 5432, ../sass/_bootstrap.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 5436, ../sass/_bootstrap.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 5441, ../sass/_bootstrap.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  /* line 5450, ../sass/_bootstrap.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 5454, ../sass/_bootstrap.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 5458, ../sass/_bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 5463, ../sass/_bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  /* line 5472, ../sass/_bootstrap.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 5476, ../sass/_bootstrap.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 5480, ../sass/_bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 5485, ../sass/_bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
/* line 5493, ../sass/_bootstrap.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5499, ../sass/_bootstrap.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 5503, ../sass/_bootstrap.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5507, ../sass/_bootstrap.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 5512, ../sass/_bootstrap.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5517, ../sass/_bootstrap.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5522, ../sass/_bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5528, ../sass/_bootstrap.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5533, ../sass/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5538, ../sass/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5544, ../sass/_bootstrap.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5549, ../sass/_bootstrap.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5554, ../sass/_bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5560, ../sass/_bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5565, ../sass/_bootstrap.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5570, ../sass/_bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5576, ../sass/_bootstrap.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5581, ../sass/_bootstrap.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5586, ../sass/_bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5592, ../sass/_bootstrap.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5597, ../sass/_bootstrap.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5602, ../sass/_bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5608, ../sass/_bootstrap.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5613, ../sass/_bootstrap.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5618, ../sass/_bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5624, ../sass/_bootstrap.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5629, ../sass/_bootstrap.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5634, ../sass/_bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5640, ../sass/_bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5650, ../sass/_bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5655, ../sass/_bootstrap.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5659, ../sass/_bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5668, ../sass/_bootstrap.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5672, ../sass/_bootstrap.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5686, ../sass/_bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5690, ../sass/_bootstrap.scss */
.toast.showing {
  opacity: 1;
}

/* line 5694, ../sass/_bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5699, ../sass/_bootstrap.scss */
.toast.hide {
  display: none;
}

/* line 5703, ../sass/_bootstrap.scss */
.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);
}

/* line 5715, ../sass/_bootstrap.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5719, ../sass/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5723, ../sass/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5728, ../sass/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5740, ../sass/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5747, ../sass/_bootstrap.scss */
.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) {
  /* line 5756, ../sass/_bootstrap.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 5761, ../sass/_bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 5766, ../sass/_bootstrap.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5772, ../sass/_bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5777, ../sass/_bootstrap.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 5783, ../sass/_bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5787, ../sass/_bootstrap.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5795, ../sass/_bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 5801, ../sass/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 5809, ../sass/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5813, ../sass/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5817, ../sass/_bootstrap.scss */
.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;
}

/* line 5832, ../sass/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 5842, ../sass/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5846, ../sass/_bootstrap.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5850, ../sass/_bootstrap.scss */
.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: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5863, ../sass/_bootstrap.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5868, ../sass/_bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5873, ../sass/_bootstrap.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5880, ../sass/_bootstrap.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5893, ../sass/_bootstrap.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5897, ../sass/_bootstrap.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5901, ../sass/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5910, ../sass/_bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 5914, ../sass/_bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 5917, ../sass/_bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 5920, ../sass/_bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 5923, ../sass/_bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 5926, ../sass/_bootstrap.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5932, ../sass/_bootstrap.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 5939, ../sass/_bootstrap.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 5944, ../sass/_bootstrap.scss */
.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;
}

/* line 5968, ../sass/_bootstrap.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5972, ../sass/_bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5979, ../sass/_bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5986, ../sass/_bootstrap.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5990, ../sass/_bootstrap.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5994, ../sass/_bootstrap.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 6000, ../sass/_bootstrap.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6004, ../sass/_bootstrap.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6010, ../sass/_bootstrap.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 6016, ../sass/_bootstrap.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6020, ../sass/_bootstrap.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6024, ../sass/_bootstrap.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 6030, ../sass/_bootstrap.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6034, ../sass/_bootstrap.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6040, ../sass/_bootstrap.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 6046, ../sass/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 6055, ../sass/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "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;
}

/* line 6084, ../sass/_bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6092, ../sass/_bootstrap.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6100, ../sass/_bootstrap.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6104, ../sass/_bootstrap.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6108, ../sass/_bootstrap.scss */
.bs-popover-top > .arrow::before, .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);
}

/* line 6114, ../sass/_bootstrap.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 6120, ../sass/_bootstrap.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6124, ../sass/_bootstrap.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6131, ../sass/_bootstrap.scss */
.bs-popover-right > .arrow::before, .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);
}

/* line 6137, ../sass/_bootstrap.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 6143, ../sass/_bootstrap.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6147, ../sass/_bootstrap.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6151, ../sass/_bootstrap.scss */
.bs-popover-bottom > .arrow::before, .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);
}

/* line 6157, ../sass/_bootstrap.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 6163, ../sass/_bootstrap.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6174, ../sass/_bootstrap.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6178, ../sass/_bootstrap.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6185, ../sass/_bootstrap.scss */
.bs-popover-left > .arrow::before, .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);
}

/* line 6191, ../sass/_bootstrap.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 6197, ../sass/_bootstrap.scss */
.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);
}

/* line 6207, ../sass/_bootstrap.scss */
.popover-header:empty {
  display: none;
}

/* line 6211, ../sass/_bootstrap.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 6216, ../sass/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6220, ../sass/_bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6225, ../sass/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6231, ../sass/_bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6237, ../sass/_bootstrap.scss */
.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) {
  /* line 6251, ../sass/_bootstrap.scss */
  .carousel-item {
    transition: none;
  }
}
/* line 6256, ../sass/_bootstrap.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6262, ../sass/_bootstrap.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6268, ../sass/_bootstrap.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6274, ../sass/_bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 6281, ../sass/_bootstrap.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6288, ../sass/_bootstrap.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6296, ../sass/_bootstrap.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
/* line 6302, ../sass/_bootstrap.scss */
.carousel-control-prev,
.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) {
  /* line 6322, ../sass/_bootstrap.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 6328, ../sass/_bootstrap.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 6337, ../sass/_bootstrap.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6341, ../sass/_bootstrap.scss */
.carousel-control-next {
  right: 0;
}

/* line 6345, ../sass/_bootstrap.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 6353, ../sass/_bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6357, ../sass/_bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6361, ../sass/_bootstrap.scss */
.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;
}

/* line 6377, ../sass/_bootstrap.scss */
.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: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6396, ../sass/_bootstrap.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 6401, ../sass/_bootstrap.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6405, ../sass/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 6431, ../sass/_bootstrap.scss */
.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 .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 6443, ../sass/_bootstrap.scss */
.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;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
/* line 6469, ../sass/_bootstrap.scss */
.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 .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 6481, ../sass/_bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6486, ../sass/_bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6490, ../sass/_bootstrap.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6494, ../sass/_bootstrap.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6498, ../sass/_bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6502, ../sass/_bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6506, ../sass/_bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6510, ../sass/_bootstrap.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6514, ../sass/_bootstrap.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6520, ../sass/_bootstrap.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6524, ../sass/_bootstrap.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6530, ../sass/_bootstrap.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6534, ../sass/_bootstrap.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6540, ../sass/_bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6544, ../sass/_bootstrap.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6550, ../sass/_bootstrap.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6554, ../sass/_bootstrap.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6560, ../sass/_bootstrap.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6564, ../sass/_bootstrap.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6570, ../sass/_bootstrap.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6574, ../sass/_bootstrap.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6580, ../sass/_bootstrap.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6584, ../sass/_bootstrap.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6590, ../sass/_bootstrap.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6594, ../sass/_bootstrap.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6598, ../sass/_bootstrap.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6602, ../sass/_bootstrap.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6606, ../sass/_bootstrap.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6610, ../sass/_bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6614, ../sass/_bootstrap.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6618, ../sass/_bootstrap.scss */
.border-0 {
  border: 0 !important;
}

/* line 6622, ../sass/_bootstrap.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6626, ../sass/_bootstrap.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6630, ../sass/_bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6634, ../sass/_bootstrap.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6638, ../sass/_bootstrap.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 6642, ../sass/_bootstrap.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6646, ../sass/_bootstrap.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6650, ../sass/_bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6654, ../sass/_bootstrap.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6658, ../sass/_bootstrap.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6662, ../sass/_bootstrap.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6666, ../sass/_bootstrap.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6670, ../sass/_bootstrap.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6674, ../sass/_bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6678, ../sass/_bootstrap.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6682, ../sass/_bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6687, ../sass/_bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6692, ../sass/_bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6697, ../sass/_bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6702, ../sass/_bootstrap.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6706, ../sass/_bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6710, ../sass/_bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6714, ../sass/_bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6718, ../sass/_bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6724, ../sass/_bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 6728, ../sass/_bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 6732, ../sass/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6736, ../sass/_bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 6740, ../sass/_bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 6744, ../sass/_bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6748, ../sass/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6752, ../sass/_bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6757, ../sass/_bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6763, ../sass/_bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 6766, ../sass/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 6769, ../sass/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 6772, ../sass/_bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 6775, ../sass/_bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 6778, ../sass/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 6781, ../sass/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 6784, ../sass/_bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6788, ../sass/_bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 6795, ../sass/_bootstrap.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 6798, ../sass/_bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 6801, ../sass/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 6804, ../sass/_bootstrap.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 6807, ../sass/_bootstrap.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 6810, ../sass/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 6813, ../sass/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 6816, ../sass/_bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6820, ../sass/_bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 6827, ../sass/_bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 6830, ../sass/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 6833, ../sass/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 6836, ../sass/_bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 6839, ../sass/_bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 6842, ../sass/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 6845, ../sass/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 6848, ../sass/_bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6852, ../sass/_bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 6859, ../sass/_bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 6862, ../sass/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 6865, ../sass/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 6868, ../sass/_bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 6871, ../sass/_bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 6874, ../sass/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 6877, ../sass/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 6880, ../sass/_bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6884, ../sass/_bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 6891, ../sass/_bootstrap.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 6894, ../sass/_bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 6897, ../sass/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 6900, ../sass/_bootstrap.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 6903, ../sass/_bootstrap.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 6906, ../sass/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 6909, ../sass/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 6912, ../sass/_bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 6916, ../sass/_bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 6922, ../sass/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6930, ../sass/_bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6935, ../sass/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6949, ../sass/_bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6953, ../sass/_bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6957, ../sass/_bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6961, ../sass/_bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6965, ../sass/_bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6970, ../sass/_bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6975, ../sass/_bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6980, ../sass/_bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6985, ../sass/_bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6990, ../sass/_bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6995, ../sass/_bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 7000, ../sass/_bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 7005, ../sass/_bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 7010, ../sass/_bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 7015, ../sass/_bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 7020, ../sass/_bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 7025, ../sass/_bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 7030, ../sass/_bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 7035, ../sass/_bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 7040, ../sass/_bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 7045, ../sass/_bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 7050, ../sass/_bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 7055, ../sass/_bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 7060, ../sass/_bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 7065, ../sass/_bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 7070, ../sass/_bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 7075, ../sass/_bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 7080, ../sass/_bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 7085, ../sass/_bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 7090, ../sass/_bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 7095, ../sass/_bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 7100, ../sass/_bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 7105, ../sass/_bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 7110, ../sass/_bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 7115, ../sass/_bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 7120, ../sass/_bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 7125, ../sass/_bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 7130, ../sass/_bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7136, ../sass/_bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 7140, ../sass/_bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 7144, ../sass/_bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 7148, ../sass/_bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 7152, ../sass/_bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 7156, ../sass/_bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 7160, ../sass/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 7164, ../sass/_bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 7168, ../sass/_bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 7172, ../sass/_bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 7176, ../sass/_bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 7180, ../sass/_bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 7184, ../sass/_bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 7188, ../sass/_bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 7192, ../sass/_bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 7196, ../sass/_bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 7200, ../sass/_bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 7204, ../sass/_bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 7208, ../sass/_bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 7212, ../sass/_bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 7216, ../sass/_bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 7220, ../sass/_bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 7224, ../sass/_bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 7228, ../sass/_bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 7232, ../sass/_bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 7236, ../sass/_bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 7240, ../sass/_bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 7244, ../sass/_bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 7248, ../sass/_bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 7252, ../sass/_bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 7256, ../sass/_bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 7260, ../sass/_bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 7264, ../sass/_bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 7268, ../sass/_bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 7275, ../sass/_bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 7279, ../sass/_bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 7283, ../sass/_bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 7287, ../sass/_bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 7291, ../sass/_bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 7295, ../sass/_bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 7299, ../sass/_bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 7303, ../sass/_bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 7307, ../sass/_bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 7311, ../sass/_bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 7315, ../sass/_bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 7319, ../sass/_bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 7323, ../sass/_bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 7327, ../sass/_bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 7331, ../sass/_bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 7335, ../sass/_bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 7339, ../sass/_bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 7343, ../sass/_bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 7347, ../sass/_bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 7351, ../sass/_bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 7355, ../sass/_bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 7359, ../sass/_bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 7363, ../sass/_bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 7367, ../sass/_bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 7371, ../sass/_bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 7375, ../sass/_bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 7379, ../sass/_bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 7383, ../sass/_bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 7387, ../sass/_bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 7391, ../sass/_bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 7395, ../sass/_bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 7399, ../sass/_bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 7403, ../sass/_bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 7407, ../sass/_bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 7414, ../sass/_bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 7418, ../sass/_bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 7422, ../sass/_bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 7426, ../sass/_bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 7430, ../sass/_bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 7434, ../sass/_bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 7438, ../sass/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 7442, ../sass/_bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 7446, ../sass/_bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 7450, ../sass/_bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 7454, ../sass/_bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 7458, ../sass/_bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 7462, ../sass/_bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 7466, ../sass/_bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 7470, ../sass/_bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 7474, ../sass/_bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 7478, ../sass/_bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 7482, ../sass/_bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 7486, ../sass/_bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 7490, ../sass/_bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 7494, ../sass/_bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 7498, ../sass/_bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 7502, ../sass/_bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 7506, ../sass/_bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 7510, ../sass/_bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 7514, ../sass/_bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 7518, ../sass/_bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 7522, ../sass/_bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 7526, ../sass/_bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 7530, ../sass/_bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 7534, ../sass/_bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 7538, ../sass/_bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 7542, ../sass/_bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 7546, ../sass/_bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 7553, ../sass/_bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 7557, ../sass/_bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 7561, ../sass/_bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 7565, ../sass/_bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 7569, ../sass/_bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 7573, ../sass/_bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 7577, ../sass/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 7581, ../sass/_bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 7585, ../sass/_bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 7589, ../sass/_bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 7593, ../sass/_bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 7597, ../sass/_bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 7601, ../sass/_bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 7605, ../sass/_bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 7609, ../sass/_bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 7613, ../sass/_bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 7617, ../sass/_bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 7621, ../sass/_bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 7625, ../sass/_bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 7629, ../sass/_bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 7633, ../sass/_bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 7637, ../sass/_bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 7641, ../sass/_bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 7645, ../sass/_bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 7649, ../sass/_bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 7653, ../sass/_bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 7657, ../sass/_bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 7661, ../sass/_bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 7665, ../sass/_bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 7669, ../sass/_bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 7673, ../sass/_bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 7677, ../sass/_bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 7681, ../sass/_bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 7685, ../sass/_bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 7691, ../sass/_bootstrap.scss */
.float-left {
  float: left !important;
}

/* line 7695, ../sass/_bootstrap.scss */
.float-right {
  float: right !important;
}

/* line 7699, ../sass/_bootstrap.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7704, ../sass/_bootstrap.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 7707, ../sass/_bootstrap.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7710, ../sass/_bootstrap.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7716, ../sass/_bootstrap.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 7719, ../sass/_bootstrap.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7722, ../sass/_bootstrap.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7728, ../sass/_bootstrap.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 7731, ../sass/_bootstrap.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7734, ../sass/_bootstrap.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7740, ../sass/_bootstrap.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 7743, ../sass/_bootstrap.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7746, ../sass/_bootstrap.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 7751, ../sass/_bootstrap.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7755, ../sass/_bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7759, ../sass/_bootstrap.scss */
.position-static {
  position: static !important;
}

/* line 7763, ../sass/_bootstrap.scss */
.position-relative {
  position: relative !important;
}

/* line 7767, ../sass/_bootstrap.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7771, ../sass/_bootstrap.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7775, ../sass/_bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7780, ../sass/_bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7788, ../sass/_bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7797, ../sass/_bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 7805, ../sass/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7816, ../sass/_bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7825, ../sass/_bootstrap.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 7829, ../sass/_bootstrap.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 7833, ../sass/_bootstrap.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7837, ../sass/_bootstrap.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7841, ../sass/_bootstrap.scss */
.w-25 {
  width: 25% !important;
}

/* line 7845, ../sass/_bootstrap.scss */
.w-50 {
  width: 50% !important;
}

/* line 7849, ../sass/_bootstrap.scss */
.w-75 {
  width: 75% !important;
}

/* line 7853, ../sass/_bootstrap.scss */
.w-100 {
  width: 100% !important;
}

/* line 7857, ../sass/_bootstrap.scss */
.w-auto {
  width: auto !important;
}

/* line 7861, ../sass/_bootstrap.scss */
.h-25 {
  height: 25% !important;
}

/* line 7865, ../sass/_bootstrap.scss */
.h-50 {
  height: 50% !important;
}

/* line 7869, ../sass/_bootstrap.scss */
.h-75 {
  height: 75% !important;
}

/* line 7873, ../sass/_bootstrap.scss */
.h-100 {
  height: 100% !important;
}

/* line 7877, ../sass/_bootstrap.scss */
.h-auto {
  height: auto !important;
}

/* line 7881, ../sass/_bootstrap.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7885, ../sass/_bootstrap.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7889, ../sass/_bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7893, ../sass/_bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7897, ../sass/_bootstrap.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7901, ../sass/_bootstrap.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7905, ../sass/_bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 7917, ../sass/_bootstrap.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7921, ../sass/_bootstrap.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7926, ../sass/_bootstrap.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7931, ../sass/_bootstrap.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7936, ../sass/_bootstrap.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7941, ../sass/_bootstrap.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7945, ../sass/_bootstrap.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7950, ../sass/_bootstrap.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7955, ../sass/_bootstrap.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7960, ../sass/_bootstrap.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7965, ../sass/_bootstrap.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7969, ../sass/_bootstrap.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7974, ../sass/_bootstrap.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7979, ../sass/_bootstrap.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7984, ../sass/_bootstrap.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7989, ../sass/_bootstrap.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7993, ../sass/_bootstrap.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7998, ../sass/_bootstrap.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8003, ../sass/_bootstrap.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8008, ../sass/_bootstrap.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8013, ../sass/_bootstrap.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8017, ../sass/_bootstrap.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8022, ../sass/_bootstrap.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8027, ../sass/_bootstrap.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8032, ../sass/_bootstrap.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8037, ../sass/_bootstrap.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 8041, ../sass/_bootstrap.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8046, ../sass/_bootstrap.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8051, ../sass/_bootstrap.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8056, ../sass/_bootstrap.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8061, ../sass/_bootstrap.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8065, ../sass/_bootstrap.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8070, ../sass/_bootstrap.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8075, ../sass/_bootstrap.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8080, ../sass/_bootstrap.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8085, ../sass/_bootstrap.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8089, ../sass/_bootstrap.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8094, ../sass/_bootstrap.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8099, ../sass/_bootstrap.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8104, ../sass/_bootstrap.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8109, ../sass/_bootstrap.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8113, ../sass/_bootstrap.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8118, ../sass/_bootstrap.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8123, ../sass/_bootstrap.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8128, ../sass/_bootstrap.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8133, ../sass/_bootstrap.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8137, ../sass/_bootstrap.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8142, ../sass/_bootstrap.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8147, ../sass/_bootstrap.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8152, ../sass/_bootstrap.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8157, ../sass/_bootstrap.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8161, ../sass/_bootstrap.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8166, ../sass/_bootstrap.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8171, ../sass/_bootstrap.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8176, ../sass/_bootstrap.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8181, ../sass/_bootstrap.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 8185, ../sass/_bootstrap.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8190, ../sass/_bootstrap.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8195, ../sass/_bootstrap.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8200, ../sass/_bootstrap.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8205, ../sass/_bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8209, ../sass/_bootstrap.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8214, ../sass/_bootstrap.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8219, ../sass/_bootstrap.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8224, ../sass/_bootstrap.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8229, ../sass/_bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8233, ../sass/_bootstrap.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8238, ../sass/_bootstrap.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8243, ../sass/_bootstrap.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8248, ../sass/_bootstrap.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8253, ../sass/_bootstrap.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 8257, ../sass/_bootstrap.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8262, ../sass/_bootstrap.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8267, ../sass/_bootstrap.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8272, ../sass/_bootstrap.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8277, ../sass/_bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8281, ../sass/_bootstrap.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8286, ../sass/_bootstrap.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8291, ../sass/_bootstrap.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8296, ../sass/_bootstrap.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8301, ../sass/_bootstrap.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8305, ../sass/_bootstrap.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8310, ../sass/_bootstrap.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8315, ../sass/_bootstrap.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8320, ../sass/_bootstrap.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8325, ../sass/_bootstrap.scss */
.m-auto {
  margin: auto !important;
}

/* line 8329, ../sass/_bootstrap.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8334, ../sass/_bootstrap.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8339, ../sass/_bootstrap.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8344, ../sass/_bootstrap.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8350, ../sass/_bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 8353, ../sass/_bootstrap.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 8357, ../sass/_bootstrap.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 8361, ../sass/_bootstrap.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 8365, ../sass/_bootstrap.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 8369, ../sass/_bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 8372, ../sass/_bootstrap.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8376, ../sass/_bootstrap.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8380, ../sass/_bootstrap.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8384, ../sass/_bootstrap.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8388, ../sass/_bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 8391, ../sass/_bootstrap.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8395, ../sass/_bootstrap.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8399, ../sass/_bootstrap.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8403, ../sass/_bootstrap.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8407, ../sass/_bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 8410, ../sass/_bootstrap.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 8414, ../sass/_bootstrap.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 8418, ../sass/_bootstrap.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8422, ../sass/_bootstrap.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 8426, ../sass/_bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 8429, ../sass/_bootstrap.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8433, ../sass/_bootstrap.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8437, ../sass/_bootstrap.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8441, ../sass/_bootstrap.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8445, ../sass/_bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 8448, ../sass/_bootstrap.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 8452, ../sass/_bootstrap.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 8456, ../sass/_bootstrap.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8460, ../sass/_bootstrap.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 8464, ../sass/_bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 8467, ../sass/_bootstrap.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 8471, ../sass/_bootstrap.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 8475, ../sass/_bootstrap.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 8479, ../sass/_bootstrap.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 8483, ../sass/_bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 8486, ../sass/_bootstrap.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8490, ../sass/_bootstrap.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8494, ../sass/_bootstrap.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8498, ../sass/_bootstrap.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8502, ../sass/_bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 8505, ../sass/_bootstrap.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8509, ../sass/_bootstrap.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8513, ../sass/_bootstrap.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8517, ../sass/_bootstrap.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8521, ../sass/_bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 8524, ../sass/_bootstrap.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 8528, ../sass/_bootstrap.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 8532, ../sass/_bootstrap.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8536, ../sass/_bootstrap.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 8540, ../sass/_bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 8543, ../sass/_bootstrap.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8547, ../sass/_bootstrap.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8551, ../sass/_bootstrap.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8555, ../sass/_bootstrap.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8559, ../sass/_bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 8562, ../sass/_bootstrap.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 8566, ../sass/_bootstrap.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 8570, ../sass/_bootstrap.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8574, ../sass/_bootstrap.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 8578, ../sass/_bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 8581, ../sass/_bootstrap.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 8585, ../sass/_bootstrap.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 8589, ../sass/_bootstrap.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 8593, ../sass/_bootstrap.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 8597, ../sass/_bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 8600, ../sass/_bootstrap.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 8604, ../sass/_bootstrap.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 8608, ../sass/_bootstrap.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 8612, ../sass/_bootstrap.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 8616, ../sass/_bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 8619, ../sass/_bootstrap.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 8623, ../sass/_bootstrap.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 8627, ../sass/_bootstrap.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 8631, ../sass/_bootstrap.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 8635, ../sass/_bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 8638, ../sass/_bootstrap.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 8642, ../sass/_bootstrap.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 8646, ../sass/_bootstrap.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 8650, ../sass/_bootstrap.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 8654, ../sass/_bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 8657, ../sass/_bootstrap.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 8661, ../sass/_bootstrap.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 8665, ../sass/_bootstrap.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 8669, ../sass/_bootstrap.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 8673, ../sass/_bootstrap.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 8676, ../sass/_bootstrap.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 8680, ../sass/_bootstrap.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 8684, ../sass/_bootstrap.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 8688, ../sass/_bootstrap.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 8695, ../sass/_bootstrap.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 8698, ../sass/_bootstrap.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 8702, ../sass/_bootstrap.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 8706, ../sass/_bootstrap.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 8710, ../sass/_bootstrap.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 8714, ../sass/_bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 8717, ../sass/_bootstrap.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8721, ../sass/_bootstrap.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8725, ../sass/_bootstrap.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8729, ../sass/_bootstrap.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8733, ../sass/_bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 8736, ../sass/_bootstrap.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8740, ../sass/_bootstrap.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8744, ../sass/_bootstrap.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8748, ../sass/_bootstrap.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8752, ../sass/_bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 8755, ../sass/_bootstrap.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 8759, ../sass/_bootstrap.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 8763, ../sass/_bootstrap.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8767, ../sass/_bootstrap.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 8771, ../sass/_bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 8774, ../sass/_bootstrap.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8778, ../sass/_bootstrap.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8782, ../sass/_bootstrap.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8786, ../sass/_bootstrap.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8790, ../sass/_bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 8793, ../sass/_bootstrap.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 8797, ../sass/_bootstrap.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 8801, ../sass/_bootstrap.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8805, ../sass/_bootstrap.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 8809, ../sass/_bootstrap.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 8812, ../sass/_bootstrap.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 8816, ../sass/_bootstrap.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 8820, ../sass/_bootstrap.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 8824, ../sass/_bootstrap.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 8828, ../sass/_bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 8831, ../sass/_bootstrap.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8835, ../sass/_bootstrap.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8839, ../sass/_bootstrap.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8843, ../sass/_bootstrap.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8847, ../sass/_bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 8850, ../sass/_bootstrap.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8854, ../sass/_bootstrap.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8858, ../sass/_bootstrap.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8862, ../sass/_bootstrap.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8866, ../sass/_bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 8869, ../sass/_bootstrap.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 8873, ../sass/_bootstrap.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 8877, ../sass/_bootstrap.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8881, ../sass/_bootstrap.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 8885, ../sass/_bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 8888, ../sass/_bootstrap.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8892, ../sass/_bootstrap.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8896, ../sass/_bootstrap.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8900, ../sass/_bootstrap.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8904, ../sass/_bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 8907, ../sass/_bootstrap.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 8911, ../sass/_bootstrap.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 8915, ../sass/_bootstrap.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8919, ../sass/_bootstrap.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 8923, ../sass/_bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 8926, ../sass/_bootstrap.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 8930, ../sass/_bootstrap.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 8934, ../sass/_bootstrap.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 8938, ../sass/_bootstrap.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 8942, ../sass/_bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 8945, ../sass/_bootstrap.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 8949, ../sass/_bootstrap.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 8953, ../sass/_bootstrap.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 8957, ../sass/_bootstrap.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 8961, ../sass/_bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 8964, ../sass/_bootstrap.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 8968, ../sass/_bootstrap.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 8972, ../sass/_bootstrap.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 8976, ../sass/_bootstrap.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 8980, ../sass/_bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 8983, ../sass/_bootstrap.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 8987, ../sass/_bootstrap.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 8991, ../sass/_bootstrap.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 8995, ../sass/_bootstrap.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 8999, ../sass/_bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 9002, ../sass/_bootstrap.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 9006, ../sass/_bootstrap.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 9010, ../sass/_bootstrap.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9014, ../sass/_bootstrap.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 9018, ../sass/_bootstrap.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 9021, ../sass/_bootstrap.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 9025, ../sass/_bootstrap.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 9029, ../sass/_bootstrap.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 9033, ../sass/_bootstrap.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 9040, ../sass/_bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 9043, ../sass/_bootstrap.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 9047, ../sass/_bootstrap.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 9051, ../sass/_bootstrap.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 9055, ../sass/_bootstrap.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 9059, ../sass/_bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 9062, ../sass/_bootstrap.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 9066, ../sass/_bootstrap.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9070, ../sass/_bootstrap.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9074, ../sass/_bootstrap.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9078, ../sass/_bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 9081, ../sass/_bootstrap.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9085, ../sass/_bootstrap.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9089, ../sass/_bootstrap.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9093, ../sass/_bootstrap.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9097, ../sass/_bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 9100, ../sass/_bootstrap.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 9104, ../sass/_bootstrap.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 9108, ../sass/_bootstrap.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9112, ../sass/_bootstrap.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 9116, ../sass/_bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 9119, ../sass/_bootstrap.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9123, ../sass/_bootstrap.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9127, ../sass/_bootstrap.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9131, ../sass/_bootstrap.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9135, ../sass/_bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 9138, ../sass/_bootstrap.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 9142, ../sass/_bootstrap.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 9146, ../sass/_bootstrap.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9150, ../sass/_bootstrap.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 9154, ../sass/_bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 9157, ../sass/_bootstrap.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 9161, ../sass/_bootstrap.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 9165, ../sass/_bootstrap.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 9169, ../sass/_bootstrap.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 9173, ../sass/_bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 9176, ../sass/_bootstrap.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9180, ../sass/_bootstrap.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9184, ../sass/_bootstrap.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9188, ../sass/_bootstrap.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9192, ../sass/_bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 9195, ../sass/_bootstrap.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9199, ../sass/_bootstrap.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9203, ../sass/_bootstrap.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9207, ../sass/_bootstrap.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9211, ../sass/_bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 9214, ../sass/_bootstrap.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 9218, ../sass/_bootstrap.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 9222, ../sass/_bootstrap.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9226, ../sass/_bootstrap.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 9230, ../sass/_bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 9233, ../sass/_bootstrap.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9237, ../sass/_bootstrap.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9241, ../sass/_bootstrap.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9245, ../sass/_bootstrap.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9249, ../sass/_bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 9252, ../sass/_bootstrap.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 9256, ../sass/_bootstrap.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 9260, ../sass/_bootstrap.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9264, ../sass/_bootstrap.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 9268, ../sass/_bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 9271, ../sass/_bootstrap.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 9275, ../sass/_bootstrap.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 9279, ../sass/_bootstrap.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 9283, ../sass/_bootstrap.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 9287, ../sass/_bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 9290, ../sass/_bootstrap.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 9294, ../sass/_bootstrap.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 9298, ../sass/_bootstrap.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 9302, ../sass/_bootstrap.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 9306, ../sass/_bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 9309, ../sass/_bootstrap.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 9313, ../sass/_bootstrap.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 9317, ../sass/_bootstrap.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 9321, ../sass/_bootstrap.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 9325, ../sass/_bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 9328, ../sass/_bootstrap.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 9332, ../sass/_bootstrap.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 9336, ../sass/_bootstrap.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 9340, ../sass/_bootstrap.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 9344, ../sass/_bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 9347, ../sass/_bootstrap.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 9351, ../sass/_bootstrap.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 9355, ../sass/_bootstrap.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9359, ../sass/_bootstrap.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 9363, ../sass/_bootstrap.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 9366, ../sass/_bootstrap.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 9370, ../sass/_bootstrap.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 9374, ../sass/_bootstrap.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 9378, ../sass/_bootstrap.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 9385, ../sass/_bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 9388, ../sass/_bootstrap.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 9392, ../sass/_bootstrap.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 9396, ../sass/_bootstrap.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 9400, ../sass/_bootstrap.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 9404, ../sass/_bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 9407, ../sass/_bootstrap.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 9411, ../sass/_bootstrap.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9415, ../sass/_bootstrap.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9419, ../sass/_bootstrap.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9423, ../sass/_bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 9426, ../sass/_bootstrap.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9430, ../sass/_bootstrap.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9434, ../sass/_bootstrap.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9438, ../sass/_bootstrap.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9442, ../sass/_bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 9445, ../sass/_bootstrap.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 9449, ../sass/_bootstrap.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 9453, ../sass/_bootstrap.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9457, ../sass/_bootstrap.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 9461, ../sass/_bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 9464, ../sass/_bootstrap.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9468, ../sass/_bootstrap.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9472, ../sass/_bootstrap.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9476, ../sass/_bootstrap.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9480, ../sass/_bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 9483, ../sass/_bootstrap.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 9487, ../sass/_bootstrap.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 9491, ../sass/_bootstrap.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9495, ../sass/_bootstrap.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 9499, ../sass/_bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 9502, ../sass/_bootstrap.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 9506, ../sass/_bootstrap.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 9510, ../sass/_bootstrap.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 9514, ../sass/_bootstrap.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 9518, ../sass/_bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 9521, ../sass/_bootstrap.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9525, ../sass/_bootstrap.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9529, ../sass/_bootstrap.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9533, ../sass/_bootstrap.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9537, ../sass/_bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 9540, ../sass/_bootstrap.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9544, ../sass/_bootstrap.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9548, ../sass/_bootstrap.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9552, ../sass/_bootstrap.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9556, ../sass/_bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 9559, ../sass/_bootstrap.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 9563, ../sass/_bootstrap.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 9567, ../sass/_bootstrap.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9571, ../sass/_bootstrap.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 9575, ../sass/_bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 9578, ../sass/_bootstrap.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9582, ../sass/_bootstrap.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9586, ../sass/_bootstrap.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9590, ../sass/_bootstrap.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9594, ../sass/_bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 9597, ../sass/_bootstrap.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 9601, ../sass/_bootstrap.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 9605, ../sass/_bootstrap.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9609, ../sass/_bootstrap.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 9613, ../sass/_bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 9616, ../sass/_bootstrap.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 9620, ../sass/_bootstrap.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 9624, ../sass/_bootstrap.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 9628, ../sass/_bootstrap.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 9632, ../sass/_bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 9635, ../sass/_bootstrap.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 9639, ../sass/_bootstrap.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 9643, ../sass/_bootstrap.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 9647, ../sass/_bootstrap.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 9651, ../sass/_bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 9654, ../sass/_bootstrap.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 9658, ../sass/_bootstrap.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 9662, ../sass/_bootstrap.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 9666, ../sass/_bootstrap.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 9670, ../sass/_bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 9673, ../sass/_bootstrap.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 9677, ../sass/_bootstrap.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 9681, ../sass/_bootstrap.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 9685, ../sass/_bootstrap.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 9689, ../sass/_bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 9692, ../sass/_bootstrap.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 9696, ../sass/_bootstrap.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 9700, ../sass/_bootstrap.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9704, ../sass/_bootstrap.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 9708, ../sass/_bootstrap.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 9711, ../sass/_bootstrap.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 9715, ../sass/_bootstrap.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 9719, ../sass/_bootstrap.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 9723, ../sass/_bootstrap.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9729, ../sass/_bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9733, ../sass/_bootstrap.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9737, ../sass/_bootstrap.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9741, ../sass/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9745, ../sass/_bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9751, ../sass/_bootstrap.scss */
.text-left {
  text-align: left !important;
}

/* line 9755, ../sass/_bootstrap.scss */
.text-right {
  text-align: right !important;
}

/* line 9759, ../sass/_bootstrap.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9764, ../sass/_bootstrap.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 9767, ../sass/_bootstrap.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 9770, ../sass/_bootstrap.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 9776, ../sass/_bootstrap.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 9779, ../sass/_bootstrap.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 9782, ../sass/_bootstrap.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 9788, ../sass/_bootstrap.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 9791, ../sass/_bootstrap.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 9794, ../sass/_bootstrap.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 9800, ../sass/_bootstrap.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 9803, ../sass/_bootstrap.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 9806, ../sass/_bootstrap.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 9811, ../sass/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9815, ../sass/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9819, ../sass/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9823, ../sass/_bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9827, ../sass/_bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9831, ../sass/_bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9835, ../sass/_bootstrap.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9839, ../sass/_bootstrap.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9843, ../sass/_bootstrap.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9847, ../sass/_bootstrap.scss */
.text-white {
  color: #fff !important;
}

/* line 9851, ../sass/_bootstrap.scss */
.text-primary {
  color: #007bff !important;
}

/* line 9855, ../sass/_bootstrap.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 9859, ../sass/_bootstrap.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 9863, ../sass/_bootstrap.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 9867, ../sass/_bootstrap.scss */
.text-success {
  color: #28a745 !important;
}

/* line 9871, ../sass/_bootstrap.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 9875, ../sass/_bootstrap.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 9879, ../sass/_bootstrap.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 9883, ../sass/_bootstrap.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 9887, ../sass/_bootstrap.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 9891, ../sass/_bootstrap.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 9895, ../sass/_bootstrap.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 9899, ../sass/_bootstrap.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 9903, ../sass/_bootstrap.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 9907, ../sass/_bootstrap.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 9911, ../sass/_bootstrap.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 9915, ../sass/_bootstrap.scss */
.text-body {
  color: #212529 !important;
}

/* line 9919, ../sass/_bootstrap.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 9923, ../sass/_bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9927, ../sass/_bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9931, ../sass/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9939, ../sass/_bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9943, ../sass/_bootstrap.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 9948, ../sass/_bootstrap.scss */
.text-reset {
  color: inherit !important;
}

/* line 9952, ../sass/_bootstrap.scss */
.visible {
  visibility: visible !important;
}

/* line 9956, ../sass/_bootstrap.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 9961, ../sass/_bootstrap.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 9967, ../sass/_bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 9970, ../sass/_bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 9973, ../sass/_bootstrap.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 9976, ../sass/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 9981, ../sass/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 9984, ../sass/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 9988, ../sass/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 9994, ../sass/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 10001, ../sass/_bootstrap.scss */
  body {
    min-width: 992px !important;
  }

  /* line 10004, ../sass/_bootstrap.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 10007, ../sass/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 10010, ../sass/_bootstrap.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 10013, ../sass/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 10016, ../sass/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 10020, ../sass/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 10024, ../sass/_bootstrap.scss */
  .table-dark {
    color: inherit;
  }

  /* line 10027, ../sass/_bootstrap.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 10033, ../sass/_bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* Slider */
/* line 3, ../sass/library/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/library/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/library/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/library/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/library/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/library/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/library/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/library/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/library/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/library/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/library/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/library/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/library/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/library/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/library/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/library/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/library/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/library/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/library/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif?1574812519') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1574812519');
  src: url('/fonts/slick.eot?&1574812519#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1574812519') format("woff"), url('/fonts/slick.ttf?1574812519') format("truetype"), url('/fonts/slick.svg?1574812519#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/library/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/library/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/library/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/library/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/library/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/library/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/library/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/library/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/library/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/library/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/library/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/library/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/library/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/library/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/library/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/library/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/library/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/library/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/library/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/library/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/library/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/library/_nice-select.scss */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

/* line 29, ../sass/library/_nice-select.scss */
.nice-select:hover {
  border-color: #dbdbdb;
}

/* line 31, ../sass/library/_nice-select.scss */
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

/* line 33, ../sass/library/_nice-select.scss */
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

/* line 53, ../sass/library/_nice-select.scss */
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 57, ../sass/library/_nice-select.scss */
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

/* line 63, ../sass/library/_nice-select.scss */
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

/* line 67, ../sass/library/_nice-select.scss */
.nice-select.disabled:after {
  border-color: #cccccc;
}

/* line 69, ../sass/library/_nice-select.scss */
.nice-select.wide {
  width: 100%;
}

/* line 71, ../sass/library/_nice-select.scss */
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

/* line 74, ../sass/library/_nice-select.scss */
.nice-select.right {
  float: right;
}

/* line 76, ../sass/library/_nice-select.scss */
.nice-select.right .list {
  left: auto;
  right: 0;
}

/* line 79, ../sass/library/_nice-select.scss */
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

/* line 83, ../sass/library/_nice-select.scss */
.nice-select.small:after {
  height: 4px;
  width: 4px;
}

/* line 86, ../sass/library/_nice-select.scss */
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

/* line 89, ../sass/library/_nice-select.scss */
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

/* line 111, ../sass/library/_nice-select.scss */
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* line 113, ../sass/library/_nice-select.scss */
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 125, ../sass/library/_nice-select.scss */
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

/* line 127, ../sass/library/_nice-select.scss */
.nice-select .option.selected {
  font-weight: bold;
}

/* line 129, ../sass/library/_nice-select.scss */
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/* line 134, ../sass/library/_nice-select.scss */
.no-csspointerevents .nice-select .list {
  display: none;
}

/* line 137, ../sass/library/_nice-select.scss */
.no-csspointerevents .nice-select.open .list {
  display: block;
}

@font-face {
  font-family: 'plus_jakarta_sansregular';
  src: url("../fonts/plusjakartasans-variablefont_wght-webfont.woff2") format("woff2"), url("../fonts/plusjakartasans-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?ywrfph");
  src: url("../fonts/icomoon/icomoon.eot?ywrfph#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?ywrfph") format("truetype"), url("../fonts/icomoon/icomoon.woff?ywrfph") format("woff"), url("../fonts/icomoon/icomoon.svg?ywrfph#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 13, ../sass/_icon-fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../sass/_icon-fonts.scss */
.icon-plus-circle:before {
  content: "\e906";
}

/* line 41, ../sass/_icon-fonts.scss */
.icon-chevron-circle-left-1:before {
  content: "\e903";
}

/* line 44, ../sass/_icon-fonts.scss */
.icon-chevron-circle-left:before {
  content: "\e905";
}

/* line 47, ../sass/_icon-fonts.scss */
.icon-close-circle:before {
  content: "\e900";
}

/* line 50, ../sass/_icon-fonts.scss */
.icon-settings:before {
  content: "\e901";
}

/* line 53, ../sass/_icon-fonts.scss */
.icon-shopping-cart:before {
  content: "\e902";
}

/* line 56, ../sass/_icon-fonts.scss */
.icon-chevron-left:before {
  content: "\e904";
}

/* line 59, ../sass/_icon-fonts.scss */
.icon-bin1:before {
  content: "\e9ad";
}

/* line 62, ../sass/_icon-fonts.scss */
.icon-eye1:before {
  content: "\e9cf";
}

/* line 65, ../sass/_icon-fonts.scss */
.icon-eye-blocked1:before {
  content: "\e9d2";
}

/* line 68, ../sass/_icon-fonts.scss */
.icon-bin:before {
  content: "\e9ac";
}

/* line 71, ../sass/_icon-fonts.scss */
.icon-eye:before {
  content: "\e9ce";
}

/* line 74, ../sass/_icon-fonts.scss */
.icon-eye-blocked:before {
  content: "\e9d1";
}

/* line 77, ../sass/_icon-fonts.scss */
.icon-chevron:before {
  content: "\ea50";
}

/* line 2, ../sass/_a-ext.scss */
.cart-wrap {
  margin-top: 50px;
}
@media (min-width: 768px) {
  /* line 2, ../sass/_a-ext.scss */
  .cart-wrap {
    margin: 0;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
  }
}
/* line 11, ../sass/_a-ext.scss */
.cart-wrap .cart-deco {
  position: absolute;
  top: -51%;
  right: 29px;
  width: 60px;
}
@media (min-width: 768px) {
  /* line 11, ../sass/_a-ext.scss */
  .cart-wrap .cart-deco {
    top: -45%;
    right: 35px;
    width: inherit;
  }
}
/* line 22, ../sass/_a-ext.scss */
.cart-wrap .cart-btn {
  border-radius: 24px 0px 0px 6px;
  box-shadow: 0px 4px 9px #0000001F;
  position: relative;
}
/* line 26, ../sass/_a-ext.scss */
.cart-wrap .cart-btn a {
  border: none;
  display: block;
  color: #fff;
  padding: 12px 10px;
}
@media (min-width: 768px) {
  /* line 26, ../sass/_a-ext.scss */
  .cart-wrap .cart-btn a {
    padding: 23px 15px;
  }
}
/* line 35, ../sass/_a-ext.scss */
.cart-wrap .cart-btn .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 35, ../sass/_a-ext.scss */
  .cart-wrap .cart-btn .text {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 44, ../sass/_a-ext.scss */
.cart-wrap .cart-btn .text span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
/* line 51, ../sass/_a-ext.scss */
.cart-wrap .cart-btn .icon-chevron-left {
  font-size: 24px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/_a-ext.scss */
  .cart-wrap .cart-btn .icon-chevron-left {
    font-size: 30px;
  }
}
/* line 58, ../sass/_a-ext.scss */
.cart-wrap .cart-count {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  width: 40px;
  height: 40px;
}
/* line 67, ../sass/_a-ext.scss */
.cart-wrap .cart-count p {
  color: var(--yellow);
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  /* line 58, ../sass/_a-ext.scss */
  .cart-wrap .cart-count {
    width: 50px;
    height: 50px;
  }
  /* line 75, ../sass/_a-ext.scss */
  .cart-wrap .cart-count p {
    font-size: 24px;
  }
}

/* line 83, ../sass/_a-ext.scss */
.box-panier {
  background-color: #fff;
  box-shadow: 0px 4px 9px #0000001F;
  max-width: 400px;
  margin: 20px 15px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 83, ../sass/_a-ext.scss */
  .box-panier {
    margin: -58px 15px 0;
    width: 100%;
  }
}
/* line 95, ../sass/_a-ext.scss */
.box-panier .head {
  background-color: var(--purple-dark-crtin);
  padding: 15px 30px;
}
/* line 98, ../sass/_a-ext.scss */
.box-panier .head .logo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
/* line 104, ../sass/_a-ext.scss */
.box-panier .head .nav-cart-right a {
  color: #fff;
  position: relative;
  margin-left: 15px;
  display: inline-block;
}
/* line 110, ../sass/_a-ext.scss */
.box-panier .head .nav-cart-right i {
  font-size: 20px;
}
@media (min-width: 768px) {
  /* line 110, ../sass/_a-ext.scss */
  .box-panier .head .nav-cart-right i {
    font-size: 25px;
  }
}
/* line 116, ../sass/_a-ext.scss */
.box-panier .head .nav-cart-right .cart-count-panier {
  background-color: #fff;
  border-radius: 50%;
  color: var(--default-text-color);
  font-size: 8px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: -12px;
  right: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 116, ../sass/_a-ext.scss */
  .box-panier .head .nav-cart-right .cart-count-panier {
    bottom: -10px;
    right: -6px;
  }
}
/* line 138, ../sass/_a-ext.scss */
.box-panier .content {
  height: 490px;
  padding: 15px;
}
/* line 141, ../sass/_a-ext.scss */
.box-panier .content .title-box {
  color: var(--text-box);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 146, ../sass/_a-ext.scss */
.box-panier .content .title-box span {
  font-size: 20px;
  font-weight: 400;
}
/* line 150, ../sass/_a-ext.scss */
.box-panier .content .title-box .status {
  color: var(--blue-crtin);
}
/* line 156, ../sass/_a-ext.scss */
.box-panier .footer {
  background-color: #f9f9f9;
  padding: 10px 0;
}
/* line 159, ../sass/_a-ext.scss */
.box-panier .footer a {
  color: #fff;
}
/* line 164, ../sass/_a-ext.scss */
.box-panier .clearitem {
  color: var(--blue-crtin);
  margin: 10px 0;
}
/* line 167, ../sass/_a-ext.scss */
.box-panier .clearitem .icon-bin {
  font-size: 20px;
}
/* line 170, ../sass/_a-ext.scss */
.box-panier .clearitem:hover {
  color: #ff0000;
}

/* line 177, ../sass/_a-ext.scss */
.list-cmd {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 182, ../sass/_a-ext.scss */
.list-cmd ul {
  flex-grow: 1;
}
/* line 185, ../sass/_a-ext.scss */
.list-cmd li {
  border-bottom: 1px solid #cde3f9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 189, ../sass/_a-ext.scss */
.list-cmd li:last-child {
  border: none;
  margin: 0;
}
/* line 194, ../sass/_a-ext.scss */
.list-cmd .product-img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  /* line 194, ../sass/_a-ext.scss */
  .list-cmd .product-img {
    width: 75px;
    height: 75px;
  }
}
/* line 206, ../sass/_a-ext.scss */
.list-cmd .product-img .qtt {
  background-color: var(--blue-crtin);
  border-radius: 6px 2px 2px 2px;
  color: #fff;
  font-size: 14px;
  padding: 2px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 217, ../sass/_a-ext.scss */
.list-cmd .product-title {
  color: #05040C;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 217, ../sass/_a-ext.scss */
  .list-cmd .product-title {
    font-size: 16px;
  }
}
/* line 231, ../sass/_a-ext.scss */
.list-cmd p {
  font-size: 14px;
}
/* line 233, ../sass/_a-ext.scss */
.list-cmd p.pu {
  color: #808080;
}
/* line 236, ../sass/_a-ext.scss */
.list-cmd p.pt {
  color: var(--text-box);
}
/* line 239, ../sass/_a-ext.scss */
.list-cmd p.total {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
/* line 244, ../sass/_a-ext.scss */
.list-cmd p.price {
  color: var(--blue-crtin);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
/* line 251, ../sass/_a-ext.scss */
.list-cmd .total-price {
  border-top: 1px solid #cde3f9;
  padding-top: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* line 267, ../sass/_a-ext.scss */
.modal-content {
  box-shadow: 0px 4px 9px #0000001F;
  padding: 24px;
}
@media (min-width: 768px) {
  /* line 267, ../sass/_a-ext.scss */
  .modal-content {
    padding: 24px 55px;
  }
}

/* line 275, ../sass/_a-ext.scss */
.modal-header,
.modal-footer {
  border: none;
  justify-content: center;
  padding: 0;
}

/* line 282, ../sass/_a-ext.scss */
.modal-title {
  color: var(--blue-crtin);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

/* line 289, ../sass/_a-ext.scss */
.modal-body {
  padding: 20px 0;
}

/* line 1, ../sass/_a-paiement.scss */
.sidebar-right {
  background-color: var(--grey);
  height: 100%;
  position: fixed;
  top: 0;
  padding-top: 80px;
}
/* line 7, ../sass/_a-paiement.scss */
.sidebar-right .header {
  background: none;
  border-bottom: 1px solid #cde3f9;
  position: relative;
}
/* line 12, ../sass/_a-paiement.scss */
.sidebar-right .title-h2 {
  color: var(--text-box);
}
/* line 15, ../sass/_a-paiement.scss */
.sidebar-right .content {
  height: 100%;
}
/* line 18, ../sass/_a-paiement.scss */
.sidebar-right .cart-count {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid var(--blue-crtin);
  color: var(--blue-crtin);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
}
/* line 27, ../sass/_a-paiement.scss */
.sidebar-right .list-cmd {
  height: calc(100% - 80px);
  padding: 20px 25px;
}
/* line 30, ../sass/_a-paiement.scss */
.sidebar-right .list-cmd li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 34, ../sass/_a-paiement.scss */
.sidebar-right .list-cmd .product-img {
  max-width: 112px;
  width: 100%;
  height: auto;
}
/* line 39, ../sass/_a-paiement.scss */
.sidebar-right .list-cmd .clearitem {
  color: var(--blue-crtin);
  font-size: 20px;
}
/* line 43, ../sass/_a-paiement.scss */
.sidebar-right .list-cmd .date {
  color: #808080;
  font-size: 12px;
}
/* line 46, ../sass/_a-paiement.scss */
.sidebar-right .list-cmd .date strong {
  color: var(--text-box);
  font-weight: 700;
}
/* line 52, ../sass/_a-paiement.scss */
.sidebar-right .custom-scrollbar {
  height: 408px;
}

/* line 58, ../sass/_a-paiement.scss */
.total-amount p {
  color: var(--text-box);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 9px;
}
/* line 64, ../sass/_a-paiement.scss */
.total-amount .opt {
  margin: 0 0 15px;
  padding: 13px 20px;
  background: #fff;
}
/* line 68, ../sass/_a-paiement.scss */
.total-amount .opt p {
  margin: 0;
}
/* line 71, ../sass/_a-paiement.scss */
.total-amount .opt hr {
  border-color: #E2DADA;
}

/* line 77, ../sass/_a-paiement.scss */
.payout {
  height: 100%;
  overflow: hidden;
  padding-top: 80px;
}
/* line 82, ../sass/_a-paiement.scss */
.payout .form .form-control {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
/* line 87, ../sass/_a-paiement.scss */
.payout .form .promo-code .form-control {
  max-width: 325px;
}
/* line 90, ../sass/_a-paiement.scss */
.payout .form .promo-code .form-control, .payout .form .promo-code button {
  border-radius: 50px;
}

/* line 101, ../sass/_a-paiement.scss */
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 107, ../sass/_a-paiement.scss */
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  /* line 107, ../sass/_a-paiement.scss */
  .stepper-item {
    font-size: 12px;
  }
}

/* line 119, ../sass/_a-paiement.scss */
.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 3px solid #808080;
  width: 100%;
  top: 26px;
  left: -50%;
  z-index: 2;
}

/* line 129, ../sass/_a-paiement.scss */
.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #808080;
  width: 100%;
  top: 26px;
  left: 50%;
  z-index: 2;
}

/* line 139, ../sass/_a-paiement.scss */
.stepper-item .step-counter {
  border: 6px solid #fff;
  color: #fff;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #808080;
  margin-bottom: 6px;
}
/* line 152, ../sass/_a-paiement.scss */
.stepper-item .step-counter span {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 3px solid #808080;
  border-radius: 50%;
  color: #808080;
  justify-content: center;
  align-items: center;
}

/* line 165, ../sass/_a-paiement.scss */
.stepper-item.active {
  font-weight: bold;
}

/* line 170, ../sass/_a-paiement.scss */
.stepper-item.completed .step-counter span {
  background: transparent linear-gradient(180deg, #003174 0%, #157DE1 100%) 0% 0% no-repeat padding-box;
  border: none;
  color: #fff;
}

/* line 178, ../sass/_a-paiement.scss */
.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid var(--blue-crtin);
  width: 100%;
  top: 26px;
  left: 50%;
  z-index: 3;
}

/* line 188, ../sass/_a-paiement.scss */
.stepper-item:first-child::before {
  content: none;
}

/* line 191, ../sass/_a-paiement.scss */
.stepper-item:last-child::after {
  content: none;
}

/* line 195, ../sass/_a-paiement.scss */
.step-name {
  color: var(--text-box);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

/* line 203, ../sass/_a-paiement.scss */
.adress-text {
  text-align: left;
}
/* line 205, ../sass/_a-paiement.scss */
.adress-text p {
  color: var(--text-box);
  line-height: 1.6;
}

/* line 211, ../sass/_a-paiement.scss */
.slick-slider {
  margin: 0 -15px;
}

/* line 214, ../sass/_a-paiement.scss */
.add-adress-slider {
  height: 200px;
}
/* line 216, ../sass/_a-paiement.scss */
.add-adress-slider .box-adress {
  background-color: var(--grey);
  border-radius: 25px 5px 25px 25px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 222, ../sass/_a-paiement.scss */
.add-adress-slider .box-adress:hover {
  background-color: var(--blue-crtin);
}
/* line 224, ../sass/_a-paiement.scss */
.add-adress-slider .box-adress:hover p {
  color: #fff;
}
/* line 229, ../sass/_a-paiement.scss */
.add-adress-slider .slick-slide {
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}

/* line 237, ../sass/_a-paiement.scss */
.radio-buttons {
  width: 100%;
}

/* line 241, ../sass/_a-paiement.scss */
.radio-custom input {
  display: none;
}

/* line 244, ../sass/_a-paiement.scss */
.radio-custom {
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 251, ../sass/_a-paiement.scss */
.radio-btn {
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  position: relative;
}

/* line 259, ../sass/_a-paiement.scss */
.radio-btn > i {
  color: #ffffff;
  background-color: #FFDAE9;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 0;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

/* line 274, ../sass/_a-paiement.scss */
.radio-btn i {
  background-color: var(--blue-crtin);
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 283, ../sass/_a-paiement.scss */
.radio-btn i:before {
  content: ".";
  font-size: 30px;
  color: var(--blue-crtin);
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
}

/* line 295, ../sass/_a-paiement.scss */
.radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 303, ../sass/_a-paiement.scss */
.radio-custom input:checked + .radio-btn {
  background-color: var(--blue-crtin);
}
/* line 305, ../sass/_a-paiement.scss */
.radio-custom input:checked + .radio-btn p {
  color: #fff;
}

/* line 311, ../sass/_a-paiement.scss */
.radio-custom input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* line 317, ../sass/_a-paiement.scss */
.slick-dots {
  bottom: -40px;
}

/* line 320, ../sass/_a-paiement.scss */
.slick-dots li button {
  background-color: #ccc;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
/* line 325, ../sass/_a-paiement.scss */
.slick-dots li button:before {
  visibility: hidden;
}

/* line 330, ../sass/_a-paiement.scss */
.slick-dots {
  bottom: inherit;
  position: relative;
  width: max-content;
}
/* line 334, ../sass/_a-paiement.scss */
.slick-dots li {
  width: 15px;
  height: 15px;
}
/* line 339, ../sass/_a-paiement.scss */
.slick-dots .slick-active button {
  background-color: var(--blue-crtin);
}

/* line 345, ../sass/_a-paiement.scss */
.wrap-slider-adress {
  position: relative;
}
/* line 347, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 353, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-arrow {
  position: relative;
  width: inherit;
  height: inherit;
  transform: none;
  top: inherit;
  margin: 0 20px;
}
/* line 360, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-arrow:before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 32px;
  position: relative;
  color: var(--text-box);
  opacity: 1;
}
/* line 370, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-prev {
  left: inherit;
}
/* line 372, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-prev:before {
  content: "\e903";
}
/* line 378, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-next {
  right: inherit;
}
/* line 380, ../sass/_a-paiement.scss */
.wrap-slider-adress .slick-next:before {
  content: "\e905";
}

/* line 388, ../sass/_a-paiement.scss */
.payout .form .row {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 393, ../sass/_a-paiement.scss */
.payout .form [class^="col-"], .payout .form [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 398, ../sass/_a-paiement.scss */
.payout .form .form-control {
  color: var(--text-box);
}
/* line 403, ../sass/_a-paiement.scss */
.payout .nice-select {
  width: 100%;
}
/* line 405, ../sass/_a-paiement.scss */
.payout .nice-select .list {
  width: 100%;
}
/* line 408, ../sass/_a-paiement.scss */
.payout .nice-select .current {
  color: var(--text-box);
  line-height: 2;
}
/* line 412, ../sass/_a-paiement.scss */
.payout .nice-select:after {
  border-color: var(--text-box);
  right: 20px;
  width: 8px;
  height: 8px;
}

/* line 422, ../sass/_a-paiement.scss */
.card-grey.mode-payout {
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 0;
}
/* line 426, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom {
  height: auto;
}
/* line 428, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom .radio-btn {
  height: auto;
  padding: 14px 18px;
  border-radius: 20px;
}
/* line 432, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom .radio-btn p {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-box);
}
/* line 436, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom .radio-btn p span {
  font-weight: 400;
  margin-top: 5px;
}
/* line 441, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom .radio-btn .info {
  background-color: var(--text-box);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  padding: 5px 7px;
}
/* line 450, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom .radio-btn i:before {
  content: "";
}
/* line 455, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom .nb p {
  background: none !important;
  font-weight: 400;
  padding: 18px 0;
}
/* line 463, ../sass/_a-paiement.scss */
.card-grey.mode-payout .radio-custom input:checked + .radio-btn p {
  color: #fff;
}
/* line 471, ../sass/_a-paiement.scss */
.card-grey.confirm-payout {
  border-radius: 20px;
  margin-bottom: 15px;
}
/* line 474, ../sass/_a-paiement.scss */
.card-grey.confirm-payout p {
  color: var(--text-box);
  font-weight: 700;
}

/* line 482, ../sass/_a-paiement.scss */
.link-yellow {
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  font-weight: 700;
}

/* line 488, ../sass/_a-paiement.scss */
.radio-custom input:checked + .radio-btn {
  background-color: var(--blue-crtin);
}
/* line 490, ../sass/_a-paiement.scss */
.radio-custom input:checked + .radio-btn p {
  color: #fff;
}

/* line 495, ../sass/_a-paiement.scss */
.map {
  border-radius: 15px;
  overflow: hidden;
}

/* line 1, ../sass/_form.scss */
#login,
#register {
  color: #fff;
  height: 100%;
  padding: 80px 0;
}
@media (min-width: 768px) {
  /* line 1, ../sass/_form.scss */
  #login,
  #register {
    /* display: flex;
    align-items: center;*/
  }
}
/* line 11, ../sass/_form.scss */
#login .title-h2,
#register .title-h2 {
  color: #fff;
}

/* line 17, ../sass/_form.scss */
#login .container {
  max-width: 600px;
}

/* line 23, ../sass/_form.scss */
.form label {
  font-size: 14px;
}
@media (min-width: 768px) {
  /* line 23, ../sass/_form.scss */
  .form label {
    font-size: 16px;
  }
}
/* line 29, ../sass/_form.scss */
.form .form-control {
  background-color: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50px;
  color: #fff;
  padding: 9px 20px 13px;
  height: 50px;
}
/* line 36, ../sass/_form.scss */
.form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 151, 0, 0.55);
}
/* line 40, ../sass/_form.scss */
.form .input-eye {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* line 45, ../sass/_form.scss */
.form .input-eye i {
  font-size: 24px;
  opacity: .8;
}

/* line 52, ../sass/_form.scss */
.txt-regist {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 52, ../sass/_form.scss */
  .txt-regist {
    font-size: 18px;
    text-align: left;
  }
}


/* line 95, ../sass/_form.scss */
.card-grey {
  background-color: var(--grey);
  border-radius: 25px 5px 25px 25px;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 768px) {
  /* line 95, ../sass/_form.scss */
  .card-grey {
    padding: 25px;
  }
}

/* line 107, ../sass/_form.scss */
.opt-payout label {
  color: var(--text-box);
  font-size: 18px !important;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  /* line 107, ../sass/_form.scss */
  .opt-payout label {
    font-size: 24px !important;
  }
}
/* line 117, ../sass/_form.scss */
.opt-payout input[name="radio"] {
  accent-color: var(--blue-crtin);
}
/* line 121, ../sass/_form.scss */
.opt-payout p {
  color: var(--text-box);
  font-weight: 700;
}
/* line 124, ../sass/_form.scss */
.opt-payout p.pt {
  color: var(--blue-crtin);
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  /* line 124, ../sass/_form.scss */
  .opt-payout p.pt {
    font-size: 24px;
  }
}

/* line 135, ../sass/_form.scss */
.custom-radio {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 139, ../sass/_form.scss */
  .custom-radio input[type="radio"] {
    transform: scale(2);
  }
}

/* line 1, ../sass/_global.scss */
html, body {
  box-sizing: border-box;
  color: var(--default-text-color);
  font-family: var(--fontBasic);
  font-size: 16px;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh;
}

/* line 12, ../sass/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 16, ../sass/_global.scss */
ul {
  margin: 0;
  padding: 0;
}
/* line 19, ../sass/_global.scss */
ul li {
  list-style: none;
}

/* line 24, ../sass/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 29, ../sass/_global.scss */
* {
  box-sizing: border-box;
}

/* line 33, ../sass/_global.scss */
p {
  margin: 0;
  line-height: 21px;
}

/* line 38, ../sass/_global.scss */
a {
  color: var(--blue);
}

/* line 41, ../sass/_global.scss */
a, button, .btn {
  transition: 0.5s;
}
/* line 43, ../sass/_global.scss */
a:focus, button:focus, .btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
/* line 48, ../sass/_global.scss */
a:hover, button:hover, .btn:hover {
  text-decoration: none;
}

/* line 53, ../sass/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 58, ../sass/_global.scss */
*:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

/* line 64, ../sass/_global.scss */
.btn-primary {
  background: transparent linear-gradient(267deg, #003174 0%, #157DE1 100%) 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 50px;
  padding: 11px 20px;
  transition: 0.4s;
}
/* line 70, ../sass/_global.scss */
.btn-primary:hover {
  background: transparent linear-gradient(268deg, #157DE1 0%, #003174 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #FFFFFF29;
}
@media (min-width: 768px) {
  /* line 64, ../sass/_global.scss */
  .btn-primary {
    padding: 11px 40px;
  }
}

/* line 79, ../sass/_global.scss */
.btn-secondary {
  background: transparent;
  border: 2px solid var(--blue-crtin);
  border-radius: 50px;
  color: var(--blue-crtin);
  padding: 11px 20px;
  transition: 0.4s;
}
/* line 86, ../sass/_global.scss */
.btn-secondary:hover {
  background: var(--blue-crtin);
  border: 2px solid var(--blue-crtin);
  color: #fff;
}
@media (min-width: 768px) {
  /* line 79, ../sass/_global.scss */
  .btn-secondary {
    padding: 11px 40px;
  }
}

/* line 96, ../sass/_global.scss */
.btn-prev {
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px #FFFFFF29;
  font-weight: bold;
  padding: 13px 27px 13px 58px !important;
  position: relative;
}
/* line 102, ../sass/_global.scss */
.btn-prev:after {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 32px;
  position: absolute;
  top: 1px;
  left: 9px;
}
/* line 110, ../sass/_global.scss */
.btn-prev:hover, .btn-prev.active {
  background: #fff;
  border: 2px solid var(--blue-crtin);
  color: var(--blue-crtin);
}

/* line 117, ../sass/_global.scss */
.btn-next {
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px #FFFFFF29;
  font-weight: bold;
  padding: 13px 23px 13px 27px !important;
  position: relative;
}
@media (min-width: 768px) {
  /* line 117, ../sass/_global.scss */
  .btn-next {
    padding: 13px 58px 13px 27px !important;
  }
}
/* line 126, ../sass/_global.scss */
.btn-next:after {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 32px;
  position: absolute;
  top: 1px;
  right: 9px;
}
/* line 134, ../sass/_global.scss */
.btn-next:hover, .btn-next.active {
  background: #fff;
  border: 2px solid var(--blue-crtin);
  color: var(--blue-crtin);
}

/* line 142, ../sass/_global.scss */
.btn.add {
  position: relative;
  padding: 13px 20px 13px 60px;
}
/* line 145, ../sass/_global.scss */
.btn.add:before {
  content: "\e906";
  font-family: 'icomoon';
  font-size: 34px;
  position: absolute;
  top: 0;
  left: 9px;
}

/* line 156, ../sass/_global.scss */
.bg-gradient-btn {
  background: transparent linear-gradient(267deg, #003174 0%, #157DE1 100%) 0% 0% no-repeat padding-box;
}

/* line 160, ../sass/_global.scss */
.bg-gradient {
  background: var(--gradient-body);
  overflow: auto;
}

/* line 165, ../sass/_global.scss */
.box-rounded {
  border-radius: 25px;
}

/* line 170, ../sass/_global.scss */
.header {
  background: transparent linear-gradient(262deg, #05040C 0%, #003174 100%) 0% 0% no-repeat padding-box;
  padding: 13px 20px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  /* line 170, ../sass/_global.scss */
  .header {
    height: 80px;
    padding: 16px 30px;
  }
}
/* line 180, ../sass/_global.scss */
.header .logo {
  color: #fff;
}

/* line 187, ../sass/_global.scss */
.signIn {
  cursor: pointer;
  position: relative;
}
/* line 190, ../sass/_global.scss */
.signIn .user {
  color: #fff;
  font-size: 16px;
}
/* line 193, ../sass/_global.scss */
.signIn .user i {
  display: inline-block;
  transform: rotate(-180deg);
}
/* line 198, ../sass/_global.scss */
.signIn .pdp {
  background-color: #ccc;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
/* line 206, ../sass/_global.scss */
.signIn .dropdown-user-wrap {
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding-top: 3px;
}
/* line 214, ../sass/_global.scss */
.signIn .dropdown-user {
  background-color: #fff;
  box-shadow: 0px 3px 6px #FFFFFF29;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
  width: max-content;
  white-space: nowrap;
  z-index: 100;
  position: relative;
}
/* line 224, ../sass/_global.scss */
.signIn .dropdown-user:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -10px;
  right: 50px;
}
/* line 238, ../sass/_global.scss */
.signIn:hover .dropdown-user-wrap {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 246, ../sass/_global.scss */
.title-h2 {
  color: var(--text-box);
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  /* line 246, ../sass/_global.scss */
  .title-h2 {
    font-size: 28px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 30px;
  }
}
/* line 258, ../sass/_global.scss */
.title-h2 .circle {
  background-color: var(--blue-crtin);
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

/* line 268, ../sass/_global.scss */
.title-h3 {
  color: var(--text-box);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px) {
  /* line 268, ../sass/_global.scss */
  .title-h3 {
    font-size: 24px;
  }
}

/* line 279, ../sass/_global.scss */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #157DE1 #F6F6F6;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  /* Chrome, Edge and Safari */
}
/* line 287, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
/* line 291, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F6F6F6;
}
/* line 296, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar-track:hover {
  background-color: #F6F6F6;
}
/* line 300, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar-track:active {
  background-color: #F6F6F6;
}
/* line 304, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #003174;
}
/* line 309, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #003174;
}
/* line 313, ../sass/_global.scss */
.custom-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #003174;
}

/* line 319, ../sass/_global.scss */
.nb p {
  background-color: var(--grey);
  border-radius: 10px;
  color: var(--text-box);
  font-size: 14px;
  padding: 14px;
}
@media (min-width: 768px) {
  /* line 319, ../sass/_global.scss */
  .nb p {
    font-size: 16px;
    padding: 18px 20px;
  }
}
/* line 329, ../sass/_global.scss */
.nb p img {
  width: 25px;
}
