/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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, 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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1__1Hh_V, .h2__2HMtw, .h3__2t1ID, .h4__3sI8W, .h5__gb_lO, .h6__1WXk9 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

.lead__ihEsA {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

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

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

.list-unstyled__mAcWU {
  padding-left: 0;
  list-style: none;
}

.list-inline__3jhGZ {
  padding-left: 0;
  list-style: none;
}

.list-inline-item__3RgQG {
  display: inline-block;
}

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

.initialism__1omBL {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote__DbHiR {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer__3ZfzS::before {
  content: "\2014   \A0";
}

.img-fluid__jIiXm {
  max-width: 100%;
  height: auto;
}

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

.figure__3EI3T {
  display: inline-block;
}

.figure-img__YOQjm {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption__34eF3 {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

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

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

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

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

.pre-scrollable__1Fldx {
  max-height: 340px;
  overflow-y: scroll;
}

.container__3I9U- {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container__3I9U- {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container__3I9U- {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container__3I9U- {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container__3I9U- {
    max-width: 1140px;
  }
}

.container-fluid__2HvnR {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters__39RBd {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1__2jv0Y, .col-2__ZxwWU, .col-3__3Rs5u, .col-4__3G8lF, .col-5__3efe7, .col-6__27Y6j, .col-7__25Pe3, .col-8__3yHe0, .col-9__1JNwi, .col-10__3Elij, .col-11__2P9L0, .col-12__e9W-j, .col__3Y4QX,
.col-auto__2D-nm, .col-sm-1__1no6q, .col-sm-2__3C5uP, .col-sm-3__1ZEQo, .col-sm-4__-Pz8b, .col-sm-5__1N1XT, .col-sm-6__3FT7O, .col-sm-7__15bQy, .col-sm-8__112_b, .col-sm-9__SGnmO, .col-sm-10__3mOP3, .col-sm-11__2T7_Y, .col-sm-12__1NCi1, .col-sm__OSnvW,
.col-sm-auto__26SUQ, .col-md-1__qZcYl, .col-md-2__1vdEQ, .col-md-3__1589f, .col-md-4__13KrP, .col-md-5__3hkM4, .col-md-6__2aUDv, .col-md-7__3NBlX, .col-md-8__fMvUF, .col-md-9__12M9u, .col-md-10__TlXiu, .col-md-11__1xv8G, .col-md-12__1kdHz, .col-md__3geCf,
.col-md-auto__2rBpp, .col-lg-1__1NIiS, .col-lg-2__3DuYt, .col-lg-3__3dCT1, .col-lg-4__3dHFB, .col-lg-5__v7LkN, .col-lg-6__2t-ah, .col-lg-7__O82A1, .col-lg-8__1WAzS, .col-lg-9__2L9b_, .col-lg-10__2sDHI, .col-lg-11__1fHYm, .col-lg-12__2cJO3, .col-lg__2gTd1,
.col-lg-auto__3B3s6, .col-xl-1__7k07w, .col-xl-2__3KWIg, .col-xl-3__th5l0, .col-xl-4__1I8dU, .col-xl-5__4vue8, .col-xl-6__1PFQl, .col-xl-7__1yyiW, .col-xl-8__1KD1F, .col-xl-9__2T1Ea, .col-xl-10__1jQCe, .col-xl-11__1HpC9, .col-xl-12__2iQV-, .col-xl__1DFmo,
.col-xl-auto__31tzB {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto__2D-nm {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12__e9W-j {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first__1ZynO {
  -ms-flex-order: -1;
  order: -1;
}

.order-last__3SUrw {
  -ms-flex-order: 13;
  order: 13;
}

.order-0__1WVKV {
  -ms-flex-order: 0;
  order: 0;
}

.order-1__y3_4m {
  -ms-flex-order: 1;
  order: 1;
}

.order-2__GBK0D {
  -ms-flex-order: 2;
  order: 2;
}

.order-3__C30IP {
  -ms-flex-order: 3;
  order: 3;
}

.order-4__3fJKC {
  -ms-flex-order: 4;
  order: 4;
}

.order-5__1DnTe {
  -ms-flex-order: 5;
  order: 5;
}

.order-6__3C9U2 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7__1PU2B {
  -ms-flex-order: 7;
  order: 7;
}

.order-8__2omPe {
  -ms-flex-order: 8;
  order: 8;
}

.order-9__7Ro3L {
  -ms-flex-order: 9;
  order: 9;
}

.order-10__2JD43 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11__KnHTI {
  -ms-flex-order: 11;
  order: 11;
}

.order-12__3ozHe {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

.offset-4__2sV-7 {
  margin-left: 33.333333%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm__OSnvW {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto__26SUQ {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1__1no6q {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2__3C5uP {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3__1ZEQo {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4__-Pz8b {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5__1N1XT {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6__3FT7O {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7__15bQy {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8__112_b {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9__SGnmO {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10__3mOP3 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11__2T7_Y {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12__1NCi1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first__3f5sG {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last__27TLi {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0__3Z8gM {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1__3Vnlp {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2__1Oc2u {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3__3qXbR {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4__2BCo- {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5__2_l32 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6__1Pn8N {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7__2n5Q9 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8__38mwn {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9__3kHJt {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10__16TXQ {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11__2z7tM {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12__CsFT5 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0__3jBpw {
    margin-left: 0;
  }
  .offset-sm-1__1IlkY {
    margin-left: 8.333333%;
  }
  .offset-sm-2__hNINN {
    margin-left: 16.666667%;
  }
  .offset-sm-3__2F47L {
    margin-left: 25%;
  }
  .offset-sm-4__uNDVz {
    margin-left: 33.333333%;
  }
  .offset-sm-5__1ZG0M {
    margin-left: 41.666667%;
  }
  .offset-sm-6__3hKRg {
    margin-left: 50%;
  }
  .offset-sm-7__1RUQT {
    margin-left: 58.333333%;
  }
  .offset-sm-8__15juZ {
    margin-left: 66.666667%;
  }
  .offset-sm-9__TTs6b {
    margin-left: 75%;
  }
  .offset-sm-10__1AAfs {
    margin-left: 83.333333%;
  }
  .offset-sm-11__3s9Lw {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md__3geCf {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto__2rBpp {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1__qZcYl {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2__1vdEQ {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3__1589f {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4__13KrP {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5__3hkM4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6__2aUDv {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7__3NBlX {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8__fMvUF {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9__12M9u {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10__TlXiu {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11__1xv8G {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12__1kdHz {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first__24YCS {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last__191dy {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0__2SioW {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1__20GoG {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2__1zz-f {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3__32a-G {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4__2_KJA {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5__1uHub {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6__i49YV {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7__1xTSd {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8__1iXKe {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9__1-7T3 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10__L-K33 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11__r6Tnk {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12__28rB9 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0__3gmWP {
    margin-left: 0;
  }
  .offset-md-1__1Vmmx {
    margin-left: 8.333333%;
  }
  .offset-md-2__3Jf0C {
    margin-left: 16.666667%;
  }
  .offset-md-3__Rjmuy {
    margin-left: 25%;
  }
  .offset-md-4__1zlCY {
    margin-left: 33.333333%;
  }
  .offset-md-5__3WVup {
    margin-left: 41.666667%;
  }
  .offset-md-6__1uoaT {
    margin-left: 50%;
  }
  .offset-md-7__19T3- {
    margin-left: 58.333333%;
  }
  .offset-md-8__1wbpe {
    margin-left: 66.666667%;
  }
  .offset-md-9__3Wufd {
    margin-left: 75%;
  }
  .offset-md-10__2Utau {
    margin-left: 83.333333%;
  }
  .offset-md-11__cH6kn {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg__2gTd1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto__3B3s6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1__1NIiS {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2__3DuYt {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3__3dCT1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4__3dHFB {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5__v7LkN {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6__2t-ah {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7__O82A1 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8__1WAzS {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9__2L9b_ {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10__2sDHI {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11__1fHYm {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12__2cJO3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first__1Zsgm {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last__2YCvo {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0__1beBH {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1__iZHFT {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2__R-4vg {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3__1QftX {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4__tVUre {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5__1nG_3 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6__MkEXo {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7__3_tY8 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8__1gad6 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9__ZPsoF {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10__22uBJ {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11__1qDCB {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12__2nZm4 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0__bdY2z {
    margin-left: 0;
  }
  .offset-lg-1__2CYQ0 {
    margin-left: 8.333333%;
  }
  .offset-lg-2__27SLT {
    margin-left: 16.666667%;
  }
  .offset-lg-3__2BGZx {
    margin-left: 25%;
  }
  .offset-lg-4__1Qgty {
    margin-left: 33.333333%;
  }
  .offset-lg-5__2iLnj {
    margin-left: 41.666667%;
  }
  .offset-lg-6__CrAhQ {
    margin-left: 50%;
  }
  .offset-lg-7__G7Znu {
    margin-left: 58.333333%;
  }
  .offset-lg-8__17NDY {
    margin-left: 66.666667%;
  }
  .offset-lg-9__27Lry {
    margin-left: 75%;
  }
  .offset-lg-10__3W5nj {
    margin-left: 83.333333%;
  }
  .offset-lg-11__3aH3F {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl__1DFmo {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto__31tzB {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1__7k07w {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2__3KWIg {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3__th5l0 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4__1I8dU {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5__4vue8 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6__1PFQl {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7__1yyiW {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8__1KD1F {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9__2T1Ea {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10__1jQCe {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11__1HpC9 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12__2iQV- {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first__1t2sL {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last__208bK {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0__2E1zE {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1__15EaL {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2__3FMt_ {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3__3UZnQ {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4__1VnXB {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5__1DGHN {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6__2gaTz {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7__1sX7G {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8__n5sg3 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9__1C83K {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10__2FqG9 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11__clwrR {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12__IW9iZ {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0__1B_jR {
    margin-left: 0;
  }
  .offset-xl-1__3VFaQ {
    margin-left: 8.333333%;
  }
  .offset-xl-2__3H5Pr {
    margin-left: 16.666667%;
  }
  .offset-xl-3__1PeV3 {
    margin-left: 25%;
  }
  .offset-xl-4__3juQ3 {
    margin-left: 33.333333%;
  }
  .offset-xl-5__1XUrb {
    margin-left: 41.666667%;
  }
  .offset-xl-6__1Z9IR {
    margin-left: 50%;
  }
  .offset-xl-7__qWeP9 {
    margin-left: 58.333333%;
  }
  .offset-xl-8__5_N4u {
    margin-left: 66.666667%;
  }
  .offset-xl-9__2FYj0 {
    margin-left: 75%;
  }
  .offset-xl-10__19IRj {
    margin-left: 83.333333%;
  }
  .offset-xl-11__1arjK {
    margin-left: 91.666667%;
  }
}

.table__1wH_X {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

.table__1wH_X tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table__1wH_X .table__1wH_X {
  background-color: #fff;
}

.table-sm__1CDaF th,
.table-sm__1CDaF td {
  padding: 0.3rem;
}

.table-bordered__39M1_ {
  border: 1px solid #dee2e6;
}

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

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

.table-borderless__PbjR- th,
.table-borderless__PbjR- td,
.table-borderless__PbjR- thead th,
.table-borderless__PbjR- tbody + tbody {
  border: 0;
}

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

.table-hover__2H97V tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary__35TER,
.table-primary__35TER > th,
.table-primary__35TER > td {
  background-color: #b8daff;
}

.table-hover__2H97V .table-primary__35TER:hover {
  background-color: #9fcdff;
}

.table-hover__2H97V .table-primary__35TER:hover > td,
.table-hover__2H97V .table-primary__35TER:hover > th {
  background-color: #9fcdff;
}

.table-secondary__2cJN2,
.table-secondary__2cJN2 > th,
.table-secondary__2cJN2 > td {
  background-color: #d6d8db;
}

.table-hover__2H97V .table-secondary__2cJN2:hover {
  background-color: #c8cbcf;
}

.table-hover__2H97V .table-secondary__2cJN2:hover > td,
.table-hover__2H97V .table-secondary__2cJN2:hover > th {
  background-color: #c8cbcf;
}

.table-success__2pxs5,
.table-success__2pxs5 > th,
.table-success__2pxs5 > td {
  background-color: #c3e6cb;
}

.table-hover__2H97V .table-success__2pxs5:hover {
  background-color: #b1dfbb;
}

.table-hover__2H97V .table-success__2pxs5:hover > td,
.table-hover__2H97V .table-success__2pxs5:hover > th {
  background-color: #b1dfbb;
}

.table-info__3oBz9,
.table-info__3oBz9 > th,
.table-info__3oBz9 > td {
  background-color: #bee5eb;
}

.table-hover__2H97V .table-info__3oBz9:hover {
  background-color: #abdde5;
}

.table-hover__2H97V .table-info__3oBz9:hover > td,
.table-hover__2H97V .table-info__3oBz9:hover > th {
  background-color: #abdde5;
}

.table-warning__34TBX,
.table-warning__34TBX > th,
.table-warning__34TBX > td {
  background-color: #ffeeba;
}

.table-hover__2H97V .table-warning__34TBX:hover {
  background-color: #ffe8a1;
}

.table-hover__2H97V .table-warning__34TBX:hover > td,
.table-hover__2H97V .table-warning__34TBX:hover > th {
  background-color: #ffe8a1;
}

.table-danger__GrYmw,
.table-danger__GrYmw > th,
.table-danger__GrYmw > td {
  background-color: #f5c6cb;
}

.table-hover__2H97V .table-danger__GrYmw:hover {
  background-color: #f1b0b7;
}

.table-hover__2H97V .table-danger__GrYmw:hover > td,
.table-hover__2H97V .table-danger__GrYmw:hover > th {
  background-color: #f1b0b7;
}

.table-light__jz8Xa,
.table-light__jz8Xa > th,
.table-light__jz8Xa > td {
  background-color: #fdfdfe;
}

.table-hover__2H97V .table-light__jz8Xa:hover {
  background-color: #ececf6;
}

.table-hover__2H97V .table-light__jz8Xa:hover > td,
.table-hover__2H97V .table-light__jz8Xa:hover > th {
  background-color: #ececf6;
}

.table-dark__1pbOp,
.table-dark__1pbOp > th,
.table-dark__1pbOp > td {
  background-color: #c6c8ca;
}

.table-hover__2H97V .table-dark__1pbOp:hover {
  background-color: #b9bbbe;
}

.table-hover__2H97V .table-dark__1pbOp:hover > td,
.table-hover__2H97V .table-dark__1pbOp:hover > th {
  background-color: #b9bbbe;
}

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

.table-hover__2H97V .table-active__1y_aQ:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover__2H97V .table-active__1y_aQ:hover > td,
.table-hover__2H97V .table-active__1y_aQ:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table__1wH_X .thead-dark__3ro46 th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table__1wH_X .thead-light__2XdaB th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark__1pbOp {
  color: #fff;
  background-color: #212529;
}

.table-dark__1pbOp th,
.table-dark__1pbOp td,
.table-dark__1pbOp thead th {
  border-color: #32383e;
}

.table-dark__1pbOp.table-bordered__39M1_ {
  border: 0;
}

.table-dark__1pbOp.table-striped__2Hhb1 tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark__1pbOp.table-hover__2H97V tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm__3gjch {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm__3gjch > .table-bordered__39M1_ {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md__3OrjI {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md__3OrjI > .table-bordered__39M1_ {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg__2PZ8q {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg__2PZ8q > .table-bordered__39M1_ {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl__18Ins {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl__18Ins > .table-bordered__39M1_ {
    border: 0;
  }
}

.table-responsive__3mrXf {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive__3mrXf > .table-bordered__39M1_ {
  border: 0;
}

.form-control__OCDtx {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control__OCDtx {
    transition: none;
  }
}

.form-control__OCDtx::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

.form-control__OCDtx::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control__OCDtx::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control__OCDtx:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control__OCDtx::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control__OCDtx::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control__OCDtx:disabled, .form-control__OCDtx[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control__OCDtx:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file__7j2iR,
.form-control-range__IprFR {
  display: block;
  width: 100%;
}

.col-form-label__1rqHY {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext__3pTM1 {
  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;
}

.form-control-plaintext__3pTM1.form-control-sm__2TGsO, .form-control-plaintext__3pTM1.form-control-lg__3hIaq {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control__OCDtx[size], select.form-control__OCDtx[multiple] {
  height: auto;
}

textarea.form-control__OCDtx {
  height: auto;
}

.form-group__3kfP0 {
  margin-bottom: 1rem;
}

.form-text__1HeGL {
  display: block;
  margin-top: 0.25rem;
}

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

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

.form-check__Ru55T {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

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

.form-check-input__hwe8q:disabled ~ .form-check-label__21ECN {
  color: #6c757d;
}

.form-check-label__21ECN {
  margin-bottom: 0;
}

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

.form-check-inline__2hAVx .form-check-input__hwe8q {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip__1Gw7B {
  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;
}

.was-validated__2AIf3 .form-control__OCDtx:valid, .form-control__OCDtx.is-valid__14cou, .was-validated__2AIf3
.custom-select__3FzqY:valid,
.custom-select__3FzqY.is-valid__14cou {
  border-color: #28a745;
}

.was-validated__2AIf3 .form-control__OCDtx:valid:focus, .form-control__OCDtx.is-valid__14cou:focus, .was-validated__2AIf3
.custom-select__3FzqY:valid:focus,
.custom-select__3FzqY.is-valid__14cou:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated__2AIf3 .form-control__OCDtx:valid ~ .valid-feedback__1HOYh,
.was-validated__2AIf3 .form-control__OCDtx:valid ~ .valid-tooltip__1Gw7B, .form-control__OCDtx.is-valid__14cou ~ .valid-feedback__1HOYh,
.form-control__OCDtx.is-valid__14cou ~ .valid-tooltip__1Gw7B, .was-validated__2AIf3
.custom-select__3FzqY:valid ~ .valid-feedback__1HOYh,
.was-validated__2AIf3
.custom-select__3FzqY:valid ~ .valid-tooltip__1Gw7B,
.custom-select__3FzqY.is-valid__14cou ~ .valid-feedback__1HOYh,
.custom-select__3FzqY.is-valid__14cou ~ .valid-tooltip__1Gw7B {
  display: block;
}

.was-validated__2AIf3 .form-control-file__7j2iR:valid ~ .valid-feedback__1HOYh,
.was-validated__2AIf3 .form-control-file__7j2iR:valid ~ .valid-tooltip__1Gw7B, .form-control-file__7j2iR.is-valid__14cou ~ .valid-feedback__1HOYh,
.form-control-file__7j2iR.is-valid__14cou ~ .valid-tooltip__1Gw7B {
  display: block;
}

.was-validated__2AIf3 .form-check-input__hwe8q:valid ~ .form-check-label__21ECN, .form-check-input__hwe8q.is-valid__14cou ~ .form-check-label__21ECN {
  color: #28a745;
}

.was-validated__2AIf3 .form-check-input__hwe8q:valid ~ .valid-feedback__1HOYh,
.was-validated__2AIf3 .form-check-input__hwe8q:valid ~ .valid-tooltip__1Gw7B, .form-check-input__hwe8q.is-valid__14cou ~ .valid-feedback__1HOYh,
.form-check-input__hwe8q.is-valid__14cou ~ .valid-tooltip__1Gw7B {
  display: block;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:valid ~ .custom-control-label__2N24g, .custom-control-input__RmaLu.is-valid__14cou ~ .custom-control-label__2N24g {
  color: #28a745;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:valid ~ .custom-control-label__2N24g::before, .custom-control-input__RmaLu.is-valid__14cou ~ .custom-control-label__2N24g::before {
  background-color: #71dd8a;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:valid ~ .valid-feedback__1HOYh,
.was-validated__2AIf3 .custom-control-input__RmaLu:valid ~ .valid-tooltip__1Gw7B, .custom-control-input__RmaLu.is-valid__14cou ~ .valid-feedback__1HOYh,
.custom-control-input__RmaLu.is-valid__14cou ~ .valid-tooltip__1Gw7B {
  display: block;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:valid:checked ~ .custom-control-label__2N24g::before, .custom-control-input__RmaLu.is-valid__14cou:checked ~ .custom-control-label__2N24g::before {
  background-color: #34ce57;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:valid:focus ~ .custom-control-label__2N24g::before, .custom-control-input__RmaLu.is-valid__14cou:focus ~ .custom-control-label__2N24g::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated__2AIf3 .custom-file-input__3mpzS:valid ~ .custom-file-label__14mPM, .custom-file-input__3mpzS.is-valid__14cou ~ .custom-file-label__14mPM {
  border-color: #28a745;
}

.was-validated__2AIf3 .custom-file-input__3mpzS:valid ~ .custom-file-label__14mPM::after, .custom-file-input__3mpzS.is-valid__14cou ~ .custom-file-label__14mPM::after {
  border-color: inherit;
}

.was-validated__2AIf3 .custom-file-input__3mpzS:valid ~ .valid-feedback__1HOYh,
.was-validated__2AIf3 .custom-file-input__3mpzS:valid ~ .valid-tooltip__1Gw7B, .custom-file-input__3mpzS.is-valid__14cou ~ .valid-feedback__1HOYh,
.custom-file-input__3mpzS.is-valid__14cou ~ .valid-tooltip__1Gw7B {
  display: block;
}

.was-validated__2AIf3 .custom-file-input__3mpzS:valid:focus ~ .custom-file-label__14mPM, .custom-file-input__3mpzS.is-valid__14cou:focus ~ .custom-file-label__14mPM {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip__7HwuV {
  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;
}

.was-validated__2AIf3 .form-control__OCDtx:invalid, .form-control__OCDtx.is-invalid__2cfYI, .was-validated__2AIf3
.custom-select__3FzqY:invalid,
.custom-select__3FzqY.is-invalid__2cfYI {
  border-color: #dc3545;
}

.was-validated__2AIf3 .form-control__OCDtx:invalid:focus, .form-control__OCDtx.is-invalid__2cfYI:focus, .was-validated__2AIf3
.custom-select__3FzqY:invalid:focus,
.custom-select__3FzqY.is-invalid__2cfYI:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated__2AIf3 .form-control__OCDtx:invalid ~ .invalid-feedback__3Dc46,
.was-validated__2AIf3 .form-control__OCDtx:invalid ~ .invalid-tooltip__7HwuV, .form-control__OCDtx.is-invalid__2cfYI ~ .invalid-feedback__3Dc46,
.form-control__OCDtx.is-invalid__2cfYI ~ .invalid-tooltip__7HwuV, .was-validated__2AIf3
.custom-select__3FzqY:invalid ~ .invalid-feedback__3Dc46,
.was-validated__2AIf3
.custom-select__3FzqY:invalid ~ .invalid-tooltip__7HwuV,
.custom-select__3FzqY.is-invalid__2cfYI ~ .invalid-feedback__3Dc46,
.custom-select__3FzqY.is-invalid__2cfYI ~ .invalid-tooltip__7HwuV {
  display: block;
}

.was-validated__2AIf3 .form-control-file__7j2iR:invalid ~ .invalid-feedback__3Dc46,
.was-validated__2AIf3 .form-control-file__7j2iR:invalid ~ .invalid-tooltip__7HwuV, .form-control-file__7j2iR.is-invalid__2cfYI ~ .invalid-feedback__3Dc46,
.form-control-file__7j2iR.is-invalid__2cfYI ~ .invalid-tooltip__7HwuV {
  display: block;
}

.was-validated__2AIf3 .form-check-input__hwe8q:invalid ~ .form-check-label__21ECN, .form-check-input__hwe8q.is-invalid__2cfYI ~ .form-check-label__21ECN {
  color: #dc3545;
}

.was-validated__2AIf3 .form-check-input__hwe8q:invalid ~ .invalid-feedback__3Dc46,
.was-validated__2AIf3 .form-check-input__hwe8q:invalid ~ .invalid-tooltip__7HwuV, .form-check-input__hwe8q.is-invalid__2cfYI ~ .invalid-feedback__3Dc46,
.form-check-input__hwe8q.is-invalid__2cfYI ~ .invalid-tooltip__7HwuV {
  display: block;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:invalid ~ .custom-control-label__2N24g, .custom-control-input__RmaLu.is-invalid__2cfYI ~ .custom-control-label__2N24g {
  color: #dc3545;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:invalid ~ .custom-control-label__2N24g::before, .custom-control-input__RmaLu.is-invalid__2cfYI ~ .custom-control-label__2N24g::before {
  background-color: #efa2a9;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:invalid ~ .invalid-feedback__3Dc46,
.was-validated__2AIf3 .custom-control-input__RmaLu:invalid ~ .invalid-tooltip__7HwuV, .custom-control-input__RmaLu.is-invalid__2cfYI ~ .invalid-feedback__3Dc46,
.custom-control-input__RmaLu.is-invalid__2cfYI ~ .invalid-tooltip__7HwuV {
  display: block;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:invalid:checked ~ .custom-control-label__2N24g::before, .custom-control-input__RmaLu.is-invalid__2cfYI:checked ~ .custom-control-label__2N24g::before {
  background-color: #e4606d;
}

.was-validated__2AIf3 .custom-control-input__RmaLu:invalid:focus ~ .custom-control-label__2N24g::before, .custom-control-input__RmaLu.is-invalid__2cfYI:focus ~ .custom-control-label__2N24g::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated__2AIf3 .custom-file-input__3mpzS:invalid ~ .custom-file-label__14mPM, .custom-file-input__3mpzS.is-invalid__2cfYI ~ .custom-file-label__14mPM {
  border-color: #dc3545;
}

.was-validated__2AIf3 .custom-file-input__3mpzS:invalid ~ .custom-file-label__14mPM::after, .custom-file-input__3mpzS.is-invalid__2cfYI ~ .custom-file-label__14mPM::after {
  border-color: inherit;
}

.was-validated__2AIf3 .custom-file-input__3mpzS:invalid ~ .invalid-feedback__3Dc46,
.was-validated__2AIf3 .custom-file-input__3mpzS:invalid ~ .invalid-tooltip__7HwuV, .custom-file-input__3mpzS.is-invalid__2cfYI ~ .invalid-feedback__3Dc46,
.custom-file-input__3mpzS.is-invalid__2cfYI ~ .invalid-tooltip__7HwuV {
  display: block;
}

.was-validated__2AIf3 .custom-file-input__3mpzS:invalid:focus ~ .custom-file-label__14mPM, .custom-file-input__3mpzS.is-invalid__2cfYI:focus ~ .custom-file-label__14mPM {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.form-inline__2zTSp .form-check__Ru55T {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline__2zTSp label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline__2zTSp .form-group__3kfP0 {
    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;
  }
  .form-inline__2zTSp .form-control__OCDtx {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline__2zTSp .form-control-plaintext__3pTM1 {
    display: inline-block;
  }
  .form-inline__2zTSp .input-group__sl34-,
  .form-inline__2zTSp .custom-select__3FzqY {
    width: auto;
  }
  .form-inline__2zTSp .form-check__Ru55T {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline__2zTSp .form-check-input__hwe8q {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline__2zTSp .custom-control__2mb69 {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline__2zTSp .custom-control-label__2N24g {
    margin-bottom: 0;
  }
}

.btn__3DxqE {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn__3DxqE {
    transition: none;
  }
}

.btn__3DxqE:hover, .btn__3DxqE:focus {
  text-decoration: none;
}

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

.btn__3DxqE.disabled__2N-nG, .btn__3DxqE:disabled {
  opacity: 0.65;
}

.btn__3DxqE:not(:disabled):not(.disabled__2N-nG) {
  cursor: pointer;
}

a.btn__3DxqE.disabled__2N-nG,
fieldset:disabled a.btn__3DxqE {
  pointer-events: none;
}

.btn-primary__1J98J {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-primary__1J98J:focus, .btn-primary__1J98J.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary__1J98J.disabled__2N-nG, .btn-primary__1J98J:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary__1J98J:not(:disabled):not(.disabled__2N-nG):active, .btn-primary__1J98J:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-primary__1J98J.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary__1J98J:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-primary__1J98J:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-primary__1J98J.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary__3uehL {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.btn-secondary__3uehL:focus, .btn-secondary__3uehL.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary__3uehL.disabled__2N-nG, .btn-secondary__3uehL:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary__3uehL:not(:disabled):not(.disabled__2N-nG):active, .btn-secondary__3uehL:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-secondary__3uehL.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary__3uehL:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-secondary__3uehL:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-secondary__3uehL.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success__H5usA {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.btn-success__H5usA:focus, .btn-success__H5usA.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success__H5usA.disabled__2N-nG, .btn-success__H5usA:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success__H5usA:not(:disabled):not(.disabled__2N-nG):active, .btn-success__H5usA:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-success__H5usA.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success__H5usA:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-success__H5usA:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-success__H5usA.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info__YSrvX {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-info__YSrvX:focus, .btn-info__YSrvX.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info__YSrvX.disabled__2N-nG, .btn-info__YSrvX:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info__YSrvX:not(:disabled):not(.disabled__2N-nG):active, .btn-info__YSrvX:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-info__YSrvX.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info__YSrvX:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-info__YSrvX:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-info__YSrvX.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning__3z7e1 {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning__3z7e1:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning__3z7e1:focus, .btn-warning__3z7e1.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning__3z7e1.disabled__2N-nG, .btn-warning__3z7e1:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning__3z7e1:not(:disabled):not(.disabled__2N-nG):active, .btn-warning__3z7e1:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-warning__3z7e1.dropdown-toggle__3XCn5 {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning__3z7e1:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-warning__3z7e1:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-warning__3z7e1.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger__2Bdy9 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger__2Bdy9:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger__2Bdy9:focus, .btn-danger__2Bdy9.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger__2Bdy9.disabled__2N-nG, .btn-danger__2Bdy9:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger__2Bdy9:not(:disabled):not(.disabled__2N-nG):active, .btn-danger__2Bdy9:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-danger__2Bdy9.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger__2Bdy9:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-danger__2Bdy9:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-danger__2Bdy9.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light__1O4UC {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light__1O4UC:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light__1O4UC:focus, .btn-light__1O4UC.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light__1O4UC.disabled__2N-nG, .btn-light__1O4UC:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light__1O4UC:not(:disabled):not(.disabled__2N-nG):active, .btn-light__1O4UC:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-light__1O4UC.dropdown-toggle__3XCn5 {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light__1O4UC:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-light__1O4UC:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-light__1O4UC.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark__2xo-M {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark__2xo-M:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark__2xo-M:focus, .btn-dark__2xo-M.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark__2xo-M.disabled__2N-nG, .btn-dark__2xo-M:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark__2xo-M:not(:disabled):not(.disabled__2N-nG):active, .btn-dark__2xo-M:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-dark__2xo-M.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark__2xo-M:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-dark__2xo-M:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-dark__2xo-M.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary__32Cww {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary__32Cww:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary__32Cww:focus, .btn-outline-primary__32Cww.focus__blrOi {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary__32Cww.disabled__2N-nG, .btn-outline-primary__32Cww:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary__32Cww:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-primary__32Cww:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-primary__32Cww.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary__32Cww:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-primary__32Cww:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-primary__32Cww.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary__2UJh1 {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

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

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

.btn-outline-secondary__2UJh1.disabled__2N-nG, .btn-outline-secondary__2UJh1:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary__2UJh1:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-secondary__2UJh1:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-secondary__2UJh1.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary__2UJh1:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-secondary__2UJh1:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-secondary__2UJh1.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success__2IxBc {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

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

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

.btn-outline-success__2IxBc.disabled__2N-nG, .btn-outline-success__2IxBc:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success__2IxBc:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-success__2IxBc:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-success__2IxBc.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success__2IxBc:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-success__2IxBc:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-success__2IxBc.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info__3IvmD {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

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

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

.btn-outline-info__3IvmD.disabled__2N-nG, .btn-outline-info__3IvmD:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info__3IvmD:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-info__3IvmD:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-info__3IvmD.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info__3IvmD:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-info__3IvmD:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-info__3IvmD.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning__20uVG {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning__20uVG:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning__20uVG.disabled__2N-nG, .btn-outline-warning__20uVG:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning__20uVG:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-warning__20uVG:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-warning__20uVG.dropdown-toggle__3XCn5 {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning__20uVG:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-warning__20uVG:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-warning__20uVG.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger__2aMUS {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger__2aMUS:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger__2aMUS.disabled__2N-nG, .btn-outline-danger__2aMUS:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger__2aMUS:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-danger__2aMUS:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-danger__2aMUS.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger__2aMUS:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-danger__2aMUS:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-danger__2aMUS.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light__1Vbpi {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light__1Vbpi:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.btn-outline-light__1Vbpi.disabled__2N-nG, .btn-outline-light__1Vbpi:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light__1Vbpi:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-light__1Vbpi:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-light__1Vbpi.dropdown-toggle__3XCn5 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light__1Vbpi:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-light__1Vbpi:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-light__1Vbpi.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark__1qyvO {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

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

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

.btn-outline-dark__1qyvO.disabled__2N-nG, .btn-outline-dark__1qyvO:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark__1qyvO:not(:disabled):not(.disabled__2N-nG):active, .btn-outline-dark__1qyvO:not(:disabled):not(.disabled__2N-nG).active__364al,
.show__3ff8e > .btn-outline-dark__1qyvO.dropdown-toggle__3XCn5 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark__1qyvO:not(:disabled):not(.disabled__2N-nG):active:focus, .btn-outline-dark__1qyvO:not(:disabled):not(.disabled__2N-nG).active__364al:focus,
.show__3ff8e > .btn-outline-dark__1qyvO.dropdown-toggle__3XCn5:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link__3VNaW {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link__3VNaW:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link__3VNaW:focus, .btn-link__3VNaW.focus__blrOi {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link__3VNaW:disabled, .btn-link__3VNaW.disabled__2N-nG {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg__2iL-t, .btn-group-lg__3h24q > .btn__3DxqE {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm__2ZV5S, .btn-group-sm__14KBN > .btn__3DxqE {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block__1go5h + .btn-block__1go5h {
  margin-top: 0.5rem;
}

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

.fade__2ZYTM {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade__2ZYTM {
    transition: none;
  }
}

.fade__2ZYTM:not(.show__3ff8e) {
  opacity: 0;
}

.collapse__3JqyN:not(.show__3ff8e) {
  display: none;
}

.collapsing__i_C5X {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing__i_C5X {
    transition: none;
  }
}

.dropup__3vFcA,
.dropright__3HdkW,
.dropdown__11326,
.dropleft__3D1ce {
  position: relative;
}

.dropdown-toggle__3XCn5::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle__3XCn5:empty::after {
  margin-left: 0;
}

.dropdown-menu__sl_AI {
  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;
}

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

.dropup__3vFcA .dropdown-menu__sl_AI {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup__3vFcA .dropdown-toggle__3XCn5::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup__3vFcA .dropdown-toggle__3XCn5:empty::after {
  margin-left: 0;
}

.dropright__3HdkW .dropdown-menu__sl_AI {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright__3HdkW .dropdown-toggle__3XCn5::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright__3HdkW .dropdown-toggle__3XCn5:empty::after {
  margin-left: 0;
}

.dropright__3HdkW .dropdown-toggle__3XCn5::after {
  vertical-align: 0;
}

.dropleft__3D1ce .dropdown-menu__sl_AI {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft__3D1ce .dropdown-toggle__3XCn5::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft__3D1ce .dropdown-toggle__3XCn5::after {
  display: none;
}

.dropleft__3D1ce .dropdown-toggle__3XCn5::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft__3D1ce .dropdown-toggle__3XCn5:empty::after {
  margin-left: 0;
}

.dropleft__3D1ce .dropdown-toggle__3XCn5::before {
  vertical-align: 0;
}

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

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

.dropdown-item__2pGWl {
  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;
}

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

.dropdown-item__2pGWl.active__364al, .dropdown-item__2pGWl:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item__2pGWl.disabled__2N-nG, .dropdown-item__2pGWl:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu__sl_AI.show__3ff8e {
  display: block;
}

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

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

.btn-group__220GV,
.btn-group-vertical__2JS-o {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group__220GV > .btn__3DxqE,
.btn-group-vertical__2JS-o > .btn__3DxqE {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group__220GV > .btn__3DxqE:hover,
.btn-group-vertical__2JS-o > .btn__3DxqE:hover {
  z-index: 1;
}

.btn-group__220GV > .btn__3DxqE:focus, .btn-group__220GV > .btn__3DxqE:active, .btn-group__220GV > .btn__3DxqE.active__364al,
.btn-group-vertical__2JS-o > .btn__3DxqE:focus,
.btn-group-vertical__2JS-o > .btn__3DxqE:active,
.btn-group-vertical__2JS-o > .btn__3DxqE.active__364al {
  z-index: 1;
}

.btn-group__220GV .btn__3DxqE + .btn__3DxqE,
.btn-group__220GV .btn__3DxqE + .btn-group__220GV,
.btn-group__220GV .btn-group__220GV + .btn__3DxqE,
.btn-group__220GV .btn-group__220GV + .btn-group__220GV,
.btn-group-vertical__2JS-o .btn__3DxqE + .btn__3DxqE,
.btn-group-vertical__2JS-o .btn__3DxqE + .btn-group__220GV,
.btn-group-vertical__2JS-o .btn-group__220GV + .btn__3DxqE,
.btn-group-vertical__2JS-o .btn-group__220GV + .btn-group__220GV {
  margin-left: -1px;
}

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

.btn-toolbar__3X77r .input-group__sl34- {
  width: auto;
}

.btn-group__220GV > .btn__3DxqE:first-child {
  margin-left: 0;
}

.btn-group__220GV > .btn__3DxqE:not(:last-child):not(.dropdown-toggle__3XCn5),
.btn-group__220GV > .btn-group__220GV:not(:last-child) > .btn__3DxqE {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.dropdown-toggle-split__RP0xt {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split__RP0xt::after,
.dropup__3vFcA .dropdown-toggle-split__RP0xt::after,
.dropright__3HdkW .dropdown-toggle-split__RP0xt::after {
  margin-left: 0;
}

.dropleft__3D1ce .dropdown-toggle-split__RP0xt::before {
  margin-right: 0;
}

.btn-sm__2ZV5S + .dropdown-toggle-split__RP0xt, .btn-group-sm__14KBN > .btn__3DxqE + .dropdown-toggle-split__RP0xt {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg__2iL-t + .dropdown-toggle-split__RP0xt, .btn-group-lg__3h24q > .btn__3DxqE + .dropdown-toggle-split__RP0xt {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical__2JS-o {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical__2JS-o .btn__3DxqE,
.btn-group-vertical__2JS-o .btn-group__220GV {
  width: 100%;
}

.btn-group-vertical__2JS-o > .btn__3DxqE + .btn__3DxqE,
.btn-group-vertical__2JS-o > .btn__3DxqE + .btn-group__220GV,
.btn-group-vertical__2JS-o > .btn-group__220GV + .btn__3DxqE,
.btn-group-vertical__2JS-o > .btn-group__220GV + .btn-group__220GV {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical__2JS-o > .btn__3DxqE:not(:last-child):not(.dropdown-toggle__3XCn5),
.btn-group-vertical__2JS-o > .btn-group__220GV:not(:last-child) > .btn__3DxqE {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical__2JS-o > .btn__3DxqE:not(:first-child),
.btn-group-vertical__2JS-o > .btn-group__220GV:not(:first-child) > .btn__3DxqE {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle__1XqPB > .btn__3DxqE,
.btn-group-toggle__1XqPB > .btn-group__220GV > .btn__3DxqE {
  margin-bottom: 0;
}

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

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

.input-group__sl34- > .form-control__OCDtx,
.input-group__sl34- > .custom-select__3FzqY,
.input-group__sl34- > .custom-file__3EEnd {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group__sl34- > .form-control__OCDtx + .form-control__OCDtx,
.input-group__sl34- > .form-control__OCDtx + .custom-select__3FzqY,
.input-group__sl34- > .form-control__OCDtx + .custom-file__3EEnd,
.input-group__sl34- > .custom-select__3FzqY + .form-control__OCDtx,
.input-group__sl34- > .custom-select__3FzqY + .custom-select__3FzqY,
.input-group__sl34- > .custom-select__3FzqY + .custom-file__3EEnd,
.input-group__sl34- > .custom-file__3EEnd + .form-control__OCDtx,
.input-group__sl34- > .custom-file__3EEnd + .custom-select__3FzqY,
.input-group__sl34- > .custom-file__3EEnd + .custom-file__3EEnd {
  margin-left: -1px;
}

.input-group__sl34- > .form-control__OCDtx:focus,
.input-group__sl34- > .custom-select__3FzqY:focus,
.input-group__sl34- > .custom-file__3EEnd .custom-file-input__3mpzS:focus ~ .custom-file-label__14mPM {
  z-index: 3;
}

.input-group__sl34- > .custom-file__3EEnd .custom-file-input__3mpzS:focus {
  z-index: 4;
}

.input-group__sl34- > .form-control__OCDtx:not(:last-child),
.input-group__sl34- > .custom-select__3FzqY:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__sl34- > .form-control__OCDtx:not(:first-child),
.input-group__sl34- > .custom-select__3FzqY:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group__sl34- > .custom-file__3EEnd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group__sl34- > .custom-file__3EEnd:not(:last-child) .custom-file-label__14mPM,
.input-group__sl34- > .custom-file__3EEnd:not(:last-child) .custom-file-label__14mPM::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__sl34- > .custom-file__3EEnd:not(:first-child) .custom-file-label__14mPM {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend__27OEJ,
.input-group-append__2DqMt {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend__27OEJ .btn__3DxqE,
.input-group-append__2DqMt .btn__3DxqE {
  position: relative;
  z-index: 2;
}

.input-group-prepend__27OEJ .btn__3DxqE + .btn__3DxqE,
.input-group-prepend__27OEJ .btn__3DxqE + .input-group-text__1p-UR,
.input-group-prepend__27OEJ .input-group-text__1p-UR + .input-group-text__1p-UR,
.input-group-prepend__27OEJ .input-group-text__1p-UR + .btn__3DxqE,
.input-group-append__2DqMt .btn__3DxqE + .btn__3DxqE,
.input-group-append__2DqMt .btn__3DxqE + .input-group-text__1p-UR,
.input-group-append__2DqMt .input-group-text__1p-UR + .input-group-text__1p-UR,
.input-group-append__2DqMt .input-group-text__1p-UR + .btn__3DxqE {
  margin-left: -1px;
}

.input-group-prepend__27OEJ {
  margin-right: -1px;
}

.input-group-append__2DqMt {
  margin-left: -1px;
}

.input-group-text__1p-UR {
  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;
}

.input-group-text__1p-UR input[type="radio"],
.input-group-text__1p-UR input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg__pwBlS > .form-control__OCDtx,
.input-group-lg__pwBlS > .input-group-prepend__27OEJ > .input-group-text__1p-UR,
.input-group-lg__pwBlS > .input-group-append__2DqMt > .input-group-text__1p-UR,
.input-group-lg__pwBlS > .input-group-prepend__27OEJ > .btn__3DxqE,
.input-group-lg__pwBlS > .input-group-append__2DqMt > .btn__3DxqE {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm__2ce__ > .form-control__OCDtx,
.input-group-sm__2ce__ > .input-group-prepend__27OEJ > .input-group-text__1p-UR,
.input-group-sm__2ce__ > .input-group-append__2DqMt > .input-group-text__1p-UR,
.input-group-sm__2ce__ > .input-group-prepend__27OEJ > .btn__3DxqE,
.input-group-sm__2ce__ > .input-group-append__2DqMt > .btn__3DxqE {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group__sl34- > .input-group-prepend__27OEJ > .btn__3DxqE,
.input-group__sl34- > .input-group-prepend__27OEJ > .input-group-text__1p-UR,
.input-group__sl34- > .input-group-append__2DqMt:not(:last-child) > .btn__3DxqE,
.input-group__sl34- > .input-group-append__2DqMt:not(:last-child) > .input-group-text__1p-UR,
.input-group__sl34- > .input-group-append__2DqMt:last-child > .btn__3DxqE:not(:last-child):not(.dropdown-toggle__3XCn5),
.input-group__sl34- > .input-group-append__2DqMt:last-child > .input-group-text__1p-UR:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__sl34- > .input-group-append__2DqMt > .btn__3DxqE,
.input-group__sl34- > .input-group-append__2DqMt > .input-group-text__1p-UR,
.input-group__sl34- > .input-group-prepend__27OEJ:not(:first-child) > .btn__3DxqE,
.input-group__sl34- > .input-group-prepend__27OEJ:not(:first-child) > .input-group-text__1p-UR,
.input-group__sl34- > .input-group-prepend__27OEJ:first-child > .btn__3DxqE:not(:first-child),
.input-group__sl34- > .input-group-prepend__27OEJ:first-child > .input-group-text__1p-UR:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control__2mb69 {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input__RmaLu {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input__RmaLu:checked ~ .custom-control-label__2N24g::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input__RmaLu:focus ~ .custom-control-label__2N24g::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input__RmaLu:active ~ .custom-control-label__2N24g::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input__RmaLu:disabled ~ .custom-control-label__2N24g {
  color: #6c757d;
}

.custom-control-input__RmaLu:disabled ~ .custom-control-label__2N24g::before {
  background-color: #e9ecef;
}

.custom-control-label__2N24g {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label__2N24g::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

.custom-checkbox__RgSHm .custom-control-label__2N24g::before {
  border-radius: 0.25rem;
}

.custom-checkbox__RgSHm .custom-control-input__RmaLu:checked ~ .custom-control-label__2N24g::before {
  background-color: #007bff;
}

.custom-checkbox__RgSHm .custom-control-input__RmaLu:checked ~ .custom-control-label__2N24g::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox__RgSHm .custom-control-input__RmaLu:indeterminate ~ .custom-control-label__2N24g::before {
  background-color: #007bff;
}

.custom-checkbox__RgSHm .custom-control-input__RmaLu:indeterminate ~ .custom-control-label__2N24g::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox__RgSHm .custom-control-input__RmaLu:disabled:checked ~ .custom-control-label__2N24g::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox__RgSHm .custom-control-input__RmaLu:disabled:indeterminate ~ .custom-control-label__2N24g::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio__22-35 .custom-control-label__2N24g::before {
  border-radius: 50%;
}

.custom-radio__22-35 .custom-control-input__RmaLu:checked ~ .custom-control-label__2N24g::before {
  background-color: #007bff;
}

.custom-radio__22-35 .custom-control-input__RmaLu:checked ~ .custom-control-label__2N24g::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio__22-35 .custom-control-input__RmaLu:disabled:checked ~ .custom-control-label__2N24g::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select__3FzqY {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select__3FzqY:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select__3FzqY:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.custom-select__3FzqY:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select__3FzqY::-ms-expand {
  opacity: 0;
}

.custom-select-sm__a4vsy {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg__jeoEF {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file__3EEnd {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input__3mpzS {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

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

.custom-file-input__3mpzS:focus ~ .custom-file-label__14mPM::after {
  border-color: #80bdff;
}

.custom-file-input__3mpzS:disabled ~ .custom-file-label__14mPM {
  background-color: #e9ecef;
}

.custom-file-input__3mpzS:lang(en) ~ .custom-file-label__14mPM::after {
  content: "Browse";
}

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

.custom-file-label__14mPM::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range__3oYgp {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range__3oYgp:focus {
  outline: none;
}

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

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

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

.custom-range__3oYgp::-moz-focus-outer {
  border: 0;
}

.custom-range__3oYgp::-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 screen and (prefers-reduced-motion: reduce) {
  .custom-range__3oYgp::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range__3oYgp::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

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

.custom-range__3oYgp::-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 screen and (prefers-reduced-motion: reduce) {
  .custom-range__3oYgp::-moz-range-thumb {
    transition: none;
  }
}

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

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

.custom-range__3oYgp::-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 screen and (prefers-reduced-motion: reduce) {
  .custom-range__3oYgp::-ms-thumb {
    transition: none;
  }
}

.custom-range__3oYgp::-ms-thumb:active {
  background-color: #b3d7ff;
}

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

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

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

.custom-control-label__2N24g::before,
.custom-file-label__14mPM,
.custom-select__3FzqY {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label__2N24g::before,
  .custom-file-label__14mPM,
  .custom-select__3FzqY {
    transition: none;
  }
}

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

.nav-link__1MbK_ {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link__1MbK_:hover, .nav-link__1MbK_:focus {
  text-decoration: none;
}

.nav-link__1MbK_.disabled__2N-nG {
  color: #6c757d;
}

.nav-tabs__LHsOr {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs__LHsOr .nav-item__3P2SO {
  margin-bottom: -1px;
}

.nav-tabs__LHsOr .nav-link__1MbK_ {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs__LHsOr .nav-link__1MbK_:hover, .nav-tabs__LHsOr .nav-link__1MbK_:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs__LHsOr .nav-link__1MbK_.disabled__2N-nG {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs__LHsOr .nav-link__1MbK_.active__364al,
.nav-tabs__LHsOr .nav-item__3P2SO.show__3ff8e .nav-link__1MbK_ {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs__LHsOr .dropdown-menu__sl_AI {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills__30sba .nav-link__1MbK_ {
  border-radius: 0.25rem;
}

.nav-pills__30sba .nav-link__1MbK_.active__364al,
.nav-pills__30sba .show__3ff8e > .nav-link__1MbK_ {
  color: #fff;
  background-color: #007bff;
}

.nav-fill__1QC4L .nav-item__3P2SO {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified__203De .nav-item__3P2SO {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content__1RJZT > .tab-pane__T27ba {
  display: none;
}

.tab-content__1RJZT > .active__364al {
  display: block;
}

.navbar__3x6_5 {
  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;
}

.navbar__3x6_5 > .container__3I9U-,
.navbar__3x6_5 > .container-fluid__2HvnR {
  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;
}

.navbar-brand__1bCJT {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand__1bCJT:hover, .navbar-brand__1bCJT:focus {
  text-decoration: none;
}

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

.navbar-nav__1PwgH .nav-link__1MbK_ {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav__1PwgH .dropdown-menu__sl_AI {
  position: static;
  float: none;
}

.navbar-text__RIrTq {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler__3MqFZ {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler__3MqFZ:hover, .navbar-toggler__3MqFZ:focus {
  text-decoration: none;
}

.navbar-toggler__3MqFZ:not(:disabled):not(.disabled__2N-nG) {
  cursor: pointer;
}

.navbar-toggler-icon__229QF {
  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) {
  .navbar-expand-sm__i2XAc > .container__3I9U-,
  .navbar-expand-sm__i2XAc > .container-fluid__2HvnR {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm__i2XAc {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm__i2XAc .navbar-nav__1PwgH {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm__i2XAc .navbar-nav__1PwgH .dropdown-menu__sl_AI {
    position: absolute;
  }
  .navbar-expand-sm__i2XAc .navbar-nav__1PwgH .nav-link__1MbK_ {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm__i2XAc > .container__3I9U-,
  .navbar-expand-sm__i2XAc > .container-fluid__2HvnR {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm__i2XAc .navbar-collapse__2eyGo {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm__i2XAc .navbar-toggler__3MqFZ {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md__ysRSo > .container__3I9U-,
  .navbar-expand-md__ysRSo > .container-fluid__2HvnR {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md__ysRSo {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md__ysRSo .navbar-nav__1PwgH {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md__ysRSo .navbar-nav__1PwgH .dropdown-menu__sl_AI {
    position: absolute;
  }
  .navbar-expand-md__ysRSo .navbar-nav__1PwgH .nav-link__1MbK_ {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md__ysRSo > .container__3I9U-,
  .navbar-expand-md__ysRSo > .container-fluid__2HvnR {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md__ysRSo .navbar-collapse__2eyGo {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md__ysRSo .navbar-toggler__3MqFZ {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg__1zjnz > .container__3I9U-,
  .navbar-expand-lg__1zjnz > .container-fluid__2HvnR {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg__1zjnz {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg__1zjnz .navbar-nav__1PwgH {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg__1zjnz .navbar-nav__1PwgH .dropdown-menu__sl_AI {
    position: absolute;
  }
  .navbar-expand-lg__1zjnz .navbar-nav__1PwgH .nav-link__1MbK_ {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg__1zjnz > .container__3I9U-,
  .navbar-expand-lg__1zjnz > .container-fluid__2HvnR {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg__1zjnz .navbar-collapse__2eyGo {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg__1zjnz .navbar-toggler__3MqFZ {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl__2QgFO > .container__3I9U-,
  .navbar-expand-xl__2QgFO > .container-fluid__2HvnR {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl__2QgFO {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl__2QgFO .navbar-nav__1PwgH {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl__2QgFO .navbar-nav__1PwgH .dropdown-menu__sl_AI {
    position: absolute;
  }
  .navbar-expand-xl__2QgFO .navbar-nav__1PwgH .nav-link__1MbK_ {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl__2QgFO > .container__3I9U-,
  .navbar-expand-xl__2QgFO > .container-fluid__2HvnR {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl__2QgFO .navbar-collapse__2eyGo {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl__2QgFO .navbar-toggler__3MqFZ {
    display: none;
  }
}

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

.navbar-expand__sYiS3 > .container__3I9U-,
.navbar-expand__sYiS3 > .container-fluid__2HvnR {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand__sYiS3 .navbar-nav__1PwgH {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand__sYiS3 .navbar-nav__1PwgH .dropdown-menu__sl_AI {
  position: absolute;
}

.navbar-expand__sYiS3 .navbar-nav__1PwgH .nav-link__1MbK_ {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand__sYiS3 > .container__3I9U-,
.navbar-expand__sYiS3 > .container-fluid__2HvnR {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand__sYiS3 .navbar-collapse__2eyGo {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand__sYiS3 .navbar-toggler__3MqFZ {
  display: none;
}

.navbar-light__1i6gT .navbar-brand__1bCJT {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light__1i6gT .navbar-brand__1bCJT:hover, .navbar-light__1i6gT .navbar-brand__1bCJT:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light__1i6gT .navbar-nav__1PwgH .nav-link__1MbK_ {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light__1i6gT .navbar-nav__1PwgH .nav-link__1MbK_:hover, .navbar-light__1i6gT .navbar-nav__1PwgH .nav-link__1MbK_:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light__1i6gT .navbar-nav__1PwgH .nav-link__1MbK_.disabled__2N-nG {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light__1i6gT .navbar-nav__1PwgH .show__3ff8e > .nav-link__1MbK_,
.navbar-light__1i6gT .navbar-nav__1PwgH .active__364al > .nav-link__1MbK_,
.navbar-light__1i6gT .navbar-nav__1PwgH .nav-link__1MbK_.show__3ff8e,
.navbar-light__1i6gT .navbar-nav__1PwgH .nav-link__1MbK_.active__364al {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light__1i6gT .navbar-toggler__3MqFZ {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light__1i6gT .navbar-toggler-icon__229QF {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light__1i6gT .navbar-text__RIrTq {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light__1i6gT .navbar-text__RIrTq a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light__1i6gT .navbar-text__RIrTq a:hover, .navbar-light__1i6gT .navbar-text__RIrTq a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark__1H1Rm .navbar-brand__1bCJT {
  color: #fff;
}

.navbar-dark__1H1Rm .navbar-brand__1bCJT:hover, .navbar-dark__1H1Rm .navbar-brand__1bCJT:focus {
  color: #fff;
}

.navbar-dark__1H1Rm .navbar-nav__1PwgH .nav-link__1MbK_ {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark__1H1Rm .navbar-nav__1PwgH .nav-link__1MbK_:hover, .navbar-dark__1H1Rm .navbar-nav__1PwgH .nav-link__1MbK_:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark__1H1Rm .navbar-nav__1PwgH .nav-link__1MbK_.disabled__2N-nG {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark__1H1Rm .navbar-nav__1PwgH .show__3ff8e > .nav-link__1MbK_,
.navbar-dark__1H1Rm .navbar-nav__1PwgH .active__364al > .nav-link__1MbK_,
.navbar-dark__1H1Rm .navbar-nav__1PwgH .nav-link__1MbK_.show__3ff8e,
.navbar-dark__1H1Rm .navbar-nav__1PwgH .nav-link__1MbK_.active__364al {
  color: #fff;
}

.navbar-dark__1H1Rm .navbar-toggler__3MqFZ {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark__1H1Rm .navbar-toggler-icon__229QF {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark__1H1Rm .navbar-text__RIrTq {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark__1H1Rm .navbar-text__RIrTq a {
  color: #fff;
}

.navbar-dark__1H1Rm .navbar-text__RIrTq a:hover, .navbar-dark__1H1Rm .navbar-text__RIrTq a:focus {
  color: #fff;
}

.card__2neDN {
  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;
}

.card__2neDN > hr {
  margin-right: 0;
  margin-left: 0;
}

.card__2neDN > .list-group__1O3hf:first-child .list-group-item__1vb2D:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card__2neDN > .list-group__1O3hf:last-child .list-group-item__1vb2D:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body__5dEiI {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title__1tQWL {
  margin-bottom: 0.75rem;
}

.card-subtitle__2XKdK {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text__vkxkb:last-child {
  margin-bottom: 0;
}

.card-link__38FdD:hover {
  text-decoration: none;
}

.card-link__38FdD + .card-link__38FdD {
  margin-left: 1.25rem;
}

.card-header__1bpEc {
  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);
}

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

.card-header__1bpEc + .list-group__1O3hf .list-group-item__1vb2D:first-child {
  border-top: 0;
}

.card-footer__2AlA0 {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-header-pills__KNCTo {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay__1Zgr1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img__1r4uZ {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top__3z7nr {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom__tCayQ {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck__31Nnr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck__31Nnr .card__2neDN {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck__31Nnr {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck__31Nnr .card__2neDN {
    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;
  }
}

.card-group__2SYHb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group__2SYHb > .card__2neDN {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group__2SYHb {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group__2SYHb > .card__2neDN {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group__2SYHb > .card__2neDN + .card__2neDN {
    margin-left: 0;
    border-left: 0;
  }
  .card-group__2SYHb > .card__2neDN:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:first-child .card-img-top__3z7nr,
  .card-group__2SYHb > .card__2neDN:first-child .card-header__1bpEc {
    border-top-right-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:first-child .card-img-bottom__tCayQ,
  .card-group__2SYHb > .card__2neDN:first-child .card-footer__2AlA0 {
    border-bottom-right-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:last-child .card-img-top__3z7nr,
  .card-group__2SYHb > .card__2neDN:last-child .card-header__1bpEc {
    border-top-left-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:last-child .card-img-bottom__tCayQ,
  .card-group__2SYHb > .card__2neDN:last-child .card-footer__2AlA0 {
    border-bottom-left-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:only-child {
    border-radius: 0.25rem;
  }
  .card-group__2SYHb > .card__2neDN:only-child .card-img-top__3z7nr,
  .card-group__2SYHb > .card__2neDN:only-child .card-header__1bpEc {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group__2SYHb > .card__2neDN:only-child .card-img-bottom__tCayQ,
  .card-group__2SYHb > .card__2neDN:only-child .card-footer__2AlA0 {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group__2SYHb > .card__2neDN:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group__2SYHb > .card__2neDN:not(:first-child):not(:last-child):not(:only-child) .card-img-top__3z7nr,
  .card-group__2SYHb > .card__2neDN:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom__tCayQ,
  .card-group__2SYHb > .card__2neDN:not(:first-child):not(:last-child):not(:only-child) .card-header__1bpEc,
  .card-group__2SYHb > .card__2neDN:not(:first-child):not(:last-child):not(:only-child) .card-footer__2AlA0 {
    border-radius: 0;
  }
}

.card-columns__12_tt .card__2neDN {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns__12_tt {
    -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;
  }
  .card-columns__12_tt .card__2neDN {
    display: inline-block;
    width: 100%;
  }
}

.accordion__2u_gx .card__2neDN:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion__2u_gx .card__2neDN:not(:first-of-type) .card-header__1bpEc:first-child {
  border-radius: 0;
}

.accordion__2u_gx .card__2neDN:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion__2u_gx .card__2neDN:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb__1oSI0 {
  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;
}

.breadcrumb-item__ep8c7 + .breadcrumb-item__ep8c7 {
  padding-left: 0.5rem;
}

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

.breadcrumb-item__ep8c7 + .breadcrumb-item__ep8c7:hover::before {
  text-decoration: underline;
}

.breadcrumb-item__ep8c7 + .breadcrumb-item__ep8c7:hover::before {
  text-decoration: none;
}

.breadcrumb-item__ep8c7.active__364al {
  color: #6c757d;
}

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

.page-link__-Y9YN {
  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;
}

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

.page-link__-Y9YN:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link__-Y9YN:not(:disabled):not(.disabled__2N-nG) {
  cursor: pointer;
}

.page-item__2u8Em:first-child .page-link__-Y9YN {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item__2u8Em:last-child .page-link__-Y9YN {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item__2u8Em.active__364al .page-link__-Y9YN {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item__2u8Em.disabled__2N-nG .page-link__-Y9YN {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg__DsmDs .page-link__-Y9YN {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg__DsmDs .page-item__2u8Em:first-child .page-link__-Y9YN {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg__DsmDs .page-item__2u8Em:last-child .page-link__-Y9YN {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm__1Dh-z .page-link__-Y9YN {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm__1Dh-z .page-item__2u8Em:first-child .page-link__-Y9YN {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm__1Dh-z .page-item__2u8Em:last-child .page-link__-Y9YN {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge__2rtHe {
  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;
}

.badge__2rtHe:empty {
  display: none;
}

.btn__3DxqE .badge__2rtHe {
  position: relative;
  top: -1px;
}

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

.badge-primary__2gfTt {
  color: #fff;
  background-color: #007bff;
}

.badge-primary__2gfTt[href]:hover, .badge-primary__2gfTt[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary__2uzTc {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary__2uzTc[href]:hover, .badge-secondary__2uzTc[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success__2uMs_ {
  color: #fff;
  background-color: #28a745;
}

.badge-success__2uMs_[href]:hover, .badge-success__2uMs_[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info__16Ltu {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info__16Ltu[href]:hover, .badge-info__16Ltu[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning__2ZbVK {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning__2ZbVK[href]:hover, .badge-warning__2ZbVK[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger__2isug {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger__2isug[href]:hover, .badge-danger__2isug[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light__1Zf8U {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light__1Zf8U[href]:hover, .badge-light__1Zf8U[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark__gksX2 {
  color: #fff;
  background-color: #343a40;
}

.badge-dark__gksX2[href]:hover, .badge-dark__gksX2[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

.jumbotron-fluid__JpN-b {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading__1fcYs {
  color: inherit;
}

.alert-link__1RTqe {
  font-weight: 700;
}

.alert-dismissible__2amL3 {
  padding-right: 4rem;
}

.alert-dismissible__2amL3 .close__1CDrZ {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary__p9SAF {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary__p9SAF hr {
  border-top-color: #9fcdff;
}

.alert-primary__p9SAF .alert-link__1RTqe {
  color: #002752;
}

.alert-secondary__2Mf-o {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary__2Mf-o hr {
  border-top-color: #c8cbcf;
}

.alert-secondary__2Mf-o .alert-link__1RTqe {
  color: #202326;
}

.alert-success__21GGM {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success__21GGM hr {
  border-top-color: #b1dfbb;
}

.alert-success__21GGM .alert-link__1RTqe {
  color: #0b2e13;
}

.alert-info__3jvdS {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info__3jvdS hr {
  border-top-color: #abdde5;
}

.alert-info__3jvdS .alert-link__1RTqe {
  color: #062c33;
}

.alert-warning__3iwK9 {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning__3iwK9 hr {
  border-top-color: #ffe8a1;
}

.alert-warning__3iwK9 .alert-link__1RTqe {
  color: #533f03;
}

.alert-danger__1zWZs {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger__1zWZs hr {
  border-top-color: #f1b0b7;
}

.alert-danger__1zWZs .alert-link__1RTqe {
  color: #491217;
}

.alert-light__3a-Sy {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light__3a-Sy hr {
  border-top-color: #ececf6;
}

.alert-light__3a-Sy .alert-link__1RTqe {
  color: #686868;
}

.alert-dark__3TS8w {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark__3TS8w hr {
  border-top-color: #b9bbbe;
}

.alert-dark__3TS8w .alert-link__1RTqe {
  color: #040505;
}

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

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

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

.progress-bar__2BMaG {
  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 screen and (prefers-reduced-motion: reduce) {
  .progress-bar__2BMaG {
    transition: none;
  }
}

.progress-bar-striped__3_hgh {
  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;
}

.progress-bar-animated__3JERo {
  -webkit-animation: progress-bar-stripes__2Dkgh 1s linear infinite;
  animation: progress-bar-stripes__2Dkgh 1s linear infinite;
}

.media__3mcFc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body__2Q6gq {
  -ms-flex: 1;
  flex: 1;
}

.list-group__1O3hf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item-action__3E177:hover, .list-group-item-action__3E177:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action__3E177:active {
  color: #212529;
  background-color: #e9ecef;
}

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

.list-group-item__1vb2D:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item__1vb2D:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item__1vb2D:hover, .list-group-item__1vb2D:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item__1vb2D.disabled__2N-nG, .list-group-item__1vb2D:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item__1vb2D.active__364al {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush__17F9E .list-group-item__1vb2D {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush__17F9E:first-child .list-group-item__1vb2D:first-child {
  border-top: 0;
}

.list-group-flush__17F9E:last-child .list-group-item__1vb2D:last-child {
  border-bottom: 0;
}

.list-group-item-primary__3Vtv8 {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary__3Vtv8.list-group-item-action__3E177:hover, .list-group-item-primary__3Vtv8.list-group-item-action__3E177:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary__3Vtv8.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary__1zSEE {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary__1zSEE.list-group-item-action__3E177:hover, .list-group-item-secondary__1zSEE.list-group-item-action__3E177:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary__1zSEE.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success__1Z2Sd {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success__1Z2Sd.list-group-item-action__3E177:hover, .list-group-item-success__1Z2Sd.list-group-item-action__3E177:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success__1Z2Sd.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info__3tZbJ {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info__3tZbJ.list-group-item-action__3E177:hover, .list-group-item-info__3tZbJ.list-group-item-action__3E177:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info__3tZbJ.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning__3h7mt {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning__3h7mt.list-group-item-action__3E177:hover, .list-group-item-warning__3h7mt.list-group-item-action__3E177:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning__3h7mt.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger__1-YUZ {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger__1-YUZ.list-group-item-action__3E177:hover, .list-group-item-danger__1-YUZ.list-group-item-action__3E177:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger__1-YUZ.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light__1Biwq {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light__1Biwq.list-group-item-action__3E177:hover, .list-group-item-light__1Biwq.list-group-item-action__3E177:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light__1Biwq.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark__WiiUg {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark__WiiUg.list-group-item-action__3E177:hover, .list-group-item-dark__WiiUg.list-group-item-action__3E177:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark__WiiUg.list-group-item-action__3E177.active__364al {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

.close__1CDrZ:not(:disabled):not(.disabled__2N-nG) {
  cursor: pointer;
}

.close__1CDrZ:not(:disabled):not(.disabled__2N-nG):hover, .close__1CDrZ:not(:disabled):not(.disabled__2N-nG):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close__1CDrZ {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open__B7mLG {
  overflow: hidden;
}

.modal-open__B7mLG .modal__1GpR3 {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__1GpR3 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal__1GpR3.fade__2ZYTM .modal-dialog__iu5Jf {
  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, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal__1GpR3.fade__2ZYTM .modal-dialog__iu5Jf {
    transition: none;
  }
}

.modal__1GpR3.show__3ff8e .modal-dialog__iu5Jf {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered__1GqdH {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered__1GqdH::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content__1NmrF {
  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;
}

.modal-backdrop__22zKA {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop__22zKA.fade__2ZYTM {
  opacity: 0;
}

.modal-backdrop__22zKA.show__3ff8e {
  opacity: 0.5;
}

.modal-header__3zxdU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header__3zxdU .close__1CDrZ {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title__6hl9K {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body__3TFs4 {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer__atVv8 {
  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 #e9ecef;
}

.modal-footer__atVv8 > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer__atVv8 > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure__27JcN {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog__iu5Jf {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered__1GqdH {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered__1GqdH::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm__3XJSJ {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg__9oXhb {
    max-width: 800px;
  }
}

.tooltip__345Ow {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip__345Ow.show__3ff8e {
  opacity: 0.9;
}

.tooltip__345Ow .arrow__18ThA {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip__345Ow .arrow__18ThA::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top__uQDTm, .bs-tooltip-auto__1gNh5[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top__uQDTm .arrow__18ThA, .bs-tooltip-auto__1gNh5[x-placement^="top"] .arrow__18ThA {
  bottom: 0;
}

.bs-tooltip-top__uQDTm .arrow__18ThA::before, .bs-tooltip-auto__1gNh5[x-placement^="top"] .arrow__18ThA::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right__3UuRt, .bs-tooltip-auto__1gNh5[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right__3UuRt .arrow__18ThA, .bs-tooltip-auto__1gNh5[x-placement^="right"] .arrow__18ThA {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right__3UuRt .arrow__18ThA::before, .bs-tooltip-auto__1gNh5[x-placement^="right"] .arrow__18ThA::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom__l5pPG, .bs-tooltip-auto__1gNh5[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom__l5pPG .arrow__18ThA, .bs-tooltip-auto__1gNh5[x-placement^="bottom"] .arrow__18ThA {
  top: 0;
}

.bs-tooltip-bottom__l5pPG .arrow__18ThA::before, .bs-tooltip-auto__1gNh5[x-placement^="bottom"] .arrow__18ThA::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left__8YJfD, .bs-tooltip-auto__1gNh5[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left__8YJfD .arrow__18ThA, .bs-tooltip-auto__1gNh5[x-placement^="left"] .arrow__18ThA {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left__8YJfD .arrow__18ThA::before, .bs-tooltip-auto__1gNh5[x-placement^="left"] .arrow__18ThA::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner__3nAlB {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover__3MCfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover__3MCfo .arrow__18ThA {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover__3MCfo .arrow__18ThA::before, .popover__3MCfo .arrow__18ThA::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top__ZSpYB, .bs-popover-auto__10ezo[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top__ZSpYB .arrow__18ThA, .bs-popover-auto__10ezo[x-placement^="top"] .arrow__18ThA {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top__ZSpYB .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="top"] .arrow__18ThA::before,
.bs-popover-top__ZSpYB .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="top"] .arrow__18ThA::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top__ZSpYB .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="top"] .arrow__18ThA::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top__ZSpYB .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="top"] .arrow__18ThA::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right__14cy8, .bs-popover-auto__10ezo[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right__14cy8 .arrow__18ThA, .bs-popover-auto__10ezo[x-placement^="right"] .arrow__18ThA {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right__14cy8 .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="right"] .arrow__18ThA::before,
.bs-popover-right__14cy8 .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="right"] .arrow__18ThA::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right__14cy8 .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="right"] .arrow__18ThA::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right__14cy8 .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="right"] .arrow__18ThA::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom__mtQLV, .bs-popover-auto__10ezo[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom__mtQLV .arrow__18ThA, .bs-popover-auto__10ezo[x-placement^="bottom"] .arrow__18ThA {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom__mtQLV .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="bottom"] .arrow__18ThA::before,
.bs-popover-bottom__mtQLV .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="bottom"] .arrow__18ThA::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom__mtQLV .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="bottom"] .arrow__18ThA::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom__mtQLV .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="bottom"] .arrow__18ThA::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom__mtQLV .popover-header__3TSgG::before, .bs-popover-auto__10ezo[x-placement^="bottom"] .popover-header__3TSgG::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left__1L4FP, .bs-popover-auto__10ezo[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left__1L4FP .arrow__18ThA, .bs-popover-auto__10ezo[x-placement^="left"] .arrow__18ThA {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left__1L4FP .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="left"] .arrow__18ThA::before,
.bs-popover-left__1L4FP .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="left"] .arrow__18ThA::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left__1L4FP .arrow__18ThA::before, .bs-popover-auto__10ezo[x-placement^="left"] .arrow__18ThA::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left__1L4FP .arrow__18ThA::after,
.bs-popover-auto__10ezo[x-placement^="left"] .arrow__18ThA::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header__3TSgG {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header__3TSgG:empty {
  display: none;
}

.popover-body__2ytjl {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel__2jVCx {
  position: relative;
}

.carousel-inner__1-LhA {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item__1Oz6k {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item__1Oz6k.active__364al,
.carousel-item-next__JBCBg,
.carousel-item-prev__2uSNs {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item__1Oz6k.active__364al,
  .carousel-item-next__JBCBg,
  .carousel-item-prev__2uSNs {
    transition: none;
  }
}

.carousel-item-next__JBCBg,
.carousel-item-prev__2uSNs {
  position: absolute;
  top: 0;
}

.carousel-item-next__JBCBg.carousel-item-left__Yy5X4,
.carousel-item-prev__2uSNs.carousel-item-right__S5ctJ {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next__JBCBg.carousel-item-left__Yy5X4,
  .carousel-item-prev__2uSNs.carousel-item-right__S5ctJ {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next__JBCBg,
.active__364al.carousel-item-right__S5ctJ {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next__JBCBg,
  .active__364al.carousel-item-right__S5ctJ {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev__2uSNs,
.active__364al.carousel-item-left__Yy5X4 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev__2uSNs,
  .active__364al.carousel-item-left__Yy5X4 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade__1mpNP .carousel-item__1Oz6k {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade__1mpNP .carousel-item__1Oz6k.active__364al,
.carousel-fade__1mpNP .carousel-item-next__JBCBg.carousel-item-left__Yy5X4,
.carousel-fade__1mpNP .carousel-item-prev__2uSNs.carousel-item-right__S5ctJ {
  opacity: 1;
}

.carousel-fade__1mpNP .active__364al.carousel-item-left__Yy5X4,
.carousel-fade__1mpNP .active__364al.carousel-item-right__S5ctJ {
  opacity: 0;
}

.carousel-fade__1mpNP .carousel-item-next__JBCBg,
.carousel-fade__1mpNP .carousel-item-prev__2uSNs,
.carousel-fade__1mpNP .carousel-item__1Oz6k.active__364al,
.carousel-fade__1mpNP .active__364al.carousel-item-left__Yy5X4,
.carousel-fade__1mpNP .active__364al.carousel-item-prev__2uSNs {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade__1mpNP .carousel-item-next__JBCBg,
  .carousel-fade__1mpNP .carousel-item-prev__2uSNs,
  .carousel-fade__1mpNP .carousel-item__1Oz6k.active__364al,
  .carousel-fade__1mpNP .active__364al.carousel-item-left__Yy5X4,
  .carousel-fade__1mpNP .active__364al.carousel-item-prev__2uSNs {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev__yAc5i,
.carousel-control-next__19_xs {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
}

.carousel-control-prev__yAc5i:hover, .carousel-control-prev__yAc5i:focus,
.carousel-control-next__19_xs:hover,
.carousel-control-next__19_xs:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev__yAc5i {
  left: 0;
}

.carousel-control-next__19_xs {
  right: 0;
}

.carousel-control-prev-icon__1IByw,
.carousel-control-next-icon__30OS4 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon__1IByw {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon__30OS4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators__6-_zQ {
  position: absolute;
  right: 0;
  bottom: 10px;
  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;
}

.carousel-indicators__6-_zQ li {
  position: relative;
  -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: rgba(255, 255, 255, 0.5);
}

.carousel-indicators__6-_zQ li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators__6-_zQ li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators__6-_zQ .active__364al {
  background-color: #fff;
}

.carousel-caption__22AQi {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline__3L5wJ {
  vertical-align: baseline !important;
}

.align-top__2kk5Q {
  vertical-align: top !important;
}

.align-middle__3Z9lM {
  vertical-align: middle !important;
}

.align-bottom__1yyip {
  vertical-align: bottom !important;
}

.align-text-bottom__1oz8N {
  vertical-align: text-bottom !important;
}

.align-text-top__1npT1 {
  vertical-align: text-top !important;
}

.bg-primary__392MW {
  background-color: #007bff !important;
}

a.bg-primary__392MW:hover, a.bg-primary__392MW:focus,
button.bg-primary__392MW:hover,
button.bg-primary__392MW:focus {
  background-color: #0062cc !important;
}

.bg-secondary__1Eqo8 {
  background-color: #6c757d !important;
}

a.bg-secondary__1Eqo8:hover, a.bg-secondary__1Eqo8:focus,
button.bg-secondary__1Eqo8:hover,
button.bg-secondary__1Eqo8:focus {
  background-color: #545b62 !important;
}

.bg-success__1wT1r {
  background-color: #28a745 !important;
}

a.bg-success__1wT1r:hover, a.bg-success__1wT1r:focus,
button.bg-success__1wT1r:hover,
button.bg-success__1wT1r:focus {
  background-color: #1e7e34 !important;
}

.bg-info__3xanm {
  background-color: #17a2b8 !important;
}

a.bg-info__3xanm:hover, a.bg-info__3xanm:focus,
button.bg-info__3xanm:hover,
button.bg-info__3xanm:focus {
  background-color: #117a8b !important;
}

.bg-warning__2W93y {
  background-color: #ffc107 !important;
}

a.bg-warning__2W93y:hover, a.bg-warning__2W93y:focus,
button.bg-warning__2W93y:hover,
button.bg-warning__2W93y:focus {
  background-color: #d39e00 !important;
}

.bg-danger__3lrPq {
  background-color: #dc3545 !important;
}

a.bg-danger__3lrPq:hover, a.bg-danger__3lrPq:focus,
button.bg-danger__3lrPq:hover,
button.bg-danger__3lrPq:focus {
  background-color: #bd2130 !important;
}

.bg-light__16nVG {
  background-color: #f8f9fa !important;
}

a.bg-light__16nVG:hover, a.bg-light__16nVG:focus,
button.bg-light__16nVG:hover,
button.bg-light__16nVG:focus {
  background-color: #dae0e5 !important;
}

.bg-dark__18JxQ {
  background-color: #343a40 !important;
}

a.bg-dark__18JxQ:hover, a.bg-dark__18JxQ:focus,
button.bg-dark__18JxQ:hover,
button.bg-dark__18JxQ:focus {
  background-color: #1d2124 !important;
}

.bg-white__3ad2e {
  background-color: #fff !important;
}

.bg-transparent__VY8cM {
  background-color: transparent !important;
}

.border__2_y3C {
  border: 1px solid #dee2e6 !important;
}

.border-top__23R9E {
  border-top: 1px solid #dee2e6 !important;
}

.border-right__2ti2D {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom__3K5Um {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left__3uu1W {
  border-left: 1px solid #dee2e6 !important;
}

.border-0__1SFyW {
  border: 0 !important;
}

.border-top-0__1mDpg {
  border-top: 0 !important;
}

.border-right-0__2WrIq {
  border-right: 0 !important;
}

.border-bottom-0__33nNU {
  border-bottom: 0 !important;
}

.border-left-0__2C4AD {
  border-left: 0 !important;
}

.border-primary__3_Sw2 {
  border-color: #007bff !important;
}

.border-secondary__3tZvJ {
  border-color: #6c757d !important;
}

.border-success__eZnZh {
  border-color: #28a745 !important;
}

.border-info__23vj7 {
  border-color: #17a2b8 !important;
}

.border-warning__2yDgE {
  border-color: #ffc107 !important;
}

.border-danger__2Fwbd {
  border-color: #dc3545 !important;
}

.border-light__1oCry {
  border-color: #f8f9fa !important;
}

.border-dark__25gWM {
  border-color: #343a40 !important;
}

.border-white__2lxh9 {
  border-color: #fff !important;
}

.rounded__3qZ81 {
  border-radius: 0.25rem !important;
}

.rounded-top__23BZ9 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right__3w0fy {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom__2DLDZ {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left__3_sTi {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle__2HaBn {
  border-radius: 50% !important;
}

.rounded-0__1_hBH {
  border-radius: 0 !important;
}

.clearfix__10_iX::after {
  display: block;
  clear: both;
  content: "";
}

.d-none__18oDl {
  display: none !important;
}

.d-inline__8wxde {
  display: inline !important;
}

.d-inline-block__Nst7t {
  display: inline-block !important;
}

.d-block__3lr7T {
  display: block !important;
}

.d-table__1dQdH {
  display: table !important;
}

.d-table-row__3nLBj {
  display: table-row !important;
}

.d-table-cell__2626Q {
  display: table-cell !important;
}

.d-flex__2HNZC {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex__ZD_ds {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none__3WTPP {
    display: none !important;
  }
  .d-sm-inline__2MwIL {
    display: inline !important;
  }
  .d-sm-inline-block__2gsxI {
    display: inline-block !important;
  }
  .d-sm-block__2wcnC {
    display: block !important;
  }
  .d-sm-table__2Vsc4 {
    display: table !important;
  }
  .d-sm-table-row__196Gb {
    display: table-row !important;
  }
  .d-sm-table-cell__1TU1R {
    display: table-cell !important;
  }
  .d-sm-flex__34o2g {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex__AgBm_ {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none__2TXGj {
    display: none !important;
  }
  .d-md-inline__2FaBD {
    display: inline !important;
  }
  .d-md-inline-block__32XvK {
    display: inline-block !important;
  }
  .d-md-block__3xNuR {
    display: block !important;
  }
  .d-md-table__1NMPn {
    display: table !important;
  }
  .d-md-table-row__10Yxa {
    display: table-row !important;
  }
  .d-md-table-cell__2VOdg {
    display: table-cell !important;
  }
  .d-md-flex__9ARqy {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex__1tBXO {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none__2oj8K {
    display: none !important;
  }
  .d-lg-inline__lZH2w {
    display: inline !important;
  }
  .d-lg-inline-block__2ZhRc {
    display: inline-block !important;
  }
  .d-lg-block__Mhhrm {
    display: block !important;
  }
  .d-lg-table__1K8Wd {
    display: table !important;
  }
  .d-lg-table-row__1pMzm {
    display: table-row !important;
  }
  .d-lg-table-cell__1suqA {
    display: table-cell !important;
  }
  .d-lg-flex__2Ot3w {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex__2iMW_ {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none__LkMZO {
    display: none !important;
  }
  .d-xl-inline__7XVjY {
    display: inline !important;
  }
  .d-xl-inline-block__2_VSM {
    display: inline-block !important;
  }
  .d-xl-block__1p-NZ {
    display: block !important;
  }
  .d-xl-table__B-v9H {
    display: table !important;
  }
  .d-xl-table-row__NT-qV {
    display: table-row !important;
  }
  .d-xl-table-cell__BTG6N {
    display: table-cell !important;
  }
  .d-xl-flex__2IlbW {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex__33abw {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none__HmWbr {
    display: none !important;
  }
  .d-print-inline__1EWbM {
    display: inline !important;
  }
  .d-print-inline-block__g2fpi {
    display: inline-block !important;
  }
  .d-print-block__1ufrG {
    display: block !important;
  }
  .d-print-table__2j472 {
    display: table !important;
  }
  .d-print-table-row__XKZbG {
    display: table-row !important;
  }
  .d-print-table-cell__2gdKJ {
    display: table-cell !important;
  }
  .d-print-flex__2BeCB {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex__Quyn- {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive__2ReVT {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive__2ReVT::before {
  display: block;
  content: "";
}

.embed-responsive__2ReVT .embed-responsive-item__1ziKx,
.embed-responsive__2ReVT iframe,
.embed-responsive__2ReVT embed,
.embed-responsive__2ReVT object,
.embed-responsive__2ReVT video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9__W5Z5v::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9__3FVy5::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3__RVlzN::before {
  padding-top: 75%;
}

.embed-responsive-1by1__2Wq5q::before {
  padding-top: 100%;
}

.flex-row__I4h4n {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column__2Y-hE {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse__f-gb6 {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse__2-MR9 {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap__3RuJD {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap__2RQOc {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse__1Rclc {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill__1Ythn {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0__M03_1 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1__1dJFz {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0__3oCUq {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1__1hbmy {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start__3sQvS {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end__cCsHK {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center__1mKRs {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between__3KWla {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around__AGgED {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start__3w4qt {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end__2Xcfi {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center__2OcIu {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline__2e8E4 {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch__1sQnR {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start__1eIdw {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end__3t_8t {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center__TEbmF {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between__3f-73 {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around__37jAY {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch__1-xUK {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto__MI-bw {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start__1MjDP {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end__30ON6 {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center__2lJhZ {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline__24nxH {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch__A5o33 {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row__3iBq2 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column__3Z3-c {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse__6KXHF {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse__h_8AS {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap__1DUlk {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap__26L8l {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse__3MhnC {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill__1em09 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0__1NKp5 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1__2c9KF {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0__2I8Lv {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1__VYg7y {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start___P3gn {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end__2XNWA {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center__1HyIm {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between__1PM2o {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around__3TiLS {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start__3xHtw {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end__1CHM6 {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center__Zimsg {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline__2nT8a {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch__1WJ-R {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start__2AbZV {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end__uUQ0I {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center__1vIJJ {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between__3Pqix {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around__rVcWx {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch__KjjtO {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto__3R2v2 {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start__3IlD7 {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end__26voc {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center__2mVwO {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline__2Gr9H {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch__2GQ_T {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row__AWmDD {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column__3Se9r {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse__3f9m8 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse__JLnU4 {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap__2F-Nr {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap__2xjYx {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse__9-2VR {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill__2Mu8E {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0__1B5uI {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1__kID-8 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0__p0gDg {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1__24fWe {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start__3wxHU {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end__10To6 {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center__3qBOh {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between__87xNN {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around__280D- {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start__1Lew8 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end__mb7Gp {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center__271MJ {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline__2Z8RC {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch__1RzbS {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start__2VbOB {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end__4sUcM {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center__2mMJT {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between__26uT- {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around__1FZuj {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch__2gjEJ {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto__2KGej {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start__3TY_h {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end__2janf {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center__2jGNA {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline__1Tz3D {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch__1miVC {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row__1t1cw {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column__OOUI4 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse__2TOVv {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse__2L-zk {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap__10lT3 {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap__1NN5P {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse__2DJf4 {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill__6sHgK {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0__3aY2t {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1__2eMZc {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0__2jN_t {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1__2k6NB {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start__37eFK {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end__FMCHT {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center__1ZWRQ {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between__3TymN {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around__1gaho {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start__3yyCT {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end__1V49A {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center__1axhL {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline__225hz {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch__3wzVA {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start__3axGZ {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end__3Guo3 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center__2i7s3 {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between__RX_U1 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around__hzk2x {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch__3w8SM {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto__FYIhT {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start__1D9Yw {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end__31P_P {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center__oVR1L {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline__2GRs3 {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch__1oAxv {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row__1xyGQ {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column__1EJZI {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse__1toQL {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse__2GSUI {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap__3gI1B {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap__Kwoil {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse__1O5w9 {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill__3iLoi {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0__1ki4x {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1__1FB97 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0__3I8Z0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1__hf2OJ {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start__1_zyP {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end__10e5m {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center__2JmN1 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between__3bve5 {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around__HFLVs {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start__1YWNn {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end__3LuyZ {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center__6a5WN {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline__2g-Rb {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch__2lyRj {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start__3Epfr {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end__GJIZ5 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center__2xwZT {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between__XLpUo {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around__kRHRa {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch__2Bdr6 {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto__3nhv1 {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start__272Lp {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end__iLKdV {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center__1bAJP {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline__1ohiE {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch__3p9SB {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left__1M7O- {
  float: left !important;
}

.float-right__1iCtd {
  float: right !important;
}

.float-none__3DUWo {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left__3Shb- {
    float: left !important;
  }
  .float-sm-right__2lvO- {
    float: right !important;
  }
  .float-sm-none__324on {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left__2Lw2q {
    float: left !important;
  }
  .float-md-right__sz_Op {
    float: right !important;
  }
  .float-md-none__2fqgq {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left__18cgD {
    float: left !important;
  }
  .float-lg-right__2mftl {
    float: right !important;
  }
  .float-lg-none__25xi3 {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left__1gguS {
    float: left !important;
  }
  .float-xl-right__2XdbY {
    float: right !important;
  }
  .float-xl-none__1j5e1 {
    float: none !important;
  }
}

.position-static__3vhKJ {
  position: static !important;
}

.position-relative__25UDa {
  position: relative !important;
}

.position-absolute__1SLUU {
  position: absolute !important;
}

.position-fixed__14DbM {
  position: fixed !important;
}

.position-sticky__29Kxq {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top__17xid {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom__2-rSC {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top__3PSmD {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only__GOH-n {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable__2WXp5:active, .sr-only-focusable__2WXp5:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm__27nOi {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow__y_Ch0 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg__jsLT2 {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none__dYGqK {
  box-shadow: none !important;
}

.w-25__3GRWn {
  width: 25% !important;
}

.w-50__3i3_i {
  width: 50% !important;
}

.w-75__X4mhd {
  width: 75% !important;
}

.w-100__2iaS9 {
  width: 100% !important;
}

.w-auto___wmdL {
  width: auto !important;
}

.h-25__1s9pa {
  height: 25% !important;
}

.h-50__TtZuc {
  height: 50% !important;
}

.h-75__1epYj {
  height: 75% !important;
}

.h-100__1oEAC {
  height: 100% !important;
}

.h-auto__1z90z {
  height: auto !important;
}

.mw-100__2Dd_K {
  max-width: 100% !important;
}

.mh-100__23Y5i {
  max-height: 100% !important;
}

.m-0__17u7Z {
  margin: 0 !important;
}

.mt-0__2VdZx,
.my-0__2TH-n {
  margin-top: 0 !important;
}

.mr-0__3b-jz,
.mx-0__3Zke_ {
  margin-right: 0 !important;
}

.mb-0__2vaiU,
.my-0__2TH-n {
  margin-bottom: 0 !important;
}

.ml-0__332jT,
.mx-0__3Zke_ {
  margin-left: 0 !important;
}

.m-1__2J6VW {
  margin: 0.25rem !important;
}

.mt-1__2i3ep,
.my-1__2NRyN {
  margin-top: 0.25rem !important;
}

.mr-1__2wK4t,
.mx-1__1OuoA {
  margin-right: 0.25rem !important;
}

.mb-1__o_nn2,
.my-1__2NRyN {
  margin-bottom: 0.25rem !important;
}

.ml-1__1z3bJ,
.mx-1__1OuoA {
  margin-left: 0.25rem !important;
}

.m-2__2iT8c {
  margin: 0.5rem !important;
}

.mt-2__3ENGe,
.my-2__16HYV {
  margin-top: 0.5rem !important;
}

.mr-2__3hD8J,
.mx-2__2mKl6 {
  margin-right: 0.5rem !important;
}

.mb-2__3l2JF,
.my-2__16HYV {
  margin-bottom: 0.5rem !important;
}

.ml-2__x_X8f,
.mx-2__2mKl6 {
  margin-left: 0.5rem !important;
}

.m-3__qL2ka {
  margin: 1rem !important;
}

.mt-3__1C-WR,
.my-3__Y8_8m {
  margin-top: 1rem !important;
}

.mr-3__2ski-,
.mx-3__rAHZO {
  margin-right: 1rem !important;
}

.mb-3__3zaBJ,
.my-3__Y8_8m {
  margin-bottom: 1rem !important;
}

.ml-3__242_7,
.mx-3__rAHZO {
  margin-left: 1rem !important;
}

.m-4__1ve0R {
  margin: 1.5rem !important;
}

.mt-4__bk_cL,
.my-4__zS_y3 {
  margin-top: 1.5rem !important;
}

.mr-4__xUL_L,
.mx-4__1kYdP {
  margin-right: 1.5rem !important;
}

.mb-4__2eVys,
.my-4__zS_y3 {
  margin-bottom: 1.5rem !important;
}

.ml-4__1Q6Qt,
.mx-4__1kYdP {
  margin-left: 1.5rem !important;
}

.m-5__3XvZr {
  margin: 3rem !important;
}

.mt-5__3IV6x,
.my-5__bUEJb {
  margin-top: 3rem !important;
}

.mr-5__1udKP,
.mx-5__29mv6 {
  margin-right: 3rem !important;
}

.mb-5__34M-T,
.my-5__bUEJb {
  margin-bottom: 3rem !important;
}

.ml-5__1x4wE,
.mx-5__29mv6 {
  margin-left: 3rem !important;
}

.p-0__3YcSo {
  padding: 0 !important;
}

.pt-0__LSEgQ,
.py-0__7VTDp {
  padding-top: 0 !important;
}

.pr-0__DZTY3,
.px-0__3NrHp {
  padding-right: 0 !important;
}

.pb-0__1Uxjc,
.py-0__7VTDp {
  padding-bottom: 0 !important;
}

.pl-0__1MOER,
.px-0__3NrHp {
  padding-left: 0 !important;
}

.p-1__2ejbB {
  padding: 0.25rem !important;
}

.pt-1__2W0y4,
.py-1__2PELd {
  padding-top: 0.25rem !important;
}

.pr-1__3eQtz,
.px-1__3W23n {
  padding-right: 0.25rem !important;
}

.pb-1__15DGp,
.py-1__2PELd {
  padding-bottom: 0.25rem !important;
}

.pl-1__3InV1,
.px-1__3W23n {
  padding-left: 0.25rem !important;
}

.p-2__2ig3G {
  padding: 0.5rem !important;
}

.pt-2__1MDgT,
.py-2__YGAIB {
  padding-top: 0.5rem !important;
}

.pr-2__1HE-j,
.px-2__2-RjG {
  padding-right: 0.5rem !important;
}

.pb-2__2oHQ0,
.py-2__YGAIB {
  padding-bottom: 0.5rem !important;
}

.pl-2__1naYK,
.px-2__2-RjG {
  padding-left: 0.5rem !important;
}

.p-3__2HBzv {
  padding: 1rem !important;
}

.pt-3__2_V1I,
.py-3__2uQ9n {
  padding-top: 1rem !important;
}

.pr-3__3G4zj,
.px-3__1Opew {
  padding-right: 1rem !important;
}

.pb-3__2kZuX,
.py-3__2uQ9n {
  padding-bottom: 1rem !important;
}

.pl-3__3tDZf,
.px-3__1Opew {
  padding-left: 1rem !important;
}

.p-4__1OYex {
  padding: 1.5rem !important;
}

.pt-4__1Y2DB,
.py-4__1dqY3 {
  padding-top: 1.5rem !important;
}

.pr-4__19mc8,
.px-4__1cR8P {
  padding-right: 1.5rem !important;
}

.pb-4__Spke4,
.py-4__1dqY3 {
  padding-bottom: 1.5rem !important;
}

.pl-4__2GKed,
.px-4__1cR8P {
  padding-left: 1.5rem !important;
}

.p-5__NcZGw {
  padding: 3rem !important;
}

.pt-5__6UoWE,
.py-5__3udIB {
  padding-top: 3rem !important;
}

.pr-5__147Qx,
.px-5__1zQWZ {
  padding-right: 3rem !important;
}

.pb-5__294zD,
.py-5__3udIB {
  padding-bottom: 3rem !important;
}

.pl-5__3nEz_,
.px-5__1zQWZ {
  padding-left: 3rem !important;
}

.m-auto__3I3kk {
  margin: auto !important;
}

.mt-auto__1x7mb,
.my-auto__2VFm1 {
  margin-top: auto !important;
}

.mr-auto__2JuEz,
.mx-auto__1cS7L {
  margin-right: auto !important;
}

.mb-auto__1T1ET,
.my-auto__2VFm1 {
  margin-bottom: auto !important;
}

.ml-auto__2-7zP,
.mx-auto__1cS7L {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0__2xeKj {
    margin: 0 !important;
  }
  .mt-sm-0__Sv4xw,
  .my-sm-0__2IDiw {
    margin-top: 0 !important;
  }
  .mr-sm-0__1InEW,
  .mx-sm-0__2VWp1 {
    margin-right: 0 !important;
  }
  .mb-sm-0__2dLtn,
  .my-sm-0__2IDiw {
    margin-bottom: 0 !important;
  }
  .ml-sm-0__2DIBa,
  .mx-sm-0__2VWp1 {
    margin-left: 0 !important;
  }
  .m-sm-1__Gk2L7 {
    margin: 0.25rem !important;
  }
  .mt-sm-1__1q2JV,
  .my-sm-1__2J9AM {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1__3lVnV,
  .mx-sm-1__1xcWn {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1__3m7ZX,
  .my-sm-1__2J9AM {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1__1-vpR,
  .mx-sm-1__1xcWn {
    margin-left: 0.25rem !important;
  }
  .m-sm-2__1veoZ {
    margin: 0.5rem !important;
  }
  .mt-sm-2__2eL1q,
  .my-sm-2__Gi1F9 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2__3UKEz,
  .mx-sm-2___qiT0 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2__23Szw,
  .my-sm-2__Gi1F9 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2__5h6zN,
  .mx-sm-2___qiT0 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3__1wWn3 {
    margin: 1rem !important;
  }
  .mt-sm-3__18Wn8,
  .my-sm-3__1U47J {
    margin-top: 1rem !important;
  }
  .mr-sm-3__-u0Wk,
  .mx-sm-3__3ywAj {
    margin-right: 1rem !important;
  }
  .mb-sm-3__1-Nn3,
  .my-sm-3__1U47J {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3__1u0fk,
  .mx-sm-3__3ywAj {
    margin-left: 1rem !important;
  }
  .m-sm-4__3qiyT {
    margin: 1.5rem !important;
  }
  .mt-sm-4__3aU-c,
  .my-sm-4__1mGsP {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4__3aTCN,
  .mx-sm-4__3kl0L {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4__340KD,
  .my-sm-4__1mGsP {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4__2j2ID,
  .mx-sm-4__3kl0L {
    margin-left: 1.5rem !important;
  }
  .m-sm-5__2ICaE {
    margin: 3rem !important;
  }
  .mt-sm-5__2TgMf,
  .my-sm-5__3EVGR {
    margin-top: 3rem !important;
  }
  .mr-sm-5__1xDXZ,
  .mx-sm-5__2Hqhd {
    margin-right: 3rem !important;
  }
  .mb-sm-5__3Trn8,
  .my-sm-5__3EVGR {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5__2fqay,
  .mx-sm-5__2Hqhd {
    margin-left: 3rem !important;
  }
  .p-sm-0__12WqZ {
    padding: 0 !important;
  }
  .pt-sm-0__2S1vn,
  .py-sm-0__39t3E {
    padding-top: 0 !important;
  }
  .pr-sm-0__nhGnA,
  .px-sm-0__3KH5G {
    padding-right: 0 !important;
  }
  .pb-sm-0__GFDpk,
  .py-sm-0__39t3E {
    padding-bottom: 0 !important;
  }
  .pl-sm-0__3jUKa,
  .px-sm-0__3KH5G {
    padding-left: 0 !important;
  }
  .p-sm-1__2T8BW {
    padding: 0.25rem !important;
  }
  .pt-sm-1__2yXhu,
  .py-sm-1__1u_zy {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1__1sP8L,
  .px-sm-1__1UJqB {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1__aWLCR,
  .py-sm-1__1u_zy {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1__2nrjt,
  .px-sm-1__1UJqB {
    padding-left: 0.25rem !important;
  }
  .p-sm-2__2Dy8n {
    padding: 0.5rem !important;
  }
  .pt-sm-2__1_BJP,
  .py-sm-2__1u9yU {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2__8-x73,
  .px-sm-2__3GT6U {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2__fRTuT,
  .py-sm-2__1u9yU {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2__1YYmV,
  .px-sm-2__3GT6U {
    padding-left: 0.5rem !important;
  }
  .p-sm-3__A5_os {
    padding: 1rem !important;
  }
  .pt-sm-3__2CNBh,
  .py-sm-3__iE7L- {
    padding-top: 1rem !important;
  }
  .pr-sm-3__yp4tD,
  .px-sm-3__3AFAL {
    padding-right: 1rem !important;
  }
  .pb-sm-3__2LUph,
  .py-sm-3__iE7L- {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3__2UECx,
  .px-sm-3__3AFAL {
    padding-left: 1rem !important;
  }
  .p-sm-4__2ovT8 {
    padding: 1.5rem !important;
  }
  .pt-sm-4__2iJhx,
  .py-sm-4__1sSVx {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4__3DPiE,
  .px-sm-4__2K1jy {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4__3KH4O,
  .py-sm-4__1sSVx {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4__1BuDX,
  .px-sm-4__2K1jy {
    padding-left: 1.5rem !important;
  }
  .p-sm-5__YFTIS {
    padding: 3rem !important;
  }
  .pt-sm-5__2JBB0,
  .py-sm-5__2oe0Q {
    padding-top: 3rem !important;
  }
  .pr-sm-5__3iJWd,
  .px-sm-5__piCyZ {
    padding-right: 3rem !important;
  }
  .pb-sm-5__3PxbX,
  .py-sm-5__2oe0Q {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5__3vPJv,
  .px-sm-5__piCyZ {
    padding-left: 3rem !important;
  }
  .m-sm-auto__3BaLP {
    margin: auto !important;
  }
  .mt-sm-auto__2Xes8,
  .my-sm-auto__2nE-P {
    margin-top: auto !important;
  }
  .mr-sm-auto__1gyWk,
  .mx-sm-auto__2Zde_ {
    margin-right: auto !important;
  }
  .mb-sm-auto__3qVzP,
  .my-sm-auto__2nE-P {
    margin-bottom: auto !important;
  }
  .ml-sm-auto__3vAKK,
  .mx-sm-auto__2Zde_ {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0__1_pTx {
    margin: 0 !important;
  }
  .mt-md-0__3m5PO,
  .my-md-0__wTBYt {
    margin-top: 0 !important;
  }
  .mr-md-0__4spQO,
  .mx-md-0__3fjIh {
    margin-right: 0 !important;
  }
  .mb-md-0__2tc2v,
  .my-md-0__wTBYt {
    margin-bottom: 0 !important;
  }
  .ml-md-0__2ZwWo,
  .mx-md-0__3fjIh {
    margin-left: 0 !important;
  }
  .m-md-1__gEQsS {
    margin: 0.25rem !important;
  }
  .mt-md-1__39p4J,
  .my-md-1__1qxbq {
    margin-top: 0.25rem !important;
  }
  .mr-md-1__3MUqf,
  .mx-md-1__3f4YH {
    margin-right: 0.25rem !important;
  }
  .mb-md-1__2hyJH,
  .my-md-1__1qxbq {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1__3mZq0,
  .mx-md-1__3f4YH {
    margin-left: 0.25rem !important;
  }
  .m-md-2__9bzmv {
    margin: 0.5rem !important;
  }
  .mt-md-2__2AxyR,
  .my-md-2__2vr9k {
    margin-top: 0.5rem !important;
  }
  .mr-md-2__3-BEr,
  .mx-md-2__SCmsb {
    margin-right: 0.5rem !important;
  }
  .mb-md-2__3LZkz,
  .my-md-2__2vr9k {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2__35W9V,
  .mx-md-2__SCmsb {
    margin-left: 0.5rem !important;
  }
  .m-md-3__3-upF {
    margin: 1rem !important;
  }
  .mt-md-3__1FWo4,
  .my-md-3__ZRhqW {
    margin-top: 1rem !important;
  }
  .mr-md-3__2xuhp,
  .mx-md-3__21676 {
    margin-right: 1rem !important;
  }
  .mb-md-3__2O7tX,
  .my-md-3__ZRhqW {
    margin-bottom: 1rem !important;
  }
  .ml-md-3__330tn,
  .mx-md-3__21676 {
    margin-left: 1rem !important;
  }
  .m-md-4__2Qwhf {
    margin: 1.5rem !important;
  }
  .mt-md-4__1xFb4,
  .my-md-4__36kj5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4__GWpy6,
  .mx-md-4__1AI11 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4__2nlIo,
  .my-md-4__36kj5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4__3cafS,
  .mx-md-4__1AI11 {
    margin-left: 1.5rem !important;
  }
  .m-md-5__2qgNy {
    margin: 3rem !important;
  }
  .mt-md-5__1KsPp,
  .my-md-5__3_sCw {
    margin-top: 3rem !important;
  }
  .mr-md-5__2P_fk,
  .mx-md-5__1LFvt {
    margin-right: 3rem !important;
  }
  .mb-md-5__2m1-3,
  .my-md-5__3_sCw {
    margin-bottom: 3rem !important;
  }
  .ml-md-5__YOXbj,
  .mx-md-5__1LFvt {
    margin-left: 3rem !important;
  }
  .p-md-0__2OaF5 {
    padding: 0 !important;
  }
  .pt-md-0__353eP,
  .py-md-0__30k0Z {
    padding-top: 0 !important;
  }
  .pr-md-0__10trS,
  .px-md-0__EJmi3 {
    padding-right: 0 !important;
  }
  .pb-md-0__3fkp9,
  .py-md-0__30k0Z {
    padding-bottom: 0 !important;
  }
  .pl-md-0__3Tj3-,
  .px-md-0__EJmi3 {
    padding-left: 0 !important;
  }
  .p-md-1__1zaBI {
    padding: 0.25rem !important;
  }
  .pt-md-1__OlmD0,
  .py-md-1__2Td0Z {
    padding-top: 0.25rem !important;
  }
  .pr-md-1__FGkUA,
  .px-md-1__2OP28 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1__F8O_8,
  .py-md-1__2Td0Z {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1__3kqxs,
  .px-md-1__2OP28 {
    padding-left: 0.25rem !important;
  }
  .p-md-2__2uQ02 {
    padding: 0.5rem !important;
  }
  .pt-md-2__Tj8ZO,
  .py-md-2__1m_rD {
    padding-top: 0.5rem !important;
  }
  .pr-md-2__dIYkm,
  .px-md-2__2Fdhl {
    padding-right: 0.5rem !important;
  }
  .pb-md-2__yPokc,
  .py-md-2__1m_rD {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2__1iVzc,
  .px-md-2__2Fdhl {
    padding-left: 0.5rem !important;
  }
  .p-md-3__ui0gK {
    padding: 1rem !important;
  }
  .pt-md-3__1h91L,
  .py-md-3__1UtMl {
    padding-top: 1rem !important;
  }
  .pr-md-3__3ZVPs,
  .px-md-3__3bXZH {
    padding-right: 1rem !important;
  }
  .pb-md-3__gaHCb,
  .py-md-3__1UtMl {
    padding-bottom: 1rem !important;
  }
  .pl-md-3__2yKvT,
  .px-md-3__3bXZH {
    padding-left: 1rem !important;
  }
  .p-md-4__1c8V8 {
    padding: 1.5rem !important;
  }
  .pt-md-4__3F9Ms,
  .py-md-4__1DxOi {
    padding-top: 1.5rem !important;
  }
  .pr-md-4__XDJjL,
  .px-md-4__2-ewC {
    padding-right: 1.5rem !important;
  }
  .pb-md-4__3AaDj,
  .py-md-4__1DxOi {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4__j2Dip,
  .px-md-4__2-ewC {
    padding-left: 1.5rem !important;
  }
  .p-md-5__1bNEN {
    padding: 3rem !important;
  }
  .pt-md-5__1cSB-,
  .py-md-5__2uH3E {
    padding-top: 3rem !important;
  }
  .pr-md-5__3XMo9,
  .px-md-5__2p0_g {
    padding-right: 3rem !important;
  }
  .pb-md-5__1tUsG,
  .py-md-5__2uH3E {
    padding-bottom: 3rem !important;
  }
  .pl-md-5__2PzPu,
  .px-md-5__2p0_g {
    padding-left: 3rem !important;
  }
  .m-md-auto__11m0V {
    margin: auto !important;
  }
  .mt-md-auto__3trcd,
  .my-md-auto__3kXNE {
    margin-top: auto !important;
  }
  .mr-md-auto__3PgPO,
  .mx-md-auto__7_e0N {
    margin-right: auto !important;
  }
  .mb-md-auto__2Evfk,
  .my-md-auto__3kXNE {
    margin-bottom: auto !important;
  }
  .ml-md-auto__3Rtx7,
  .mx-md-auto__7_e0N {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0__3DMej {
    margin: 0 !important;
  }
  .mt-lg-0__eYkgw,
  .my-lg-0__1n2j3 {
    margin-top: 0 !important;
  }
  .mr-lg-0__3MbYr,
  .mx-lg-0__1XKWD {
    margin-right: 0 !important;
  }
  .mb-lg-0__2whoZ,
  .my-lg-0__1n2j3 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0___lUOC,
  .mx-lg-0__1XKWD {
    margin-left: 0 !important;
  }
  .m-lg-1__11RC9 {
    margin: 0.25rem !important;
  }
  .mt-lg-1__3dUcv,
  .my-lg-1__m2c2w {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1__1ATaA,
  .mx-lg-1__5mv0Z {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1__Bdk1W,
  .my-lg-1__m2c2w {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1__2pd2e,
  .mx-lg-1__5mv0Z {
    margin-left: 0.25rem !important;
  }
  .m-lg-2__1TOi0 {
    margin: 0.5rem !important;
  }
  .mt-lg-2__21g82,
  .my-lg-2__1PWXo {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2__2GNwo,
  .mx-lg-2__1ORFj {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2__5UzEN,
  .my-lg-2__1PWXo {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2__1xNZ0,
  .mx-lg-2__1ORFj {
    margin-left: 0.5rem !important;
  }
  .m-lg-3__3kaH- {
    margin: 1rem !important;
  }
  .mt-lg-3__2bZXq,
  .my-lg-3__3VAJq {
    margin-top: 1rem !important;
  }
  .mr-lg-3__1QO6-,
  .mx-lg-3__oWkpt {
    margin-right: 1rem !important;
  }
  .mb-lg-3__ah5m0,
  .my-lg-3__3VAJq {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3__30dj0,
  .mx-lg-3__oWkpt {
    margin-left: 1rem !important;
  }
  .m-lg-4__2PCD6 {
    margin: 1.5rem !important;
  }
  .mt-lg-4__P09D-,
  .my-lg-4__2i4JO {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4__3LgdN,
  .mx-lg-4__3yz3B {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4__1P7ww,
  .my-lg-4__2i4JO {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4__R3D3t,
  .mx-lg-4__3yz3B {
    margin-left: 1.5rem !important;
  }
  .m-lg-5__2n8_z {
    margin: 3rem !important;
  }
  .mt-lg-5__2Tjtk,
  .my-lg-5__3-hVO {
    margin-top: 3rem !important;
  }
  .mr-lg-5__3DWRA,
  .mx-lg-5__3rE9f {
    margin-right: 3rem !important;
  }
  .mb-lg-5__Z0wZX,
  .my-lg-5__3-hVO {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5__2e-_L,
  .mx-lg-5__3rE9f {
    margin-left: 3rem !important;
  }
  .p-lg-0__2SW4r {
    padding: 0 !important;
  }
  .pt-lg-0__3qeOq,
  .py-lg-0__nnkCT {
    padding-top: 0 !important;
  }
  .pr-lg-0__2O0HJ,
  .px-lg-0__3Tg-a {
    padding-right: 0 !important;
  }
  .pb-lg-0__CIEtp,
  .py-lg-0__nnkCT {
    padding-bottom: 0 !important;
  }
  .pl-lg-0__3Ih0e,
  .px-lg-0__3Tg-a {
    padding-left: 0 !important;
  }
  .p-lg-1__wmeEL {
    padding: 0.25rem !important;
  }
  .pt-lg-1__3eXrL,
  .py-lg-1__2mxI- {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1__2xZLn,
  .px-lg-1__3y7CU {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1__2vyb_,
  .py-lg-1__2mxI- {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1__6Bu10,
  .px-lg-1__3y7CU {
    padding-left: 0.25rem !important;
  }
  .p-lg-2__2seWR {
    padding: 0.5rem !important;
  }
  .pt-lg-2__16d1G,
  .py-lg-2__1-MnO {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2__2WrfQ,
  .px-lg-2__wLpGl {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2__3Hwo4,
  .py-lg-2__1-MnO {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2__ToE_1,
  .px-lg-2__wLpGl {
    padding-left: 0.5rem !important;
  }
  .p-lg-3__3-gIz {
    padding: 1rem !important;
  }
  .pt-lg-3__21Nmo,
  .py-lg-3__1E75M {
    padding-top: 1rem !important;
  }
  .pr-lg-3__Pnutp,
  .px-lg-3__2XC4T {
    padding-right: 1rem !important;
  }
  .pb-lg-3__1I0n5,
  .py-lg-3__1E75M {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3__9WBrM,
  .px-lg-3__2XC4T {
    padding-left: 1rem !important;
  }
  .p-lg-4__1f9ly {
    padding: 1.5rem !important;
  }
  .pt-lg-4__2em0U,
  .py-lg-4__1cSxc {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4__3pa7D,
  .px-lg-4__1Qxdd {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4__vg7PY,
  .py-lg-4__1cSxc {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4__1zwoH,
  .px-lg-4__1Qxdd {
    padding-left: 1.5rem !important;
  }
  .p-lg-5__3tIo3 {
    padding: 3rem !important;
  }
  .pt-lg-5__sH3Sp,
  .py-lg-5__36YLN {
    padding-top: 3rem !important;
  }
  .pr-lg-5__2PqrM,
  .px-lg-5__3l0VR {
    padding-right: 3rem !important;
  }
  .pb-lg-5__YeOiH,
  .py-lg-5__36YLN {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5__2n8VJ,
  .px-lg-5__3l0VR {
    padding-left: 3rem !important;
  }
  .m-lg-auto__3Xfd5 {
    margin: auto !important;
  }
  .mt-lg-auto__3jlgy,
  .my-lg-auto__3e0EX {
    margin-top: auto !important;
  }
  .mr-lg-auto__3NoWR,
  .mx-lg-auto__2hDTv {
    margin-right: auto !important;
  }
  .mb-lg-auto__1BAOU,
  .my-lg-auto__3e0EX {
    margin-bottom: auto !important;
  }
  .ml-lg-auto__2Gn7P,
  .mx-lg-auto__2hDTv {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0__SqOZ- {
    margin: 0 !important;
  }
  .mt-xl-0__21Me7,
  .my-xl-0__2VzSJ {
    margin-top: 0 !important;
  }
  .mr-xl-0__2PKLM,
  .mx-xl-0__2Pl9G {
    margin-right: 0 !important;
  }
  .mb-xl-0__3Y_jH,
  .my-xl-0__2VzSJ {
    margin-bottom: 0 !important;
  }
  .ml-xl-0__1aKc_,
  .mx-xl-0__2Pl9G {
    margin-left: 0 !important;
  }
  .m-xl-1__Mumki {
    margin: 0.25rem !important;
  }
  .mt-xl-1__1H0qD,
  .my-xl-1__1I8A- {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1__12vhB,
  .mx-xl-1__2p0tV {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1__3eFkg,
  .my-xl-1__1I8A- {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1__39Myp,
  .mx-xl-1__2p0tV {
    margin-left: 0.25rem !important;
  }
  .m-xl-2__3ZFrf {
    margin: 0.5rem !important;
  }
  .mt-xl-2__3I-7g,
  .my-xl-2__tXrop {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2__aFRq6,
  .mx-xl-2__3_1r8 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2__2FDBq,
  .my-xl-2__tXrop {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2__1Ln2-,
  .mx-xl-2__3_1r8 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3__2R3kW {
    margin: 1rem !important;
  }
  .mt-xl-3__rCy6H,
  .my-xl-3__3qXn5 {
    margin-top: 1rem !important;
  }
  .mr-xl-3__33eKi,
  .mx-xl-3__zsxXF {
    margin-right: 1rem !important;
  }
  .mb-xl-3__1TcUv,
  .my-xl-3__3qXn5 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3__1xO37,
  .mx-xl-3__zsxXF {
    margin-left: 1rem !important;
  }
  .m-xl-4__1BXfD {
    margin: 1.5rem !important;
  }
  .mt-xl-4__25H2L,
  .my-xl-4__d-pu6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4__1EcUi,
  .mx-xl-4__10-6d {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4__2VPJE,
  .my-xl-4__d-pu6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4__1zQAr,
  .mx-xl-4__10-6d {
    margin-left: 1.5rem !important;
  }
  .m-xl-5__1xQIg {
    margin: 3rem !important;
  }
  .mt-xl-5__2KEDH,
  .my-xl-5__xJy3K {
    margin-top: 3rem !important;
  }
  .mr-xl-5__coTET,
  .mx-xl-5__SPa8f {
    margin-right: 3rem !important;
  }
  .mb-xl-5__2hFav,
  .my-xl-5__xJy3K {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5__3SAwU,
  .mx-xl-5__SPa8f {
    margin-left: 3rem !important;
  }
  .p-xl-0__OWnhe {
    padding: 0 !important;
  }
  .pt-xl-0__1T54u,
  .py-xl-0__1zpcG {
    padding-top: 0 !important;
  }
  .pr-xl-0__2ZKu5,
  .px-xl-0__3s_8q {
    padding-right: 0 !important;
  }
  .pb-xl-0__29DCh,
  .py-xl-0__1zpcG {
    padding-bottom: 0 !important;
  }
  .pl-xl-0__fn088,
  .px-xl-0__3s_8q {
    padding-left: 0 !important;
  }
  .p-xl-1__1TQRz {
    padding: 0.25rem !important;
  }
  .pt-xl-1__3wMii,
  .py-xl-1__2T2J3 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1__1Frju,
  .px-xl-1__3p8hs {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1__LTn3q,
  .py-xl-1__2T2J3 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1__37J_L,
  .px-xl-1__3p8hs {
    padding-left: 0.25rem !important;
  }
  .p-xl-2__1NiSy {
    padding: 0.5rem !important;
  }
  .pt-xl-2__pz-sy,
  .py-xl-2__3Agi- {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2__JWCDM,
  .px-xl-2__1y7Kj {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2__3Sec9,
  .py-xl-2__3Agi- {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2__3rrng,
  .px-xl-2__1y7Kj {
    padding-left: 0.5rem !important;
  }
  .p-xl-3__2w0fB {
    padding: 1rem !important;
  }
  .pt-xl-3__2HWaV,
  .py-xl-3__38gvi {
    padding-top: 1rem !important;
  }
  .pr-xl-3__HzG95,
  .px-xl-3__OKMWW {
    padding-right: 1rem !important;
  }
  .pb-xl-3__2MnQb,
  .py-xl-3__38gvi {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3__2UR7K,
  .px-xl-3__OKMWW {
    padding-left: 1rem !important;
  }
  .p-xl-4__1Ee8t {
    padding: 1.5rem !important;
  }
  .pt-xl-4__p4Qsw,
  .py-xl-4__QK3k5 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4__j8RsO,
  .px-xl-4__2ILO_ {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4__2EMTt,
  .py-xl-4__QK3k5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4__24ZO7,
  .px-xl-4__2ILO_ {
    padding-left: 1.5rem !important;
  }
  .p-xl-5__3Zywq {
    padding: 3rem !important;
  }
  .pt-xl-5__1g6So,
  .py-xl-5__2ipdK {
    padding-top: 3rem !important;
  }
  .pr-xl-5__1m3v9,
  .px-xl-5__-PLPV {
    padding-right: 3rem !important;
  }
  .pb-xl-5__2P67O,
  .py-xl-5__2ipdK {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5__1IXgy,
  .px-xl-5__-PLPV {
    padding-left: 3rem !important;
  }
  .m-xl-auto__963pL {
    margin: auto !important;
  }
  .mt-xl-auto__3wJZl,
  .my-xl-auto__tur5h {
    margin-top: auto !important;
  }
  .mr-xl-auto__3aZGf,
  .mx-xl-auto__cgK2V {
    margin-right: auto !important;
  }
  .mb-xl-auto__3jk_o,
  .my-xl-auto__tur5h {
    margin-bottom: auto !important;
  }
  .ml-xl-auto__wDbyg,
  .mx-xl-auto__cgK2V {
    margin-left: auto !important;
  }
}

.text-monospace___jHeO {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify___c_l0 {
  text-align: justify !important;
}

.text-nowrap__1WWav {
  white-space: nowrap !important;
}

.text-truncate__1-FZJ {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left__1zcv0 {
  text-align: left !important;
}

.text-right__2jb9- {
  text-align: right !important;
}

.text-center__3DK9Q {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left__2SfJ8 {
    text-align: left !important;
  }
  .text-sm-right__3rRaV {
    text-align: right !important;
  }
  .text-sm-center__PbTSc {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left__1Mj78 {
    text-align: left !important;
  }
  .text-md-right__2qUOT {
    text-align: right !important;
  }
  .text-md-center__1zVkn {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left__26yP7 {
    text-align: left !important;
  }
  .text-lg-right__29XdA {
    text-align: right !important;
  }
  .text-lg-center__287bE {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left__2_kx6 {
    text-align: left !important;
  }
  .text-xl-right__3Od28 {
    text-align: right !important;
  }
  .text-xl-center__hPgZO {
    text-align: center !important;
  }
}

.text-lowercase__1Olp- {
  text-transform: lowercase !important;
}

.text-uppercase__rykzm {
  text-transform: uppercase !important;
}

.text-capitalize__2YqwH {
  text-transform: capitalize !important;
}

.font-weight-light__3IHVA {
  font-weight: 300 !important;
}

.font-weight-normal__swcRU {
  font-weight: 400 !important;
}

.font-weight-bold__l4yip {
  font-weight: 700 !important;
}

.font-italic__1wZTx {
  font-style: italic !important;
}

.text-white__1_YjX {
  color: #fff !important;
}

.text-primary__rOZIs {
  color: #007bff !important;
}

a.text-primary__rOZIs:hover, a.text-primary__rOZIs:focus {
  color: #0062cc !important;
}

.text-secondary__1wz4F {
  color: #6c757d !important;
}

a.text-secondary__1wz4F:hover, a.text-secondary__1wz4F:focus {
  color: #545b62 !important;
}

.text-success__4rWi8 {
  color: #28a745 !important;
}

a.text-success__4rWi8:hover, a.text-success__4rWi8:focus {
  color: #1e7e34 !important;
}

.text-info__3dxfU {
  color: #17a2b8 !important;
}

a.text-info__3dxfU:hover, a.text-info__3dxfU:focus {
  color: #117a8b !important;
}

.text-warning__1gii5 {
  color: #ffc107 !important;
}

a.text-warning__1gii5:hover, a.text-warning__1gii5:focus {
  color: #d39e00 !important;
}

.text-danger__2sOez {
  color: #dc3545 !important;
}

a.text-danger__2sOez:hover, a.text-danger__2sOez:focus {
  color: #bd2130 !important;
}

.text-light__Oe77m {
  color: #f8f9fa !important;
}

a.text-light__Oe77m:hover, a.text-light__Oe77m:focus {
  color: #dae0e5 !important;
}

.text-dark__4CsKz {
  color: #343a40 !important;
}

a.text-dark__4CsKz:hover, a.text-dark__4CsKz:focus {
  color: #1d2124 !important;
}

.text-body__3oCgS {
  color: #212529 !important;
}

.text-muted__1Ytvg {
  color: #6c757d !important;
}

.text-black-50__17yX8 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50__1PqkN {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide__1fO7U {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible__2n8uq {
  visibility: visible !important;
}

.invisible__UNfoG {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn__3DxqE) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container__3I9U- {
    min-width: 992px !important;
  }
  .navbar__3x6_5 {
    display: none;
  }
  .badge__2rtHe {
    border: 1px solid #000;
  }
  .table__1wH_X {
    border-collapse: collapse !important;
  }
  .table__1wH_X td,
  .table__1wH_X th {
    background-color: #fff !important;
  }
  .table-bordered__39M1_ th,
  .table-bordered__39M1_ td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark__1pbOp {
    color: inherit;
  }
  .table-dark__1pbOp th,
  .table-dark__1pbOp td,
  .table-dark__1pbOp thead th,
  .table-dark__1pbOp tbody + tbody {
    border-color: #dee2e6;
  }
  .table__1wH_X .thead-dark__3ro46 th {
    color: inherit;
    border-color: #dee2e6;
  }
}
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none; }

.bg-light__1Rh8c {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.nav__Hc572 {
  width: 100%;
  height: 50px;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000; }
  .nav__Hc572 .nav_a__16qhg {
    width: 70%;
    margin: 0 auto; }
    .nav__Hc572 .nav_a__16qhg .nav_img__rIvpz {
      width: 15%;
      float: left;
      line-height: 50px; }
    .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe {
      width: 72%;
      float: left;
      height: 50px;
      line-height: 50px; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .nav_center_c__3C2q0 {
        width: 65%;
        height: 50px;
        margin: 0 auto; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .nav_center_c__3C2q0 .navCenter__10iR9 {
          justify-content: space-around;
          display: flex;
          height: 50px;
          margin: 0 auto; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe ul {
        margin: 0; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe ul li {
          float: left;
          height: 50px;
          position: relative;
          font-size: 14px;
          cursor: pointer;
          text-align: center; }
          .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe ul li a {
            width: 100%;
            color: #fff;
            padding: 0 15px;
            text-decoration: none;
            font-weight: 300;
            text-align: center;
            margin: 0 auto; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .dsj__37_lG {
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-left: 4px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        top: 23px;
        right: 1%; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi {
        position: absolute;
        width: 145px;
        background: rgba(0, 0, 0, 0.6);
        padding: 0 0 10px 0;
        left: -28px;
        display: none; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi span {
          display: inline-block;
          width: 100%;
          text-align: center;
          font-size: 14px;
          font-weight: 300;
          cursor: pointer; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi .down_p__3nb69 {
          margin-top: 10px; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi .down_t__Z4FAV img {
          margin-left: -5px; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi .nav-down_b__1rSZz {
          display: none; }
          .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi .nav-down_b__1rSZz span {
            width: 100%;
            height: 30px; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down_a__1fhj- {
        position: absolute;
        width: 145px;
        background: rgba(0, 0, 0, 0.6);
        left: -15px;
        display: none; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down_a__1fhj- span {
          display: inline-block;
          width: 100%;
          text-align: center;
          font-size: 14px;
          font-weight: 300;
          cursor: pointer; }
        .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down_a__1fhj- .nav-down_b__1rSZz {
          display: none; }
          .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down_a__1fhj- .nav-down_b__1rSZz span {
            width: 100%;
            height: 30px; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down__aBeJi :hover {
        color: #035cf2; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .center_down_a__1fhj- > .down_t__Z4FAV:hover {
        color: #035cf2; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .nav-down_a__18olj:hover > .center_down__aBeJi {
        display: block; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .nav-down_b__1rSZz:hover > .center_down_a__1fhj- {
        display: block; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .nav-down_a__18olj:hover > .dsj__37_lG {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        margin-top: -5px; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .nav-down_b__1rSZz:hover > .dsj__37_lG {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        margin-top: -5px; }
      .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe .Solution__tduA2 {
        width: 145px;
        height: 265px;
        background-color: rgba(0, 0, 0, 0.5); }
    .nav__Hc572 .nav_a__16qhg .nav_center__3hJhe li:hover {
      border-bottom: 2px solid blue; }
    .nav__Hc572 .nav_a__16qhg .nav_right__3TD3q {
      float: right;
      line-height: 50px;
      margin: 0 auto; }
      .nav__Hc572 .nav_a__16qhg .nav_right__3TD3q span {
        padding: 6px 23px;
        background: #0060ff;
        cursor: pointer;
        font-weight: 300;
        font-size: 14px; }
  .nav__Hc572 .css_a__3ZxYb {
    display: none; }

@media screen and (min-width: 320px) and (max-width: 550px) {
  .nav__Hc572 {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: fixed;
    top: 0;
    display: block;
    z-index: 1000; }
    .nav__Hc572 .nav_a__16qhg {
      display: none;
      width: 70%;
      margin: 0 auto; }
    .nav__Hc572 .css_a__3ZxYb {
      width: 100%;
      height: 50px;
      display: block; }
      .nav__Hc572 .css_a__3ZxYb .css_img__AxyTX img {
        position: absolute;
        top: 15px;
        left: 15px; }
      .nav__Hc572 .css_a__3ZxYb .css_right_r__3g4CI {
        width: 40px;
        height: 40px;
        background: #ccc;
        float: right;
        font-size: 20px;
        color: #000;
        text-align: center;
        line-height: 40px;
        border-radius: 2px;
        margin-top: 5px;
        margin-right: 10px; }
      .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 {
        display: none;
        position: relative; }
        .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_g__Suvel {
          position: absolute;
          right: 0;
          width: 180px;
          height: 400px;
          margin-top: 5px;
          background: rgba(0, 0, 0, 0.7);
          margin-right: -10px; }
          .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_g__Suvel li {
            color: #fff;
            width: 100%;
            font-size: 16px;
            background: #2a7a91;
            margin-top: 5px; }
          .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_g__Suvel .css_right_p__1y106 {
            display: none; }
            .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_g__Suvel .css_right_p__1y106 li {
              background: #ccc;
              margin-top: 3px; }
          .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_g__Suvel .css_right_w__1dM6D .css_right_y__3suaQ {
            display: none; }
            .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_g__Suvel .css_right_w__1dM6D .css_right_y__3suaQ li {
              border-top: 1px solid #ccc;
              background: #ccc; }
        .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_f__2v6LS:hover > .css_right_p__1y106 {
          display: block; }
        .nav__Hc572 .css_a__3ZxYb .css_right_i__2l8z8 .css_right_w__1dM6D:hover > .css_right_y__3suaQ {
          display: block; }
      .nav__Hc572 .css_a__3ZxYb .css_right_r__3g4CI:hover > .css_right_i__2l8z8 {
        display: block; } }

.footer_wrap__3txTS {
  clear: both;
  padding: 0px;
  background: url(/_next/static/images/footer-bg-0f642b1620c06fe9de9ba6abe42ce8b4.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .footer_wrap__3txTS .footer__3aR-z {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    .footer_wrap__3txTS .footer__3aR-z .footer_list__Nu2Rx {
      width: 40%;
      float: right; }
      .footer_wrap__3txTS .footer__3aR-z .footer_list__Nu2Rx .footer_list_tit__9PaIz {
        border-bottom: 1px solid #0060ff;
        width: 40%;
        color: #fff;
        line-height: 50px;
        font-size: 18px; }
      .footer_wrap__3txTS .footer__3aR-z .footer_list__Nu2Rx .footer_list_li__3JVIN {
        color: #d3d9df;
        font-size: 12px;
        margin-top: 10px;
        cursor: pointer; }
    .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH {
      width: 16%; }
      .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH .footer_list_tit__9PaIz {
        border-bottom: 1px solid #0060ff;
        width: 40%;
        color: #fff;
        font-size: 18px;
        line-height: 50px; }
      .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH .footer_list_li__3JVIN {
        color: #d3d9df;
        font-size: 12px;
        margin-top: 20px;
        cursor: pointer; }

.footer_f__3aDfd {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #27263a;
  font-size: 12px; }
  .footer_f__3aDfd p {
    color: #515369;
    margin: 0; }

.footer_list_tit_2__2ZeCS {
  width: 40%;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #0060ff; }

.footer_list_a__3fGb4 {
  float: left;
  width: 40%; }
  .footer_list_a__3fGb4 .footer_list_tit__9PaIz {
    border-bottom: 1px solid #0060ff;
    width: 50%;
    color: #fff;
    font-size: 18px;
    height: 40%; }
  .footer_list_a__3fGb4 .footer_list_li__3JVIN {
    color: #ccc;
    margin: 10px 0;
    height: 40%;
    cursor: pointer; }

.footer_list_aa__q6asp .footer_list_li_2__3gIhs {
  float: left;
  margin-right: 6px;
  font-size: 12px;
  cursor: pointer; }

.footer_list_aa__q6asp :hover {
  color: #0060ff; }

.footer_list_right__1bqoH {
  color: #cccccc; }

.footer_list_right__1bqoH :hover {
  color: #0060ff; }

@media screen and (min-width: 320px) and (max-width: 880px) {
  .footer_f__3aDfd {
    transform: scale(0.8);
    width: 100%;
    padding: 0px;
    text-align: center;
    border-top: 1px solid #27263a;
    font-size: 12px; }
    .footer_f__3aDfd p {
      color: #515369; }
  .footer_wrap__3txTS {
    background: url(/_next/static/images/footer-bg-0f642b1620c06fe9de9ba6abe42ce8b4.png);
    background-repeat: no-repeat; }
    .footer_wrap__3txTS .footer__3aR-z {
      width: 90%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      .footer_wrap__3txTS .footer__3aR-z .footer_list__Nu2Rx {
        width: 20%;
        float: right; }
        .footer_wrap__3txTS .footer__3aR-z .footer_list__Nu2Rx .footer_list_tit__9PaIz {
          transform: scale(0.8);
          border-bottom: 1px solid #0060ff;
          width: 100%;
          height: 30px;
          color: #fff;
          line-height: 30px;
          font-size: 12px; }
        .footer_wrap__3txTS .footer__3aR-z .footer_list__Nu2Rx .footer_list_li__3JVIN {
          color: #d3d9df;
          margin-top: 2px;
          font-size: 10px;
          transform: scale(0.8); }
      .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH {
        width: 30%;
        float: left;
        margin-top: -10px; }
        .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH .footer_list_tit__9PaIz {
          border-bottom: 1px solid #0060ff;
          width: 100%;
          color: #fff;
          line-height: 50px;
          font-size: 12px;
          transform: scale(0.8); }
        .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH .footer_list_li__3JVIN {
          color: #d3d9df;
          font-size: 12px; }
        .footer_wrap__3txTS .footer__3aR-z .footer_list_right__1bqoH .footer_list_li__3JVIN {
          color: #d3d9df;
          margin-top: 2px;
          font-size: 10px;
          transform: scale(0.8); }
  .footer_list_tit_2__2ZeCS {
    transform: scale(0.8);
    width: 40%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #0060ff; }
  .footer_list_a__3fGb4 {
    float: left;
    width: 100%; }
    .footer_list_a__3fGb4 .footer_list_tit__9PaIz {
      border-bottom: 1px solid #0060ff;
      color: #fff;
      font-size: 10px; }
    .footer_list_a__3fGb4 .footer_list_li__3JVIN {
      color: #ccc;
      transform: scale(0.8); }
  .footer_list_aa__q6asp .footer_list_li_2__3gIhs {
    float: left;
    font-size: 8px;
    margin-top: -8px; }
  .footer_list_aa__q6asp .footer_list_li_2__3gIhs:nth-child(2) {
    margin-left: -12px; }
  .footer_list_aa__q6asp :hover {
    color: #0060ff; }
  .footer_list_right__1bqoH {
    color: #cccccc; }
  .footer_list_right__1bqoH :hover {
    color: #0060ff; } }

.footer_list_li__3JVIN span:hover {
  color: #0060ff; }

