/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

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

select {
  word-wrap: normal;
}

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

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

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-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, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.V6yzrNym {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.imWbKgCOS {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.Qde9bZAbn {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.wfLwUsH {
  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 {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.NJ6NVVF {
  display: inline-block;
}

.NJ6NVVF:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

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

.eOjdSBDcHn::before {
  content: "\2014\00A0";
}

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

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

.MCbM6aqA4yb {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.iBIOqi40f {
  margin-right: 0;
  margin-left: 0;
}

.iBIOqi40f > .col,
.iBIOqi40f > :is(#SDYOF2BT, #hGnNZuX, #Vb9RcbEMEj1, #V2Y1GYZ, #SqCGVREtoy5, #C9E0FHpT, #Y6FiFuiekn, #MhB87A, #oSa6taCjd7c, #LbtGOH4UM, #HLoSHcn, #MBq42nHL, #lsV0Hps6zC, #sa4l0CSws, #te70g0E1GPU, #l71PPgVunxU, #N9utVow, #PFOiG0T, #sibEndfM, #BTTolQhyux, #ceGbsiwAHY, #SRCSasxcZ, #B1arELgnxtU, #rQnn7EA, #DQaExI, #kNKELTUmZvC, #H4Femx, #fxT5Rs, #xU03nsrBq, #V7n6xuKi, #xVQxlc4eG, #ff74pvVMS, #M65ed4Dpq, #cUDBcCz, #l3xIzc3, #DiCgBI7, #B5agwsZdNna, #ltmINjsm, #RRd94KaznXa, #CKfjksCgY, #tdgS5pKVBy, #SlKIfy, #NQ6n9Ee69Ri, #cYddKgezf, #eNqXNs, #GVynto54ssN, #brkWWw4j6H, #K4XaNJ, #dVUpkDLO, #oFs8B5c, #F5d8N0ISJpJ, #QsSSlrP44, #VfuKCxZHPQe, #Q601vIm8b1, #o0uyKG, #UehkFgN03, #OMFj7KZ30b, #ARf0mI, #jvMpnvb, #cxIDyxhhR, #vd08ghg6W, #LpMynB, #aAy27ELf, #Mg5ygCUSmjs, #p2F0Z7RgqYj, #WeeMfukgf0, #D0txxcEWc, #QpFHF5o, #ich5g50, #lm9aRpz, #pL6eA4F2, #kgOjv05) {
  padding-right: 0;
  padding-left: 0;
}

.SDYOF2BT, .hGnNZuX, .Vb9RcbEMEj1, .V2Y1GYZ, .SqCGVREtoy5, .C9E0FHpT, .Y6FiFuiekn, .MhB87A, .oSa6taCjd7c, .LbtGOH4UM, .HLoSHcn, .MBq42nHL, .col,
.lsV0Hps6zC, .sa4l0CSws, .te70g0E1GPU, .l71PPgVunxU, .N9utVow, .PFOiG0T, .sibEndfM, .BTTolQhyux, .ceGbsiwAHY, .SRCSasxcZ, .B1arELgnxtU, .rQnn7EA, .DQaExI, .kNKELTUmZvC,
.H4Femx, .fxT5Rs, .xU03nsrBq, .V7n6xuKi, .xVQxlc4eG, .ff74pvVMS, .M65ed4Dpq, .cUDBcCz, .l3xIzc3, .DiCgBI7, .B5agwsZdNna, .ltmINjsm, .RRd94KaznXa, .CKfjksCgY,
.tdgS5pKVBy, .SlKIfy, .NQ6n9Ee69Ri, .cYddKgezf, .eNqXNs, .GVynto54ssN, .brkWWw4j6H, .K4XaNJ, .dVUpkDLO, .oFs8B5c, .F5d8N0ISJpJ, .QsSSlrP44, .VfuKCxZHPQe, .Q601vIm8b1,
.o0uyKG, .UehkFgN03, .OMFj7KZ30b, .ARf0mI, .jvMpnvb, .cxIDyxhhR, .vd08ghg6W, .LpMynB, .aAy27ELf, .Mg5ygCUSmjs, .p2F0Z7RgqYj, .WeeMfukgf0, .D0txxcEWc, .QpFHF5o,
.ich5g50 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.lsV0Hps6zC {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.SDYOF2BT {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.hGnNZuX {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.Vb9RcbEMEj1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.V2Y1GYZ {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.SqCGVREtoy5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.C9E0FHpT {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.Y6FiFuiekn {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.MhB87A {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.oSa6taCjd7c {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.LbtGOH4UM {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.HLoSHcn {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.MBq42nHL {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.VHLFJdxtMdl {
  margin-left: 8.333333%;
}

.KR6En5V89U5 {
  margin-left: 16.666667%;
}

.QHwKHgIea2Y {
  margin-left: 25%;
}

.br0yj1 {
  margin-left: 33.333333%;
}

.I1R29GcqwO {
  margin-left: 41.666667%;
}

.YwuevpuB {
  margin-left: 50%;
}

.IOKoget1r {
  margin-left: 58.333333%;
}

.OjCZRf7 {
  margin-left: 66.666667%;
}

.N4f2t5c4o {
  margin-left: 75%;
}

.D5pIuxZGYX {
  margin-left: 83.333333%;
}

.IEEqtCC {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .kNKELTUmZvC {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .H4Femx {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sa4l0CSws {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .te70g0E1GPU {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l71PPgVunxU {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .N9utVow {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .PFOiG0T {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sibEndfM {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .BTTolQhyux {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ceGbsiwAHY {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .SRCSasxcZ {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .B1arELgnxtU {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .rQnn7EA {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .DQaExI {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .KZD7VdB {
    -ms-flex-order: -1;
    order: -1;
  }
  .VK39kl {
    -ms-flex-order: 13;
    order: 13;
  }
  .zoZXGwSB6 {
    -ms-flex-order: 0;
    order: 0;
  }
  .eHgNfKhJH {
    -ms-flex-order: 1;
    order: 1;
  }
  .qup0uBTj {
    -ms-flex-order: 2;
    order: 2;
  }
  .qNLiCxXxVD {
    -ms-flex-order: 3;
    order: 3;
  }
  .nb1ZZ6 {
    -ms-flex-order: 4;
    order: 4;
  }
  .DUzlTSe {
    -ms-flex-order: 5;
    order: 5;
  }
  .w9mfH4ZHL5f {
    -ms-flex-order: 6;
    order: 6;
  }
  .QZThQbq {
    -ms-flex-order: 7;
    order: 7;
  }
  .tpGiFqqb {
    -ms-flex-order: 8;
    order: 8;
  }
  .n3x25SIUCpG {
    -ms-flex-order: 9;
    order: 9;
  }
  .WIiVqNsja {
    -ms-flex-order: 10;
    order: 10;
  }
  .vtsJNnGvre {
    -ms-flex-order: 11;
    order: 11;
  }
  .QGhCS1 {
    -ms-flex-order: 12;
    order: 12;
  }
  .SybPTUqd {
    margin-left: 0;
  }
  .OTiqV9 {
    margin-left: 8.333333%;
  }
  .Y49MVubJ0b {
    margin-left: 16.666667%;
  }
  .NnOU74 {
    margin-left: 25%;
  }
  .rAr1i226DG {
    margin-left: 33.333333%;
  }
  .QkzFFI {
    margin-left: 41.666667%;
  }
  .iHMlSLdk {
    margin-left: 50%;
  }
  .WO5JqYk6F0 {
    margin-left: 58.333333%;
  }
  .KCbzI46 {
    margin-left: 66.666667%;
  }
  .MEWya1 {
    margin-left: 75%;
  }
  .giiQNpqixdl {
    margin-left: 83.333333%;
  }
  .zA6MH0gl7 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .CKfjksCgY {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tdgS5pKVBy {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fxT5Rs {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .xU03nsrBq {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .V7n6xuKi {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xVQxlc4eG {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ff74pvVMS {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .M65ed4Dpq {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cUDBcCz {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l3xIzc3 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .DiCgBI7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .B5agwsZdNna {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ltmINjsm {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .RRd94KaznXa {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Y0oae0OR {
    -ms-flex-order: -1;
    order: -1;
  }
  .qxNvtc3 {
    -ms-flex-order: 13;
    order: 13;
  }
  .wUVCMK {
    -ms-flex-order: 0;
    order: 0;
  }
  .lTfQbDBS {
    -ms-flex-order: 1;
    order: 1;
  }
  .rSP8cmJ8 {
    -ms-flex-order: 2;
    order: 2;
  }
  .efsWOF {
    -ms-flex-order: 3;
    order: 3;
  }
  .yJYfbdz {
    -ms-flex-order: 4;
    order: 4;
  }
  .tTCgf9L {
    -ms-flex-order: 5;
    order: 5;
  }
  .pgKiJh75 {
    -ms-flex-order: 6;
    order: 6;
  }
  .buivq3h {
    -ms-flex-order: 7;
    order: 7;
  }
  .amPlIzs {
    -ms-flex-order: 8;
    order: 8;
  }
  .rEC9i1MV {
    -ms-flex-order: 9;
    order: 9;
  }
  .KGlRFXp2m6m {
    -ms-flex-order: 10;
    order: 10;
  }
  .ThPCao3CY {
    -ms-flex-order: 11;
    order: 11;
  }
  .zg4BsR {
    -ms-flex-order: 12;
    order: 12;
  }
  .W9V0dkXTs {
    margin-left: 0;
  }
  .uDFGGs {
    margin-left: 8.333333%;
  }
  .IYEZ8f {
    margin-left: 16.666667%;
  }
  .lFmJZQd0 {
    margin-left: 25%;
  }
  .WWZwNFg0Y {
    margin-left: 33.333333%;
  }
  .M5gc7bxXr {
    margin-left: 41.666667%;
  }
  .fzmnwb {
    margin-left: 50%;
  }
  .i5wnh5O9pE {
    margin-left: 58.333333%;
  }
  .QfK13amyq {
    margin-left: 66.666667%;
  }
  .jo5Pn4eFQ {
    margin-left: 75%;
  }
  .HTErxTWCMWL {
    margin-left: 83.333333%;
  }
  .aSsja6 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .Q601vIm8b1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .o0uyKG {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .SlKIfy {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .NQ6n9Ee69Ri {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cYddKgezf {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .eNqXNs {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .GVynto54ssN {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .brkWWw4j6H {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .K4XaNJ {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .dVUpkDLO {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .oFs8B5c {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .F5d8N0ISJpJ {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .QsSSlrP44 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .VfuKCxZHPQe {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rLMKn4 {
    -ms-flex-order: -1;
    order: -1;
  }
  .oRjF3MEKq {
    -ms-flex-order: 13;
    order: 13;
  }
  .nle0OkZgW {
    -ms-flex-order: 0;
    order: 0;
  }
  .InEnTKL48lV {
    -ms-flex-order: 1;
    order: 1;
  }
  .lU0Sgk {
    -ms-flex-order: 2;
    order: 2;
  }
  .wFCE1ch {
    -ms-flex-order: 3;
    order: 3;
  }
  .j8JC30 {
    -ms-flex-order: 4;
    order: 4;
  }
  .iFteXW {
    -ms-flex-order: 5;
    order: 5;
  }
  .Kp4wQClCQ {
    -ms-flex-order: 6;
    order: 6;
  }
  .bERrr3yh9 {
    -ms-flex-order: 7;
    order: 7;
  }
  .dM4RVw {
    -ms-flex-order: 8;
    order: 8;
  }
  .pmbnIw4Q {
    -ms-flex-order: 9;
    order: 9;
  }
  .ieNX0yqKs {
    -ms-flex-order: 10;
    order: 10;
  }
  .ML9TdpowRU {
    -ms-flex-order: 11;
    order: 11;
  }
  .FZlclpse {
    -ms-flex-order: 12;
    order: 12;
  }
  .jAL1t9g {
    margin-left: 0;
  }
  .WnU5WVGd {
    margin-left: 8.333333%;
  }
  .aVTcAgAO {
    margin-left: 16.666667%;
  }
  .QK6J8F {
    margin-left: 25%;
  }
  .vs7kHo9 {
    margin-left: 33.333333%;
  }
  .JekB4qNV2s {
    margin-left: 41.666667%;
  }
  .G4PvnAeZZ {
    margin-left: 50%;
  }
  .IuJoz1eo51 {
    margin-left: 58.333333%;
  }
  .vRqC5oL3G9 {
    margin-left: 66.666667%;
  }
  .VWe1aP932Mx {
    margin-left: 75%;
  }
  .OpTzC2qPflZ {
    margin-left: 83.333333%;
  }
  .MCapADQpA {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .QpFHF5o {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ich5g50 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .UehkFgN03 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .OMFj7KZ30b {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ARf0mI {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .jvMpnvb {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cxIDyxhhR {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .vd08ghg6W {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .LpMynB {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .aAy27ELf {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .Mg5ygCUSmjs {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .p2F0Z7RgqYj {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .WeeMfukgf0 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .D0txxcEWc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .LHlG0j2F {
    -ms-flex-order: -1;
    order: -1;
  }
  .E6KC8EOZirE {
    -ms-flex-order: 13;
    order: 13;
  }
  .owef7vXT {
    -ms-flex-order: 0;
    order: 0;
  }
  .ukUkry3kf9 {
    -ms-flex-order: 1;
    order: 1;
  }
  .FD3g4kcGRi {
    -ms-flex-order: 2;
    order: 2;
  }
  .dVGVIEbm {
    -ms-flex-order: 3;
    order: 3;
  }
  .EN6TIlFeFS {
    -ms-flex-order: 4;
    order: 4;
  }
  .QGjbZ9wsJC {
    -ms-flex-order: 5;
    order: 5;
  }
  .HgwrNXh9rZ7 {
    -ms-flex-order: 6;
    order: 6;
  }
  .fIIYJhrNbU {
    -ms-flex-order: 7;
    order: 7;
  }
  .DPMUqb {
    -ms-flex-order: 8;
    order: 8;
  }
  .IML4P22p2 {
    -ms-flex-order: 9;
    order: 9;
  }
  .uRExi5 {
    -ms-flex-order: 10;
    order: 10;
  }
  .sP5rG1YbN {
    -ms-flex-order: 11;
    order: 11;
  }
  .zXqWl6 {
    -ms-flex-order: 12;
    order: 12;
  }
  .C16SMqhNw {
    margin-left: 0;
  }
  .ZyVyy5AOc {
    margin-left: 8.333333%;
  }
  .DKHqvO {
    margin-left: 16.666667%;
  }
  .Q9Qslf {
    margin-left: 25%;
  }
  .w1xGp75YZ {
    margin-left: 33.333333%;
  }
  .lu9YFRen4k {
    margin-left: 41.666667%;
  }
  .ETNnhhg {
    margin-left: 50%;
  }
  .vIGOFR19Cwd {
    margin-left: 58.333333%;
  }
  .W5PhrzYhHY0 {
    margin-left: 66.666667%;
  }
  .n6oBMVBR {
    margin-left: 75%;
  }
  .K8eeeBbt {
    margin-left: 83.333333%;
  }
  .YMdqIpNd5kX {
    margin-left: 91.666667%;
  }
}

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

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

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

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

.yx6zFisDZ th,
.yx6zFisDZ td {
  padding: 0.3rem;
}

.U5nhRb6 {
  border: 1px solid #dee2e6;
}

.U5nhRb6 th,
.U5nhRb6 td {
  border: 1px solid #dee2e6;
}

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

.MG15FC th,
.MG15FC td,
.MG15FC thead th,
.MG15FC tbody + tbody {
  border: 0;
}

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

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

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

.dcrPONyO th,
.dcrPONyO td,
.dcrPONyO thead th,
.dcrPONyO tbody + tbody {
  border-color: #7abaff;
}

.Y2yXnOG1vA .dcrPONyO:hover {
  background-color: #9fcdff;
}

.Y2yXnOG1vA .dcrPONyO:hover > td,
.Y2yXnOG1vA .dcrPONyO:hover > th {
  background-color: #9fcdff;
}

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

.PRUY3rVdtuT th,
.PRUY3rVdtuT td,
.PRUY3rVdtuT thead th,
.PRUY3rVdtuT tbody + tbody {
  border-color: #b3b7bb;
}

.Y2yXnOG1vA .PRUY3rVdtuT:hover {
  background-color: #c8cbcf;
}

.Y2yXnOG1vA .PRUY3rVdtuT:hover > td,
.Y2yXnOG1vA .PRUY3rVdtuT:hover > th {
  background-color: #c8cbcf;
}

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

.Fr8H659QYtO th,
.Fr8H659QYtO td,
.Fr8H659QYtO thead th,
.Fr8H659QYtO tbody + tbody {
  border-color: #8fd19e;
}

.Y2yXnOG1vA .Fr8H659QYtO:hover {
  background-color: #b1dfbb;
}

.Y2yXnOG1vA .Fr8H659QYtO:hover > td,
.Y2yXnOG1vA .Fr8H659QYtO:hover > th {
  background-color: #b1dfbb;
}

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

.Ptmkdc th,
.Ptmkdc td,
.Ptmkdc thead th,
.Ptmkdc tbody + tbody {
  border-color: #86cfda;
}

.Y2yXnOG1vA .Ptmkdc:hover {
  background-color: #abdde5;
}

.Y2yXnOG1vA .Ptmkdc:hover > td,
.Y2yXnOG1vA .Ptmkdc:hover > th {
  background-color: #abdde5;
}

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

.dK7jT3Ft th,
.dK7jT3Ft td,
.dK7jT3Ft thead th,
.dK7jT3Ft tbody + tbody {
  border-color: #ffdf7e;
}

.Y2yXnOG1vA .dK7jT3Ft:hover {
  background-color: #ffe8a1;
}

.Y2yXnOG1vA .dK7jT3Ft:hover > td,
.Y2yXnOG1vA .dK7jT3Ft:hover > th {
  background-color: #ffe8a1;
}

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

.sIcMSrv th,
.sIcMSrv td,
.sIcMSrv thead th,
.sIcMSrv tbody + tbody {
  border-color: #ed969e;
}

.Y2yXnOG1vA .sIcMSrv:hover {
  background-color: #f1b0b7;
}

.Y2yXnOG1vA .sIcMSrv:hover > td,
.Y2yXnOG1vA .sIcMSrv:hover > th {
  background-color: #f1b0b7;
}

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

.xAbvgxex th,
.xAbvgxex td,
.xAbvgxex thead th,
.xAbvgxex tbody + tbody {
  border-color: #fbfcfc;
}

.Y2yXnOG1vA .xAbvgxex:hover {
  background-color: #ececf6;
}

.Y2yXnOG1vA .xAbvgxex:hover > td,
.Y2yXnOG1vA .xAbvgxex:hover > th {
  background-color: #ececf6;
}

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

.wBlmr3 th,
.wBlmr3 td,
.wBlmr3 thead th,
.wBlmr3 tbody + tbody {
  border-color: #95999c;
}

.Y2yXnOG1vA .wBlmr3:hover {
  background-color: #b9bbbe;
}

.Y2yXnOG1vA .wBlmr3:hover > td,
.Y2yXnOG1vA .wBlmr3:hover > th {
  background-color: #b9bbbe;
}

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

.Y2yXnOG1vA .lXqbudOIP:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.Y2yXnOG1vA .lXqbudOIP:hover > td,
.Y2yXnOG1vA .lXqbudOIP:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .CbjQYn254Fw th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .IRXQQHiyf th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.wBlmr3 th,
.wBlmr3 td,
.wBlmr3 thead th {
  border-color: #454d55;
}

.wBlmr3.U5nhRb6 {
  border: 0;
}

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

.wBlmr3.Y2yXnOG1vA tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .Agkl5NgbG {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Agkl5NgbG > .U5nhRb6 {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .pKT0XfwdBvK {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pKT0XfwdBvK > .U5nhRb6 {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .iY7hQzRH1y {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .iY7hQzRH1y > .U5nhRb6 {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .GtLCA5FqDCK {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .GtLCA5FqDCK > .U5nhRb6 {
    border: 0;
  }
}

.Pgf1y3 {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.Pgf1y3 > .U5nhRb6 {
  border: 0;
}

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

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

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

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

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

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

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

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

.nVAQ52xBK::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

.hNUSaYRqs,
.ALs1zcU {
  display: block;
  width: 100%;
}

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

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

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

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

.n8LeNq39.eeuOlm, .n8LeNq39.Q8UEt7h {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.nVAQ52xBK[size], select.nVAQ52xBK[multiple] {
  height: auto;
}

textarea.nVAQ52xBK {
  height: auto;
}

.Nh0xubzta2 {
  margin-bottom: 1rem;
}

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

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

.VbK2Esa9 > .col,
.VbK2Esa9 > :is(#SDYOF2BT, #hGnNZuX, #Vb9RcbEMEj1, #V2Y1GYZ, #SqCGVREtoy5, #C9E0FHpT, #Y6FiFuiekn, #MhB87A, #oSa6taCjd7c, #LbtGOH4UM, #HLoSHcn, #MBq42nHL, #lsV0Hps6zC, #sa4l0CSws, #te70g0E1GPU, #l71PPgVunxU, #N9utVow, #PFOiG0T, #sibEndfM, #BTTolQhyux, #ceGbsiwAHY, #SRCSasxcZ, #B1arELgnxtU, #rQnn7EA, #DQaExI, #kNKELTUmZvC, #H4Femx, #fxT5Rs, #xU03nsrBq, #V7n6xuKi, #xVQxlc4eG, #ff74pvVMS, #M65ed4Dpq, #cUDBcCz, #l3xIzc3, #DiCgBI7, #B5agwsZdNna, #ltmINjsm, #RRd94KaznXa, #CKfjksCgY, #tdgS5pKVBy, #SlKIfy, #NQ6n9Ee69Ri, #cYddKgezf, #eNqXNs, #GVynto54ssN, #brkWWw4j6H, #K4XaNJ, #dVUpkDLO, #oFs8B5c, #F5d8N0ISJpJ, #QsSSlrP44, #VfuKCxZHPQe, #Q601vIm8b1, #o0uyKG, #UehkFgN03, #OMFj7KZ30b, #ARf0mI, #jvMpnvb, #cxIDyxhhR, #vd08ghg6W, #LpMynB, #aAy27ELf, #Mg5ygCUSmjs, #p2F0Z7RgqYj, #WeeMfukgf0, #D0txxcEWc, #QpFHF5o, #ich5g50, #lm9aRpz, #pL6eA4F2, #kgOjv05) {
  padding-right: 5px;
  padding-left: 5px;
}

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

.SMMXh0g {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.SMMXh0g:disabled ~ .sROQQx3uy1 {
  color: #6c757d;
}

.sROQQx3uy1 {
  margin-bottom: 0;
}

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

.PqzhUb .SMMXh0g {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

.OTuQJw .nVAQ52xBK:valid:focus, .nVAQ52xBK.MrZZMB0F:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.OTuQJw .nVAQ52xBK:valid ~ .V6YoWD0uhd,
.OTuQJw .nVAQ52xBK:valid ~ .iMO9j5, .nVAQ52xBK.MrZZMB0F ~ .V6YoWD0uhd,
.nVAQ52xBK.MrZZMB0F ~ .iMO9j5 {
  display: block;
}

.OTuQJw textarea.nVAQ52xBK:valid, textarea.nVAQ52xBK.MrZZMB0F {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.OTuQJw .kCOZYZKpp:valid, .kCOZYZKpp.MrZZMB0F {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.OTuQJw .kCOZYZKpp:valid:focus, .kCOZYZKpp.MrZZMB0F:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.OTuQJw .kCOZYZKpp:valid ~ .V6YoWD0uhd,
.OTuQJw .kCOZYZKpp:valid ~ .iMO9j5, .kCOZYZKpp.MrZZMB0F ~ .V6YoWD0uhd,
.kCOZYZKpp.MrZZMB0F ~ .iMO9j5 {
  display: block;
}

.OTuQJw .hNUSaYRqs:valid ~ .V6YoWD0uhd,
.OTuQJw .hNUSaYRqs:valid ~ .iMO9j5, .hNUSaYRqs.MrZZMB0F ~ .V6YoWD0uhd,
.hNUSaYRqs.MrZZMB0F ~ .iMO9j5 {
  display: block;
}

.OTuQJw .SMMXh0g:valid ~ .sROQQx3uy1, .SMMXh0g.MrZZMB0F ~ .sROQQx3uy1 {
  color: #28a745;
}

.OTuQJw .SMMXh0g:valid ~ .V6YoWD0uhd,
.OTuQJw .SMMXh0g:valid ~ .iMO9j5, .SMMXh0g.MrZZMB0F ~ .V6YoWD0uhd,
.SMMXh0g.MrZZMB0F ~ .iMO9j5 {
  display: block;
}

.OTuQJw .yXp2ui66Y:valid ~ .Lqr8oRSD, .yXp2ui66Y.MrZZMB0F ~ .Lqr8oRSD {
  color: #28a745;
}

.OTuQJw .yXp2ui66Y:valid ~ .Lqr8oRSD::before, .yXp2ui66Y.MrZZMB0F ~ .Lqr8oRSD::before {
  border-color: #28a745;
}

.OTuQJw .yXp2ui66Y:valid ~ .V6YoWD0uhd,
.OTuQJw .yXp2ui66Y:valid ~ .iMO9j5, .yXp2ui66Y.MrZZMB0F ~ .V6YoWD0uhd,
.yXp2ui66Y.MrZZMB0F ~ .iMO9j5 {
  display: block;
}

.OTuQJw .yXp2ui66Y:valid:checked ~ .Lqr8oRSD::before, .yXp2ui66Y.MrZZMB0F:checked ~ .Lqr8oRSD::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.OTuQJw .yXp2ui66Y:valid:focus ~ .Lqr8oRSD::before, .yXp2ui66Y.MrZZMB0F:focus ~ .Lqr8oRSD::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.OTuQJw .yXp2ui66Y:valid:focus:not(:checked) ~ .Lqr8oRSD::before, .yXp2ui66Y.MrZZMB0F:focus:not(:checked) ~ .Lqr8oRSD::before {
  border-color: #28a745;
}

.OTuQJw .BOhG5JbbT:valid ~ .okgpjf16, .BOhG5JbbT.MrZZMB0F ~ .okgpjf16 {
  border-color: #28a745;
}

.OTuQJw .BOhG5JbbT:valid ~ .V6YoWD0uhd,
.OTuQJw .BOhG5JbbT:valid ~ .iMO9j5, .BOhG5JbbT.MrZZMB0F ~ .V6YoWD0uhd,
.BOhG5JbbT.MrZZMB0F ~ .iMO9j5 {
  display: block;
}

.OTuQJw .BOhG5JbbT:valid:focus ~ .okgpjf16, .BOhG5JbbT.MrZZMB0F:focus ~ .okgpjf16 {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.OTuQJw .nVAQ52xBK:invalid, .nVAQ52xBK.a44xxCou {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.OTuQJw .nVAQ52xBK:invalid:focus, .nVAQ52xBK.a44xxCou:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.OTuQJw .nVAQ52xBK:invalid ~ .ZbNFoc27,
.OTuQJw .nVAQ52xBK:invalid ~ .tNbIRzh8l, .nVAQ52xBK.a44xxCou ~ .ZbNFoc27,
.nVAQ52xBK.a44xxCou ~ .tNbIRzh8l {
  display: block;
}

.OTuQJw textarea.nVAQ52xBK:invalid, textarea.nVAQ52xBK.a44xxCou {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

.OTuQJw .kCOZYZKpp:invalid:focus, .kCOZYZKpp.a44xxCou:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.OTuQJw .kCOZYZKpp:invalid ~ .ZbNFoc27,
.OTuQJw .kCOZYZKpp:invalid ~ .tNbIRzh8l, .kCOZYZKpp.a44xxCou ~ .ZbNFoc27,
.kCOZYZKpp.a44xxCou ~ .tNbIRzh8l {
  display: block;
}

.OTuQJw .hNUSaYRqs:invalid ~ .ZbNFoc27,
.OTuQJw .hNUSaYRqs:invalid ~ .tNbIRzh8l, .hNUSaYRqs.a44xxCou ~ .ZbNFoc27,
.hNUSaYRqs.a44xxCou ~ .tNbIRzh8l {
  display: block;
}

.OTuQJw .SMMXh0g:invalid ~ .sROQQx3uy1, .SMMXh0g.a44xxCou ~ .sROQQx3uy1 {
  color: #dc3545;
}

.OTuQJw .SMMXh0g:invalid ~ .ZbNFoc27,
.OTuQJw .SMMXh0g:invalid ~ .tNbIRzh8l, .SMMXh0g.a44xxCou ~ .ZbNFoc27,
.SMMXh0g.a44xxCou ~ .tNbIRzh8l {
  display: block;
}

.OTuQJw .yXp2ui66Y:invalid ~ .Lqr8oRSD, .yXp2ui66Y.a44xxCou ~ .Lqr8oRSD {
  color: #dc3545;
}

.OTuQJw .yXp2ui66Y:invalid ~ .Lqr8oRSD::before, .yXp2ui66Y.a44xxCou ~ .Lqr8oRSD::before {
  border-color: #dc3545;
}

.OTuQJw .yXp2ui66Y:invalid ~ .ZbNFoc27,
.OTuQJw .yXp2ui66Y:invalid ~ .tNbIRzh8l, .yXp2ui66Y.a44xxCou ~ .ZbNFoc27,
.yXp2ui66Y.a44xxCou ~ .tNbIRzh8l {
  display: block;
}

.OTuQJw .yXp2ui66Y:invalid:checked ~ .Lqr8oRSD::before, .yXp2ui66Y.a44xxCou:checked ~ .Lqr8oRSD::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.OTuQJw .yXp2ui66Y:invalid:focus ~ .Lqr8oRSD::before, .yXp2ui66Y.a44xxCou:focus ~ .Lqr8oRSD::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.OTuQJw .yXp2ui66Y:invalid:focus:not(:checked) ~ .Lqr8oRSD::before, .yXp2ui66Y.a44xxCou:focus:not(:checked) ~ .Lqr8oRSD::before {
  border-color: #dc3545;
}

.OTuQJw .BOhG5JbbT:invalid ~ .okgpjf16, .BOhG5JbbT.a44xxCou ~ .okgpjf16 {
  border-color: #dc3545;
}

.OTuQJw .BOhG5JbbT:invalid ~ .ZbNFoc27,
.OTuQJw .BOhG5JbbT:invalid ~ .tNbIRzh8l, .BOhG5JbbT.a44xxCou ~ .ZbNFoc27,
.BOhG5JbbT.a44xxCou ~ .tNbIRzh8l {
  display: block;
}

.OTuQJw .BOhG5JbbT:invalid:focus ~ .okgpjf16, .BOhG5JbbT.a44xxCou:focus ~ .okgpjf16 {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.qyZfaFOg2x .dio2HhI {
  width: 100%;
}

@media (min-width: 576px) {
  .qyZfaFOg2x label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .qyZfaFOg2x .Nh0xubzta2 {
    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;
  }
  .qyZfaFOg2x .nVAQ52xBK {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .qyZfaFOg2x .n8LeNq39 {
    display: inline-block;
  }
  .qyZfaFOg2x .zkAqqLa79l,
  .qyZfaFOg2x .kCOZYZKpp {
    width: auto;
  }
  .qyZfaFOg2x .dio2HhI {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .qyZfaFOg2x .SMMXh0g {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .qyZfaFOg2x .n8afJuTy {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .qyZfaFOg2x .Lqr8oRSD {
    margin-bottom: 0;
  }
}

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

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

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

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

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

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

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

.wLiLz6:focus, .wLiLz6.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.wLiLz6.disabled, .wLiLz6:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

.SmUhX6RQfo:focus, .SmUhX6RQfo.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.SmUhX6RQfo.disabled, .SmUhX6RQfo:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

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

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

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

.U7jzyp:focus, .U7jzyp.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.U7jzyp.disabled, .U7jzyp:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

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

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

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

.L49WUYan:focus, .L49WUYan.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.L49WUYan.disabled, .L49WUYan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

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

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

.snx3aAQ7TkQ:focus, .snx3aAQ7TkQ.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.snx3aAQ7TkQ.disabled, .snx3aAQ7TkQ:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

.mhAr5YcffC:focus, .mhAr5YcffC.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.mhAr5YcffC.disabled, .mhAr5YcffC:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

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

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

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

.mOqzHepW:focus, .mOqzHepW.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.mOqzHepW.disabled, .mOqzHepW:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

.CQfK1ZER {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.CQfK1ZER:focus, .CQfK1ZER.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.CQfK1ZER.disabled, .CQfK1ZER:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

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

.C2CPkxyZyB {
  color: #007bff;
  border-color: #007bff;
}

.C2CPkxyZyB:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.C2CPkxyZyB.disabled, .C2CPkxyZyB:disabled {
  color: #007bff;
  background-color: transparent;
}

.C2CPkxyZyB:not(:disabled):not(.disabled):active, .C2CPkxyZyB:not(:disabled):not(.disabled).active,
.show > .C2CPkxyZyB.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.C2CPkxyZyB:not(:disabled):not(.disabled):active:focus, .C2CPkxyZyB:not(:disabled):not(.disabled).active:focus,
.show > .C2CPkxyZyB.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.wehYSegt9Q {
  color: #6c757d;
  border-color: #6c757d;
}

.wehYSegt9Q:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.wehYSegt9Q.disabled, .wehYSegt9Q:disabled {
  color: #6c757d;
  background-color: transparent;
}

.wehYSegt9Q:not(:disabled):not(.disabled):active, .wehYSegt9Q:not(:disabled):not(.disabled).active,
.show > .wehYSegt9Q.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.Ln0CtvkrPt {
  color: #28a745;
  border-color: #28a745;
}

.Ln0CtvkrPt:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.Ln0CtvkrPt.disabled, .Ln0CtvkrPt:disabled {
  color: #28a745;
  background-color: transparent;
}

.Ln0CtvkrPt:not(:disabled):not(.disabled):active, .Ln0CtvkrPt:not(:disabled):not(.disabled).active,
.show > .Ln0CtvkrPt.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.f9feYk {
  color: #17a2b8;
  border-color: #17a2b8;
}

.f9feYk:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.f9feYk.disabled, .f9feYk:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.f9feYk:not(:disabled):not(.disabled):active, .f9feYk:not(:disabled):not(.disabled).active,
.show > .f9feYk.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.Sb6SeYKn {
  color: #ffc107;
  border-color: #ffc107;
}

.Sb6SeYKn:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.Sb6SeYKn.disabled, .Sb6SeYKn:disabled {
  color: #ffc107;
  background-color: transparent;
}

.Sb6SeYKn:not(:disabled):not(.disabled):active, .Sb6SeYKn:not(:disabled):not(.disabled).active,
.show > .Sb6SeYKn.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.PLrFUul {
  color: #dc3545;
  border-color: #dc3545;
}

.PLrFUul:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.PLrFUul.disabled, .PLrFUul:disabled {
  color: #dc3545;
  background-color: transparent;
}

.PLrFUul:not(:disabled):not(.disabled):active, .PLrFUul:not(:disabled):not(.disabled).active,
.show > .PLrFUul.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.mDrGVsjP {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.mDrGVsjP:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.mDrGVsjP.disabled, .mDrGVsjP:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.mDrGVsjP:not(:disabled):not(.disabled):active, .mDrGVsjP:not(:disabled):not(.disabled).active,
.show > .mDrGVsjP.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.uzpn82VMhIm {
  color: #343a40;
  border-color: #343a40;
}

.uzpn82VMhIm:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.uzpn82VMhIm.disabled, .uzpn82VMhIm:disabled {
  color: #343a40;
  background-color: transparent;
}

.uzpn82VMhIm:not(:disabled):not(.disabled):active, .uzpn82VMhIm:not(:disabled):not(.disabled).active,
.show > .uzpn82VMhIm.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.b8XSoFII {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

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

.b8XSoFII:focus, .b8XSoFII.focus {
  text-decoration: underline;
  box-shadow: none;
}

.b8XSoFII:disabled, .b8XSoFII.disabled {
  color: #6c757d;
  pointer-events: none;
}

.nThOWu, .dlEpSfcm1rP > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.Od2BcFNT27, .Jn0kdB7e > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.goMipoABzaS {
  display: block;
  width: 100%;
}

.goMipoABzaS + .goMipoABzaS {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mRzBVhq {
    right: auto;
    left: 0;
  }
  .TjSg2lf2yG {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .LREU7b1 {
    right: auto;
    left: 0;
  }
  .eCwAsMx {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .rfwrbQ3v {
    right: auto;
    left: 0;
  }
  .K2hK5TV {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .pCBgM8kYnG {
    right: auto;
    left: 0;
  }
  .CcFFhdqqH {
    right: 0;
    left: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

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

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

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

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

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

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

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

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

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

.SJ2eFlv {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.SNmtC37E,
.KwY7ZscIL5 {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.SNmtC37E > .btn,
.KwY7ZscIL5 > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.SNmtC37E > .btn:hover,
.KwY7ZscIL5 > .btn:hover {
  z-index: 1;
}

.SNmtC37E > .btn:focus, .SNmtC37E > .btn:active, .SNmtC37E > .btn.active,
.KwY7ZscIL5 > .btn:focus,
.KwY7ZscIL5 > .btn:active,
.KwY7ZscIL5 > .btn.active {
  z-index: 1;
}

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

.IaOOhd2e .zkAqqLa79l {
  width: auto;
}

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

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

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

.vcVEmq {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.vcVEmq::after,
.dropup .vcVEmq::after,
.dropright .vcVEmq::after {
  margin-left: 0;
}

.dropleft .vcVEmq::before {
  margin-right: 0;
}

.Od2BcFNT27 + .vcVEmq, .Jn0kdB7e > .btn + .vcVEmq {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.nThOWu + .vcVEmq, .dlEpSfcm1rP > .btn + .vcVEmq {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.KwY7ZscIL5 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.KwY7ZscIL5 > .btn,
.KwY7ZscIL5 > .SNmtC37E {
  width: 100%;
}

.KwY7ZscIL5 > .btn:not(:first-child),
.KwY7ZscIL5 > .SNmtC37E:not(:first-child) {
  margin-top: -1px;
}

.KwY7ZscIL5 > .btn:not(:last-child):not(.dropdown-toggle),
.KwY7ZscIL5 > .SNmtC37E:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.KwY7ZscIL5 > .btn:not(:first-child),
.KwY7ZscIL5 > .SNmtC37E:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.OnUZtp1 > .btn,
.OnUZtp1 > .SNmtC37E > .btn {
  margin-bottom: 0;
}

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

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

.zkAqqLa79l > .nVAQ52xBK,
.zkAqqLa79l > .n8LeNq39,
.zkAqqLa79l > .kCOZYZKpp,
.zkAqqLa79l > .oOVUDb {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.zkAqqLa79l > .nVAQ52xBK + .nVAQ52xBK,
.zkAqqLa79l > .nVAQ52xBK + .kCOZYZKpp,
.zkAqqLa79l > .nVAQ52xBK + .oOVUDb,
.zkAqqLa79l > .n8LeNq39 + .nVAQ52xBK,
.zkAqqLa79l > .n8LeNq39 + .kCOZYZKpp,
.zkAqqLa79l > .n8LeNq39 + .oOVUDb,
.zkAqqLa79l > .kCOZYZKpp + .nVAQ52xBK,
.zkAqqLa79l > .kCOZYZKpp + .kCOZYZKpp,
.zkAqqLa79l > .kCOZYZKpp + .oOVUDb,
.zkAqqLa79l > .oOVUDb + .nVAQ52xBK,
.zkAqqLa79l > .oOVUDb + .kCOZYZKpp,
.zkAqqLa79l > .oOVUDb + .oOVUDb {
  margin-left: -1px;
}

.zkAqqLa79l > .nVAQ52xBK:focus,
.zkAqqLa79l > .kCOZYZKpp:focus,
.zkAqqLa79l > .oOVUDb .BOhG5JbbT:focus ~ .okgpjf16 {
  z-index: 3;
}

.zkAqqLa79l > .oOVUDb .BOhG5JbbT:focus {
  z-index: 4;
}

.zkAqqLa79l > .nVAQ52xBK:not(:last-child),
.zkAqqLa79l > .kCOZYZKpp:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.zkAqqLa79l > .nVAQ52xBK:not(:first-child),
.zkAqqLa79l > .kCOZYZKpp:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.zkAqqLa79l > .oOVUDb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.zkAqqLa79l > .oOVUDb:not(:last-child) .okgpjf16,
.zkAqqLa79l > .oOVUDb:not(:last-child) .okgpjf16::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.zkAqqLa79l > .oOVUDb:not(:first-child) .okgpjf16 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.TIafpVgmu0,
.cHBOYjyJ37 {
  display: -ms-flexbox;
  display: flex;
}

.TIafpVgmu0 .btn,
.cHBOYjyJ37 .btn {
  position: relative;
  z-index: 2;
}

.TIafpVgmu0 .btn:focus,
.cHBOYjyJ37 .btn:focus {
  z-index: 3;
}

.TIafpVgmu0 .btn + .btn,
.TIafpVgmu0 .btn + .ibMUr73G9,
.TIafpVgmu0 .ibMUr73G9 + .ibMUr73G9,
.TIafpVgmu0 .ibMUr73G9 + .btn,
.cHBOYjyJ37 .btn + .btn,
.cHBOYjyJ37 .btn + .ibMUr73G9,
.cHBOYjyJ37 .ibMUr73G9 + .ibMUr73G9,
.cHBOYjyJ37 .ibMUr73G9 + .btn {
  margin-left: -1px;
}

.TIafpVgmu0 {
  margin-right: -1px;
}

.cHBOYjyJ37 {
  margin-left: -1px;
}

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

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

.lgGsXKbzh > .nVAQ52xBK:not(textarea),
.lgGsXKbzh > .kCOZYZKpp {
  height: calc(1.5em + 1rem + 2px);
}

.lgGsXKbzh > .nVAQ52xBK,
.lgGsXKbzh > .kCOZYZKpp,
.lgGsXKbzh > .TIafpVgmu0 > .ibMUr73G9,
.lgGsXKbzh > .cHBOYjyJ37 > .ibMUr73G9,
.lgGsXKbzh > .TIafpVgmu0 > .btn,
.lgGsXKbzh > .cHBOYjyJ37 > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.DYxyCiy > .nVAQ52xBK:not(textarea),
.DYxyCiy > .kCOZYZKpp {
  height: calc(1.5em + 0.5rem + 2px);
}

.DYxyCiy > .nVAQ52xBK,
.DYxyCiy > .kCOZYZKpp,
.DYxyCiy > .TIafpVgmu0 > .ibMUr73G9,
.DYxyCiy > .cHBOYjyJ37 > .ibMUr73G9,
.DYxyCiy > .TIafpVgmu0 > .btn,
.DYxyCiy > .cHBOYjyJ37 > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.lgGsXKbzh > .kCOZYZKpp,
.DYxyCiy > .kCOZYZKpp {
  padding-right: 1.75rem;
}

.zkAqqLa79l > .TIafpVgmu0 > .btn,
.zkAqqLa79l > .TIafpVgmu0 > .ibMUr73G9,
.zkAqqLa79l > .cHBOYjyJ37:not(:last-child) > .btn,
.zkAqqLa79l > .cHBOYjyJ37:not(:last-child) > .ibMUr73G9,
.zkAqqLa79l > .cHBOYjyJ37:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.zkAqqLa79l > .cHBOYjyJ37:last-child > .ibMUr73G9:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.zkAqqLa79l > .cHBOYjyJ37 > .btn,
.zkAqqLa79l > .cHBOYjyJ37 > .ibMUr73G9,
.zkAqqLa79l > .TIafpVgmu0:not(:first-child) > .btn,
.zkAqqLa79l > .TIafpVgmu0:not(:first-child) > .ibMUr73G9,
.zkAqqLa79l > .TIafpVgmu0:first-child > .btn:not(:first-child),
.zkAqqLa79l > .TIafpVgmu0:first-child > .ibMUr73G9:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.JyEPNJ {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.yXp2ui66Y {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.yXp2ui66Y:checked ~ .Lqr8oRSD::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.yXp2ui66Y:focus ~ .Lqr8oRSD::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.yXp2ui66Y:focus:not(:checked) ~ .Lqr8oRSD::before {
  border-color: #80bdff;
}

.yXp2ui66Y:not(:disabled):active ~ .Lqr8oRSD::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.yXp2ui66Y:disabled ~ .Lqr8oRSD {
  color: #6c757d;
}

.yXp2ui66Y:disabled ~ .Lqr8oRSD::before {
  background-color: #e9ecef;
}

.Lqr8oRSD {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

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

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

.aBD1SUPu .Lqr8oRSD::before {
  border-radius: 0.25rem;
}

.aBD1SUPu .yXp2ui66Y:checked ~ .Lqr8oRSD::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.aBD1SUPu .yXp2ui66Y:indeterminate ~ .Lqr8oRSD::before {
  border-color: #007bff;
  background-color: #007bff;
}

.aBD1SUPu .yXp2ui66Y:indeterminate ~ .Lqr8oRSD::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.aBD1SUPu .yXp2ui66Y:disabled:checked ~ .Lqr8oRSD::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.aBD1SUPu .yXp2ui66Y:disabled:indeterminate ~ .Lqr8oRSD::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.QjHJQapLUHc .Lqr8oRSD::before {
  border-radius: 50%;
}

.QjHJQapLUHc .yXp2ui66Y:checked ~ .Lqr8oRSD::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.QjHJQapLUHc .yXp2ui66Y:disabled:checked ~ .Lqr8oRSD::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.PDRff6u {
  padding-left: 2.25rem;
}

.PDRff6u .Lqr8oRSD::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.PDRff6u .Lqr8oRSD::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .PDRff6u .Lqr8oRSD::after {
    transition: none;
  }
}

.PDRff6u .yXp2ui66Y:checked ~ .Lqr8oRSD::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.PDRff6u .yXp2ui66Y:disabled:checked ~ .Lqr8oRSD::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

.kCOZYZKpp::-ms-expand {
  display: none;
}

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

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

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

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

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

.BOhG5JbbT:disabled ~ .okgpjf16 {
  background-color: #e9ecef;
}

.BOhG5JbbT:lang(en) ~ .okgpjf16::after {
  content: "Browse";
}

.BOhG5JbbT ~ .okgpjf16[data-browse]::after {
  content: attr(data-browse);
}

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

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

.ZENa6F4u {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ZENa6F4u:focus {
  outline: none;
}

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

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

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

.ZENa6F4u::-moz-focus-outer {
  border: 0;
}

.ZENa6F4u::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .ZENa6F4u::-webkit-slider-thumb {
    transition: none;
  }
}

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

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

.ZENa6F4u::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .ZENa6F4u::-moz-range-thumb {
    transition: none;
  }
}

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

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

.ZENa6F4u::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .ZENa6F4u::-ms-thumb {
    transition: none;
  }
}

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

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

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

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

.ZENa6F4u:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.ZENa6F4u:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.ZENa6F4u:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.ZENa6F4u:disabled::-moz-range-track {
  cursor: default;
}

.ZENa6F4u:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.Lqr8oRSD::before,
.okgpjf16,
.kCOZYZKpp {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .Lqr8oRSD::before,
  .okgpjf16,
  .kCOZYZKpp {
    transition: none;
  }
}

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

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

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

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

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

.pthuByF .nav-item {
  margin-bottom: -1px;
}

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

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

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

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

.pthuByF .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hbNTCe2GBe .nav-link {
  border-radius: 0.25rem;
}

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

.pAN6nv .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

.jUK4uG > .BnsblAwVC8 {
  display: none;
}

.jUK4uG > .active {
  display: block;
}

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

.navbar > .container,
.navbar > .pq1G4Px3 {
  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;
}

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

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

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

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

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

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

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

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

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

.cRBkH0YL {
  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) {
  .BZIcVlRMt > .container,
  .BZIcVlRMt > .pq1G4Px3 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .BZIcVlRMt {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .BZIcVlRMt .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .BZIcVlRMt .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .BZIcVlRMt .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .BZIcVlRMt > .container,
  .BZIcVlRMt > .pq1G4Px3 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .BZIcVlRMt .JeBAzqLgiL {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .BZIcVlRMt .QxrflK {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .pvcN78 > .container,
  .pvcN78 > .pq1G4Px3 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .pvcN78 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pvcN78 .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pvcN78 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .pvcN78 .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .pvcN78 > .container,
  .pvcN78 > .pq1G4Px3 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .pvcN78 .JeBAzqLgiL {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .pvcN78 .QxrflK {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .InnyLYtbz > .container,
  .InnyLYtbz > .pq1G4Px3 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .InnyLYtbz {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .InnyLYtbz .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .InnyLYtbz .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .InnyLYtbz .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .InnyLYtbz > .container,
  .InnyLYtbz > .pq1G4Px3 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .InnyLYtbz .JeBAzqLgiL {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .InnyLYtbz .QxrflK {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .hcEM879AWs > .container,
  .hcEM879AWs > .pq1G4Px3 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .hcEM879AWs {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hcEM879AWs .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hcEM879AWs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .hcEM879AWs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .hcEM879AWs > .container,
  .hcEM879AWs > .pq1G4Px3 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hcEM879AWs .JeBAzqLgiL {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .hcEM879AWs .QxrflK {
    display: none;
  }
}

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

.oMOU0VO0 > .container,
.oMOU0VO0 > .pq1G4Px3 {
  padding-right: 0;
  padding-left: 0;
}

.oMOU0VO0 .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.oMOU0VO0 .navbar-nav .dropdown-menu {
  position: absolute;
}

.oMOU0VO0 .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.oMOU0VO0 > .container,
.oMOU0VO0 > .pq1G4Px3 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.oMOU0VO0 .JeBAzqLgiL {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.oMOU0VO0 .QxrflK {
  display: none;
}

.x0Wwqf .NJEgXExim {
  color: rgba(0, 0, 0, 0.9);
}

.x0Wwqf .NJEgXExim:hover, .x0Wwqf .NJEgXExim:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

.x0Wwqf .QxrflK {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

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

.x0Wwqf .A2gIeiVFC {
  color: rgba(0, 0, 0, 0.5);
}

.x0Wwqf .A2gIeiVFC a {
  color: rgba(0, 0, 0, 0.9);
}

.x0Wwqf .A2gIeiVFC a:hover, .x0Wwqf .A2gIeiVFC a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.WlLAA0bE .NJEgXExim {
  color: #fff;
}

.WlLAA0bE .NJEgXExim:hover, .WlLAA0bE .NJEgXExim:focus {
  color: #fff;
}

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

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

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

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

.WlLAA0bE .QxrflK {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.WlLAA0bE .A2gIeiVFC {
  color: rgba(255, 255, 255, 0.5);
}

.WlLAA0bE .A2gIeiVFC a {
  color: #fff;
}

.WlLAA0bE .A2gIeiVFC a:hover, .WlLAA0bE .A2gIeiVFC a:focus {
  color: #fff;
}

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

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

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

.y5WXCT > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.z6Q4IQVcyEC {
  margin-bottom: 0.75rem;
}

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

.sUCbOv:last-child {
  margin-bottom: 0;
}

.pAvczIWt:hover {
  text-decoration: none;
}

.pAvczIWt + .pAvczIWt {
  margin-left: 1.25rem;
}

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

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

.f5GaSbI + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

.UXirxhwzz {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.HixZGToy {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.ZHvPBk {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

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

.XhgM6ag3V .y5WXCT {
  margin-bottom: 15px;
}

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

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

.ny5jqqp > .y5WXCT {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .ny5jqqp {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ny5jqqp > .y5WXCT {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .ny5jqqp > .y5WXCT + .y5WXCT {
    margin-left: 0;
    border-left: 0;
  }
  .ny5jqqp > .y5WXCT:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ny5jqqp > .y5WXCT:not(:last-child) .bWk3Ym,
  .ny5jqqp > .y5WXCT:not(:last-child) .f5GaSbI {
    border-top-right-radius: 0;
  }
  .ny5jqqp > .y5WXCT:not(:last-child) .CBJzud3Zdsx,
  .ny5jqqp > .y5WXCT:not(:last-child) .rqsUxzTo {
    border-bottom-right-radius: 0;
  }
  .ny5jqqp > .y5WXCT:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .ny5jqqp > .y5WXCT:not(:first-child) .bWk3Ym,
  .ny5jqqp > .y5WXCT:not(:first-child) .f5GaSbI {
    border-top-left-radius: 0;
  }
  .ny5jqqp > .y5WXCT:not(:first-child) .CBJzud3Zdsx,
  .ny5jqqp > .y5WXCT:not(:first-child) .rqsUxzTo {
    border-bottom-left-radius: 0;
  }
}

.x50CiqRwM .y5WXCT {
  margin-bottom: 0.75rem;
}

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

.accordion > .y5WXCT {
  overflow: hidden;
}

.accordion > .y5WXCT:not(:first-of-type) .f5GaSbI:first-child {
  border-radius: 0;
}

.accordion > .y5WXCT:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .y5WXCT:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .y5WXCT:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .y5WXCT .f5GaSbI {
  margin-bottom: -1px;
}

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

.CrFUg3qsic + .CrFUg3qsic {
  padding-left: 0.5rem;
}

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

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

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

.CrFUg3qsic.active {
  color: #6c757d;
}

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

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

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

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

.PRS6d84k:first-child .DgIVOz4oeKS {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.PRS6d84k:last-child .DgIVOz4oeKS {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.PRS6d84k.active .DgIVOz4oeKS {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.PRS6d84k.disabled .DgIVOz4oeKS {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.f8o0ITu .DgIVOz4oeKS {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.f8o0ITu .PRS6d84k:first-child .DgIVOz4oeKS {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.f8o0ITu .PRS6d84k:last-child .DgIVOz4oeKS {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.OpL0UV8B .DgIVOz4oeKS {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.OpL0UV8B .PRS6d84k:first-child .DgIVOz4oeKS {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.OpL0UV8B .PRS6d84k:last-child .DgIVOz4oeKS {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.IMq9VsBus {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.IMq9VsBus:empty {
  display: none;
}

.btn .IMq9VsBus {
  position: relative;
  top: -1px;
}

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

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

a.ZyARQ9Gar:hover, a.ZyARQ9Gar:focus {
  color: #fff;
  background-color: #0062cc;
}

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

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

a.PXlqyzp0Hb:hover, a.PXlqyzp0Hb:focus {
  color: #fff;
  background-color: #545b62;
}

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

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

a.jao1WVf:hover, a.jao1WVf:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.cpnMTCJ:hover, a.cpnMTCJ:focus {
  color: #fff;
  background-color: #117a8b;
}

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

.B20ImMaN {
  color: #212529;
  background-color: #ffc107;
}

a.B20ImMaN:hover, a.B20ImMaN:focus {
  color: #212529;
  background-color: #d39e00;
}

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

.uX6gvhalHpC {
  color: #fff;
  background-color: #dc3545;
}

a.uX6gvhalHpC:hover, a.uX6gvhalHpC:focus {
  color: #fff;
  background-color: #bd2130;
}

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

.m7dAem {
  color: #212529;
  background-color: #f8f9fa;
}

a.m7dAem:hover, a.m7dAem:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.MfgkW0mgC1b:hover, a.MfgkW0mgC1b:focus {
  color: #fff;
  background-color: #1d2124;
}

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

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

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

.vsQETV {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.q6MyFAW {
  color: inherit;
}

.ZC1ZXV {
  font-weight: 700;
}

.uFwVHEB {
  padding-right: 4rem;
}

.uFwVHEB .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

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

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

.i6WBKWxoX .ZC1ZXV {
  color: #002752;
}

.Vyp0PPuat7v {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.Vyp0PPuat7v hr {
  border-top-color: #c8cbcf;
}

.Vyp0PPuat7v .ZC1ZXV {
  color: #202326;
}

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

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

.LxWb6e .ZC1ZXV {
  color: #0b2e13;
}

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

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

.wuac6ARN .ZC1ZXV {
  color: #062c33;
}

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

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

.MTLzbES .ZC1ZXV {
  color: #533f03;
}

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

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

.FgdL5D .ZC1ZXV {
  color: #491217;
}

.RppLwTj {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.RppLwTj hr {
  border-top-color: #ececf6;
}

.RppLwTj .ZC1ZXV {
  color: #686868;
}

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

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

.pWHdh1 .ZC1ZXV {
  color: #040505;
}

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

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

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

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

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

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

.KigW0B1QXw {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .KigW0B1QXw {
    -webkit-animation: none;
    animation: none;
  }
}

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

.BgHvsN {
  -ms-flex: 1;
  flex: 1;
}

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

.OIEbzRj4 {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.OIEbzRj4:hover, .OIEbzRj4:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.OIEbzRj4:active {
  color: #212529;
  background-color: #e9ecef;
}

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

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

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

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

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

.Oh37HH22 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.Oh37HH22 .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.nIShqT .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.nIShqT .list-group-item:last-child {
  margin-bottom: -1px;
}

.nIShqT:first-child .list-group-item:first-child {
  border-top: 0;
}

.nIShqT:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.Q0eQJp {
  color: #004085;
  background-color: #b8daff;
}

.Q0eQJp.OIEbzRj4:hover, .Q0eQJp.OIEbzRj4:focus {
  color: #004085;
  background-color: #9fcdff;
}

.Q0eQJp.OIEbzRj4.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.A95QcX0pRB {
  color: #383d41;
  background-color: #d6d8db;
}

.A95QcX0pRB.OIEbzRj4:hover, .A95QcX0pRB.OIEbzRj4:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.A95QcX0pRB.OIEbzRj4.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.H1PzyzeUA {
  color: #155724;
  background-color: #c3e6cb;
}

.H1PzyzeUA.OIEbzRj4:hover, .H1PzyzeUA.OIEbzRj4:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.H1PzyzeUA.OIEbzRj4.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.Dw3n7w7P5Ky {
  color: #0c5460;
  background-color: #bee5eb;
}

.Dw3n7w7P5Ky.OIEbzRj4:hover, .Dw3n7w7P5Ky.OIEbzRj4:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.Dw3n7w7P5Ky.OIEbzRj4.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.XBy0lmal9RU {
  color: #856404;
  background-color: #ffeeba;
}

.XBy0lmal9RU.OIEbzRj4:hover, .XBy0lmal9RU.OIEbzRj4:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.XBy0lmal9RU.OIEbzRj4.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.oXOsLBj {
  color: #721c24;
  background-color: #f5c6cb;
}

.oXOsLBj.OIEbzRj4:hover, .oXOsLBj.OIEbzRj4:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.oXOsLBj.OIEbzRj4.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.IVeBdjbi0eM {
  color: #818182;
  background-color: #fdfdfe;
}

.IVeBdjbi0eM.OIEbzRj4:hover, .IVeBdjbi0eM.OIEbzRj4:focus {
  color: #818182;
  background-color: #ececf6;
}

.IVeBdjbi0eM.OIEbzRj4.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.hEnKe4jBg5 {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.hEnKe4jBg5.OIEbzRj4:hover, .hEnKe4jBg5.OIEbzRj4:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.hEnKe4jBg5.OIEbzRj4.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

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

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.NWtyZLcC4u {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.k94KgAUsQJ {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .LvicASshvA {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .ymOQKhlvFg,
.modal-dialog-scrollable .F7QvuO {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.IsTZKO52u {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.IsTZKO52u::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.IsTZKO52u.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.IsTZKO52u.modal-dialog-scrollable .LvicASshvA {
  max-height: none;
}

.IsTZKO52u.modal-dialog-scrollable::before {
  content: none;
}

.LvicASshvA {
  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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.ymOQKhlvFg .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.F7QvuO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .LvicASshvA {
    max-height: calc(100vh - 3.5rem);
  }
  .IsTZKO52u {
    min-height: calc(100% - 3.5rem);
  }
  .IsTZKO52u::before {
    height: calc(100vh - 3.5rem);
  }
  .dgQr6tmK {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .PZq9NAmQvf,
  .G3ahao {
    max-width: 800px;
  }
}

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

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

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

.gJnw6NUAP, .IWSJ2WwsD[x-placement^="top"] {
  padding: 0.4rem 0;
}

.gJnw6NUAP .arrow, .IWSJ2WwsD[x-placement^="top"] .arrow {
  bottom: 0;
}

.gJnw6NUAP .arrow::before, .IWSJ2WwsD[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.Kgp5JJ, .IWSJ2WwsD[x-placement^="right"] {
  padding: 0 0.4rem;
}

.Kgp5JJ .arrow, .IWSJ2WwsD[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.Kgp5JJ .arrow::before, .IWSJ2WwsD[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.yCWFNeFn, .IWSJ2WwsD[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.yCWFNeFn .arrow, .IWSJ2WwsD[x-placement^="bottom"] .arrow {
  top: 0;
}

.yCWFNeFn .arrow::before, .IWSJ2WwsD[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.kf4beeX, .IWSJ2WwsD[x-placement^="left"] {
  padding: 0 0.4rem;
}

.kf4beeX .arrow, .IWSJ2WwsD[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.kf4beeX .arrow::before, .IWSJ2WwsD[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

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

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

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

.cOW8V5N, .VL8hNrz0sM[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.cOW8V5N > .arrow, .VL8hNrz0sM[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.cOW8V5N > .arrow::before, .VL8hNrz0sM[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.cOW8V5N > .arrow::after, .VL8hNrz0sM[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.xCs5fc9QS, .VL8hNrz0sM[x-placement^="right"] {
  margin-left: 0.5rem;
}

.xCs5fc9QS > .arrow, .VL8hNrz0sM[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.xCs5fc9QS > .arrow::before, .VL8hNrz0sM[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.xCs5fc9QS > .arrow::after, .VL8hNrz0sM[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.erpVHCc, .VL8hNrz0sM[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.erpVHCc > .arrow, .VL8hNrz0sM[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.erpVHCc > .arrow::before, .VL8hNrz0sM[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.erpVHCc > .arrow::after, .VL8hNrz0sM[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

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

.W2d7GySZe8, .VL8hNrz0sM[x-placement^="left"] {
  margin-right: 0.5rem;
}

.W2d7GySZe8 > .arrow, .VL8hNrz0sM[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.W2d7GySZe8 > .arrow::before, .VL8hNrz0sM[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.W2d7GySZe8 > .arrow::after, .VL8hNrz0sM[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.uylYnD {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.uylYnD::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.Po7e2zcgc .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.Po7e2zcgc .carousel-item.active,
.Po7e2zcgc .carousel-item-next.carousel-item-left,
.Po7e2zcgc .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.Po7e2zcgc .active.carousel-item-left,
.Po7e2zcgc .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .Po7e2zcgc .active.carousel-item-left,
  .Po7e2zcgc .active.carousel-item-right {
    transition: none;
  }
}

.PjCLVnlM4L,
.UAJwy0OICC {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .PjCLVnlM4L,
  .UAJwy0OICC {
    transition: none;
  }
}

.PjCLVnlM4L:hover, .PjCLVnlM4L:focus,
.UAJwy0OICC:hover,
.UAJwy0OICC:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.PjCLVnlM4L {
  left: 0;
}

.UAJwy0OICC {
  right: 0;
}

.jVztBnSLl8M,
.Datcnbaj {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.jVztBnSLl8M {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.Datcnbaj {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.jP8JKy3 {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.JhhzAWDlUlp {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.NwYxnHta {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.VA6hYfVcJd6 {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.YOTLxoG {
  width: 1rem;
  height: 1rem;
}

.BycZt0GZI {
  vertical-align: baseline !important;
}

.TBV7Wlm {
  vertical-align: top !important;
}

.TjBEBBy {
  vertical-align: middle !important;
}

.SN5fiAhuS {
  vertical-align: bottom !important;
}

.NFuKA9A7 {
  vertical-align: text-bottom !important;
}

.GJvIb0 {
  vertical-align: text-top !important;
}

.j4w6jH {
  background-color: #007bff !important;
}

a.j4w6jH:hover, a.j4w6jH:focus,
button.j4w6jH:hover,
button.j4w6jH:focus {
  background-color: #0062cc !important;
}

.l1mVB3GW {
  background-color: #6c757d !important;
}

a.l1mVB3GW:hover, a.l1mVB3GW:focus,
button.l1mVB3GW:hover,
button.l1mVB3GW:focus {
  background-color: #545b62 !important;
}

.UpHZwG {
  background-color: #28a745 !important;
}

a.UpHZwG:hover, a.UpHZwG:focus,
button.UpHZwG:hover,
button.UpHZwG:focus {
  background-color: #1e7e34 !important;
}

.h1cntOyLs {
  background-color: #17a2b8 !important;
}

a.h1cntOyLs:hover, a.h1cntOyLs:focus,
button.h1cntOyLs:hover,
button.h1cntOyLs:focus {
  background-color: #117a8b !important;
}

.u7QB8ple50j {
  background-color: #ffc107 !important;
}

a.u7QB8ple50j:hover, a.u7QB8ple50j:focus,
button.u7QB8ple50j:hover,
button.u7QB8ple50j:focus {
  background-color: #d39e00 !important;
}

.NqCtBXrz {
  background-color: #dc3545 !important;
}

a.NqCtBXrz:hover, a.NqCtBXrz:focus,
button.NqCtBXrz:hover,
button.NqCtBXrz:focus {
  background-color: #bd2130 !important;
}

.Q3NSEue5g {
  background-color: #f8f9fa !important;
}

a.Q3NSEue5g:hover, a.Q3NSEue5g:focus,
button.Q3NSEue5g:hover,
button.Q3NSEue5g:focus {
  background-color: #dae0e5 !important;
}

.aG7RyfvUcD {
  background-color: #343a40 !important;
}

a.aG7RyfvUcD:hover, a.aG7RyfvUcD:focus,
button.aG7RyfvUcD:hover,
button.aG7RyfvUcD:focus {
  background-color: #1d2124 !important;
}

.FFNcRwV {
  background-color: #fff !important;
}

.Arw55F {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.cWJogS {
  border-top: 1px solid #dee2e6 !important;
}

.mzdn9UASgSK {
  border-right: 1px solid #dee2e6 !important;
}

.WjbmJV {
  border-bottom: 1px solid #dee2e6 !important;
}

.TPeaj8AeZS {
  border-left: 1px solid #dee2e6 !important;
}

.PBmxTR3edt {
  border: 0 !important;
}

.vt64jqk27ro {
  border-top: 0 !important;
}

.Ll2h8VGrJAO {
  border-right: 0 !important;
}

.dgyAS2wC {
  border-bottom: 0 !important;
}

.RSago7ZDkR {
  border-left: 0 !important;
}

.Dcv08AVC0 {
  border-color: #007bff !important;
}

.W5VxHqp2 {
  border-color: #6c757d !important;
}

.Lsyc3ugNABU {
  border-color: #28a745 !important;
}

.RZnmrF0MBl {
  border-color: #17a2b8 !important;
}

.h5Y8bGR {
  border-color: #ffc107 !important;
}

.H6sqAKZOgZQ {
  border-color: #dc3545 !important;
}

.PThJB1X {
  border-color: #f8f9fa !important;
}

.sA62SAEt4hE {
  border-color: #343a40 !important;
}

.wInIh287 {
  border-color: #fff !important;
}

.Eep8Dp9hJed {
  border-radius: 0.2rem !important;
}

.xdUiQfCZ {
  border-radius: 0.25rem !important;
}

.PaSpej {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.j5aNYj5c {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.vcw1Fvk {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.uTP5T8S {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.XMBf9ZJ1zMg {
  border-radius: 0.3rem !important;
}

.wS4qmUKhyv {
  border-radius: 50% !important;
}

.UR7y4iU9 {
  border-radius: 50rem !important;
}

.zcPjRAN4A {
  border-radius: 0 !important;
}

.LpG2sHxDaV6::after {
  display: block;
  clear: both;
  content: "";
}

.ezyiyTYMe {
  display: none !important;
}

.TjUjOjL {
  display: inline !important;
}

.hOyFFAYWGt {
  display: inline-block !important;
}

.EZuypbhTBA {
  display: block !important;
}

.dXLMbX {
  display: table !important;
}

.G24pJfFD {
  display: table-row !important;
}

.yHCcPBhqu0v {
  display: table-cell !important;
}

.TcW24RkCGt {
  display: -ms-flexbox !important;
  display: flex !important;
}

.GWsxZ9 {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .vZCbjlVhu4J {
    display: none !important;
  }
  .qtmebPsoQ {
    display: inline !important;
  }
  .fs49WVk {
    display: inline-block !important;
  }
  .IyNGfI5j {
    display: block !important;
  }
  .RKaxzSb {
    display: table !important;
  }
  .WR2w0n {
    display: table-row !important;
  }
  .bdZWLuU78u {
    display: table-cell !important;
  }
  .cIau2Wl {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .nAdLCs {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .hmI7riz0m {
    display: none !important;
  }
  .D1D5S5Jt1l {
    display: inline !important;
  }
  .HhL63PSq {
    display: inline-block !important;
  }
  .rBniGbhKEhS {
    display: block !important;
  }
  .LyXjfEx9wVu {
    display: table !important;
  }
  .Vs6KgB {
    display: table-row !important;
  }
  .IhQ2A0TbW {
    display: table-cell !important;
  }
  .FKpekalv {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .rWbI2zqto {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .a6nmuyy1 {
    display: none !important;
  }
  .ALJNOf8 {
    display: inline !important;
  }
  .beUPr1Z {
    display: inline-block !important;
  }
  .UdKcPIlG0 {
    display: block !important;
  }
  .yhRhqWC9m {
    display: table !important;
  }
  .PusldOJkc {
    display: table-row !important;
  }
  .OCcU022 {
    display: table-cell !important;
  }
  .n6nAIBlpA {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .Bh5CdA {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .KtyPlfYu {
    display: none !important;
  }
  .QZ56td {
    display: inline !important;
  }
  .UmRkfqEV {
    display: inline-block !important;
  }
  .SigBe5iz {
    display: block !important;
  }
  .spfhLNmCoCp {
    display: table !important;
  }
  .coztNowSm {
    display: table-row !important;
  }
  .dYcpmV3 {
    display: table-cell !important;
  }
  .ebD9CcqpeY {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .CzmOTjuU {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .EEiBSU {
    display: none !important;
  }
  .cc8CcE1Nm {
    display: inline !important;
  }
  .LL5ar0 {
    display: inline-block !important;
  }
  .yxgAsPg3w {
    display: block !important;
  }
  .KDocmi {
    display: table !important;
  }
  .DjGZ5vQY {
    display: table-row !important;
  }
  .Fwe46N {
    display: table-cell !important;
  }
  .LXnXV2elsb {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .Fj4BlEl {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.nzE8mtgy9 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.nzE8mtgy9::before {
  display: block;
  content: "";
}

.nzE8mtgy9 .TR1aLrQ,
.nzE8mtgy9 iframe,
.nzE8mtgy9 embed,
.nzE8mtgy9 object,
.nzE8mtgy9 video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sZieQ1mu2i::before {
  padding-top: 42.857143%;
}

.JiQf70n::before {
  padding-top: 56.25%;
}

.AleFcb07::before {
  padding-top: 75%;
}

.y7VAOh::before {
  padding-top: 100%;
}

.wUOxrvXZOg {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.CaMu3N {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.nPWEXYjAV {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.MRUHXWexoEd {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.MF3nqcbjlET {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.sgAdiTDd3oy {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.x46y5h {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.ab8pHU0oSOc {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.NtrPxz {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.AVM34KCi8 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.AfGibTzRD {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.AawRsHtszj {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.HF7wHPrk4 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.jS8Qers {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.a4f6m4j {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.O7zPLaeQUO {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.RcTha2Jw {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.iD20eCJJw {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.dNSCyy6 {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.FMgKzw {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.EsY1QRh0fwQ {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.jt0VFb {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.KKp6mr {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.wSI9M92 {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.FCf9gai0 {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.w5IdEYPoW {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.TLRedmJlBXi {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.DMQbh1X {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.GpLi2jX {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.GCd4gd {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.xgopfsFhu {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.dcGB1wEWp {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.CeNGumBXT {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.vcjm49ObbUu {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .WfJSHXi {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .dTGr0cumr {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .AQ1FpKkW {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .cGR5ea {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .p2XCWw98Ne7 {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .MakiTqRcVw6 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .R8ab89uLnbJ {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .dagGbK {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .vFgLfwb {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .WbnevgYT {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .yG1IOg3T {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .KMRoPWQ {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .TrR8kBunl0H {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .yjnbtzedtoE {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .atqaKIwX7J {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .eYCvbLj {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .KmsdXW1898M {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .uiqPDOs4q9z {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .TrutYIt {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .aquA30wLgB {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .bnKwDplwP {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .wN3aqRAe {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .McS7bHUd {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .A1QURBz {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .kmgKuEz {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .k41ewiBY {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .VgneWUvI {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ZYacaKrU2Q {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .LA0Y7tNK {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .P108XjVF3H {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ltN68AempM {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .Gjiu3goxBM {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .MSFBEGQM6ej {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .HuCvhAy {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .PgOfOX1S {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .bFRnjXxt1 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .DgPqn4R {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .NucQaj {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .IRTdHRWW {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .rTBQtf {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ffchenSpfGr {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .mA5q6A {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .bskavB8Bwk {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .zt0KrjJs {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .aCRbvrNwzk {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .EOXcLQOmXEb {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .RaW3vSt {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .xuEDwhxWi1 {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .uY0gnxkfw {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .N7b9CnD {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .CC76gau {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .RmrWYb8ic {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .dz7DiHF3v {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .O9alzDUb {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .SbIG1ri1 {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .sMsDExIv {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .zAPI6Q1kgX8 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .DF0FrWXuRQ {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .UC58O8siv {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .iK7DZ88Ia {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .zADQuNQpyq {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .mGMdWGqvO {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .eQiLpQWXOG {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .zP4WHE {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .S80qnodj {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .I2tEt32m {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .aprJ0aM {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .Z540NB {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .Mb5Dx0lc {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .tc7RV15I {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ROuq0znDZT {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ZfFIZA {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .OTShSu05xc {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .goaPsxgSb {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ygfcx7m {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .Cp97e27zqi {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .cLTM6kJ5pW {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .zNsa2lR {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .Fb2EhUgnI {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .pXctxKm {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .mXqIpa {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ySULcn {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .l4FLDpe {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .eI897IsjUuU {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .RSAPt0PqJ {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .Fqi7734AC {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .sGCULvKDub {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .Pv73z4lcqu {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lQ9Wa1Rk4y {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .zdBSkgjW {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ihNd2T3 {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .lpV36c45 {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .CVGNAnX {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .tjmki7PgO {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .i9tdwacFgQh {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .xUWePftH {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .Nr49pwC {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .kmWTbR {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .sp17DKJcNj {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .KDsBWfDAf8x {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .hQZWPkM3 {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .k0Ua0VFmCtM {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .dJbsqql {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .mHFzbV {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ByHp0H {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .UnHUrpGba9 {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .JIMhESV {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .SzrHnae5i4 {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .LeckYey {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .fp36QggCbc {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .R2gWpsjNCx {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .i2zHifwE {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .S2IjE0Mqwtz {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .mmFW3jNfG {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .hzdiHZAvD {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .VxaBMOm0hV {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .JZFP8Z1NIeX {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .Fy3Jqs {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .EJ19PqXqgRw {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .sl3r3o {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .XJCeTr0o {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .TDiYv1Gg {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .OrTEt9x9 {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .nCCSekfkd {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .PToNYAJF {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .DKHkwyOg {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ud5H04Htt {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .LmlaVfkYdp5 {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .LDhtKHSl {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .AP1dVPRWY9 {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .hsTC7ATFm {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .Qpf4ZM {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .D2XMPd {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .KdvsPwDdu {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .p5veUYmhl {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .oorLPg9wa {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.tHBAltkX1l {
  float: left !important;
}

.JucipM {
  float: right !important;
}

.rNmG0EVU3i {
  float: none !important;
}

@media (min-width: 576px) {
  .UkCGSi {
    float: left !important;
  }
  .dhkbhI {
    float: right !important;
  }
  .AWOBIZS2AnC {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .VenzDPN {
    float: left !important;
  }
  .UT2s2wdASnF {
    float: right !important;
  }
  .FeBq8wn {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .Eac8gfeq {
    float: left !important;
  }
  .L4eZ640 {
    float: right !important;
  }
  .Fpvb6wan {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .mffLiR {
    float: left !important;
  }
  .sEibol4yY {
    float: right !important;
  }
  .ishy9ZjC {
    float: none !important;
  }
}

.G4JXwhKNG {
  overflow: auto !important;
}

.KQx53LuE {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.QPB6HvYVd {
  position: relative !important;
}

.j6sQLh {
  position: absolute !important;
}

.A9gBqDq {
  position: fixed !important;
}

.jTKZdraqx {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.d3uNeDC4FP {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v3cTGtzIZYP:active, .v3cTGtzIZYP:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.ZJ9B1I0 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.VJLGxT {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.sBnCajWbWNs {
  box-shadow: none !important;
}

.aE6agAFb {
  width: 25% !important;
}

.VoWck1c {
  width: 50% !important;
}

.yShGiu {
  width: 75% !important;
}

.ZDm3tgtVMPC {
  width: 100% !important;
}

.M2SJMQifNu {
  width: auto !important;
}

.hbBp0RXx {
  height: 25% !important;
}

.MJ2yL72zlTt {
  height: 50% !important;
}

.tlxidFJi36 {
  height: 75% !important;
}

.MbW5Hx {
  height: 100% !important;
}

.p1t1vP {
  height: auto !important;
}

.JNImuYkP0h {
  max-width: 100% !important;
}

.rsRqXUhEcE {
  max-height: 100% !important;
}

.gyoOiT2y4O {
  min-width: 100vw !important;
}

.hCB6GtLy1k {
  min-height: 100vh !important;
}

.cTohgdNgt {
  width: 100vw !important;
}

.KyhkPDg9k {
  height: 100vh !important;
}

.BweriDn0::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.JeT4eS1 {
  margin: 0 !important;
}

.FA9aMQ3ay,
.mfxnr8a {
  margin-top: 0 !important;
}

.beZ5IfL7,
.b3RThg {
  margin-right: 0 !important;
}

.hZEoK5L,
.mfxnr8a {
  margin-bottom: 0 !important;
}

.BEXgrcZ,
.b3RThg {
  margin-left: 0 !important;
}

.GkYKaACqKr {
  margin: 0.25rem !important;
}

.kb3adfvybV,
.GVclpD9Lu {
  margin-top: 0.25rem !important;
}

.R4CAnRNHDT,
.P3IlVvJ {
  margin-right: 0.25rem !important;
}

.FOgyado3E6b,
.GVclpD9Lu {
  margin-bottom: 0.25rem !important;
}

.Lhf6oJKN,
.P3IlVvJ {
  margin-left: 0.25rem !important;
}

.MprvLrP3f2 {
  margin: 0.5rem !important;
}

.Ta9eg3L,
.qWTH5WIr45 {
  margin-top: 0.5rem !important;
}

.FH2jGu,
.f6AuI64 {
  margin-right: 0.5rem !important;
}

.GjRkngMYJ,
.qWTH5WIr45 {
  margin-bottom: 0.5rem !important;
}

.ptUf1A,
.f6AuI64 {
  margin-left: 0.5rem !important;
}

.k9voxofQzcf {
  margin: 1rem !important;
}

.bqq9t3GuJiW,
.HSmrkc {
  margin-top: 1rem !important;
}

.iWpDSeXP,
.FPIg2GVP {
  margin-right: 1rem !important;
}

.lGVVea,
.HSmrkc {
  margin-bottom: 1rem !important;
}

.T0y9nO7K,
.FPIg2GVP {
  margin-left: 1rem !important;
}

.uHgeZDv9e {
  margin: 1.5rem !important;
}

.R7Mzm2borK,
.E01fEHqrozu {
  margin-top: 1.5rem !important;
}

.LnSVF3bdsN7,
.vTQRt8 {
  margin-right: 1.5rem !important;
}

.sUe0d8cW,
.E01fEHqrozu {
  margin-bottom: 1.5rem !important;
}

.lXHdLNl,
.vTQRt8 {
  margin-left: 1.5rem !important;
}

.uTT7G7 {
  margin: 3rem !important;
}

.UQcySc1,
.fc5UrnGc {
  margin-top: 3rem !important;
}

.J7I4yA7Bnlz,
.VKgrIRloOC {
  margin-right: 3rem !important;
}

.COR5zQcEh6O,
.fc5UrnGc {
  margin-bottom: 3rem !important;
}

.BuQEUdvAgJl,
.VKgrIRloOC {
  margin-left: 3rem !important;
}

.ytH9aA {
  padding: 0 !important;
}

.XxIfynr,
.EnuNlYFJ4 {
  padding-top: 0 !important;
}

.HSvsuTrk2,
.vbGRW1F6U {
  padding-right: 0 !important;
}

.lRgQmu,
.EnuNlYFJ4 {
  padding-bottom: 0 !important;
}

.dTZfgbt,
.vbGRW1F6U {
  padding-left: 0 !important;
}

.Pv8k6T6G3 {
  padding: 0.25rem !important;
}

.SFgAbFjQ,
.eV9uasbaToE {
  padding-top: 0.25rem !important;
}

.dMNYdV,
.sJPzMNbmtwA {
  padding-right: 0.25rem !important;
}

.VxRWAcvk4,
.eV9uasbaToE {
  padding-bottom: 0.25rem !important;
}

.VgRKnEDV,
.sJPzMNbmtwA {
  padding-left: 0.25rem !important;
}

.yBjgKh {
  padding: 0.5rem !important;
}

.L1eizNjImk,
.dQkePbbheI {
  padding-top: 0.5rem !important;
}

.AyLHFGFmA,
.QsYV7b9 {
  padding-right: 0.5rem !important;
}

.NmhIC91Wc3,
.dQkePbbheI {
  padding-bottom: 0.5rem !important;
}

.JkTIZbI05,
.QsYV7b9 {
  padding-left: 0.5rem !important;
}

.hBQK7O {
  padding: 1rem !important;
}

.Lgn96af2,
.qCID6dzD {
  padding-top: 1rem !important;
}

.Kt7SgIlcAp,
.uYfSZ8 {
  padding-right: 1rem !important;
}

.x4qZgt,
.qCID6dzD {
  padding-bottom: 1rem !important;
}

.RyVcE7,
.uYfSZ8 {
  padding-left: 1rem !important;
}

.HLz2JuUllvF {
  padding: 1.5rem !important;
}

.PHQdrt9yUiZ,
.pUyQN91D {
  padding-top: 1.5rem !important;
}

.II3mAQyOR3,
.s9IrvPP1V86 {
  padding-right: 1.5rem !important;
}

.pyLvjw,
.pUyQN91D {
  padding-bottom: 1.5rem !important;
}

.tcJtOzowF,
.s9IrvPP1V86 {
  padding-left: 1.5rem !important;
}

.wcIwZ3I9Z {
  padding: 3rem !important;
}

.SwqdUsvN,
.koleHeCuC {
  padding-top: 3rem !important;
}

.HvUORELbfMs,
.RkjQKmQaCl {
  padding-right: 3rem !important;
}

.DjASAeibf,
.koleHeCuC {
  padding-bottom: 3rem !important;
}

.dgtoFjDSbGg,
.RkjQKmQaCl {
  padding-left: 3rem !important;
}

.LWRZEvE {
  margin: -0.25rem !important;
}

.LVJVIN3DVy,
.f3fFsyH4N {
  margin-top: -0.25rem !important;
}

.coTof6UB,
.KlmnHh9 {
  margin-right: -0.25rem !important;
}

.FfsOlKqJ,
.f3fFsyH4N {
  margin-bottom: -0.25rem !important;
}

.QUAmD0hl,
.KlmnHh9 {
  margin-left: -0.25rem !important;
}

.BogSbwvgbNy {
  margin: -0.5rem !important;
}

.x89h7Ez8yd,
.wpIl6hQmr {
  margin-top: -0.5rem !important;
}

.raGzR5BFl4u,
.V5UXAlux907 {
  margin-right: -0.5rem !important;
}

.bbH1BmhWGET,
.wpIl6hQmr {
  margin-bottom: -0.5rem !important;
}

.Sm5JPx,
.V5UXAlux907 {
  margin-left: -0.5rem !important;
}

.Al4NdOFtG {
  margin: -1rem !important;
}

.doWYobqH9A,
.ZyRh6L94T {
  margin-top: -1rem !important;
}

.qQ7KxB5iD,
.vpAogguUg {
  margin-right: -1rem !important;
}

.n0axmgrb,
.ZyRh6L94T {
  margin-bottom: -1rem !important;
}

.c4xZhSi,
.vpAogguUg {
  margin-left: -1rem !important;
}

.FL7jyaupGh {
  margin: -1.5rem !important;
}

.hSLZvHd3H,
.PK0vyEvnbZ {
  margin-top: -1.5rem !important;
}

.Ph84VaZi56Y,
.ZkQWMzI {
  margin-right: -1.5rem !important;
}

.va9972,
.PK0vyEvnbZ {
  margin-bottom: -1.5rem !important;
}

.PJzm3C2,
.ZkQWMzI {
  margin-left: -1.5rem !important;
}

.lMiHda {
  margin: -3rem !important;
}

.TNlmLffco1e,
.kdAfomh {
  margin-top: -3rem !important;
}

.bG4y07QqRs,
.DSaDyr {
  margin-right: -3rem !important;
}

.FfsJTaUy,
.kdAfomh {
  margin-bottom: -3rem !important;
}

.D1onvx,
.DSaDyr {
  margin-left: -3rem !important;
}

.Tc3a8KEV7h {
  margin: auto !important;
}

.mzKdDh,
.AI00rm1UA {
  margin-top: auto !important;
}

.LZIr60zq4dO,
.pGsk6p {
  margin-right: auto !important;
}

.xl9fkycu,
.AI00rm1UA {
  margin-bottom: auto !important;
}

.MqTZljR4,
.pGsk6p {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .sdjsGphU {
    margin: 0 !important;
  }
  .MjPb4B1sR,
  .QXbilrdi {
    margin-top: 0 !important;
  }
  .GKIISLGP7,
  .HUMXFc274vF {
    margin-right: 0 !important;
  }
  .gcGkpb,
  .QXbilrdi {
    margin-bottom: 0 !important;
  }
  .JBauQnU,
  .HUMXFc274vF {
    margin-left: 0 !important;
  }
  .vAr1ahfXF {
    margin: 0.25rem !important;
  }
  .dQrbD8,
  .NEKDZb {
    margin-top: 0.25rem !important;
  }
  .hLrF3JAPZ,
  .qJtyQZ8OD {
    margin-right: 0.25rem !important;
  }
  .I339gkcfF,
  .NEKDZb {
    margin-bottom: 0.25rem !important;
  }
  .bStBAA2ChYz,
  .qJtyQZ8OD {
    margin-left: 0.25rem !important;
  }
  .GCoPxxRk {
    margin: 0.5rem !important;
  }
  .BGecvURdQ,
  .IxcNDIk {
    margin-top: 0.5rem !important;
  }
  .krGNffM3j46,
  .wZIVlnm {
    margin-right: 0.5rem !important;
  }
  .B3qPBhG,
  .IxcNDIk {
    margin-bottom: 0.5rem !important;
  }
  .FlQwjy0W,
  .wZIVlnm {
    margin-left: 0.5rem !important;
  }
  .fbEhvL7 {
    margin: 1rem !important;
  }
  .sl7RuZ5sZTu,
  .pQKVhpzQs2 {
    margin-top: 1rem !important;
  }
  .Dm4KBuoGf,
  .iuGdw8P {
    margin-right: 1rem !important;
  }
  .hFdWDH,
  .pQKVhpzQs2 {
    margin-bottom: 1rem !important;
  }
  .HVyl6R,
  .iuGdw8P {
    margin-left: 1rem !important;
  }
  .CfWeFvVin {
    margin: 1.5rem !important;
  }
  .rqYTWK8uAxL,
  .Ndp3B1W7 {
    margin-top: 1.5rem !important;
  }
  .Uwb0Vz3,
  .kdoD9wwSe {
    margin-right: 1.5rem !important;
  }
  .kvG7Eq,
  .Ndp3B1W7 {
    margin-bottom: 1.5rem !important;
  }
  .fMbebgBlO,
  .kdoD9wwSe {
    margin-left: 1.5rem !important;
  }
  .QpBuE4OY {
    margin: 3rem !important;
  }
  .uqp1pf4e,
  .mbf72zGv {
    margin-top: 3rem !important;
  }
  .Y9hOFk,
  .O1JkTMOT7M {
    margin-right: 3rem !important;
  }
  .S8RsjY,
  .mbf72zGv {
    margin-bottom: 3rem !important;
  }
  .tK020gO,
  .O1JkTMOT7M {
    margin-left: 3rem !important;
  }
  .JPWhk5p1O {
    padding: 0 !important;
  }
  .ujWBbiX,
  .DCVInFCmke {
    padding-top: 0 !important;
  }
  .dwwvaX3,
  .qKjVZiGiq {
    padding-right: 0 !important;
  }
  .pzHBrO5,
  .DCVInFCmke {
    padding-bottom: 0 !important;
  }
  .dCAonRQ,
  .qKjVZiGiq {
    padding-left: 0 !important;
  }
  .iRQU1JICk {
    padding: 0.25rem !important;
  }
  .TrgMWn,
  .gkLuVOH {
    padding-top: 0.25rem !important;
  }
  .LbTCEFBa5Ys,
  .I1d9dxTa8 {
    padding-right: 0.25rem !important;
  }
  .DcwANZzuuK,
  .gkLuVOH {
    padding-bottom: 0.25rem !important;
  }
  .tHhKAcc,
  .I1d9dxTa8 {
    padding-left: 0.25rem !important;
  }
  .yg44ae7 {
    padding: 0.5rem !important;
  }
  .aTIjrZg,
  .AqDg56 {
    padding-top: 0.5rem !important;
  }
  .oQtP1LQzlyx,
  .SMoKMwddxV5 {
    padding-right: 0.5rem !important;
  }
  .FpeHmmP2YCt,
  .AqDg56 {
    padding-bottom: 0.5rem !important;
  }
  .OUFtNueD0o,
  .SMoKMwddxV5 {
    padding-left: 0.5rem !important;
  }
  .TRTajY {
    padding: 1rem !important;
  }
  .cteLoMnpx,
  .OLuDU2pVr {
    padding-top: 1rem !important;
  }
  .mT30wug,
  .u5iT94n {
    padding-right: 1rem !important;
  }
  .iFhoXqTLK6C,
  .OLuDU2pVr {
    padding-bottom: 1rem !important;
  }
  .LtMwjqFmb,
  .u5iT94n {
    padding-left: 1rem !important;
  }
  .dqCfUqgbSpF {
    padding: 1.5rem !important;
  }
  .OyTZQh0,
  .ij1YHeRvTB {
    padding-top: 1.5rem !important;
  }
  .xdHFWcC,
  .Jvt0t6ze1 {
    padding-right: 1.5rem !important;
  }
  .vt0Y4FcQC1D,
  .ij1YHeRvTB {
    padding-bottom: 1.5rem !important;
  }
  .VPohQnPY8fr,
  .Jvt0t6ze1 {
    padding-left: 1.5rem !important;
  }
  .OQvZMPdYGW9 {
    padding: 3rem !important;
  }
  .y1RLdjKAw,
  .l2gMgjYse {
    padding-top: 3rem !important;
  }
  .o79c3X7,
  .dxX6kL5 {
    padding-right: 3rem !important;
  }
  .MxaFLo8eoDd,
  .l2gMgjYse {
    padding-bottom: 3rem !important;
  }
  .okbsT1MF,
  .dxX6kL5 {
    padding-left: 3rem !important;
  }
  .rDts3mBw {
    margin: -0.25rem !important;
  }
  .es5dPNe,
  .AEa17Ev {
    margin-top: -0.25rem !important;
  }
  .HXvVcfTTr8d,
  .RBl2eDKXFZ {
    margin-right: -0.25rem !important;
  }
  .imQypwkiVm,
  .AEa17Ev {
    margin-bottom: -0.25rem !important;
  }
  .wQi7YftjxT3,
  .RBl2eDKXFZ {
    margin-left: -0.25rem !important;
  }
  .ved00EnR {
    margin: -0.5rem !important;
  }
  .VMk7El2nYFm,
  .v82nghz1KP {
    margin-top: -0.5rem !important;
  }
  .AygDbPr,
  .BkfNmD {
    margin-right: -0.5rem !important;
  }
  .lwudcYi3Rfl,
  .v82nghz1KP {
    margin-bottom: -0.5rem !important;
  }
  .neEjExAyEvc,
  .BkfNmD {
    margin-left: -0.5rem !important;
  }
  .vaJKh6YeNu {
    margin: -1rem !important;
  }
  .n1qMBBq3MrR,
  .TqW17eFMWJd {
    margin-top: -1rem !important;
  }
  .OFuWgEREDE9,
  .TO6cbMlq {
    margin-right: -1rem !important;
  }
  .v0bEQVMmDHj,
  .TqW17eFMWJd {
    margin-bottom: -1rem !important;
  }
  .DY1b7Afk9,
  .TO6cbMlq {
    margin-left: -1rem !important;
  }
  .zQvUnCTuVcH {
    margin: -1.5rem !important;
  }
  .UZmRgPEJSO,
  .vjn13zwsto {
    margin-top: -1.5rem !important;
  }
  .o6jiIF,
  .td8wg3 {
    margin-right: -1.5rem !important;
  }
  .TJduaKwz,
  .vjn13zwsto {
    margin-bottom: -1.5rem !important;
  }
  .K4xqQSruDEK,
  .td8wg3 {
    margin-left: -1.5rem !important;
  }
  .pXFXRen6 {
    margin: -3rem !important;
  }
  .g4lQXESF,
  .DdeNLm3ao {
    margin-top: -3rem !important;
  }
  .sfWkq1mH,
  .mucQ7KvJG7 {
    margin-right: -3rem !important;
  }
  .C0Giy09Y,
  .DdeNLm3ao {
    margin-bottom: -3rem !important;
  }
  .m0ZC0Slk,
  .mucQ7KvJG7 {
    margin-left: -3rem !important;
  }
  .wnkEuK3aH {
    margin: auto !important;
  }
  .cIddpK,
  .NswUUqww {
    margin-top: auto !important;
  }
  .aV3zWsOwu,
  .oAeAgrL {
    margin-right: auto !important;
  }
  .RkMQj0uT3,
  .NswUUqww {
    margin-bottom: auto !important;
  }
  .joBAWjvk,
  .oAeAgrL {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .E0dmhec {
    margin: 0 !important;
  }
  .fJW0i7,
  .dzj0IfOB {
    margin-top: 0 !important;
  }
  .tGyq0e6OZFR,
  .KddKE5FQvG2 {
    margin-right: 0 !important;
  }
  .WZKapcjkSwt,
  .dzj0IfOB {
    margin-bottom: 0 !important;
  }
  .rg1zoFA9ji,
  .KddKE5FQvG2 {
    margin-left: 0 !important;
  }
  .wWaYVrWI {
    margin: 0.25rem !important;
  }
  .IYzjwh,
  .IFSbbCa8d {
    margin-top: 0.25rem !important;
  }
  .yoN8Pw,
  .kYL3gq {
    margin-right: 0.25rem !important;
  }
  .r2gLcmxcob,
  .IFSbbCa8d {
    margin-bottom: 0.25rem !important;
  }
  .VDnA5Ut9FgI,
  .kYL3gq {
    margin-left: 0.25rem !important;
  }
  .WZ1pe7Q {
    margin: 0.5rem !important;
  }
  .N6LvWLOTlIU,
  .NLu6jBiy {
    margin-top: 0.5rem !important;
  }
  .vQkLkGqf,
  .HNoU0WJrT {
    margin-right: 0.5rem !important;
  }
  .KUoKA3hKP8,
  .NLu6jBiy {
    margin-bottom: 0.5rem !important;
  }
  .owK6NmZQmU,
  .HNoU0WJrT {
    margin-left: 0.5rem !important;
  }
  .TAvSvnHW {
    margin: 1rem !important;
  }
  .dfheYdg,
  .VlVcXCZnu1Z {
    margin-top: 1rem !important;
  }
  .c4C0IWYVv,
  .OYJjAosjzfR {
    margin-right: 1rem !important;
  }
  .EEgtJC3QU2u,
  .VlVcXCZnu1Z {
    margin-bottom: 1rem !important;
  }
  .gNtJgXm,
  .OYJjAosjzfR {
    margin-left: 1rem !important;
  }
  .m2Hs29Rq {
    margin: 1.5rem !important;
  }
  .WBwhDk,
  .Exj4K5S {
    margin-top: 1.5rem !important;
  }
  .rTcHJ7eR,
  .cVMlIyG7 {
    margin-right: 1.5rem !important;
  }
  .dfGx03q5pnD,
  .Exj4K5S {
    margin-bottom: 1.5rem !important;
  }
  .IBugcmDMH,
  .cVMlIyG7 {
    margin-left: 1.5rem !important;
  }
  .uG7FlHlf {
    margin: 3rem !important;
  }
  .hUFycvdMzSL,
  .dQ1Z3z {
    margin-top: 3rem !important;
  }
  .szypNBG3nP,
  .NyR4qohi {
    margin-right: 3rem !important;
  }
  .adeaiwx,
  .dQ1Z3z {
    margin-bottom: 3rem !important;
  }
  .KGTspW,
  .NyR4qohi {
    margin-left: 3rem !important;
  }
  .lJxAzg8 {
    padding: 0 !important;
  }
  .RMvKGI9OX,
  .GLnpRv {
    padding-top: 0 !important;
  }
  .LgmR3Arw,
  .rwTywSa {
    padding-right: 0 !important;
  }
  .LtBI5dyt,
  .GLnpRv {
    padding-bottom: 0 !important;
  }
  .wf4Kfcsf,
  .rwTywSa {
    padding-left: 0 !important;
  }
  .rehfhyI0pGs {
    padding: 0.25rem !important;
  }
  .O8MysN3hEa,
  .ot6kf7qjc {
    padding-top: 0.25rem !important;
  }
  .h486awgjx,
  .sfVfMIwXgmv {
    padding-right: 0.25rem !important;
  }
  .UCEiYQQoFK4,
  .ot6kf7qjc {
    padding-bottom: 0.25rem !important;
  }
  .E19N6O,
  .sfVfMIwXgmv {
    padding-left: 0.25rem !important;
  }
  .xzbNyvT {
    padding: 0.5rem !important;
  }
  .dCAxavV,
  .y236ZkF4yKs {
    padding-top: 0.5rem !important;
  }
  .eVhQTVkQa,
  .aslo0xwI9as {
    padding-right: 0.5rem !important;
  }
  .lYNHdL8qiB,
  .y236ZkF4yKs {
    padding-bottom: 0.5rem !important;
  }
  .eOOa79BuJ,
  .aslo0xwI9as {
    padding-left: 0.5rem !important;
  }
  .Wbpm9r2 {
    padding: 1rem !important;
  }
  .Aff6Sw0GV,
  .DfPpCy {
    padding-top: 1rem !important;
  }
  .y0Qz0Cn,
  .koIVFp {
    padding-right: 1rem !important;
  }
  .YojnsrB5qYt,
  .DfPpCy {
    padding-bottom: 1rem !important;
  }
  .RcRHdA,
  .koIVFp {
    padding-left: 1rem !important;
  }
  .n7EFNG {
    padding: 1.5rem !important;
  }
  .rC89dGK,
  .oa3npLRTJb {
    padding-top: 1.5rem !important;
  }
  .mDW3qofmEu,
  .RiNZit {
    padding-right: 1.5rem !important;
  }
  .fK3c5pZgC7,
  .oa3npLRTJb {
    padding-bottom: 1.5rem !important;
  }
  .j4hp8nb9,
  .RiNZit {
    padding-left: 1.5rem !important;
  }
  .ONbV9WU {
    padding: 3rem !important;
  }
  .RJns6v6T,
  .pMRrn9 {
    padding-top: 3rem !important;
  }
  .FspFxN6PF,
  .JQaqNB {
    padding-right: 3rem !important;
  }
  .URz1Iq3rvG8,
  .pMRrn9 {
    padding-bottom: 3rem !important;
  }
  .hikahsRvCmH,
  .JQaqNB {
    padding-left: 3rem !important;
  }
  .oAZFxYXwe {
    margin: -0.25rem !important;
  }
  .HyqZdjb,
  .EGhHA30Kp8 {
    margin-top: -0.25rem !important;
  }
  .setN6kBvm,
  .cmv7Oc2Iz {
    margin-right: -0.25rem !important;
  }
  .DorSQb,
  .EGhHA30Kp8 {
    margin-bottom: -0.25rem !important;
  }
  .PhBiA7u,
  .cmv7Oc2Iz {
    margin-left: -0.25rem !important;
  }
  .tVvike3 {
    margin: -0.5rem !important;
  }
  .whMAya2D,
  .tKPhFGn1F {
    margin-top: -0.5rem !important;
  }
  .GUKz59,
  .x3FsPkxuhAK {
    margin-right: -0.5rem !important;
  }
  .hwKSR3twIx,
  .tKPhFGn1F {
    margin-bottom: -0.5rem !important;
  }
  .mD8C9F,
  .x3FsPkxuhAK {
    margin-left: -0.5rem !important;
  }
  .jP7dbhqG {
    margin: -1rem !important;
  }
  .DVw0A7qiQ,
  .oSOJb0dp {
    margin-top: -1rem !important;
  }
  .hVLsfJfCq,
  .iIy56wqN0 {
    margin-right: -1rem !important;
  }
  .SvD2AX71,
  .oSOJb0dp {
    margin-bottom: -1rem !important;
  }
  .qttGEBjjA,
  .iIy56wqN0 {
    margin-left: -1rem !important;
  }
  .ooMIkt7yZ2c {
    margin: -1.5rem !important;
  }
  .aTAHmZvano6,
  .u7ZTgNAr {
    margin-top: -1.5rem !important;
  }
  .MdRVwFuFw,
  .Ada3WZ {
    margin-right: -1.5rem !important;
  }
  .rT0VHZACh,
  .u7ZTgNAr {
    margin-bottom: -1.5rem !important;
  }
  .VC6Jp1j97tG,
  .Ada3WZ {
    margin-left: -1.5rem !important;
  }
  .PedlGRCaSC {
    margin: -3rem !important;
  }
  .z6ojeDbDf,
  .ekznJC {
    margin-top: -3rem !important;
  }
  .p07iOmhw5,
  .ICVzSMH {
    margin-right: -3rem !important;
  }
  .Vl4Ubyi1f,
  .ekznJC {
    margin-bottom: -3rem !important;
  }
  .JXpE7pRrVA,
  .ICVzSMH {
    margin-left: -3rem !important;
  }
  .f0eh3wdF {
    margin: auto !important;
  }
  .q5qJw7Ht,
  .vl5hA1ZxpjV {
    margin-top: auto !important;
  }
  .byyuCQW,
  .z9iSxR8WR6 {
    margin-right: auto !important;
  }
  .epzLD4XFA,
  .vl5hA1ZxpjV {
    margin-bottom: auto !important;
  }
  .x8JJjBwRLE,
  .z9iSxR8WR6 {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .DazeudLcXTJ {
    margin: 0 !important;
  }
  .Bcqz8eoV4,
  .kfy2fjUCxi {
    margin-top: 0 !important;
  }
  .hP2Ilp,
  .S5f1UJWwY {
    margin-right: 0 !important;
  }
  .O1hfJHa,
  .kfy2fjUCxi {
    margin-bottom: 0 !important;
  }
  .HUxYbjkF,
  .S5f1UJWwY {
    margin-left: 0 !important;
  }
  .lfzcc1 {
    margin: 0.25rem !important;
  }
  .gVlLNmM,
  .vfRVI5wch {
    margin-top: 0.25rem !important;
  }
  .FgknM5,
  .JIxnABjrhL {
    margin-right: 0.25rem !important;
  }
  .onCl2zKhTv,
  .vfRVI5wch {
    margin-bottom: 0.25rem !important;
  }
  .OtpiitdO,
  .JIxnABjrhL {
    margin-left: 0.25rem !important;
  }
  .WfDa9UntA7 {
    margin: 0.5rem !important;
  }
  .JsFnwqNvvE,
  .T4XlTV {
    margin-top: 0.5rem !important;
  }
  .NI6FBI,
  .R3YjvV {
    margin-right: 0.5rem !important;
  }
  .ZfcfZWn,
  .T4XlTV {
    margin-bottom: 0.5rem !important;
  }
  .hbcIOvhg,
  .R3YjvV {
    margin-left: 0.5rem !important;
  }
  .kG5x9834MX {
    margin: 1rem !important;
  }
  .DkGhw4t,
  .sKF33uDm6O {
    margin-top: 1rem !important;
  }
  .dodQ0zkmjK,
  .z9e512Hlm {
    margin-right: 1rem !important;
  }
  .qMCPEPW0,
  .sKF33uDm6O {
    margin-bottom: 1rem !important;
  }
  .Z0H21zp,
  .z9e512Hlm {
    margin-left: 1rem !important;
  }
  .EmAd4QdC1aI {
    margin: 1.5rem !important;
  }
  .pBNOPlmLRL,
  .G36sItisO {
    margin-top: 1.5rem !important;
  }
  .yReWQs1Px,
  .sqKJyxI {
    margin-right: 1.5rem !important;
  }
  .V4D0Pe,
  .G36sItisO {
    margin-bottom: 1.5rem !important;
  }
  .Ko7K5lL,
  .sqKJyxI {
    margin-left: 1.5rem !important;
  }
  .GhccS12z {
    margin: 3rem !important;
  }
  .bEU9iD,
  .MNjkEavqa {
    margin-top: 3rem !important;
  }
  .FZPyOdqb2Y,
  .s3Pub2dbi {
    margin-right: 3rem !important;
  }
  .NqiMahLHM,
  .MNjkEavqa {
    margin-bottom: 3rem !important;
  }
  .RFDP4wdUH,
  .s3Pub2dbi {
    margin-left: 3rem !important;
  }
  .MaXDER {
    padding: 0 !important;
  }
  .hZUaWvCPe,
  .CroL6evdbkP {
    padding-top: 0 !important;
  }
  .P0cWSb,
  .Sy2PbBnVZBA {
    padding-right: 0 !important;
  }
  .G6janRbS8q,
  .CroL6evdbkP {
    padding-bottom: 0 !important;
  }
  .QHo4cnqIF,
  .Sy2PbBnVZBA {
    padding-left: 0 !important;
  }
  .hlevC1 {
    padding: 0.25rem !important;
  }
  .Fpsok7,
  .sx0rVXhhfFB {
    padding-top: 0.25rem !important;
  }
  .ff1zT0p2p,
  .PkttgUn26Q {
    padding-right: 0.25rem !important;
  }
  .SCpNJAx8cX,
  .sx0rVXhhfFB {
    padding-bottom: 0.25rem !important;
  }
  .S2AgcLX5i5,
  .PkttgUn26Q {
    padding-left: 0.25rem !important;
  }
  .O1WUftCIrO1 {
    padding: 0.5rem !important;
  }
  .DZisl2rgMb,
  .ZdWQTouF {
    padding-top: 0.5rem !important;
  }
  .amdR6CBAy,
  .BWs11a43F {
    padding-right: 0.5rem !important;
  }
  .vsSHST,
  .ZdWQTouF {
    padding-bottom: 0.5rem !important;
  }
  .xB63d6Z,
  .BWs11a43F {
    padding-left: 0.5rem !important;
  }
  .UQ7rvbEQu {
    padding: 1rem !important;
  }
  .jiYj5EFO7T,
  .Leb4ekN2S16 {
    padding-top: 1rem !important;
  }
  .OHNWOZ4,
  .ra8Byw {
    padding-right: 1rem !important;
  }
  .GzcgQ0egQf6,
  .Leb4ekN2S16 {
    padding-bottom: 1rem !important;
  }
  .McX33shuMxl,
  .ra8Byw {
    padding-left: 1rem !important;
  }
  .dBvx2p8m1 {
    padding: 1.5rem !important;
  }
  .B5ewK4xDqxr,
  .Otxx9B6e {
    padding-top: 1.5rem !important;
  }
  .fFdF8x2C,
  .Y1PI3RvT {
    padding-right: 1.5rem !important;
  }
  .TpZ4EvqNS,
  .Otxx9B6e {
    padding-bottom: 1.5rem !important;
  }
  .rvnWpNn,
  .Y1PI3RvT {
    padding-left: 1.5rem !important;
  }
  .z2zamr {
    padding: 3rem !important;
  }
  .ZDFujE1GOZC,
  .bgmBQ4Kz {
    padding-top: 3rem !important;
  }
  .FmZeZcQX,
  .z3Fdno {
    padding-right: 3rem !important;
  }
  .FqzjzE1aGt,
  .bgmBQ4Kz {
    padding-bottom: 3rem !important;
  }
  .fuHwkv8CDW,
  .z3Fdno {
    padding-left: 3rem !important;
  }
  .vqPjjdyvd {
    margin: -0.25rem !important;
  }
  .Mlia64YBw,
  .TpsZ9IX09vx {
    margin-top: -0.25rem !important;
  }
  .m16NNiIP,
  .lD8EkOPdJCj {
    margin-right: -0.25rem !important;
  }
  .xCMDtmx,
  .TpsZ9IX09vx {
    margin-bottom: -0.25rem !important;
  }
  .wvYgkhca,
  .lD8EkOPdJCj {
    margin-left: -0.25rem !important;
  }
  .pcfbrKTJJu7 {
    margin: -0.5rem !important;
  }
  .wRnbOHP7Q,
  .e7aSw8XaPA {
    margin-top: -0.5rem !important;
  }
  .OeADmtm2Dl5,
  .tj71ig1P5G {
    margin-right: -0.5rem !important;
  }
  .TffTKhtBA0,
  .e7aSw8XaPA {
    margin-bottom: -0.5rem !important;
  }
  .qB6RxcgtO,
  .tj71ig1P5G {
    margin-left: -0.5rem !important;
  }
  .azQ7KEbzrd {
    margin: -1rem !important;
  }
  .olWSBhaMTz,
  .RAfWoG {
    margin-top: -1rem !important;
  }
  .Wvq6hfsEsn,
  .KrFN0tkN3 {
    margin-right: -1rem !important;
  }
  .g3y38fnQnm,
  .RAfWoG {
    margin-bottom: -1rem !important;
  }
  .khZQxQNqE,
  .KrFN0tkN3 {
    margin-left: -1rem !important;
  }
  .TIByurE {
    margin: -1.5rem !important;
  }
  .H6I7mQ4fIz5,
  .fZhLlUmD {
    margin-top: -1.5rem !important;
  }
  .GoxfR2,
  .rjqfAXVe {
    margin-right: -1.5rem !important;
  }
  .ObLoOm59,
  .fZhLlUmD {
    margin-bottom: -1.5rem !important;
  }
  .eH8XgxrrG,
  .rjqfAXVe {
    margin-left: -1.5rem !important;
  }
  .xgg7KT2 {
    margin: -3rem !important;
  }
  .Hq1XSS9d3Vs,
  .CrA6mO {
    margin-top: -3rem !important;
  }
  .NkL61Q,
  .adFIG6I {
    margin-right: -3rem !important;
  }
  .WAOHU75,
  .CrA6mO {
    margin-bottom: -3rem !important;
  }
  .iCX30APG,
  .adFIG6I {
    margin-left: -3rem !important;
  }
  .x7ExYXn {
    margin: auto !important;
  }
  .uHPneSXK,
  .SrIeeppY {
    margin-top: auto !important;
  }
  .ecUECe,
  .MDGjotH {
    margin-right: auto !important;
  }
  .MxoUJ1eB7R,
  .SrIeeppY {
    margin-bottom: auto !important;
  }
  .hDI6QZ,
  .MDGjotH {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .L55BpSGUw {
    margin: 0 !important;
  }
  .bFUTJNp,
  .LhlBIK05Zru {
    margin-top: 0 !important;
  }
  .fCoIUhVoA,
  .wtcIvBuWgg {
    margin-right: 0 !important;
  }
  .qFRDaCB,
  .LhlBIK05Zru {
    margin-bottom: 0 !important;
  }
  .IgLBgH,
  .wtcIvBuWgg {
    margin-left: 0 !important;
  }
  .PaiWFIRYAh4 {
    margin: 0.25rem !important;
  }
  .k55EJIne1a,
  .frp6dAm {
    margin-top: 0.25rem !important;
  }
  .V813bSJL,
  .QDgXA2gH4pB {
    margin-right: 0.25rem !important;
  }
  .S1K1YjEV,
  .frp6dAm {
    margin-bottom: 0.25rem !important;
  }
  .DTc713hA4m,
  .QDgXA2gH4pB {
    margin-left: 0.25rem !important;
  }
  .oiFBQwkj {
    margin: 0.5rem !important;
  }
  .cp1dS7O,
  .KFiWtkOpnX {
    margin-top: 0.5rem !important;
  }
  .Dix7fSy,
  .etf5O9K {
    margin-right: 0.5rem !important;
  }
  .CrZbd4T,
  .KFiWtkOpnX {
    margin-bottom: 0.5rem !important;
  }
  .k1jnkw6,
  .etf5O9K {
    margin-left: 0.5rem !important;
  }
  .okmbP8bbqAd {
    margin: 1rem !important;
  }
  .TceFgB,
  .KeO9yLY {
    margin-top: 1rem !important;
  }
  .JwUFDT3h6,
  .xcApOSrfv {
    margin-right: 1rem !important;
  }
  .wbodWQhme,
  .KeO9yLY {
    margin-bottom: 1rem !important;
  }
  .nuBRbq,
  .xcApOSrfv {
    margin-left: 1rem !important;
  }
  .lSLUkJDPcQp {
    margin: 1.5rem !important;
  }
  .IRhpHk76Rg,
  .n8EFo4reOY {
    margin-top: 1.5rem !important;
  }
  .iXzdftC2bz,
  .mNQgrw0e {
    margin-right: 1.5rem !important;
  }
  .B6ga9Qeo,
  .n8EFo4reOY {
    margin-bottom: 1.5rem !important;
  }
  .SadAY1,
  .mNQgrw0e {
    margin-left: 1.5rem !important;
  }
  .rf69LqOa76c {
    margin: 3rem !important;
  }
  .JeCV7LEaHc,
  .yVYuqR {
    margin-top: 3rem !important;
  }
  .Ol1SAt1RIc,
  .aK2jR71s {
    margin-right: 3rem !important;
  }
  .Kct70md0cF7,
  .yVYuqR {
    margin-bottom: 3rem !important;
  }
  .Tn5MoC,
  .aK2jR71s {
    margin-left: 3rem !important;
  }
  .RRXXhM2sRO {
    padding: 0 !important;
  }
  .LkdfR0R8Y,
  .ZvzLCnW6U {
    padding-top: 0 !important;
  }
  .fGKN672,
  .O1qGTuT {
    padding-right: 0 !important;
  }
  .IeY1TFN3L,
  .ZvzLCnW6U {
    padding-bottom: 0 !important;
  }
  .R5Cec9TP,
  .O1qGTuT {
    padding-left: 0 !important;
  }
  .a8PceM5c {
    padding: 0.25rem !important;
  }
  .sZLthcYxk2d,
  .Feankgk3g {
    padding-top: 0.25rem !important;
  }
  .t527Zc7r,
  .f6UfyACFjTk {
    padding-right: 0.25rem !important;
  }
  .gDgx2qoC,
  .Feankgk3g {
    padding-bottom: 0.25rem !important;
  }
  .EWgntryBtn,
  .f6UfyACFjTk {
    padding-left: 0.25rem !important;
  }
  .DF2TkoJj {
    padding: 0.5rem !important;
  }
  .tMRahi0bq,
  .EHxHQx {
    padding-top: 0.5rem !important;
  }
  .G3PHL5sFN,
  .mxa6ph2Y {
    padding-right: 0.5rem !important;
  }
  .tWzF6rM,
  .EHxHQx {
    padding-bottom: 0.5rem !important;
  }
  .VRVhCtE6MfH,
  .mxa6ph2Y {
    padding-left: 0.5rem !important;
  }
  .GJQDMRZr2 {
    padding: 1rem !important;
  }
  .ytSaD2l,
  .fJzdM8 {
    padding-top: 1rem !important;
  }
  .CheSzSrXLyX,
  .TtSnrxxqVrJ {
    padding-right: 1rem !important;
  }
  .NlrcFb3H,
  .fJzdM8 {
    padding-bottom: 1rem !important;
  }
  .b572tZfVZ,
  .TtSnrxxqVrJ {
    padding-left: 1rem !important;
  }
  .NhO8Zu8T {
    padding: 1.5rem !important;
  }
  .LFEdySwwy,
  .WXTwbJk {
    padding-top: 1.5rem !important;
  }
  .UlAfx0q0,
  .LaBlkoGUf {
    padding-right: 1.5rem !important;
  }
  .KFMNaZmx4g,
  .WXTwbJk {
    padding-bottom: 1.5rem !important;
  }
  .K0LDEJR9Mp,
  .LaBlkoGUf {
    padding-left: 1.5rem !important;
  }
  .jR34cdDLY {
    padding: 3rem !important;
  }
  .FjLoRgM,
  .Ctcv210CYL7 {
    padding-top: 3rem !important;
  }
  .vHpoIp9drd,
  .iNTI2761s {
    padding-right: 3rem !important;
  }
  .qxWI76o6,
  .Ctcv210CYL7 {
    padding-bottom: 3rem !important;
  }
  .Zq3zPha,
  .iNTI2761s {
    padding-left: 3rem !important;
  }
  .M578x5 {
    margin: -0.25rem !important;
  }
  .cVKIUALQDA8,
  .eITAp5mJ {
    margin-top: -0.25rem !important;
  }
  .nm1LFs8DnN,
  .hXxeD5jXpH {
    margin-right: -0.25rem !important;
  }
  .EAQHeYKXNTj,
  .eITAp5mJ {
    margin-bottom: -0.25rem !important;
  }
  .aaOfdZ1hb,
  .hXxeD5jXpH {
    margin-left: -0.25rem !important;
  }
  .aCPRpfjXRk {
    margin: -0.5rem !important;
  }
  .kVUTaF,
  .f73TrhY {
    margin-top: -0.5rem !important;
  }
  .LBOF2hv,
  .j8pCupS {
    margin-right: -0.5rem !important;
  }
  .EXKaJhj,
  .f73TrhY {
    margin-bottom: -0.5rem !important;
  }
  .pjv4MAhznj,
  .j8pCupS {
    margin-left: -0.5rem !important;
  }
  .Ahcq0m {
    margin: -1rem !important;
  }
  .B8IHae2,
  .HZfsvK {
    margin-top: -1rem !important;
  }
  .baNcySpFu,
  .PNxGVr {
    margin-right: -1rem !important;
  }
  .QnKbLbPYJ,
  .HZfsvK {
    margin-bottom: -1rem !important;
  }
  .HjhrDYwlI,
  .PNxGVr {
    margin-left: -1rem !important;
  }
  .CcNVHIsOdeX {
    margin: -1.5rem !important;
  }
  .VdBjD1M,
  .LQyyjv7NJ {
    margin-top: -1.5rem !important;
  }
  .iYJC9wgZLB,
  .EGlXc0PrAgk {
    margin-right: -1.5rem !important;
  }
  .erI1bExuU6W,
  .LQyyjv7NJ {
    margin-bottom: -1.5rem !important;
  }
  .i5B6gQ,
  .EGlXc0PrAgk {
    margin-left: -1.5rem !important;
  }
  .w6zekivHT {
    margin: -3rem !important;
  }
  .LcmRzmsiWUP,
  .qsFtJAqc {
    margin-top: -3rem !important;
  }
  .TnZW0IpICwj,
  .sFflkYu07x {
    margin-right: -3rem !important;
  }
  .KIqdt3,
  .qsFtJAqc {
    margin-bottom: -3rem !important;
  }
  .ic5W2e,
  .sFflkYu07x {
    margin-left: -3rem !important;
  }
  .mG4wVvHk {
    margin: auto !important;
  }
  .zV1IpNq,
  .CNFA0qK {
    margin-top: auto !important;
  }
  .gLqg7n5,
  .CdlA9X9afB {
    margin-right: auto !important;
  }
  .qJdJVAKYks,
  .CNFA0qK {
    margin-bottom: auto !important;
  }
  .vdJXol,
  .CdlA9X9afB {
    margin-left: auto !important;
  }
}

.dzQghryCk8 {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.pQxnw3ns {
  text-align: justify !important;
}

.Axbydn5Wwi {
  white-space: normal !important;
}

.bt7ewXcv {
  white-space: nowrap !important;
}

.ZQFS4hd34 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zzFfGxkfd {
  text-align: left !important;
}

.E8u3bq {
  text-align: right !important;
}

.dRYpgPD9z {
  text-align: center !important;
}

@media (min-width: 576px) {
  .Fgcz3aKc {
    text-align: left !important;
  }
  .k3NF7aEGxa {
    text-align: right !important;
  }
  .c0cSuYe5 {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .Dz4bJFaiUjW {
    text-align: left !important;
  }
  .p370cQfEM34 {
    text-align: right !important;
  }
  .zku24JS4p7 {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .feexS9uD4 {
    text-align: left !important;
  }
  .TL1yrz {
    text-align: right !important;
  }
  .mewjN0WQ {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .MetN9jfnA {
    text-align: left !important;
  }
  .ukxeIren {
    text-align: right !important;
  }
  .FW9y99a {
    text-align: center !important;
  }
}

.ImjuzfyGkD {
  text-transform: lowercase !important;
}

.weVtIbmBTF {
  text-transform: uppercase !important;
}

.z3Es9npjS6D {
  text-transform: capitalize !important;
}

.Zi5wjCwaWRI {
  font-weight: 300 !important;
}

.vVIlVgi {
  font-weight: lighter !important;
}

.wOi0cKh {
  font-weight: 400 !important;
}

.tQPxvRhhB {
  font-weight: 700 !important;
}

.lLjQHg {
  font-weight: bolder !important;
}

.KNE5kMYY7S {
  font-style: italic !important;
}

.slqwhx {
  color: #fff !important;
}

.RVYsWaYYJj0 {
  color: #007bff !important;
}

a.RVYsWaYYJj0:hover, a.RVYsWaYYJj0:focus {
  color: #0056b3 !important;
}

.ig6iWQBBo {
  color: #6c757d !important;
}

a.ig6iWQBBo:hover, a.ig6iWQBBo:focus {
  color: #494f54 !important;
}

.Lp8xkEhGWLm {
  color: #28a745 !important;
}

a.Lp8xkEhGWLm:hover, a.Lp8xkEhGWLm:focus {
  color: #19692c !important;
}

.FJRlhdf {
  color: #17a2b8 !important;
}

a.FJRlhdf:hover, a.FJRlhdf:focus {
  color: #0f6674 !important;
}

.rnar1gN {
  color: #ffc107 !important;
}

a.rnar1gN:hover, a.rnar1gN:focus {
  color: #ba8b00 !important;
}

.E2dPu8eMYa {
  color: #dc3545 !important;
}

a.E2dPu8eMYa:hover, a.E2dPu8eMYa:focus {
  color: #a71d2a !important;
}

.EQ2kYvE5zS {
  color: #f8f9fa !important;
}

a.EQ2kYvE5zS:hover, a.EQ2kYvE5zS:focus {
  color: #cbd3da !important;
}

.rQeJ0uIwP9e {
  color: #343a40 !important;
}

a.rQeJ0uIwP9e:hover, a.rQeJ0uIwP9e:focus {
  color: #121416 !important;
}

.hjb1PSzFd {
  color: #212529 !important;
}

.VsZrnkcf {
  color: #6c757d !important;
}

.VaUY6mR1c5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.H1n1SvKUMV {
  color: rgba(255, 255, 255, 0.5) !important;
}

.py4dWirfgE {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.rw3CQ3QZoOD {
  text-decoration: none !important;
}

.RGUqPB {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.MwZ6MaL0 {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.oeIDSmqyCT {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    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 {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .IMq9VsBus {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .U5nhRb6 th,
  .U5nhRb6 td {
    border: 1px solid #dee2e6 !important;
  }
  .wBlmr3 {
    color: inherit;
  }
  .wBlmr3 th,
  .wBlmr3 td,
  .wBlmr3 thead th,
  .wBlmr3 tbody + tbody {
    border-color: #dee2e6;
  }
  .table .CbjQYn254Fw th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */