@charset "UTF-8";
@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 #999;
    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; }
  .bw {
    min-width: 992px !important; }
  .ci {
    display: none; }
  .cj {
    border: 1px solid #000; }
  .ck {
    border-collapse: collapse !important; }
    .ck td,
    .ck th {
      background-color: #fff !important; }
  .cl th,
  .cl td {
    border: 1px solid #ddd !important; } }

: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: #1997c6;
  --secondary: #6c757d;
  --success: #1BC98E;
  --info: #9F86FF;
  --warning: #E4D836;
  --danger: #E64759;
  --light: #f8f9fa;
  --dark: #1a1c22;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
  color: #cfd2da;
  text-align: left;
  background-color: #252830; }

[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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1997c6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #106382;
    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: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.a, .b, .c, .d, .e, .f {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: white; }

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

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

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

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

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

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

.cm {
  font-size: 1.035rem;
  font-weight: inherit; }

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

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

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

.cq {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #434857; }

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

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

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

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

.cv {
  display: inline-block; }
  .cv:not(:last-child) {
    margin-right: 0.5rem; }

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

.cy {
  margin-bottom: 20px;
  font-size: 1.25rem; }

.cz {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .cz::before {
    content: "\2014 \00A0"; }

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

.db {
  padding: 0.25rem;
  background-color: transparent;
  border: 1px solid #30343e;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.dc {
  display: inline-block; }

.dd {
  margin-bottom: 10px;
  line-height: 1; }

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

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

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

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

.bw {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .bw {
      max-width: 880px; } }
  @media (min-width: 992px) {
    .bw {
      max-width: 950px; } }
  @media (min-width: 1200px) {
    .bw {
      max-width: 1100px; } }

.dg {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.dh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.di {
  margin-right: 0;
  margin-left: 0; }
  .di > .dj,
  .di > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.dk, .dl, .dm, .dn, .do, .dp, .dq, .dr, .ds, .dt, .du, .dv, .dj,
.dw, .dx, .dy, .dz, .ea, .eb, .ec, .ed, .ee, .ef, .eg, .eh, .ei, .ej,
.ek, .el, .em, .en, .eo, .ep, .eq, .er, .es, .et, .eu, .ev, .ew, .ex,
.ey, .ez, .fa, .fb, .fc, .fd, .fe, .ff, .fg, .fh, .fi, .fj, .fk, .fl,
.fm, .fn, .fo, .fp, .fq, .fr, .fs, .ft, .fu, .fv, .fw, .fx, .fy, .fz,
.ga {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

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

.dw {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.dk {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.dm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.dn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.do {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.dp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.dq {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.dr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.ds {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.du {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.dv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.gb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.gc {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.gd {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.ge {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.gf {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.gg {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.gh {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.gi {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.gj {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.gk {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.gl {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.gm {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.gn {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.go {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.gp {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.gq {
  margin-left: 8.33333%; }

.gr {
  margin-left: 16.66667%; }

.gs {
  margin-left: 25%; }

.gt {
  margin-left: 33.33333%; }

.gu {
  margin-left: 41.66667%; }

.gv {
  margin-left: 50%; }

.gw {
  margin-left: 58.33333%; }

.gx {
  margin-left: 66.66667%; }

.gy {
  margin-left: 75%; }

.gz {
  margin-left: 83.33333%; }

.ha {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .ej {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .ek {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .dx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .dy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .dz {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .ea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .eb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .ec {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .ed {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .ee {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .ef {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .eg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .eh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ei {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .hb {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .hc {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .hd {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .he {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .hf {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .hg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .hh {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .hi {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .hj {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .hk {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .hl {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .hm {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .hn {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .ho {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .hp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .hq {
    margin-left: 0; }
  .hr {
    margin-left: 8.33333%; }
  .hs {
    margin-left: 16.66667%; }
  .ht {
    margin-left: 25%; }
  .hu {
    margin-left: 33.33333%; }
  .hv {
    margin-left: 41.66667%; }
  .hw {
    margin-left: 50%; }
  .hx {
    margin-left: 58.33333%; }
  .hy {
    margin-left: 66.66667%; }
  .hz {
    margin-left: 75%; }
  .ia {
    margin-left: 83.33333%; }
  .ib {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .ex {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .ey {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .el {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .em {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .en {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .eo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .ep {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .eq {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .er {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .es {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .et {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .eu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .ev {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .ew {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .ic {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .id {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .ie {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .if {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .ig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .ih {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .ii {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .ij {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .ik {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .il {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .im {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .io {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .ip {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .iq {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .ir {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .is {
    margin-left: 0; }
  .it {
    margin-left: 8.33333%; }
  .iu {
    margin-left: 16.66667%; }
  .iv {
    margin-left: 25%; }
  .iw {
    margin-left: 33.33333%; }
  .ix {
    margin-left: 41.66667%; }
  .iy {
    margin-left: 50%; }
  .iz {
    margin-left: 58.33333%; }
  .ja {
    margin-left: 66.66667%; }
  .jb {
    margin-left: 75%; }
  .jc {
    margin-left: 83.33333%; }
  .jd {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .fl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .fm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .ez {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .fa {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .fb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .fc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .fd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .fe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .ff {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .fg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .fh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .fi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .fj {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .fk {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .je {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .jf {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .jg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .jh {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .ji {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .jj {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .jk {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .jl {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .jm {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .jn {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .jo {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .jp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .jq {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .jr {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .js {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .jt {
    margin-left: 0; }
  .ju {
    margin-left: 8.33333%; }
  .jv {
    margin-left: 16.66667%; }
  .jw {
    margin-left: 25%; }
  .jx {
    margin-left: 33.33333%; }
  .jy {
    margin-left: 41.66667%; }
  .jz {
    margin-left: 50%; }
  .ka {
    margin-left: 58.33333%; }
  .kb {
    margin-left: 66.66667%; }
  .kc {
    margin-left: 75%; }
  .kd {
    margin-left: 83.33333%; }
  .ke {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .fz {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .ga {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .fn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .fo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .fp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .fq {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .fr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .fs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .ft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .fu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .fv {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .fw {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .fx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .fy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .kf {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .kg {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .kh {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .ki {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .kj {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .kk {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .kl {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .km {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .kn {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .ko {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .kp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .kq {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .kr {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .ks {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .kt {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .ku {
    margin-left: 0; }
  .kv {
    margin-left: 8.33333%; }
  .kw {
    margin-left: 16.66667%; }
  .kx {
    margin-left: 25%; }
  .ky {
    margin-left: 33.33333%; }
  .kz {
    margin-left: 41.66667%; }
  .la {
    margin-left: 50%; }
  .lb {
    margin-left: 58.33333%; }
  .lc {
    margin-left: 66.66667%; }
  .ld {
    margin-left: 75%; }
  .le {
    margin-left: 83.33333%; }
  .lf {
    margin-left: 91.66667%; } }

.ck {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent; }
  .ck th,
  .ck td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #434857; }
  .ck thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #434857; }
  .ck tbody + tbody {
    border-top: 2px solid #434857; }
  .ck .ck {
    background-color: #252830; }

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

.cl {
  border: 1px solid #434857; }
  .cl th,
  .cl td {
    border: 1px solid #434857; }
  .cl thead th,
  .cl thead td {
    border-bottom-width: 2px; }

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

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

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

.lj,
.lj > th,
.lj > td {
  background-color: #bfe2ef; }

.li .lj:hover {
  background-color: #abd9ea; }
  .li .lj:hover > td,
  .li .lj:hover > th {
    background-color: #abd9ea; }

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

.li .lk:hover {
  background-color: #c8cbcf; }
  .li .lk:hover > td,
  .li .lk:hover > th {
    background-color: #c8cbcf; }

.ll,
.ll > th,
.ll > td {
  background-color: #bff0df; }

.li .ll:hover {
  background-color: #aaebd5; }
  .li .ll:hover > td,
  .li .ll:hover > th {
    background-color: #aaebd5; }

.lm,
.lm > th,
.lm > td {
  background-color: #e4ddff; }

.li .lm:hover {
  background-color: #d0c4ff; }
  .li .lm:hover > td,
  .li .lm:hover > th {
    background-color: #d0c4ff; }

.ln,
.ln > th,
.ln > td {
  background-color: #f7f4c7; }

.li .ln:hover {
  background-color: #f4f0b1; }
  .li .ln:hover > td,
  .li .ln:hover > th {
    background-color: #f4f0b1; }

.lo,
.lo > th,
.lo > td {
  background-color: #f8cbd1; }

.li .lo:hover {
  background-color: #f5b5bd; }
  .li .lo:hover > td,
  .li .lo:hover > th {
    background-color: #f5b5bd; }

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

.li .lp:hover {
  background-color: #ececf6; }
  .li .lp:hover > td,
  .li .lp:hover > th {
    background-color: #ececf6; }

.lq,
.lq > th,
.lq > td {
  background-color: #bfbfc1; }

.li .lq:hover {
  background-color: #b2b2b4; }
  .li .lq:hover > td,
  .li .lq:hover > th {
    background-color: #b2b2b4; }

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

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

.ck .ls th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.ck .lt th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #434857; }

.lq {
  color: #fff;
  background-color: #212529; }
  .lq th,
  .lq td,
  .lq thead th {
    border-color: #32383e; }
  .lq.cl {
    border: 0; }
  .lq.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .lq.li tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

.ly {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .ly > .cl {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #434857;
  background-clip: padding-box;
  border: 1px solid #434857;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #71cced;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #30343e;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #fff;
  background-color: #434857; }

.lz,
.ma {
  display: block;
  width: 100%; }

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

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

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

.me {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .me.mf, .mg > .me.form-control,
  .mg > .mh > .me.mi,
  .mg > .mj > .me.mi,
  .mg > .mh > .me.ce,
  .mg > .mj > .me.ce, .me.mk, .ml > .me.form-control,
  .ml > .mh > .me.mi,
  .ml > .mj > .me.mi,
  .ml > .mh > .me.ce,
  .ml > .mj > .me.ce {
    padding-right: 0;
    padding-left: 0; }

.mf, .mg > .form-control,
.mg > .mh > .mi,
.mg > .mj > .mi,
.mg > .mh > .ce,
.mg > .mj > .ce {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.mf:not([size]):not([multiple]), .mg > select.form-control:not([size]):not([multiple]),
.mg > .mh > select.mi:not([size]):not([multiple]),
.mg > .mj > select.mi:not([size]):not([multiple]),
.mg > .mh > select.ce:not([size]):not([multiple]),
.mg > .mj > select.ce:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.mk, .ml > .form-control,
.ml > .mh > .mi,
.ml > .mj > .mi,
.ml > .mh > .ce,
.ml > .mj > .ce {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.mk:not([size]):not([multiple]), .ml > select.form-control:not([size]):not([multiple]),
.ml > .mh > select.mi:not([size]):not([multiple]),
.ml > .mj > select.mi:not([size]):not([multiple]),
.ml > .mh > select.ce:not([size]):not([multiple]),
.ml > .mj > select.ce:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.mm {
  margin-bottom: 1rem; }

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

.mo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .mo > .dj,
  .mo > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.mq {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .mq:disabled ~ .mr {
    color: #999; }

.mr {
  margin-bottom: 0; }

.ms {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .ms .mq {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.mu {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(27, 201, 142, 0.8);
  border-radius: .2rem; }

.mv .form-control:valid, .form-control.mw, .mv
.mx:valid,
.mx.mw {
  border-color: #1BC98E; }
  .mv .form-control:valid:focus, .form-control.mw:focus, .mv
  .mx:valid:focus,
  .mx.mw:focus {
    border-color: #1BC98E;
    box-shadow: 0 0 0 0.2rem rgba(27, 201, 142, 0.25); }
  .mv .form-control:valid ~ .mt,
  .mv .form-control:valid ~ .mu, .form-control.mw ~ .mt,
  .form-control.mw ~ .mu, .mv
  .mx:valid ~ .mt,
  .mv
  .mx:valid ~ .mu,
  .mx.mw ~ .mt,
  .mx.mw ~ .mu {
    display: block; }

.mv .mq:valid ~ .mr, .mq.mw ~ .mr {
  color: #1BC98E; }

.mv .mq:valid ~ .mt,
.mv .mq:valid ~ .mu, .mq.mw ~ .mt,
.mq.mw ~ .mu {
  display: block; }

.mv .my:valid ~ .mz, .my.mw ~ .mz {
  color: #1BC98E; }
  .mv .my:valid ~ .mz::before, .my.mw ~ .mz::before {
    background-color: #77edc5; }

.mv .my:valid ~ .mt,
.mv .my:valid ~ .mu, .my.mw ~ .mt,
.my.mw ~ .mu {
  display: block; }

.mv .my:valid:checked ~ .mz::before, .my.mw:checked ~ .mz::before {
  background-color: #33e4a8; }

.mv .my:valid:focus ~ .mz::before, .my.mw:focus ~ .mz::before {
  box-shadow: 0 0 0 1px #252830, 0 0 0 0.2rem rgba(27, 201, 142, 0.25); }

.mv .na:valid ~ .nb, .na.mw ~ .nb {
  border-color: #1BC98E; }
  .mv .na:valid ~ .nb::before, .na.mw ~ .nb::before {
    border-color: inherit; }

.mv .na:valid ~ .mt,
.mv .na:valid ~ .mu, .na.mw ~ .mt,
.na.mw ~ .mu {
  display: block; }

.mv .na:valid:focus ~ .nb, .na.mw:focus ~ .nb {
  box-shadow: 0 0 0 0.2rem rgba(27, 201, 142, 0.25); }

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

.nd {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(230, 71, 89, 0.8);
  border-radius: .2rem; }

.mv .form-control:invalid, .form-control.ne, .mv
.mx:invalid,
.mx.ne {
  border-color: #E64759; }
  .mv .form-control:invalid:focus, .form-control.ne:focus, .mv
  .mx:invalid:focus,
  .mx.ne:focus {
    border-color: #E64759;
    box-shadow: 0 0 0 0.2rem rgba(230, 71, 89, 0.25); }
  .mv .form-control:invalid ~ .nc,
  .mv .form-control:invalid ~ .nd, .form-control.ne ~ .nc,
  .form-control.ne ~ .nd, .mv
  .mx:invalid ~ .nc,
  .mv
  .mx:invalid ~ .nd,
  .mx.ne ~ .nc,
  .mx.ne ~ .nd {
    display: block; }

.mv .mq:invalid ~ .mr, .mq.ne ~ .mr {
  color: #E64759; }

.mv .mq:invalid ~ .nc,
.mv .mq:invalid ~ .nd, .mq.ne ~ .nc,
.mq.ne ~ .nd {
  display: block; }

.mv .my:invalid ~ .mz, .my.ne ~ .mz {
  color: #E64759; }
  .mv .my:invalid ~ .mz::before, .my.ne ~ .mz::before {
    background-color: #f5b7be; }

.mv .my:invalid ~ .nc,
.mv .my:invalid ~ .nd, .my.ne ~ .nc,
.my.ne ~ .nd {
  display: block; }

.mv .my:invalid:checked ~ .mz::before, .my.ne:checked ~ .mz::before {
  background-color: #ec7482; }

.mv .my:invalid:focus ~ .mz::before, .my.ne:focus ~ .mz::before {
  box-shadow: 0 0 0 1px #252830, 0 0 0 0.2rem rgba(230, 71, 89, 0.25); }

.mv .na:invalid ~ .nb, .na.ne ~ .nb {
  border-color: #E64759; }
  .mv .na:invalid ~ .nb::before, .na.ne ~ .nb::before {
    border-color: inherit; }

.mv .na:invalid ~ .nc,
.mv .na:invalid ~ .nd, .na.ne ~ .nc,
.na.ne ~ .nd {
  display: block; }

.mv .na:invalid:focus ~ .nb, .na.ne:focus ~ .nb {
  box-shadow: 0 0 0 0.2rem rgba(230, 71, 89, 0.25); }

.nf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nf .mp {
    width: 100%; }
  @media (min-width: 576px) {
    .nf label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .nf .mm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .nf .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .nf .me {
      display: inline-block; }
    .nf .input-group,
    .nf .mx {
      width: auto; }
    .nf .mp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .nf .mq {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .nf .ng {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .nf .mz {
      margin-bottom: 0; } }

.ce {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  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; }
  .ce:hover, .ce:focus {
    text-decoration: none; }
  .ce:focus, .ce.nh {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.25); }
  .ce.disabled, .ce:disabled {
    opacity: 0.65; }
  .ce:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .ce:not(:disabled):not(.disabled):active, .ce:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.ni {
  color: #fff;
  background-color: #1997c6;
  border-color: #1997c6; }
  .ni:hover {
    color: #fff;
    background-color: #157da4;
    border-color: #137499; }
  .ni:focus, .ni.nh {
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }
  .ni.disabled, .ni:disabled {
    color: #fff;
    background-color: #1997c6;
    border-color: #1997c6; }
  .ni:not(:disabled):not(.disabled):active, .ni:not(:disabled):not(.disabled).active,
  .show > .ni.nj {
    color: #fff;
    background-color: #137499;
    border-color: #126c8d; }
    .ni:not(:disabled):not(.disabled):active:focus, .ni:not(:disabled):not(.disabled).active:focus,
    .show > .ni.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }

.nk {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .nk:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .nk:focus, .nk.nh {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .nk.disabled, .nk:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .nk:not(:disabled):not(.disabled):active, .nk:not(:disabled):not(.disabled).active,
  .show > .nk.nj {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .nk:not(:disabled):not(.disabled):active:focus, .nk:not(:disabled):not(.disabled).active:focus,
    .show > .nk.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.nl {
  color: #fff;
  background-color: #1BC98E;
  border-color: #1BC98E; }
  .nl:hover {
    color: #fff;
    background-color: #16a776;
    border-color: #159c6e; }
  .nl:focus, .nl.nh {
    box-shadow: 0 0 0 0.2rem rgba(27, 201, 142, 0.5); }
  .nl.disabled, .nl:disabled {
    color: #fff;
    background-color: #1BC98E;
    border-color: #1BC98E; }
  .nl:not(:disabled):not(.disabled):active, .nl:not(:disabled):not(.disabled).active,
  .show > .nl.nj {
    color: #fff;
    background-color: #159c6e;
    border-color: #139166; }
    .nl:not(:disabled):not(.disabled):active:focus, .nl:not(:disabled):not(.disabled).active:focus,
    .show > .nl.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(27, 201, 142, 0.5); }

.nm {
  color: #212529;
  background-color: #9F86FF;
  border-color: #9F86FF; }
  .nm:hover {
    color: #fff;
    background-color: #8160ff;
    border-color: #7753ff; }
  .nm:focus, .nm.nh {
    box-shadow: 0 0 0 0.2rem rgba(159, 134, 255, 0.5); }
  .nm.disabled, .nm:disabled {
    color: #212529;
    background-color: #9F86FF;
    border-color: #9F86FF; }
  .nm:not(:disabled):not(.disabled):active, .nm:not(:disabled):not(.disabled).active,
  .show > .nm.nj {
    color: #fff;
    background-color: #7753ff;
    border-color: #6c46ff; }
    .nm:not(:disabled):not(.disabled):active:focus, .nm:not(:disabled):not(.disabled).active:focus,
    .show > .nm.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(159, 134, 255, 0.5); }

.nn {
  color: #212529;
  background-color: #E4D836;
  border-color: #E4D836; }
  .nn:hover {
    color: #212529;
    background-color: #d7ca1d;
    border-color: #ccbf1b; }
  .nn:focus, .nn.nh {
    box-shadow: 0 0 0 0.2rem rgba(228, 216, 54, 0.5); }
  .nn.disabled, .nn:disabled {
    color: #212529;
    background-color: #E4D836;
    border-color: #E4D836; }
  .nn:not(:disabled):not(.disabled):active, .nn:not(:disabled):not(.disabled).active,
  .show > .nn.nj {
    color: #212529;
    background-color: #ccbf1b;
    border-color: #c0b51a; }
    .nn:not(:disabled):not(.disabled):active:focus, .nn:not(:disabled):not(.disabled).active:focus,
    .show > .nn.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 216, 54, 0.5); }

.no {
  color: #fff;
  background-color: #E64759;
  border-color: #E64759; }
  .no:hover {
    color: #fff;
    background-color: #e1253b;
    border-color: #dc1e33; }
  .no:focus, .no.nh {
    box-shadow: 0 0 0 0.2rem rgba(230, 71, 89, 0.5); }
  .no.disabled, .no:disabled {
    color: #fff;
    background-color: #E64759;
    border-color: #E64759; }
  .no:not(:disabled):not(.disabled):active, .no:not(:disabled):not(.disabled).active,
  .show > .no.nj {
    color: #fff;
    background-color: #dc1e33;
    border-color: #d11c31; }
    .no:not(:disabled):not(.disabled):active:focus, .no:not(:disabled):not(.disabled).active:focus,
    .show > .no.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 71, 89, 0.5); }

.np {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .np:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .np:focus, .np.nh {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .np.disabled, .np:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .np:not(:disabled):not(.disabled):active, .np:not(:disabled):not(.disabled).active,
  .show > .np.nj {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .np:not(:disabled):not(.disabled):active:focus, .np:not(:disabled):not(.disabled).active:focus,
    .show > .np.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.nq {
  color: #fff;
  background-color: #1a1c22;
  border-color: #1a1c22; }
  .nq:hover {
    color: #fff;
    background-color: #090a0c;
    border-color: #040405; }
  .nq:focus, .nq.nh {
    box-shadow: 0 0 0 0.2rem rgba(26, 28, 34, 0.5); }
  .nq.disabled, .nq:disabled {
    color: #fff;
    background-color: #1a1c22;
    border-color: #1a1c22; }
  .nq:not(:disabled):not(.disabled):active, .nq:not(:disabled):not(.disabled).active,
  .show > .nq.nj {
    color: #fff;
    background-color: #040405;
    border-color: black; }
    .nq:not(:disabled):not(.disabled):active:focus, .nq:not(:disabled):not(.disabled).active:focus,
    .show > .nq.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(26, 28, 34, 0.5); }

.nr {
  color: #1997c6;
  background-color: transparent;
  background-image: none;
  border-color: #1997c6; }
  .nr:hover {
    color: #fff;
    background-color: #1997c6;
    border-color: #1997c6; }
  .nr:focus, .nr.nh {
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }
  .nr.disabled, .nr:disabled {
    color: #1997c6;
    background-color: transparent; }
  .nr:not(:disabled):not(.disabled):active, .nr:not(:disabled):not(.disabled).active,
  .show > .nr.nj {
    color: #fff;
    background-color: #1997c6;
    border-color: #1997c6; }
    .nr:not(:disabled):not(.disabled):active:focus, .nr:not(:disabled):not(.disabled).active:focus,
    .show > .nr.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }

.ns {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .ns:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .ns:focus, .ns.nh {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .ns.disabled, .ns:disabled {
    color: #6c757d;
    background-color: transparent; }
  .ns:not(:disabled):not(.disabled):active, .ns:not(:disabled):not(.disabled).active,
  .show > .ns.nj {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .ns:not(:disabled):not(.disabled):active:focus, .ns:not(:disabled):not(.disabled).active:focus,
    .show > .ns.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.nt {
  color: #1BC98E;
  background-color: transparent;
  background-image: none;
  border-color: #1BC98E; }
  .nt:hover {
    color: #fff;
    background-color: #1BC98E;
    border-color: #1BC98E; }
  .nt:focus, .nt.nh {
    box-shadow: 0 0 0 0.2rem rgba(27, 201, 142, 0.5); }
  .nt.disabled, .nt:disabled {
    color: #1BC98E;
    background-color: transparent; }
  .nt:not(:disabled):not(.disabled):active, .nt:not(:disabled):not(.disabled).active,
  .show > .nt.nj {
    color: #fff;
    background-color: #1BC98E;
    border-color: #1BC98E; }
    .nt:not(:disabled):not(.disabled):active:focus, .nt:not(:disabled):not(.disabled).active:focus,
    .show > .nt.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(27, 201, 142, 0.5); }

.nu {
  color: #9F86FF;
  background-color: transparent;
  background-image: none;
  border-color: #9F86FF; }
  .nu:hover {
    color: #212529;
    background-color: #9F86FF;
    border-color: #9F86FF; }
  .nu:focus, .nu.nh {
    box-shadow: 0 0 0 0.2rem rgba(159, 134, 255, 0.5); }
  .nu.disabled, .nu:disabled {
    color: #9F86FF;
    background-color: transparent; }
  .nu:not(:disabled):not(.disabled):active, .nu:not(:disabled):not(.disabled).active,
  .show > .nu.nj {
    color: #212529;
    background-color: #9F86FF;
    border-color: #9F86FF; }
    .nu:not(:disabled):not(.disabled):active:focus, .nu:not(:disabled):not(.disabled).active:focus,
    .show > .nu.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(159, 134, 255, 0.5); }

.nv {
  color: #E4D836;
  background-color: transparent;
  background-image: none;
  border-color: #E4D836; }
  .nv:hover {
    color: #212529;
    background-color: #E4D836;
    border-color: #E4D836; }
  .nv:focus, .nv.nh {
    box-shadow: 0 0 0 0.2rem rgba(228, 216, 54, 0.5); }
  .nv.disabled, .nv:disabled {
    color: #E4D836;
    background-color: transparent; }
  .nv:not(:disabled):not(.disabled):active, .nv:not(:disabled):not(.disabled).active,
  .show > .nv.nj {
    color: #212529;
    background-color: #E4D836;
    border-color: #E4D836; }
    .nv:not(:disabled):not(.disabled):active:focus, .nv:not(:disabled):not(.disabled).active:focus,
    .show > .nv.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 216, 54, 0.5); }

.nw {
  color: #E64759;
  background-color: transparent;
  background-image: none;
  border-color: #E64759; }
  .nw:hover {
    color: #fff;
    background-color: #E64759;
    border-color: #E64759; }
  .nw:focus, .nw.nh {
    box-shadow: 0 0 0 0.2rem rgba(230, 71, 89, 0.5); }
  .nw.disabled, .nw:disabled {
    color: #E64759;
    background-color: transparent; }
  .nw:not(:disabled):not(.disabled):active, .nw:not(:disabled):not(.disabled).active,
  .show > .nw.nj {
    color: #fff;
    background-color: #E64759;
    border-color: #E64759; }
    .nw:not(:disabled):not(.disabled):active:focus, .nw:not(:disabled):not(.disabled).active:focus,
    .show > .nw.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 71, 89, 0.5); }

.nx {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .nx:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .nx:focus, .nx.nh {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .nx.disabled, .nx:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .nx:not(:disabled):not(.disabled):active, .nx:not(:disabled):not(.disabled).active,
  .show > .nx.nj {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .nx:not(:disabled):not(.disabled):active:focus, .nx:not(:disabled):not(.disabled).active:focus,
    .show > .nx.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.ny {
  color: #1a1c22;
  background-color: transparent;
  background-image: none;
  border-color: #1a1c22; }
  .ny:hover {
    color: #fff;
    background-color: #1a1c22;
    border-color: #1a1c22; }
  .ny:focus, .ny.nh {
    box-shadow: 0 0 0 0.2rem rgba(26, 28, 34, 0.5); }
  .ny.disabled, .ny:disabled {
    color: #1a1c22;
    background-color: transparent; }
  .ny:not(:disabled):not(.disabled):active, .ny:not(:disabled):not(.disabled).active,
  .show > .ny.nj {
    color: #fff;
    background-color: #1a1c22;
    border-color: #1a1c22; }
    .ny:not(:disabled):not(.disabled):active:focus, .ny:not(:disabled):not(.disabled).active:focus,
    .show > .ny.nj:focus {
      box-shadow: 0 0 0 0.2rem rgba(26, 28, 34, 0.5); }

.nz {
  font-weight: 400;
  color: #1997c6;
  background-color: transparent; }
  .nz:hover {
    color: #106382;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .nz:focus, .nz.nh {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .nz:disabled, .nz.disabled {
    color: #6c757d; }

.oa, .ob > .ce {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.oc, .od > .ce {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.oe,
.dropdown {
  position: relative; }

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

.nj: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: 0.9rem;
  color: #cfd2da;
  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; }

.oe .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.oe .nj:empty::after {
  margin-left: 0; }

.of .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

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

.of .nj:empty::after {
  margin-left: 0; }

.of .nj::after {
  vertical-align: 0; }

.og .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

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

.og .nj::after {
  display: none; }

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

.og .nj:empty::after {
  margin-left: 0; }

.og .nj::before {
  vertical-align: 0; }

.oh {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.oi {
  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; }
  .oi:hover, .oi:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .oi.active, .oi:active {
    color: #fff;
    text-decoration: none;
    background-color: #1997c6; }
  .oi.disabled, .oi:disabled {
    color: #6c757d;
    background-color: transparent; }

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

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

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

.ol,
.om {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .ol > .ce,
  .om > .ce {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .ol > .ce:hover,
    .om > .ce:hover {
      z-index: 1; }
    .ol > .ce:focus, .ol > .ce:active, .ol > .ce.active,
    .om > .ce:focus,
    .om > .ce:active,
    .om > .ce.active {
      z-index: 1; }
  .ol .ce + .ce,
  .ol .ce + .ol,
  .ol .ol + .ce,
  .ol .ol + .ol,
  .om .ce + .ce,
  .om .ce + .ol,
  .om .ol + .ce,
  .om .ol + .ol {
    margin-left: -1px; }

.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .on .input-group {
    width: auto; }

.ol > .ce:first-child {
  margin-left: 0; }

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

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

.oo {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .oo::after {
    margin-left: 0; }

.oc + .oo, .od > .ce + .oo {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.oa + .oo, .ob > .ce + .oo {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.om {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .om .ce,
  .om .ol {
    width: 100%; }
  .om > .ce + .ce,
  .om > .ce + .ol,
  .om > .ol + .ce,
  .om > .ol + .ol {
    margin-top: -1px;
    margin-left: 0; }
  .om > .ce:not(:last-child):not(.dropdown-toggle),
  .om > .ol:not(:last-child) > .ce {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .om > .ce:not(:first-child),
  .om > .ol:not(:first-child) > .ce {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.op > .ce,
.op > .ol > .ce {
  margin-bottom: 0; }
  .op > .ce input[type="radio"],
  .op > .ce input[type="checkbox"],
  .op > .ol > .ce input[type="radio"],
  .op > .ol > .ce input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .mx,
  .input-group > .oq {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .mx:focus,
    .input-group > .oq:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .mx,
    .input-group > .form-control + .oq,
    .input-group > .mx + .form-control,
    .input-group > .mx + .mx,
    .input-group > .mx + .oq,
    .input-group > .oq + .form-control,
    .input-group > .oq + .mx,
    .input-group > .oq + .oq {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .mx:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .mx:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .oq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .oq:not(:last-child) .nb,
    .input-group > .oq:not(:last-child) .nb::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .oq:not(:first-child) .nb,
    .input-group > .oq:not(:first-child) .nb::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.mh,
.mj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mh .ce,
  .mj .ce {
    position: relative;
    z-index: 2; }
  .mh .ce + .ce,
  .mh .ce + .mi,
  .mh .mi + .mi,
  .mh .mi + .ce,
  .mj .ce + .ce,
  .mj .ce + .mi,
  .mj .mi + .mi,
  .mj .mi + .ce {
    margin-left: -1px; }

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

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

.mi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #4d5364;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .mi input[type="radio"],
  .mi input[type="checkbox"] {
    margin-top: 0; }

.input-group > .mh > .ce,
.input-group > .mh > .mi,
.input-group > .mj:not(:last-child) > .ce,
.input-group > .mj:not(:last-child) > .mi,
.input-group > .mj:last-child > .ce:not(:last-child):not(.dropdown-toggle),
.input-group > .mj:last-child > .mi:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .mj > .ce,
.input-group > .mj > .mi,
.input-group > .mh:not(:first-child) > .ce,
.input-group > .mh:not(:first-child) > .mi,
.input-group > .mh:first-child > .ce:not(:first-child),
.input-group > .mh:first-child > .mi:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.or {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.my {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .my:checked ~ .mz::before {
    color: #fff;
    background-color: #1997c6; }
  .my:focus ~ .mz::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(25, 151, 198, 0.25); }
  .my:active ~ .mz::before {
    color: #fff;
    background-color: #9fdcf3; }
  .my:disabled ~ .mz {
    color: #6c757d; }
    .my:disabled ~ .mz::before {
      background-color: #e9ecef; }

.mz {
  margin-bottom: 0; }
  .mz::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #434857; }
  .mz::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.os .mz::before {
  border-radius: 0.25rem; }

.os .my:checked ~ .mz::before {
  background-color: #1997c6; }

.os .my:checked ~ .mz::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.ot.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"); }

.os .my:indeterminate ~ .mz::before {
  background-color: #1997c6; }

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

.os .my:disabled:checked ~ .mz::before {
  background-color: rgba(25, 151, 198, 0.5); }

.os .my:disabled:indeterminate ~ .mz::before {
  background-color: rgba(25, 151, 198, 0.5); }

.ou .mz::before {
  border-radius: 50%; }

.ou .my:checked ~ .mz::before {
  background-color: #1997c6; }

.ou .my:checked ~ .mz::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.ot.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.ou .my:disabled:checked ~ .mz::before {
  background-color: rgba(25, 151, 198, 0.5); }

.mx {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #cfd2da;
  vertical-align: middle;
  background: #434857 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.ot.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .mx:focus {
    border-color: #71cced;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(113, 204, 237, 0.5); }
    .mx:focus::-ms-value {
      color: #fff;
      background-color: #434857; }
  .mx[multiple], .mx[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .mx:disabled {
    color: #6c757d;
    background-color: #2d303a; }
  .mx::-ms-expand {
    opacity: 0; }

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

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

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

.na {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .na:focus ~ .ox {
    border-color: #71cced;
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.25); }
    .na:focus ~ .ox::before {
      border-color: #71cced; }
  .na:lang(en) ~ .nb::after {
    content: "Browse"; }

.nb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .nb::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

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

.oy {
  display: block;
  padding: 0.5rem 1rem; }
  .oy:hover, .oy:focus {
    text-decoration: none; }
  .oy.disabled {
    color: #6c757d; }

.oz {
  border-bottom: 1px solid #252830; }
  .oz .pa {
    margin-bottom: -1px; }
  .oz .oy {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .oz .oy:hover, .oz .oy:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .oz .oy.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .oz .oy.active,
  .oz .pa.show .oy {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .oz .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.pb .oy {
  border-radius: 0.25rem; }

.pb .oy.active,
.pb .show > .oy {
  color: #fff;
  background-color: #1997c6; }

.pc .pa {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.pd .pa {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.pe > .pf {
  display: none; }

.pe > .active {
  display: block; }

.ci {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .ci > .bw,
  .ci > .dg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.pg {
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .pg:hover, .pg:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .oy {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.pj {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .pj:hover, .pj:focus {
    text-decoration: none; }
  .pj:not(:disabled):not(.disabled) {
    cursor: pointer; }

.pk {
  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) {
  .pl > .bw,
  .pl > .dg {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .pl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .pl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .pl .navbar-nav .dropdown-menu {
        position: absolute; }
      .pl .navbar-nav .pm {
        right: 0;
        left: auto; }
      .pl .navbar-nav .oy {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .pl > .bw,
    .pl > .dg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .pl .pi {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .pl .pj {
      display: none; }
    .pl .oe .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .pn > .bw,
  .pn > .dg {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .pn {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .pn .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .pn .navbar-nav .dropdown-menu {
        position: absolute; }
      .pn .navbar-nav .pm {
        right: 0;
        left: auto; }
      .pn .navbar-nav .oy {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .pn > .bw,
    .pn > .dg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .pn .pi {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .pn .pj {
      display: none; }
    .pn .oe .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .po > .bw,
  .po > .dg {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .po {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .po .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .po .navbar-nav .dropdown-menu {
        position: absolute; }
      .po .navbar-nav .pm {
        right: 0;
        left: auto; }
      .po .navbar-nav .oy {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .po > .bw,
    .po > .dg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .po .pi {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .po .pj {
      display: none; }
    .po .oe .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .pp > .bw,
  .pp > .dg {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .pp {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .pp .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .pp .navbar-nav .dropdown-menu {
        position: absolute; }
      .pp .navbar-nav .pm {
        right: 0;
        left: auto; }
      .pp .navbar-nav .oy {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .pp > .bw,
    .pp > .dg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .pp .pi {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .pp .pj {
      display: none; }
    .pp .oe .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.pq {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .pq > .bw,
  .pq > .dg {
    padding-right: 0;
    padding-left: 0; }
  .pq .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .pq .navbar-nav .dropdown-menu {
      position: absolute; }
    .pq .navbar-nav .pm {
      right: 0;
      left: auto; }
    .pq .navbar-nav .oy {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .pq > .bw,
  .pq > .dg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .pq .pi {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .pq .pj {
    display: none; }
  .pq .oe .dropdown-menu {
    top: auto;
    bottom: 100%; }

.pr .pg {
  color: rgba(0, 0, 0, 0.9); }
  .pr .pg:hover, .pr .pg:focus {
    color: rgba(0, 0, 0, 0.9); }

.pr .navbar-nav .oy {
  color: rgba(0, 0, 0, 0.5); }
  .pr .navbar-nav .oy:hover, .pr .navbar-nav .oy:focus {
    color: rgba(0, 0, 0, 0.7); }
  .pr .navbar-nav .oy.disabled {
    color: rgba(0, 0, 0, 0.3); }

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

.pr .pj {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.pr .pk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.ot.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"); }

.pr .ph {
  color: rgba(0, 0, 0, 0.5); }
  .pr .ph a {
    color: rgba(0, 0, 0, 0.9); }
    .pr .ph a:hover, .pr .ph a:focus {
      color: rgba(0, 0, 0, 0.9); }

.ps .pg {
  color: #fff; }
  .ps .pg:hover, .ps .pg:focus {
    color: #fff; }

.ps .navbar-nav .oy {
  color: rgba(255, 255, 255, 0.5); }
  .ps .navbar-nav .oy:hover, .ps .navbar-nav .oy:focus {
    color: rgba(255, 255, 255, 0.75); }
  .ps .navbar-nav .oy.disabled {
    color: rgba(255, 255, 255, 0.25); }

.ps .navbar-nav .show > .oy,
.ps .navbar-nav .active > .oy,
.ps .navbar-nav .oy.show,
.ps .navbar-nav .oy.active {
  color: #fff; }

.ps .pj {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.ps .pk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.ot.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"); }

.ps .ph {
  color: rgba(255, 255, 255, 0.5); }
  .ps .ph a {
    color: #fff; }
    .ps .ph a:hover, .ps .ph a:focus {
      color: #fff; }

.pt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.07);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .pt > hr {
    margin-right: 0;
    margin-left: 0; }
  .pt > .by:first-child .pu:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .pt > .by:last-child .pu:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.pv {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.pw {
  margin-bottom: 0.75rem; }

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

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

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

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

.qa {
  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); }
  .qa:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .qa + .by .pu:first-child {
    border-top: 0; }

.qb {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .qb:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

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

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

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

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

.qi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .qi .pt {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .qi {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .qi .pt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.qj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .qj > .pt {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .qj {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .qj > .pt {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .qj > .pt + .pt {
          margin-left: 0;
          border-left: 0; }
        .qj > .pt:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .qj > .pt:first-child .qg,
          .qj > .pt:first-child .qa {
            border-top-right-radius: 0; }
          .qj > .pt:first-child .qh,
          .qj > .pt:first-child .qb {
            border-bottom-right-radius: 0; }
        .qj > .pt:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .qj > .pt:last-child .qg,
          .qj > .pt:last-child .qa {
            border-top-left-radius: 0; }
          .qj > .pt:last-child .qh,
          .qj > .pt:last-child .qb {
            border-bottom-left-radius: 0; }
        .qj > .pt:only-child {
          border-radius: 0.25rem; }
          .qj > .pt:only-child .qg,
          .qj > .pt:only-child .qa {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .qj > .pt:only-child .qh,
          .qj > .pt:only-child .qb {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .qj > .pt:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .qj > .pt:not(:first-child):not(:last-child):not(:only-child) .qg,
          .qj > .pt:not(:first-child):not(:last-child):not(:only-child) .qh,
          .qj > .pt:not(:first-child):not(:last-child):not(:only-child) .qa,
          .qj > .pt:not(:first-child):not(:last-child):not(:only-child) .qb {
            border-radius: 0; } }

.qk .pt {
  margin-bottom: 0.75rem; }

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

.ql {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #30343e;
  border-radius: 0.25rem; }

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

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

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

.qm.active {
  color: #fff; }

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

.qo {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #51586a;
  background-color: #252830;
  border: 1px solid #434857; }
  .qo:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #434857;
    border-color: #434857; }
  .qo:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.25); }
  .qo:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.qp:last-child .qo {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.qp.active .qo {
  z-index: 1;
  color: #fff;
  background-color: #51586a;
  border-color: #1997c6; }

.qp.disabled .qo {
  color: #51586a;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgba(53, 54, 55, 0.78); }

.qq .qo {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.qq .qp:first-child .qo {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.qq .qp:last-child .qo {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.qr .qp:first-child .qo {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.qr .qp:last-child .qo {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.cj {
  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; }
  .cj:empty {
    display: none; }

.ce .cj {
  position: relative;
  top: -1px; }

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

.qt {
  color: #fff;
  background-color: #1997c6; }
  .qt[href]:hover, .qt[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #137499; }

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

.qv {
  color: #fff;
  background-color: #1BC98E; }
  .qv[href]:hover, .qv[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #159c6e; }

.qw {
  color: #212529;
  background-color: #9F86FF; }
  .qw[href]:hover, .qw[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #7753ff; }

.qx {
  color: #212529;
  background-color: #E4D836; }
  .qx[href]:hover, .qx[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ccbf1b; }

.qy {
  color: #fff;
  background-color: #E64759; }
  .qy[href]:hover, .qy[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #dc1e33; }

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

.ra {
  color: #fff;
  background-color: #1a1c22; }
  .ra[href]:hover, .ra[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #040405; }

.rb {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #1a1c22;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .rb {
      padding: 4rem 2rem; } }

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

.rd {
  color: inherit; }

.re {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.rf {
  color: #0d4f67;
  background-color: #d1eaf4;
  border-color: #bfe2ef; }
  .rf hr {
    border-top-color: #abd9ea; }
  .rf .re {
    color: #072c3a; }

.rg {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .rg hr {
    border-top-color: #c8cbcf; }
  .rg .re {
    color: #202326; }

.rh {
  color: #0e694a;
  background-color: #d1f4e8;
  border-color: #bff0df; }
  .rh hr {
    border-top-color: #aaebd5; }
  .rh .re {
    color: #083c2a; }

.ri {
  color: #534685;
  background-color: #ece7ff;
  border-color: #e4ddff; }
  .ri hr {
    border-top-color: #d0c4ff; }
  .ri .re {
    color: #3e3464; }

.rj {
  color: #77701c;
  background-color: #faf7d7;
  border-color: #f7f4c7; }
  .rj hr {
    border-top-color: #f4f0b1; }
  .rj .re {
    color: #4e4912; }

.rk {
  color: #78252e;
  background-color: #fadade;
  border-color: #f8cbd1; }
  .rk hr {
    border-top-color: #f5b5bd; }
  .rk .re {
    color: #51191f; }

.rl {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .rl hr {
    border-top-color: #ececf6; }
  .rl .re {
    color: #686868; }

.alert-dark {
  color: #0d0f11;
  background-color: #d1d2d3;
  border-color: #bfbfc1; }
  .alert-dark hr {
    border-top-color: #b2b2b4; }
  .alert-dark .re {
    color: black; }

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

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

.rn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #1997c6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.ro {
  background-image: -webkit-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-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; }

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

.rq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.rr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.rs {
  width: 100%;
  color: #cfd2da;
  text-align: inherit; }
  .rs:hover, .rs:focus {
    color: #cfd2da;
    text-decoration: none;
    background-color: #434857; }
  .rs:active {
    color: #000;
    background-color: #e9ecef; }

.pu {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #434857; }
  .pu:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .pu:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .pu:hover, .pu:focus {
    z-index: 1;
    text-decoration: none; }
  .pu.disabled, .pu:disabled {
    color: #51586a;
    background-color: transparent; }
  .pu.active {
    z-index: 2;
    color: #fff;
    background-color: #51586a;
    border-color: #1997c6; }

.rt .pu {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.rt:first-child .pu:first-child {
  border-top: 0; }

.rt:last-child .pu:last-child {
  border-bottom: 0; }

.ru {
  color: #0d4f67;
  background-color: #bfe2ef; }
  .ru.rs:hover, .ru.rs:focus {
    color: #0d4f67;
    background-color: #abd9ea; }
  .ru.rs.active {
    color: #fff;
    background-color: #0d4f67;
    border-color: #0d4f67; }

.rv {
  color: #383d41;
  background-color: #d6d8db; }
  .rv.rs:hover, .rv.rs:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .rv.rs.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.rw {
  color: #0e694a;
  background-color: #bff0df; }
  .rw.rs:hover, .rw.rs:focus {
    color: #0e694a;
    background-color: #aaebd5; }
  .rw.rs.active {
    color: #fff;
    background-color: #0e694a;
    border-color: #0e694a; }

.rx {
  color: #534685;
  background-color: #e4ddff; }
  .rx.rs:hover, .rx.rs:focus {
    color: #534685;
    background-color: #d0c4ff; }
  .rx.rs.active {
    color: #fff;
    background-color: #534685;
    border-color: #534685; }

.ry {
  color: #77701c;
  background-color: #f7f4c7; }
  .ry.rs:hover, .ry.rs:focus {
    color: #77701c;
    background-color: #f4f0b1; }
  .ry.rs.active {
    color: #fff;
    background-color: #77701c;
    border-color: #77701c; }

.rz {
  color: #78252e;
  background-color: #f8cbd1; }
  .rz.rs:hover, .rz.rs:focus {
    color: #78252e;
    background-color: #f5b5bd; }
  .rz.rs.active {
    color: #fff;
    background-color: #78252e;
    border-color: #78252e; }

.sa {
  color: #818182;
  background-color: #fdfdfe; }
  .sa.rs:hover, .sa.rs:focus {
    color: #818182;
    background-color: #ececf6; }
  .sa.rs.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.sb {
  color: #0d0f11;
  background-color: #bfbfc1; }
  .sb.rs:hover, .sb.rs:focus {
    color: #0d0f11;
    background-color: #b2b2b4; }
  .sb.rs.active {
    color: #fff;
    background-color: #0d0f11;
    border-color: #0d0f11; }

.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, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.cb {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .cb {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .cb.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .cb.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .se > :not(:first-child) {
    margin-left: .25rem; }
  .se > :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; }
  .sc {
    min-height: calc(100% - (1.75rem * 2)); }
  .sf {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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; }

.bs-tooltip-top, .sg[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .sg[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .sg[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #fff; }

.bs-tooltip-right, .sg[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .sg[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .sg[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .sg[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .sg[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .sg[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #fff; }

.bs-tooltip-left, .sg[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .sg[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .sg[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #fff; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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; }

.sh, .si[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .sh .arrow, .si[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .sh .arrow::before, .si[x-placement^="top"] .arrow::before,
  .sh .arrow::after, .si[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .sh .arrow::before, .si[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .sh .arrow::after, .si[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.sj, .si[x-placement^="right"] {
  margin-left: 0.5rem; }
  .sj .arrow, .si[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .sj .arrow::before, .si[x-placement^="right"] .arrow::before,
  .sj .arrow::after, .si[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .sj .arrow::before, .si[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .sj .arrow::after, .si[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.sk, .si[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .sk .arrow, .si[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .sk .arrow::before, .si[x-placement^="bottom"] .arrow::before,
  .sk .arrow::after, .si[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .sk .arrow::before, .si[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .sk .arrow::after, .si[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .sk .sl::before, .si[x-placement^="bottom"] .sl::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.sm, .si[x-placement^="left"] {
  margin-right: 0.5rem; }
  .sm .arrow, .si[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .sm .arrow::before, .si[x-placement^="left"] .arrow::before,
  .sm .arrow::after, .si[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .sm .arrow::before, .si[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .sm .arrow::after, .si[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

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

.sn {
  padding: 0.5rem 0.75rem;
  color: #000; }

.carousel {
  position: relative; }

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

.sp {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.sp.active,
.sq,
.sr {
  display: block; }

.sq,
.sr {
  position: absolute;
  top: 0; }

.sq.ss,
.sr.st {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .sq.ss,
    .sr.st {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.sq,
.active.st {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .sq,
    .active.st {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.sr,
.active.ss {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .sr,
    .active.ss {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.su .sp {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.su .sp.active,
.su .sq.ss,
.su .sr.st {
  opacity: 1; }

.su .active.ss,
.su .active.st {
  opacity: 0; }

.su .sq,
.su .sr,
.su .sp.active,
.su .active.ss,
.su .active.sr {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .su .sq,
    .su .sr,
    .su .sp.active,
    .su .active.ss,
    .su .active.sr {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.sv,
.sw {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .sv:hover, .sv:focus,
  .sw:hover,
  .sw:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.sv {
  left: 0; }

.sw {
  right: 0; }

.sx,
.sy {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.sx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.ot.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"); }

.sy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.ot.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: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

.ta {
  vertical-align: baseline !important; }

.tb {
  vertical-align: top !important; }

.tc {
  vertical-align: middle !important; }

.td {
  vertical-align: bottom !important; }

.te {
  vertical-align: text-bottom !important; }

.tf {
  vertical-align: text-top !important; }

.tg {
  background-color: #1997c6 !important; }

a.tg:hover, a.tg:focus,
button.tg:hover,
button.tg:focus {
  background-color: #137499 !important; }

.th {
  background-color: #6c757d !important; }

a.th:hover, a.th:focus,
button.th:hover,
button.th:focus {
  background-color: #545b62 !important; }

.ti {
  background-color: #1BC98E !important; }

a.ti:hover, a.ti:focus,
button.ti:hover,
button.ti:focus {
  background-color: #159c6e !important; }

.tj {
  background-color: #9F86FF !important; }

a.tj:hover, a.tj:focus,
button.tj:hover,
button.tj:focus {
  background-color: #7753ff !important; }

.tk {
  background-color: #E4D836 !important; }

a.tk:hover, a.tk:focus,
button.tk:hover,
button.tk:focus {
  background-color: #ccbf1b !important; }

.tl {
  background-color: #E64759 !important; }

a.tl:hover, a.tl:focus,
button.tl:hover,
button.tl:focus {
  background-color: #dc1e33 !important; }

.tm {
  background-color: #f8f9fa !important; }

a.tm:hover, a.tm:focus,
button.tm:hover,
button.tm:focus {
  background-color: #dae0e5 !important; }

.tn {
  background-color: #1a1c22 !important; }

a.tn:hover, a.tn:focus,
button.tn:hover,
button.tn:focus {
  background-color: #040405 !important; }

.to {
  background-color: #fff !important; }

.tp {
  background-color: transparent !important; }

.tq {
  border: 1px solid #dee2e6 !important; }

.tr {
  border-top: 1px solid #dee2e6 !important; }

.ts {
  border-right: 1px solid #dee2e6 !important; }

.tt {
  border-bottom: 1px solid #dee2e6 !important; }

.tu {
  border-left: 1px solid #dee2e6 !important; }

.tv {
  border: 0 !important; }

.tw {
  border-top: 0 !important; }

.tx {
  border-right: 0 !important; }

.ty {
  border-bottom: 0 !important; }

.tz {
  border-left: 0 !important; }

.ua {
  border-color: #1997c6 !important; }

.ub {
  border-color: #6c757d !important; }

.uc {
  border-color: #1BC98E !important; }

.ud {
  border-color: #9F86FF !important; }

.ue {
  border-color: #E4D836 !important; }

.uf {
  border-color: #E64759 !important; }

.ug {
  border-color: #f8f9fa !important; }

.uh {
  border-color: #1a1c22 !important; }

.ui {
  border-color: #fff !important; }

.uj {
  border-radius: 0.25rem !important; }

.uk {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.ul {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.um {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.un {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.uo {
  border-radius: 50% !important; }

.up {
  border-radius: 0 !important; }

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

.d-none {
  display: none !important; }

.ur {
  display: inline !important; }

.us {
  display: inline-block !important; }

.ut {
  display: block !important; }

.uu {
  display: table !important; }

.uv {
  display: table-row !important; }

.uw {
  display: table-cell !important; }

.ux {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.uy {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .uz {
    display: none !important; }
  .va {
    display: inline !important; }
  .vb {
    display: inline-block !important; }
  .vc {
    display: block !important; }
  .vd {
    display: table !important; }
  .ve {
    display: table-row !important; }
  .vf {
    display: table-cell !important; }
  .vg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vh {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .vi {
    display: none !important; }
  .vj {
    display: inline !important; }
  .vk {
    display: inline-block !important; }
  .vl {
    display: block !important; }
  .vm {
    display: table !important; }
  .vn {
    display: table-row !important; }
  .vo {
    display: table-cell !important; }
  .vp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vq {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .vr {
    display: none !important; }
  .vs {
    display: inline !important; }
  .vt {
    display: inline-block !important; }
  .vu {
    display: block !important; }
  .vv {
    display: table !important; }
  .vw {
    display: table-row !important; }
  .vx {
    display: table-cell !important; }
  .vy {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .vz {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .wa {
    display: none !important; }
  .wb {
    display: inline !important; }
  .wc {
    display: inline-block !important; }
  .wd {
    display: block !important; }
  .we {
    display: table !important; }
  .wf {
    display: table-row !important; }
  .wg {
    display: table-cell !important; }
  .wh {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .wi {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .wj {
    display: none !important; }
  .wk {
    display: inline !important; }
  .wl {
    display: inline-block !important; }
  .wm {
    display: block !important; }
  .wn {
    display: table !important; }
  .wo {
    display: table-row !important; }
  .wp {
    display: table-cell !important; }
  .wq {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .wr {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.ws {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .ws::before {
    display: block;
    content: ""; }
  .ws .wt,
  .ws iframe,
  .ws embed,
  .ws object,
  .ws video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.wu::before {
  padding-top: 42.85714%; }

.wv::before {
  padding-top: 56.25%; }

.ww::before {
  padding-top: 75%; }

.wx::before {
  padding-top: 100%; }

.wy {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.wz {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.xa {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.xb {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.xc {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.xd {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.xe {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.xf {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.xg {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.xh {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.xi {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.xj {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.xk {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.xl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.xm {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.xn {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.xo {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.xp {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.xq {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.xr {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.xs {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.xt {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.xu {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.xv {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.xw {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.xx {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.xy {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.xz {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.ya {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.yb {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .yc {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .yd {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .ye {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .yf {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .yg {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .yh {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .yi {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .yj {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .yk {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .yl {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .ym {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .yn {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .yo {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .yp {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .yq {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .yr {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .ys {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .yt {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .yu {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .yv {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .yw {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .yx {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .yy {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .yz {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .za {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .zb {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .zc {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .zd {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .ze {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .zf {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .zg {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .zh {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .zi {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .zj {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .zk {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .zl {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .zm {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .zn {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .zo {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .zp {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .zq {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .zr {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .zs {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .zt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .zu {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .zv {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .zw {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .zx {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .zy {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .zz {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .aaa {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .aab {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .aac {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .aad {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .aae {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .aaf {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .aag {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .aah {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .aai {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .aaj {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .aak {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .aal {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .aam {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .aan {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .aao {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .aap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .aaq {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .aar {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .aas {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .aat {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .aau {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .aav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .aaw {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .aax {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .aay {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .aaz {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .aba {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .abb {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .abc {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .abd {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .abe {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .abf {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .abg {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .abh {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .abi {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .abj {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .abk {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .abl {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .abm {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .abn {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .abo {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .abp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .abq {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .abr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .abs {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .abt {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .abu {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .abv {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .abw {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .abx {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .aby {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .abz {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .aca {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .acb {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .acc {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .acd {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .ace {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .acf {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .acg {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .ach {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .aci {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .acj {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .ack {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .acl {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .acm {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .acn {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .aco {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .acp {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .acq {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .acr {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.acs {
  float: left !important; }

.act {
  float: right !important; }

.acu {
  float: none !important; }

@media (min-width: 576px) {
  .acv {
    float: left !important; }
  .acw {
    float: right !important; }
  .acx {
    float: none !important; } }

@media (min-width: 768px) {
  .acy {
    float: left !important; }
  .acz {
    float: right !important; }
  .ada {
    float: none !important; } }

@media (min-width: 992px) {
  .adb {
    float: left !important; }
  .adc {
    float: right !important; }
  .add {
    float: none !important; } }

@media (min-width: 1200px) {
  .ade {
    float: left !important; }
  .adf {
    float: right !important; }
  .adg {
    float: none !important; } }

.adh {
  position: static !important; }

.adi {
  position: relative !important; }

.adj {
  position: absolute !important; }

.adk {
  position: fixed !important; }

.adl {
  position: -webkit-sticky !important;
  position: sticky !important; }

.adm {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.adn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .ado {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.adp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.adq:active, .adq:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.adr {
  width: 25% !important; }

.ads {
  width: 50% !important; }

.adt {
  width: 75% !important; }

.adu {
  width: 100% !important; }

.adv {
  width: auto !important; }

.adw {
  height: 25% !important; }

.adx {
  height: 50% !important; }

.ady {
  height: 75% !important; }

.adz {
  height: 100% !important; }

.aea {
  height: auto !important; }

.aeb {
  max-width: 100% !important; }

.aec {
  max-height: 100% !important; }

.aed {
  margin: 0 !important; }

.aee,
.aef {
  margin-top: 0 !important; }

.aeg,
.aeh {
  margin-right: 0 !important; }

.aei,
.aef {
  margin-bottom: 0 !important; }

.aej,
.aeh {
  margin-left: 0 !important; }

.aek {
  margin: 0.25rem !important; }

.ael,
.aem {
  margin-top: 0.25rem !important; }

.aen,
.aeo {
  margin-right: 0.25rem !important; }

.aep,
.aem {
  margin-bottom: 0.25rem !important; }

.aeq,
.aeo {
  margin-left: 0.25rem !important; }

.aer {
  margin: 0.5rem !important; }

.aes,
.aet {
  margin-top: 0.5rem !important; }

.aeu,
.aev {
  margin-right: 0.5rem !important; }

.aew,
.aet {
  margin-bottom: 0.5rem !important; }

.aex,
.aev {
  margin-left: 0.5rem !important; }

.aey {
  margin: 1rem !important; }

.aez,
.afa {
  margin-top: 1rem !important; }

.afb,
.afc {
  margin-right: 1rem !important; }

.afd,
.afa {
  margin-bottom: 1rem !important; }

.afe,
.afc {
  margin-left: 1rem !important; }

.aff {
  margin: 1.5rem !important; }

.afg,
.afh {
  margin-top: 1.5rem !important; }

.afi,
.afj {
  margin-right: 1.5rem !important; }

.afk,
.afh {
  margin-bottom: 1.5rem !important; }

.afl,
.afj {
  margin-left: 1.5rem !important; }

.afm {
  margin: 3rem !important; }

.afn,
.afo {
  margin-top: 3rem !important; }

.afp,
.afq {
  margin-right: 3rem !important; }

.afr,
.afo {
  margin-bottom: 3rem !important; }

.afs,
.afq {
  margin-left: 3rem !important; }

.aft {
  padding: 0 !important; }

.afu,
.afv {
  padding-top: 0 !important; }

.afw,
.afx {
  padding-right: 0 !important; }

.afy,
.afv {
  padding-bottom: 0 !important; }

.afz,
.afx {
  padding-left: 0 !important; }

.aga {
  padding: 0.25rem !important; }

.agb,
.agc {
  padding-top: 0.25rem !important; }

.agd,
.age {
  padding-right: 0.25rem !important; }

.agf,
.agc {
  padding-bottom: 0.25rem !important; }

.agg,
.age {
  padding-left: 0.25rem !important; }

.agh {
  padding: 0.5rem !important; }

.agi,
.agj {
  padding-top: 0.5rem !important; }

.agk,
.agl {
  padding-right: 0.5rem !important; }

.agm,
.agj {
  padding-bottom: 0.5rem !important; }

.agn,
.agl {
  padding-left: 0.5rem !important; }

.ago {
  padding: 1rem !important; }

.agp,
.agq {
  padding-top: 1rem !important; }

.agr,
.ags {
  padding-right: 1rem !important; }

.agt,
.agq {
  padding-bottom: 1rem !important; }

.agu,
.ags {
  padding-left: 1rem !important; }

.agv {
  padding: 1.5rem !important; }

.agw,
.agx {
  padding-top: 1.5rem !important; }

.agy,
.agz {
  padding-right: 1.5rem !important; }

.aha,
.agx {
  padding-bottom: 1.5rem !important; }

.ahb,
.agz {
  padding-left: 1.5rem !important; }

.ahc {
  padding: 3rem !important; }

.ahd,
.ahe {
  padding-top: 3rem !important; }

.ahf,
.ahg {
  padding-right: 3rem !important; }

.ahh,
.ahe {
  padding-bottom: 3rem !important; }

.ahi,
.ahg {
  padding-left: 3rem !important; }

.ahj {
  margin: auto !important; }

.ahk,
.ahl {
  margin-top: auto !important; }

.ahm,
.ahn {
  margin-right: auto !important; }

.aho,
.ahl {
  margin-bottom: auto !important; }

.ahp,
.ahn {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .ahq {
    margin: 0 !important; }
  .ahr,
  .ahs {
    margin-top: 0 !important; }
  .aht,
  .ahu {
    margin-right: 0 !important; }
  .ahv,
  .ahs {
    margin-bottom: 0 !important; }
  .ahw,
  .ahu {
    margin-left: 0 !important; }
  .ahx {
    margin: 0.25rem !important; }
  .ahy,
  .ahz {
    margin-top: 0.25rem !important; }
  .aia,
  .aib {
    margin-right: 0.25rem !important; }
  .aic,
  .ahz {
    margin-bottom: 0.25rem !important; }
  .aid,
  .aib {
    margin-left: 0.25rem !important; }
  .aie {
    margin: 0.5rem !important; }
  .aif,
  .aig {
    margin-top: 0.5rem !important; }
  .aih,
  .aii {
    margin-right: 0.5rem !important; }
  .aij,
  .aig {
    margin-bottom: 0.5rem !important; }
  .aik,
  .aii {
    margin-left: 0.5rem !important; }
  .ail {
    margin: 1rem !important; }
  .aim,
  .ain {
    margin-top: 1rem !important; }
  .aio,
  .aip {
    margin-right: 1rem !important; }
  .aiq,
  .ain {
    margin-bottom: 1rem !important; }
  .air,
  .aip {
    margin-left: 1rem !important; }
  .ais {
    margin: 1.5rem !important; }
  .ait,
  .aiu {
    margin-top: 1.5rem !important; }
  .aiv,
  .aiw {
    margin-right: 1.5rem !important; }
  .aix,
  .aiu {
    margin-bottom: 1.5rem !important; }
  .aiy,
  .aiw {
    margin-left: 1.5rem !important; }
  .aiz {
    margin: 3rem !important; }
  .aja,
  .ajb {
    margin-top: 3rem !important; }
  .ajc,
  .ajd {
    margin-right: 3rem !important; }
  .aje,
  .ajb {
    margin-bottom: 3rem !important; }
  .ajf,
  .ajd {
    margin-left: 3rem !important; }
  .ajg {
    padding: 0 !important; }
  .ajh,
  .aji {
    padding-top: 0 !important; }
  .ajj,
  .ajk {
    padding-right: 0 !important; }
  .ajl,
  .aji {
    padding-bottom: 0 !important; }
  .ajm,
  .ajk {
    padding-left: 0 !important; }
  .ajn {
    padding: 0.25rem !important; }
  .ajo,
  .ajp {
    padding-top: 0.25rem !important; }
  .ajq,
  .ajr {
    padding-right: 0.25rem !important; }
  .ajs,
  .ajp {
    padding-bottom: 0.25rem !important; }
  .ajt,
  .ajr {
    padding-left: 0.25rem !important; }
  .aju {
    padding: 0.5rem !important; }
  .ajv,
  .ajw {
    padding-top: 0.5rem !important; }
  .ajx,
  .ajy {
    padding-right: 0.5rem !important; }
  .ajz,
  .ajw {
    padding-bottom: 0.5rem !important; }
  .aka,
  .ajy {
    padding-left: 0.5rem !important; }
  .akb {
    padding: 1rem !important; }
  .akc,
  .akd {
    padding-top: 1rem !important; }
  .ake,
  .akf {
    padding-right: 1rem !important; }
  .akg,
  .akd {
    padding-bottom: 1rem !important; }
  .akh,
  .akf {
    padding-left: 1rem !important; }
  .aki {
    padding: 1.5rem !important; }
  .akj,
  .akk {
    padding-top: 1.5rem !important; }
  .akl,
  .akm {
    padding-right: 1.5rem !important; }
  .akn,
  .akk {
    padding-bottom: 1.5rem !important; }
  .ako,
  .akm {
    padding-left: 1.5rem !important; }
  .akp {
    padding: 3rem !important; }
  .akq,
  .akr {
    padding-top: 3rem !important; }
  .aks,
  .akt {
    padding-right: 3rem !important; }
  .aku,
  .akr {
    padding-bottom: 3rem !important; }
  .akv,
  .akt {
    padding-left: 3rem !important; }
  .akw {
    margin: auto !important; }
  .akx,
  .aky {
    margin-top: auto !important; }
  .akz,
  .ala {
    margin-right: auto !important; }
  .alb,
  .aky {
    margin-bottom: auto !important; }
  .alc,
  .ala {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .ald {
    margin: 0 !important; }
  .ale,
  .alf {
    margin-top: 0 !important; }
  .alg,
  .alh {
    margin-right: 0 !important; }
  .ali,
  .alf {
    margin-bottom: 0 !important; }
  .alj,
  .alh {
    margin-left: 0 !important; }
  .alk {
    margin: 0.25rem !important; }
  .all,
  .alm {
    margin-top: 0.25rem !important; }
  .aln,
  .alo {
    margin-right: 0.25rem !important; }
  .alp,
  .alm {
    margin-bottom: 0.25rem !important; }
  .alq,
  .alo {
    margin-left: 0.25rem !important; }
  .alr {
    margin: 0.5rem !important; }
  .als,
  .alt {
    margin-top: 0.5rem !important; }
  .alu,
  .alv {
    margin-right: 0.5rem !important; }
  .alw,
  .alt {
    margin-bottom: 0.5rem !important; }
  .alx,
  .alv {
    margin-left: 0.5rem !important; }
  .aly {
    margin: 1rem !important; }
  .alz,
  .ama {
    margin-top: 1rem !important; }
  .amb,
  .amc {
    margin-right: 1rem !important; }
  .amd,
  .ama {
    margin-bottom: 1rem !important; }
  .ame,
  .amc {
    margin-left: 1rem !important; }
  .amf {
    margin: 1.5rem !important; }
  .amg,
  .amh {
    margin-top: 1.5rem !important; }
  .ami,
  .amj {
    margin-right: 1.5rem !important; }
  .amk,
  .amh {
    margin-bottom: 1.5rem !important; }
  .aml,
  .amj {
    margin-left: 1.5rem !important; }
  .amm {
    margin: 3rem !important; }
  .amn,
  .amo {
    margin-top: 3rem !important; }
  .amp,
  .amq {
    margin-right: 3rem !important; }
  .amr,
  .amo {
    margin-bottom: 3rem !important; }
  .ams,
  .amq {
    margin-left: 3rem !important; }
  .amt {
    padding: 0 !important; }
  .amu,
  .amv {
    padding-top: 0 !important; }
  .amw,
  .amx {
    padding-right: 0 !important; }
  .amy,
  .amv {
    padding-bottom: 0 !important; }
  .amz,
  .amx {
    padding-left: 0 !important; }
  .ana {
    padding: 0.25rem !important; }
  .anb,
  .anc {
    padding-top: 0.25rem !important; }
  .and,
  .ane {
    padding-right: 0.25rem !important; }
  .anf,
  .anc {
    padding-bottom: 0.25rem !important; }
  .ang,
  .ane {
    padding-left: 0.25rem !important; }
  .anh {
    padding: 0.5rem !important; }
  .ani,
  .anj {
    padding-top: 0.5rem !important; }
  .ank,
  .anl {
    padding-right: 0.5rem !important; }
  .anm,
  .anj {
    padding-bottom: 0.5rem !important; }
  .ann,
  .anl {
    padding-left: 0.5rem !important; }
  .ano {
    padding: 1rem !important; }
  .anp,
  .anq {
    padding-top: 1rem !important; }
  .anr,
  .ans {
    padding-right: 1rem !important; }
  .ant,
  .anq {
    padding-bottom: 1rem !important; }
  .anu,
  .ans {
    padding-left: 1rem !important; }
  .anv {
    padding: 1.5rem !important; }
  .anw,
  .anx {
    padding-top: 1.5rem !important; }
  .any,
  .anz {
    padding-right: 1.5rem !important; }
  .aoa,
  .anx {
    padding-bottom: 1.5rem !important; }
  .aob,
  .anz {
    padding-left: 1.5rem !important; }
  .aoc {
    padding: 3rem !important; }
  .aod,
  .aoe {
    padding-top: 3rem !important; }
  .aof,
  .aog {
    padding-right: 3rem !important; }
  .aoh,
  .aoe {
    padding-bottom: 3rem !important; }
  .aoi,
  .aog {
    padding-left: 3rem !important; }
  .aoj {
    margin: auto !important; }
  .aok,
  .aol {
    margin-top: auto !important; }
  .aom,
  .aon {
    margin-right: auto !important; }
  .aoo,
  .aol {
    margin-bottom: auto !important; }
  .aop,
  .aon {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .aoq {
    margin: 0 !important; }
  .aor,
  .aos {
    margin-top: 0 !important; }
  .aot,
  .aou {
    margin-right: 0 !important; }
  .aov,
  .aos {
    margin-bottom: 0 !important; }
  .aow,
  .aou {
    margin-left: 0 !important; }
  .aox {
    margin: 0.25rem !important; }
  .aoy,
  .aoz {
    margin-top: 0.25rem !important; }
  .apa,
  .apb {
    margin-right: 0.25rem !important; }
  .apc,
  .aoz {
    margin-bottom: 0.25rem !important; }
  .apd,
  .apb {
    margin-left: 0.25rem !important; }
  .ape {
    margin: 0.5rem !important; }
  .apf,
  .apg {
    margin-top: 0.5rem !important; }
  .aph,
  .api {
    margin-right: 0.5rem !important; }
  .apj,
  .apg {
    margin-bottom: 0.5rem !important; }
  .apk,
  .api {
    margin-left: 0.5rem !important; }
  .apl {
    margin: 1rem !important; }
  .apm,
  .apn {
    margin-top: 1rem !important; }
  .apo,
  .app {
    margin-right: 1rem !important; }
  .apq,
  .apn {
    margin-bottom: 1rem !important; }
  .apr,
  .app {
    margin-left: 1rem !important; }
  .aps {
    margin: 1.5rem !important; }
  .apt,
  .apu {
    margin-top: 1.5rem !important; }
  .apv,
  .apw {
    margin-right: 1.5rem !important; }
  .apx,
  .apu {
    margin-bottom: 1.5rem !important; }
  .apy,
  .apw {
    margin-left: 1.5rem !important; }
  .apz {
    margin: 3rem !important; }
  .aqa,
  .aqb {
    margin-top: 3rem !important; }
  .aqc,
  .aqd {
    margin-right: 3rem !important; }
  .aqe,
  .aqb {
    margin-bottom: 3rem !important; }
  .aqf,
  .aqd {
    margin-left: 3rem !important; }
  .aqg {
    padding: 0 !important; }
  .aqh,
  .aqi {
    padding-top: 0 !important; }
  .aqj,
  .aqk {
    padding-right: 0 !important; }
  .aql,
  .aqi {
    padding-bottom: 0 !important; }
  .aqm,
  .aqk {
    padding-left: 0 !important; }
  .aqn {
    padding: 0.25rem !important; }
  .aqo,
  .aqp {
    padding-top: 0.25rem !important; }
  .aqq,
  .aqr {
    padding-right: 0.25rem !important; }
  .aqs,
  .aqp {
    padding-bottom: 0.25rem !important; }
  .aqt,
  .aqr {
    padding-left: 0.25rem !important; }
  .aqu {
    padding: 0.5rem !important; }
  .aqv,
  .aqw {
    padding-top: 0.5rem !important; }
  .aqx,
  .aqy {
    padding-right: 0.5rem !important; }
  .aqz,
  .aqw {
    padding-bottom: 0.5rem !important; }
  .ara,
  .aqy {
    padding-left: 0.5rem !important; }
  .arb {
    padding: 1rem !important; }
  .arc,
  .ard {
    padding-top: 1rem !important; }
  .are,
  .arf {
    padding-right: 1rem !important; }
  .arg,
  .ard {
    padding-bottom: 1rem !important; }
  .arh,
  .arf {
    padding-left: 1rem !important; }
  .ari {
    padding: 1.5rem !important; }
  .arj,
  .ark {
    padding-top: 1.5rem !important; }
  .arl,
  .arm {
    padding-right: 1.5rem !important; }
  .arn,
  .ark {
    padding-bottom: 1.5rem !important; }
  .aro,
  .arm {
    padding-left: 1.5rem !important; }
  .arp {
    padding: 3rem !important; }
  .arq,
  .arr {
    padding-top: 3rem !important; }
  .ars,
  .art {
    padding-right: 3rem !important; }
  .aru,
  .arr {
    padding-bottom: 3rem !important; }
  .arv,
  .art {
    padding-left: 3rem !important; }
  .arw {
    margin: auto !important; }
  .arx,
  .ary {
    margin-top: auto !important; }
  .arz,
  .asa {
    margin-right: auto !important; }
  .asb,
  .ary {
    margin-bottom: auto !important; }
  .asc,
  .asa {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .asd {
    margin: 0 !important; }
  .ase,
  .asf {
    margin-top: 0 !important; }
  .asg,
  .ash {
    margin-right: 0 !important; }
  .asi,
  .asf {
    margin-bottom: 0 !important; }
  .asj,
  .ash {
    margin-left: 0 !important; }
  .ask {
    margin: 0.25rem !important; }
  .asl,
  .asm {
    margin-top: 0.25rem !important; }
  .asn,
  .aso {
    margin-right: 0.25rem !important; }
  .asp,
  .asm {
    margin-bottom: 0.25rem !important; }
  .asq,
  .aso {
    margin-left: 0.25rem !important; }
  .asr {
    margin: 0.5rem !important; }
  .ass,
  .ast {
    margin-top: 0.5rem !important; }
  .asu,
  .asv {
    margin-right: 0.5rem !important; }
  .asw,
  .ast {
    margin-bottom: 0.5rem !important; }
  .asx,
  .asv {
    margin-left: 0.5rem !important; }
  .asy {
    margin: 1rem !important; }
  .asz,
  .ata {
    margin-top: 1rem !important; }
  .atb,
  .atc {
    margin-right: 1rem !important; }
  .atd,
  .ata {
    margin-bottom: 1rem !important; }
  .ate,
  .atc {
    margin-left: 1rem !important; }
  .atf {
    margin: 1.5rem !important; }
  .atg,
  .ath {
    margin-top: 1.5rem !important; }
  .ati,
  .atj {
    margin-right: 1.5rem !important; }
  .atk,
  .ath {
    margin-bottom: 1.5rem !important; }
  .atl,
  .atj {
    margin-left: 1.5rem !important; }
  .atm {
    margin: 3rem !important; }
  .atn,
  .ato {
    margin-top: 3rem !important; }
  .atp,
  .atq {
    margin-right: 3rem !important; }
  .atr,
  .ato {
    margin-bottom: 3rem !important; }
  .ats,
  .atq {
    margin-left: 3rem !important; }
  .att {
    padding: 0 !important; }
  .atu,
  .atv {
    padding-top: 0 !important; }
  .atw,
  .atx {
    padding-right: 0 !important; }
  .aty,
  .atv {
    padding-bottom: 0 !important; }
  .atz,
  .atx {
    padding-left: 0 !important; }
  .aua {
    padding: 0.25rem !important; }
  .aub,
  .auc {
    padding-top: 0.25rem !important; }
  .aud,
  .aue {
    padding-right: 0.25rem !important; }
  .auf,
  .auc {
    padding-bottom: 0.25rem !important; }
  .aug,
  .aue {
    padding-left: 0.25rem !important; }
  .auh {
    padding: 0.5rem !important; }
  .aui,
  .auj {
    padding-top: 0.5rem !important; }
  .auk,
  .aul {
    padding-right: 0.5rem !important; }
  .aum,
  .auj {
    padding-bottom: 0.5rem !important; }
  .aun,
  .aul {
    padding-left: 0.5rem !important; }
  .auo {
    padding: 1rem !important; }
  .aup,
  .auq {
    padding-top: 1rem !important; }
  .aur,
  .aus {
    padding-right: 1rem !important; }
  .aut,
  .auq {
    padding-bottom: 1rem !important; }
  .auu,
  .aus {
    padding-left: 1rem !important; }
  .auv {
    padding: 1.5rem !important; }
  .auw,
  .aux {
    padding-top: 1.5rem !important; }
  .auy,
  .auz {
    padding-right: 1.5rem !important; }
  .ava,
  .aux {
    padding-bottom: 1.5rem !important; }
  .avb,
  .auz {
    padding-left: 1.5rem !important; }
  .avc {
    padding: 3rem !important; }
  .avd,
  .ave {
    padding-top: 3rem !important; }
  .avf,
  .avg {
    padding-right: 3rem !important; }
  .avh,
  .ave {
    padding-bottom: 3rem !important; }
  .avi,
  .avg {
    padding-left: 3rem !important; }
  .avj {
    margin: auto !important; }
  .avk,
  .avl {
    margin-top: auto !important; }
  .avm,
  .avn {
    margin-right: auto !important; }
  .avo,
  .avl {
    margin-bottom: auto !important; }
  .avp,
  .avn {
    margin-left: auto !important; } }

.avq {
  text-align: justify !important; }

.avr {
  white-space: nowrap !important; }

.avs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.avt {
  text-align: left !important; }

.avu {
  text-align: right !important; }

.avv {
  text-align: center !important; }

@media (min-width: 576px) {
  .avw {
    text-align: left !important; }
  .avx {
    text-align: right !important; }
  .avy {
    text-align: center !important; } }

@media (min-width: 768px) {
  .avz {
    text-align: left !important; }
  .awa {
    text-align: right !important; }
  .awb {
    text-align: center !important; } }

@media (min-width: 992px) {
  .awc {
    text-align: left !important; }
  .awd {
    text-align: right !important; }
  .awe {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .awf {
    text-align: left !important; }
  .awg {
    text-align: right !important; }
  .awh {
    text-align: center !important; } }

.awi {
  text-transform: lowercase !important; }

.awj {
  text-transform: uppercase !important; }

.awk {
  text-transform: capitalize !important; }

.awl {
  font-weight: 300 !important; }

.awm {
  font-weight: 400 !important; }

.awn {
  font-weight: 700 !important; }

.awo {
  font-style: italic !important; }

.awp {
  color: #fff !important; }

.awq {
  color: #1997c6 !important; }

a.awq:hover, a.awq:focus {
  color: #137499 !important; }

.awr {
  color: #6c757d !important; }

a.awr:hover, a.awr:focus {
  color: #545b62 !important; }

.aws {
  color: #1BC98E !important; }

a.aws:hover, a.aws:focus {
  color: #159c6e !important; }

.awt {
  color: #9F86FF !important; }

a.awt:hover, a.awt:focus {
  color: #7753ff !important; }

.awu {
  color: #E4D836 !important; }

a.awu:hover, a.awu:focus {
  color: #ccbf1b !important; }

.awv {
  color: #E64759 !important; }

a.awv:hover, a.awv:focus {
  color: #dc1e33 !important; }

.aww {
  color: #f8f9fa !important; }

a.aww:hover, a.aww:focus {
  color: #dae0e5 !important; }

.awx {
  color: #1a1c22 !important; }

a.awx:hover, a.awx:focus {
  color: #040405 !important; }

.awy {
  color: #999 !important; }

.awz {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.axa {
  visibility: visible !important; }

.axb {
  visibility: hidden !important; }

body {
  font-weight: 300;
  letter-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.cm {
  font-size: 1.035rem;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0; }
  @media (min-width: 576px) {
    .cm {
      font-size: 1.35rem; } }

.axc li {
  margin-bottom: 5px; }

.axd li {
  border-top: 1px solid #6f7890; }

.axd li:last-child {
  border-bottom: 1px solid #6f7890; }

.axe {
  font-family: Georgia, "Times New Roman", Times, serif; }

.axf {
  text-align: left; }

.axg {
  text-align: right; }

.axh {
  text-align: center; }

@media (min-width: 576px) {
  .avw {
    text-align: left; }
  .avx {
    text-align: right; }
  .avy {
    text-align: center; } }

@media (min-width: 768px) {
  .avz {
    text-align: left; }
  .awa {
    text-align: right; }
  .awb {
    text-align: center; } }

@media (min-width: 992px) {
  .awc {
    text-align: left; }
  .awd {
    text-align: right; }
  .awe {
    text-align: center; } }

.alert-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.8); }
  .alert-dark hr {
    border-top-color: rgba(0, 0, 0, 0.8); }
  .alert-dark .re {
    color: #e6e6e6; }
  .alert-dark .close {
    text-shadow: 0 1px 0 #000; }
  .alert-dark .close:hover, .alert-dark .close:focus {
    color: #fff; }

.axi {
  border-radius: 0; }

.ce {
  text-transform: none;
  letter-spacing: normal; }

.axj {
  border: 0; }

.axk {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.axl:after {
  position: relative;
  top: 1px;
  content: '〉';
  display: inline-block;
  padding-left: .3em;
  color: inherit; }

.on .axm {
  float: left; }

.on > .axm {
  margin-left: 5px; }

.axn {
  float: left;
  width: 1px;
  height: 34px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #434857; }

.axo.axp {
  width: calc(100% + 10px);
  margin-left: -5px;
  border-spacing: 5px; }

.nav > .axq {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  font-size: 85%;
  font-weight: normal;
  letter-spacing: 1px;
  color: #51586a;
  text-transform: uppercase; }

.nav > li + .axq {
  margin-top: 20px; }

.axr > .pa {
  float: left; }
  .axr > .pa > .oy {
    display: inline-block;
    padding: 10px 0;
    font-weight: 300;
    color: #fff;
    border-bottom: 4px solid transparent; }
    .axr > .pa > .oy:hover, .axr > .pa > .oy:focus {
      color: #1997c6;
      background-color: transparent; }
    .axr > .pa > .oy.active, .axr > .pa > .oy.active:hover, .axr > .pa > .oy.active:focus {
      font-weight: 500;
      color: #1997c6;
      border-bottom-color: #1997c6; }
  .axr > .pa + .pa {
    margin-left: 30px; }

.axr.pd > .pa + .pa {
  margin-left: 0; }

.axr.pd > .pa > .oy {
  margin-bottom: 0; }

.axr.nav-stacked > .pa {
  float: none;
  margin-left: 0; }
  .axr.nav-stacked > .pa + .pa {
    margin-top: 0; }

.axr.nav-stacked > .pa > .oy {
  display: block;
  padding: 5px 10px 5px 30px;
  border-bottom: 0;
  border-left: 4px solid transparent; }
  .axr.nav-stacked > .pa > .oy:hover, .axr.nav-stacked > .pa > .oy:focus {
    border-left: 4px solid;
    text-decoration: none; }
  .axr.nav-stacked > .pa > .oy.active, .axr.nav-stacked > .pa > .oy.active:hover, .axr.nav-stacked > .pa > .oy.active:focus {
    border-left-color: #1997c6; }

.axr.nav-stacked .axq {
  padding-left: 34px; }

.axr.nav-stacked .nav-divider {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 34px;
  margin-top: 20px;
  margin-bottom: 25px; }

.ci > .dg {
  margin-left: -1rem;
  margin-right: -1rem; }

.axs {
  padding-top: 49px; }

.navbar-nav > li > a > .cj {
  margin-left: 5px; }

.pg > img {
  vertical-align: text-top; }

.axt {
  float: left;
  margin-right: 5px; }

.axu .axv, .axu .axv:hover, .axu .axv:focus {
  background-color: transparent; }

.ps .axv, .ps .axv:hover, .ps .axv:focus {
  color: #fff;
  background-color: #1a1c22; }

.axw .axx {
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 576px) {
  .axw {
    padding-top: 20px;
    padding-bottom: 20px; } }

.axy {
  border: 0;
  box-shadow: none; }

.ps .axy {
  background-color: #292d36; }
  .ps .axy:focus {
    color: #1a1c22;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.5); }

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  font-weight: 500; }

.axz,
.axz:active,
.axz:hover,
.axz:focus,
.axz:hover:active,
.axz:active:focus {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important; }

.axz img {
  height: 35px;
  width: 35px; }

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

@media (min-width: 768px) {
  .axx {
    float: left; } }

.pb > li.active > a, .pb > li.active > a:hover, .pb > li.active > a:focus {
  font-weight: 500; }

.aya {
  display: block;
  padding: 1rem 1.25rem;
  margin-bottom: -1px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  border: 1px solid #434857; }
  .aya:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .aya:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.ayb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #1e2127; }

.ayc {
  max-height: 500px;
  overflow: auto;
  border-radius: 0.3rem; }

.modal-body + .modal-body {
  border-top: 1px solid #e9ecef; }

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

.aye {
  float: left;
  width: 50%;
  padding: 1rem;
  border: solid #e9ecef;
  border-width: 1px 0 0; }
  .aye + .aye {
    border-left-width: 1px; }
  .aye:first-child {
    border-bottom-left-radius: -0.7rem; }
  .aye:last-child {
    border-bottom-right-radius: -0.7rem; }
  .aye:hover, .aye:focus, .aye:active {
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #e9ecef; }

@media (min-width: 576px) {
  .ayf {
    margin-right: -11px;
    margin-left: -11px; } }

.ayg {
  padding-bottom: 15px; }

.ayh {
  display: table;
  width: 100%;
  height: 100vh; }
  .ayh .ayi,
  .ayh .ayj {
    display: table-cell;
    vertical-align: middle; }
  .ayh .ayi {
    vertical-align: bottom; }

@media (min-width: 576px) {
  .ayk {
    padding-right: 40px;
    padding-left: 40px; } }

.ayl {
  position: relative !important; }

.aym {
  position: absolute !important; }

.ayn {
  position: fixed !important; }

.ayo {
  width: 25% !important; }

.ayp {
  width: 50% !important; }

.ayq {
  width: 75% !important; }

.ayr {
  width: 100% !important; }

body {
  font-weight: 300;
  letter-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.cm {
  font-size: 1.035rem;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0; }
  @media (min-width: 576px) {
    .cm {
      font-size: 1.35rem; } }

.axc li {
  margin-bottom: 5px; }

.axd li {
  border-top: 1px solid #6f7890; }

.axd li:last-child {
  border-bottom: 1px solid #6f7890; }

.axe {
  font-family: Georgia, "Times New Roman", Times, serif; }

.axf {
  text-align: left; }

.axg {
  text-align: right; }

.axh {
  text-align: center; }

@media (min-width: 576px) {
  .avw {
    text-align: left; }
  .avx {
    text-align: right; }
  .avy {
    text-align: center; } }

@media (min-width: 768px) {
  .avz {
    text-align: left; }
  .awa {
    text-align: right; }
  .awb {
    text-align: center; } }

@media (min-width: 992px) {
  .awc {
    text-align: left; }
  .awd {
    text-align: right; }
  .awe {
    text-align: center; } }

@font-face {
  font-family: "toolkit-entypo";
  src: url("../fonts/toolkit-entypo.eot");
  src: url("../fonts/toolkit-entypo.eot?#iefix") format("eot"), url("../fonts/toolkit-entypo.woff2") format("woff2"), url("../fonts/toolkit-entypo.woff") format("woff"), url("../fonts/toolkit-entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.bv:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.carousel .ays,
.carousel .ayt {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel .ays {
  left: 50%;
  margin-left: -10px; }

.carousel .ayt {
  right: 50%;
  margin-right: -10px; }

.ayu:before {
  content: "\EA01"; }

.ayv:before {
  content: "\EA02"; }

.ayw:before {
  content: "\EA03"; }

.ayx:before {
  content: "\EA04"; }

.ayy:before {
  content: "\EA05"; }

.ayz:before {
  content: "\EA06"; }

.aza:before {
  content: "\EA07"; }

.azb:before {
  content: "\EA08"; }

.azc:before {
  content: "\EA09"; }

.azd:before {
  content: "\EA0A"; }

.aze:before {
  content: "\EA0B"; }

.azf:before {
  content: "\EA0C"; }

.azg:before {
  content: "\EA0D"; }

.azh:before {
  content: "\EA0E"; }

.azi:before {
  content: "\EA0F"; }

.azj:before {
  content: "\EA10"; }

.azk:before {
  content: "\EA11"; }

.azl:before {
  content: "\EA12"; }

.azm:before {
  content: "\EA13"; }

.azn:before {
  content: "\EA14"; }

.azo:before {
  content: "\EA15"; }

.azp:before {
  content: "\EA16"; }

.azq:before {
  content: "\EA17"; }

.azr:before {
  content: "\EA18"; }

.azs:before {
  content: "\EA19"; }

.azt:before {
  content: "\EA1A"; }

.azu:before {
  content: "\EA1B"; }

.azv:before {
  content: "\EA1C"; }

.azw:before {
  content: "\EA1D"; }

.azx:before {
  content: "\EA1E"; }

.azy:before {
  content: "\EA1F"; }

.azz:before {
  content: "\EA20"; }

.baa:before {
  content: "\EA21"; }

.bab:before {
  content: "\EA22"; }

.bac:before {
  content: "\EA23"; }

.bad:before {
  content: "\EA24"; }

.bae:before {
  content: "\EA25"; }

.baf:before {
  content: "\EA26"; }

.bag:before {
  content: "\EA27"; }

.bah:before {
  content: "\EA28"; }

.bai:before {
  content: "\EA29"; }

.baj:before {
  content: "\EA2A"; }

.bak:before {
  content: "\EA2B"; }

.bal:before {
  content: "\EA2C"; }

.bam:before {
  content: "\EA2D"; }

.ban:before {
  content: "\EA2E"; }

.bao:before {
  content: "\EA2F"; }

.bap:before {
  content: "\EA30"; }

.baq:before {
  content: "\EA31"; }

.bar:before {
  content: "\EA32"; }

.bas:before {
  content: "\EA33"; }

.bat:before {
  content: "\EA34"; }

.bau:before {
  content: "\EA35"; }

.bav:before {
  content: "\EA36"; }

.baw:before {
  content: "\EA37"; }

.bax:before {
  content: "\EA38"; }

.bay:before {
  content: "\EA39"; }

.baz:before {
  content: "\EA3A"; }

.bba:before {
  content: "\EA3B"; }

.bbb:before {
  content: "\EA3C"; }

.bbc:before {
  content: "\EA3D"; }

.bbd:before {
  content: "\EA3E"; }

.bbe:before {
  content: "\EA3F"; }

.bbf:before {
  content: "\EA40"; }

.bbg:before {
  content: "\EA41"; }

.bbh:before {
  content: "\EA42"; }

.bbi:before {
  content: "\EA43"; }

.bbj:before {
  content: "\EA44"; }

.bbk:before {
  content: "\EA45"; }

.bbl:before {
  content: "\EA46"; }

.bbm:before {
  content: "\EA47"; }

.bbn:before {
  content: "\EA48"; }

.bbo:before {
  content: "\EA49"; }

.ays:before {
  content: "\EA4A"; }

.ayt:before {
  content: "\EA4B"; }

.bbp:before {
  content: "\EA4C"; }

.bbq:before {
  content: "\EA4D"; }

.bbr:before {
  content: "\EA4E"; }

.bbs:before {
  content: "\EA4F"; }

.bbt:before {
  content: "\EA50"; }

.bbu:before {
  content: "\EA51"; }

.bbv:before {
  content: "\EA52"; }

.bbw:before {
  content: "\EA53"; }

.bbx:before {
  content: "\EA54"; }

.bby:before {
  content: "\EA55"; }

.bbz:before {
  content: "\EA56"; }

.bca:before {
  content: "\EA57"; }

.bcb:before {
  content: "\EA58"; }

.bcc:before {
  content: "\EA59"; }

.bcd:before {
  content: "\EA5A"; }

.bce:before {
  content: "\EA5B"; }

.bcf:before {
  content: "\EA5C"; }

.bcg:before {
  content: "\EA5D"; }

.bch:before {
  content: "\EA5E"; }

.bci:before {
  content: "\EA5F"; }

.bcj:before {
  content: "\EA60"; }

.bck:before {
  content: "\EA61"; }

.bcl:before {
  content: "\EA62"; }

.bcm:before {
  content: "\EA63"; }

.bcn:before {
  content: "\EA64"; }

.bco:before {
  content: "\EA65"; }

.bcp:before {
  content: "\EA66"; }

.bcq:before {
  content: "\EA67"; }

.bcr:before {
  content: "\EA68"; }

.bcs:before {
  content: "\EA69"; }

.bct:before {
  content: "\EA6A"; }

.bcu:before {
  content: "\EA6B"; }

.bcv:before {
  content: "\EA6C"; }

.bcw:before {
  content: "\EA6D"; }

.bcx:before {
  content: "\EA6E"; }

.bcy:before {
  content: "\EA6F"; }

.bcz:before {
  content: "\EA70"; }

.bda:before {
  content: "\EA71"; }

.bdb:before {
  content: "\EA72"; }

.bdc:before {
  content: "\EA73"; }

.bdd:before {
  content: "\EA74"; }

.bde:before {
  content: "\EA75"; }

.bdf:before {
  content: "\EA76"; }

.bdg:before {
  content: "\EA77"; }

.bdh:before {
  content: "\EA78"; }

.bdi:before {
  content: "\EA79"; }

.bdj:before {
  content: "\EA7A"; }

.bdk:before {
  content: "\EA7B"; }

.bdl:before {
  content: "\EA7C"; }

.bdm:before {
  content: "\EA7D"; }

.bdn:before {
  content: "\EA7E"; }

.bdo:before {
  content: "\EA7F"; }

.bdp:before {
  content: "\EA80"; }

.bdq:before {
  content: "\EA81"; }

.bdr:before {
  content: "\EA82"; }

.bds:before {
  content: "\EA83"; }

.bdt:before {
  content: "\EA84"; }

.bdu:before {
  content: "\EA85"; }

.bdv:before {
  content: "\EA86"; }

.bdw:before {
  content: "\EA87"; }

.bdx:before {
  content: "\EA88"; }

.bdy:before {
  content: "\EA89"; }

.bdz:before {
  content: "\EA8A"; }

.bea:before {
  content: "\EA8B"; }

.beb:before {
  content: "\EA8C"; }

.bec:before {
  content: "\EA8D"; }

.bed:before {
  content: "\EA8E"; }

.bee:before {
  content: "\EA8F"; }

.bef:before {
  content: "\EA90"; }

.beg:before {
  content: "\EA91"; }

.beh:before {
  content: "\EA92"; }

.bei:before {
  content: "\EA93"; }

.bej:before {
  content: "\EA94"; }

.bek:before {
  content: "\EA95"; }

.bel:before {
  content: "\EA96"; }

.bem:before {
  content: "\EA97"; }

.ben:before {
  content: "\EA98"; }

.beo:before {
  content: "\EA99"; }

.bep:before {
  content: "\EA9A"; }

.beq:before {
  content: "\EA9B"; }

.ber:before {
  content: "\EA9C"; }

.bes:before {
  content: "\EA9D"; }

.bet:before {
  content: "\EA9E"; }

.beu:before {
  content: "\EA9F"; }

.bev:before {
  content: "\EAA0"; }

.bew:before {
  content: "\EAA1"; }

.bex:before {
  content: "\EAA2"; }

.bey:before {
  content: "\EAA3"; }

.bez:before {
  content: "\EAA4"; }

.bfa:before {
  content: "\EAA5"; }

.bfb:before {
  content: "\EAA6"; }

.bfc:before {
  content: "\EAA7"; }

.bfd:before {
  content: "\EAA8"; }

.bfe:before {
  content: "\EAA9"; }

.bff:before {
  content: "\EAAA"; }

.bfg:before {
  content: "\EAAB"; }

.bfh:before {
  content: "\EAAC"; }

.bfi:before {
  content: "\EAAD"; }

.bfj:before {
  content: "\EAAE"; }

.bfk:before {
  content: "\EAAF"; }

.bfl:before {
  content: "\EAB0"; }

.bfm:before {
  content: "\EAB1"; }

.bfn:before {
  content: "\EAB2"; }

.bfo:before {
  content: "\EAB3"; }

.bfp:before {
  content: "\EAB4"; }

.bfq:before {
  content: "\EAB5"; }

.bfr:before {
  content: "\EAB6"; }

.bfs:before {
  content: "\EAB7"; }

.bft:before {
  content: "\EAB8"; }

.bfu:before {
  content: "\EAB9"; }

.bfv:before {
  content: "\EABA"; }

.bfw:before {
  content: "\EABB"; }

.bfx:before {
  content: "\EABC"; }

.bfy:before {
  content: "\EABD"; }

.bfz:before {
  content: "\EABE"; }

.bga:before {
  content: "\EABF"; }

.bgb:before {
  content: "\EAC0"; }

.bgc:before {
  content: "\EAC1"; }

.bgd:before {
  content: "\EAC2"; }

.bge:before {
  content: "\EAC3"; }

.bgf:before {
  content: "\EAC4"; }

.bgg:before {
  content: "\EAC5"; }

.bgh:before {
  content: "\EAC6"; }

.bgi:before {
  content: "\EAC7"; }

.bgj:before {
  content: "\EAC8"; }

.bgk:before {
  content: "\EAC9"; }

.bgl:before {
  content: "\EACA"; }

.bgm:before {
  content: "\EACB"; }

.bgn:before {
  content: "\EACC"; }

.bgo:before {
  content: "\EACD"; }

.bgp:before {
  content: "\EACE"; }

.bgq:before {
  content: "\EACF"; }

.bgr:before {
  content: "\EAD0"; }

.bgs:before {
  content: "\EAD1"; }

.bgt:before {
  content: "\EAD2"; }

.bgu:before {
  content: "\EAD3"; }

.bgv:before {
  content: "\EAD4"; }

.bgw:before {
  content: "\EAD5"; }

.bgx:before {
  content: "\EAD6"; }

.bgy:before {
  content: "\EAD7"; }

.bgz:before {
  content: "\EAD8"; }

.bha:before {
  content: "\EAD9"; }

.bhb:before {
  content: "\EADA"; }

.bhc:before {
  content: "\EADB"; }

.bhd:before {
  content: "\EADC"; }

.bhe:before {
  content: "\EADD"; }

.bhf:before {
  content: "\EADE"; }

.bhg:before {
  content: "\EADF"; }

.bhh:before {
  content: "\EAE0"; }

.bhi:before {
  content: "\EAE1"; }

.bhj:before {
  content: "\EAE2"; }

.bhk:before {
  content: "\EAE3"; }

.bhl:before {
  content: "\EAE4"; }

.bhm:before {
  content: "\EAE5"; }

.bhn:before {
  content: "\EAE6"; }

.bho:before {
  content: "\EAE7"; }

.bhp:before {
  content: "\EAE8"; }

.bhq:before {
  content: "\EAE9"; }

.bhr:before {
  content: "\EAEA"; }

.bhs:before {
  content: "\EAEB"; }

.bht:before {
  content: "\EAEC"; }

.bhu:before {
  content: "\EAED"; }

.bhv:before {
  content: "\EAEE"; }

.bhw:before {
  content: "\EAEF"; }

.bhx:before {
  content: "\EAF0"; }

.bhy:before {
  content: "\EAF1"; }

.bhz:before {
  content: "\EAF2"; }

.bia:before {
  content: "\EAF3"; }

.bib:before {
  content: "\EAF4"; }

.bic:before {
  content: "\EAF5"; }

.bid:before {
  content: "\EAF6"; }

.bie:before {
  content: "\EAF7"; }

.bif:before {
  content: "\EAF8"; }

.big:before {
  content: "\EAF9"; }

.bih:before {
  content: "\EAFA"; }

.bii:before {
  content: "\EAFB"; }

.bij:before {
  content: "\EAFC"; }

.bik:before {
  content: "\EAFD"; }

.bil:before {
  content: "\EAFE"; }

.bim:before {
  content: "\EAFF"; }

.bin:before {
  content: "\EB00"; }

.bio:before {
  content: "\EB01"; }

.bip:before {
  content: "\EB02"; }

.biq:before {
  content: "\EB03"; }

.bir:before {
  content: "\EB04"; }

.bis:before {
  content: "\EB05"; }

.bit:before {
  content: "\EB06"; }

.biu:before {
  content: "\EB07"; }

.biv:before {
  content: "\EB08"; }

.biw:before {
  content: "\EB09"; }

.bix:before {
  content: "\EB0A"; }

.biy:before {
  content: "\EB0B"; }

.biz:before {
  content: "\EB0C"; }

.bja:before {
  content: "\EB0D"; }

.bjb:before {
  content: "\EB0E"; }

.bjc:before {
  content: "\EB0F"; }

.bjd:before {
  content: "\EB10"; }

.bje:before {
  content: "\EB11"; }

.bjf:before {
  content: "\EB12"; }

.bjg:before {
  content: "\EB13"; }

.bjh:before {
  content: "\EB14"; }

.bji:before {
  content: "\EB15"; }

.bjj:before {
  content: "\EB16"; }

.bjk:before {
  content: "\EB17"; }

.bjl:before {
  content: "\EB18"; }

.bjm:before {
  content: "\EB19"; }

.bjn:before {
  content: "\EB1A"; }

.bjo:before {
  content: "\EB1B"; }

.bjp:before {
  content: "\EB1C"; }

.bjq:before {
  content: "\EB1D"; }

.bjr:before {
  content: "\EB1E"; }

.bjs:before {
  content: "\EB1F"; }

.bjt:before {
  content: "\EB20"; }

.bju:before {
  content: "\EB21"; }

.bjv:before {
  content: "\EB22"; }

.bjw:before {
  content: "\EB23"; }

.bjx:before {
  content: "\EB24"; }

.bjy:before {
  content: "\EB25"; }

.bjz:before {
  content: "\EB26"; }

.bka:before {
  content: "\EB27"; }

.bkb:before {
  content: "\EB28"; }

.bkc:before {
  content: "\EB29"; }

.bkd:before {
  content: "\EB2A"; }

.bke:before {
  content: "\EB2B"; }

.bkf:before {
  content: "\EB2C"; }

.bkg:before {
  content: "\EB2D"; }

.bkh:before {
  content: "\EB2E"; }

.bki:before {
  content: "\EB2F"; }

.bkj:before {
  content: "\EB30"; }

.bkk:before {
  content: "\EB31"; }

.bkl:before {
  content: "\EB32"; }

.bkm:before {
  content: "\EB33"; }

.bkn:before {
  content: "\EB34"; }

.bko:before {
  content: "\EB35"; }

.bkp:before {
  content: "\EB36"; }

.bkq:before {
  content: "\EB37"; }

.bkr:before {
  content: "\EB38"; }

.bks:before {
  content: "\EB39"; }

.bkt:before {
  content: "\EB3A"; }

.bku:before {
  content: "\EB3B"; }

.bkv:before {
  content: "\EB3C"; }

.bkw:before {
  content: "\EB3D"; }

.bkx:before {
  content: "\EB3E"; }

.bky:before {
  content: "\EB3F"; }

.bkz:before {
  content: "\EB40"; }

.bla:before {
  content: "\EB41"; }

.blb:before {
  content: "\EB42"; }

.blc:before {
  content: "\EB43"; }

.bld:before {
  content: "\EB44"; }

.ble:before {
  content: "\EB45"; }

.blf:before {
  content: "\EB46"; }

.blg:before {
  content: "\EB47"; }

.blh:before {
  content: "\EB48"; }

.bli:before {
  content: "\EB49"; }

.blj:before {
  content: "\EB4A"; }

.blk:before {
  content: "\EB4B"; }

.bll:before {
  content: "\EB4C"; }

.blm:before {
  content: "\EB4D"; }

.bln:before {
  content: "\EB4E"; }

.blo:before {
  content: "\EB4F"; }

.blp:before {
  content: "\EB50"; }

.blq:before {
  content: "\EB51"; }

.blr:before {
  content: "\EB52"; }

.bls:before {
  content: "\EB53"; }

.blt:before {
  content: "\EB54"; }

.blu:before {
  content: "\EB55"; }

.blv:before {
  content: "\EB56"; }

.blw:before {
  content: "\EB57"; }

.blx:before {
  content: "\EB58"; }

.bly:before {
  content: "\EB59"; }

.blz:before {
  content: "\EB5A"; }

.bma:before {
  content: "\EB5B"; }

.bmb:before {
  content: "\EB5C"; }

.bmc:before {
  content: "\EB5D"; }

.bmd:before {
  content: "\EB5E"; }

.bme:before {
  content: "\EB5F"; }

.bmf:before {
  content: "\EB60"; }

.bmg:before {
  content: "\EB61"; }

.bmh:before {
  content: "\EB62"; }

.bmi:before {
  content: "\EB63"; }

.bmj:before {
  content: "\EB64"; }

.bmk:before {
  content: "\EB65"; }

.bml:before {
  content: "\EB66"; }

.bmm:before {
  content: "\EB67"; }

.bmn:before {
  content: "\EB68"; }

.bmo:before {
  content: "\EB69"; }

.bmp:before {
  content: "\EB6A"; }

.bmq:before {
  content: "\EB6B"; }

.bmr:before {
  content: "\EB6C"; }

.bms:before {
  content: "\EB6D"; }

.bmt:before {
  content: "\EB6E"; }

.bmu:before {
  content: "\EB6F"; }

.bmv:before {
  content: "\EB70"; }

.bmw:before {
  content: "\EB71"; }

.bmx:before {
  content: "\EB72"; }

.bmy:before {
  content: "\EB73"; }

.bmz:before {
  content: "\EB74"; }

.bna:before {
  content: "\EB75"; }

.bnb:before {
  content: "\EB76"; }

.bnc:before {
  content: "\EB77"; }

.bnd:before {
  content: "\EB78"; }

.bne:before {
  content: "\EB79"; }

.bnf:before {
  content: "\EB7A"; }

.bng:before {
  content: "\EB7B"; }

.bnh:before {
  content: "\EB7C"; }

.bni:before {
  content: "\EB7D"; }

.bnj:before {
  content: "\EB7E"; }

.bnk:before {
  content: "\EB7F"; }

.bnl:before {
  content: "\EB80"; }

.bnm:before {
  content: "\EB81"; }

.bnn:before {
  content: "\EB82"; }

.bno:before {
  content: "\EB83"; }

.bnp:before {
  content: "\EB84"; }

.bnq:before {
  content: "\EB85"; }

.bnr:before {
  content: "\EB86"; }

.bns:before {
  content: "\EB87"; }

.bnt:before {
  content: "\EB88"; }

.bnu:before {
  content: "\EB89"; }

.bnv:before {
  content: "\EB8A"; }

.bnw:before {
  content: "\EB8B"; }

.bnx:before {
  content: "\EB8C"; }

.bny:before {
  content: "\EB8D"; }

.bnz:before {
  content: "\EB8E"; }

.boa:before {
  content: "\EB8F"; }

.bob:before {
  content: "\EB90"; }

.boc:before {
  content: "\EB91"; }

.bod:before {
  content: "\EB92"; }

.boe:before {
  content: "\EB93"; }

.bof:before {
  content: "\EB94"; }

.bog:before {
  content: "\EB95"; }

.boh:before {
  content: "\EB96"; }

.boi:before {
  content: "\EB97"; }

.boj:before {
  content: "\EB98"; }

.bok:before {
  content: "\EB99"; }

.bol:before {
  content: "\EB9A"; }

.bom:before {
  content: "\EB9B"; }

.bon:before {
  content: "\EB9C"; }

.boo:before {
  content: "\EB9D"; }

.bop {
  dislay: table;
  width: 100%; }

.boq {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }
  .boq .ol {
    margin-left: 10px; }

.bor {
  width: 99%; }

.bos, .bos:hover, .bos:focus {
  color: inherit;
  text-decoration: inherit; }

.datepicker {
  padding: 4px;
  border-radius: 4px;
  color: #434857;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker.datepicker-rtl {
    direction: rtl; }
    .datepicker.datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 5px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 5px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:after {
      top: -5px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #999; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker > div {
    display: none; }
  .datepicker.days .datepicker-days,
  .datepicker.months .datepicker-months,
  .datepicker.years .datepicker-years {
    display: block; }
  .datepicker table {
    margin: 5px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .datepicker table > tbody > tr > td,
    .datepicker table > tbody > tr > th,
    .datepicker table > thead > tr > td,
    .datepicker table > thead > tr > th {
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: white;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #6c757d; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #6c757d;
    cursor: default; }
  .datepicker table tr td.bot, .datepicker table tr td.bot:hover, .datepicker table tr td.bot.disabled, .datepicker table tr td.bot.disabled:hover {
    color: #fff;
    background-color: #000;
    border-color: #ffdb99; }
    .datepicker table tr td.bot:hover, .datepicker table tr td.bot:hover:hover, .datepicker table tr td.bot.disabled:hover, .datepicker table tr td.bot.disabled:hover:hover {
      color: #212529;
      background-color: #ffb733;
      border-color: #ffc966; }
    .datepicker table tr td.bot:focus, .datepicker table tr td.bot.nh, .datepicker table tr td.bot:hover:focus, .datepicker table tr td.bot:hover.nh, .datepicker table tr td.bot.disabled:focus, .datepicker table tr td.bot.disabled.nh, .datepicker table tr td.bot.disabled:hover:focus, .datepicker table tr td.bot.disabled:hover.nh {
      box-shadow: 0 0 0 0.2rem rgba(255, 219, 153, 0.5); }
    .datepicker table tr td.bot.disabled, .datepicker table tr td.bot:disabled, .datepicker table tr td.bot:hover.disabled, .datepicker table tr td.bot:hover:disabled, .datepicker table tr td.bot.disabled.disabled, .datepicker table tr td.bot.disabled:disabled, .datepicker table tr td.bot.disabled:hover.disabled, .datepicker table tr td.bot.disabled:hover:disabled {
      color: #fff;
      background-color: #000;
      border-color: #ffdb99; }
    .datepicker table tr td.bot:not(:disabled):not(.disabled):active, .datepicker table tr td.bot:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.bot.nj, .datepicker table tr td.bot:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.bot:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.bot:hover.nj, .datepicker table tr td.bot.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td.bot.disabled:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.bot.disabled.nj, .datepicker table tr td.bot.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.bot.disabled:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.bot.disabled:hover.nj {
      color: #fff;
      background-color: black;
      border-color: #ffc559; }
      .datepicker table tr td.bot:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.bot:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.bot.nj:focus, .datepicker table tr td.bot:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.bot:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.bot:hover.nj:focus, .datepicker table tr td.bot.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.bot.disabled:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.bot.disabled.nj:focus, .datepicker table tr td.bot.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.bot.disabled:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.bot.disabled:hover.nj:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 219, 153, 0.5); }
  .datepicker table tr td.bot:hover:hover {
    color: #000; }
  .datepicker table tr td.bot.active:hover {
    color: #fff; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: white;
    border-radius: 0; }
  .datepicker table tr td.range.bot, .datepicker table tr td.range.bot:hover, .datepicker table tr td.range.bot.disabled, .datepicker table tr td.range.bot.disabled:hover {
    color: #fff;
    background-color: #000;
    border-color: #ffd280;
    border-radius: 0; }
    .datepicker table tr td.range.bot:hover, .datepicker table tr td.range.bot:hover:hover, .datepicker table tr td.range.bot.disabled:hover, .datepicker table tr td.range.bot.disabled:hover:hover {
      color: #212529;
      background-color: #ffae1a;
      border-color: #ffc04d; }
    .datepicker table tr td.range.bot:focus, .datepicker table tr td.range.bot.nh, .datepicker table tr td.range.bot:hover:focus, .datepicker table tr td.range.bot:hover.nh, .datepicker table tr td.range.bot.disabled:focus, .datepicker table tr td.range.bot.disabled.nh, .datepicker table tr td.range.bot.disabled:hover:focus, .datepicker table tr td.range.bot.disabled:hover.nh {
      box-shadow: 0 0 0 0.2rem rgba(255, 210, 128, 0.5); }
    .datepicker table tr td.range.bot.disabled, .datepicker table tr td.range.bot:disabled, .datepicker table tr td.range.bot:hover.disabled, .datepicker table tr td.range.bot:hover:disabled, .datepicker table tr td.range.bot.disabled.disabled, .datepicker table tr td.range.bot.disabled:disabled, .datepicker table tr td.range.bot.disabled:hover.disabled, .datepicker table tr td.range.bot.disabled:hover:disabled {
      color: #fff;
      background-color: #000;
      border-color: #ffd280; }
    .datepicker table tr td.range.bot:not(:disabled):not(.disabled):active, .datepicker table tr td.range.bot:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.bot.nj, .datepicker table tr td.range.bot:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.range.bot:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.bot:hover.nj, .datepicker table tr td.range.bot.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td.range.bot.disabled:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.bot.disabled.nj, .datepicker table tr td.range.bot.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.range.bot.disabled:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.bot.disabled:hover.nj {
      color: #fff;
      background-color: black;
      border-color: #ffbb40; }
      .datepicker table tr td.range.bot:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.bot:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.bot.nj:focus, .datepicker table tr td.range.bot:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.bot:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.bot:hover.nj:focus, .datepicker table tr td.range.bot.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.bot.disabled:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.bot.disabled.nj:focus, .datepicker table tr td.range.bot.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.bot.disabled:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.bot.disabled:hover.nj:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 210, 128, 0.5); }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    color: #212529;
    background-color: #fff;
    border-color: #cfd2da;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover {
      color: #fff;
      background-color: #6f7890;
      border-color: #b2b7c4; }
    .datepicker table tr td.selected:focus, .datepicker table tr td.selected.nh, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover.nh, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled.nh, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover.nh {
      box-shadow: 0 0 0 0.2rem rgba(207, 210, 218, 0.5); }
    .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:disabled {
      color: #212529;
      background-color: #fff;
      border-color: #cfd2da; }
    .datepicker table tr td.selected:not(:disabled):not(.disabled):active, .datepicker table tr td.selected:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.selected.nj, .datepicker table tr td.selected:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.selected:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.selected:hover.nj, .datepicker table tr td.selected.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td.selected.disabled:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.selected.disabled.nj, .datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.selected.disabled:hover.nj {
      color: #212529;
      background-color: #e6e6e6;
      border-color: #abb0be; }
      .datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.selected.nj:focus, .datepicker table tr td.selected:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.selected:hover.nj:focus, .datepicker table tr td.selected.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected.disabled:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.selected.disabled.nj:focus, .datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected.disabled:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.selected.disabled:hover.nj:focus {
        box-shadow: 0 0 0 0.2rem rgba(207, 210, 218, 0.5); }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #1997c6;
    border-color: #1997c6;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover {
      color: #fff;
      background-color: #157da4;
      border-color: #137499; }
    .datepicker table tr td.active:focus, .datepicker table tr td.active.nh, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover.nh, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.nh, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover.nh {
      box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }
    .datepicker table tr td.active.disabled, .datepicker table tr td.active:disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:disabled {
      color: #fff;
      background-color: #1997c6;
      border-color: #1997c6; }
    .datepicker table tr td.active:not(:disabled):not(.disabled):active, .datepicker table tr td.active:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.active.nj, .datepicker table tr td.active:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.active:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.active:hover.nj, .datepicker table tr td.active.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td.active.disabled:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.active.disabled.nj, .datepicker table tr td.active.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td.active.disabled:hover:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.active.disabled:hover.nj {
      color: #fff;
      background-color: #137499;
      border-color: #126c8d; }
      .datepicker table tr td.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.active.nj:focus, .datepicker table tr td.active:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.active:hover.nj:focus, .datepicker table tr td.active.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active.disabled:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.active.disabled.nj:focus, .datepicker table tr td.active.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active.disabled:hover:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.active.disabled:hover.nj:focus {
        box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover {
      background: white; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #6c757d;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #fff;
      background-color: #1997c6;
      border-color: #1997c6;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
        color: #fff;
        background-color: #157da4;
        border-color: #137499; }
      .datepicker table tr td span.active:focus, .datepicker table tr td span.active.nh, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.nh, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.nh, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.nh {
        box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }
      .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:disabled {
        color: #fff;
        background-color: #1997c6;
        border-color: #1997c6; }
      .datepicker table tr td span.active:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active.nj, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active:hover.nj, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active.disabled.nj, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active.disabled:hover.nj {
        color: #fff;
        background-color: #137499;
        border-color: #126c8d; }
        .datepicker table tr td span.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active.nj:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active:hover.nj:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active.disabled.nj:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active.disabled:hover.nj:focus {
          box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.5); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #6c757d; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker thead tr:first-child th,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
      background: white; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent; }

.input-group.bou .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }
  .input-daterange input {
    text-align: center; }
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px; }
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0; }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #4d5364;
    border: solid transparent;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px; }

.ck .bov {
  padding-right: 20px;
  font-weight: 700; }
  .ck .bov:hover {
    cursor: pointer; }

.headerSortUp,
.headerSortDown {
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700 !important;
  color: #1997c6 !important;
  border-bottom-color: #1997c6 !important; }
  .headerSortUp:after,
  .headerSortDown:after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    margin-right: -10px;
    margin-bottom: 2px;
    margin-left: 5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }

.headerSortUp:after {
  border-top: 5px solid; }

.headerSortDown:after {
  border-bottom: 5px solid; }

.bow {
  display: block;
  width: 40px;
  padding: 10px;
  font-size: 16px;
  color: #51586a;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem; }
  .bow:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: .125em;
    border-top: .375em double;
    border-bottom: .125em solid; }
  .bow:hover, .bow:focus {
    color: #fff;
    background-color: #51586a; }
  @media (min-width: 576px) {
    .box {
      display: none; } }
  @media (min-width: 768px) {
    .boy {
      display: none; } }
  @media (min-width: 992px) {
    .boz {
      display: none; } }
  @media (min-width: 1200px) {
    .bpa {
      display: none; } }

.bpb {
  display: block !important;
  height: auto !important; }

@media (min-width: 576px) {
  .bpc {
    display: block !important;
    height: auto !important; } }

@media (min-width: 768px) {
  .bpd {
    display: block !important;
    height: auto !important; } }

.bpe {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #434857; }

.bpf {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  border-top: 1px solid #434857; }

.bpg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #30343e; }

.bph {
  margin-top: 0;
  margin-bottom: 0; }
  .bph .cj {
    font-size: 45%;
    vertical-align: middle; }

.bpi {
  font-size: 85%;
  letter-spacing: .15em;
  color: #828a9f;
  text-transform: uppercase; }

.bpj {
  display: inline-block;
  padding: .4em;
  font-size: 12px;
  vertical-align: middle; }
  .bpj:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.bpk {
  color: #1BC98E; }
  .bpk:after {
    border-top: 0;
    border-bottom: 4px solid; }

.bpl {
  color: #E64759; }
  .bpl:after {
    border-bottom: 0;
    border-top: 4px solid; }

.bpm,
.bpn,
.bpo,
.bpp,
.bpq {
  color: #fff;
  border-radius: 3px; }
  .bpm .bpl,
  .bpm .bpk,
  .bpm .bph,
  .bpn .bpl,
  .bpn .bpk,
  .bpn .bph,
  .bpo .bpl,
  .bpo .bpk,
  .bpo .bph,
  .bpp .bpl,
  .bpp .bpk,
  .bpp .bph,
  .bpq .bpl,
  .bpq .bpk,
  .bpq .bph {
    font-weight: normal;
    color: inherit; }
  .bpm .bpi,
  .bpn .bpi,
  .bpo .bpi,
  .bpp .bpi,
  .bpq .bpi {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.65); }
  .bpm .bpr,
  .bpn .bpr,
  .bpo .bpr,
  .bpp .bpr,
  .bpq .bpr {
    margin-left: -1rem;
    margin-right: -1rem;
    border-top-color: rgba(255, 255, 255, 0.2); }

.bpm {
  background-color: #1997c6; }

.bpn {
  background-color: #1BC98E; }

.bpo {
  background-color: #9F86FF; }

.bpp {
  background-color: #E4D836; }

.bpq {
  background-color: #E64759; }

canvas {
  display: block; }

.bps {
  display: block;
  margin: 0 auto 15px; }

.bpt {
  width: 100%;
  height: 273px; }

.bpu {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }
  .bpu:before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #434857; }

.bpv {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  color: #6f7890;
  vertical-align: middle;
  background-color: #252830; }
  .bpv .pa {
    float: left; }

.bpw {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  color: inherit; }

.bpx > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 100%; }

.bpx > .active > a {
  font-weight: 300;
  background: transparent; }

.bpy {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .bpy > .form-control {
    padding-left: 30px; }
  .bpy > .bv {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #ccc; }

.bpz .bpc.in,
.bpz .bpd.in {
  padding-bottom: 20px; }

.bqa {
  position: relative;
  padding-bottom: 20px; }
  .bqa::after {
    display: block;
    clear: both;
    content: ""; }

.bqb {
  position: absolute;
  top: 2px;
  right: 0;
  color: #434857;
  border-color: #434857; }
  .bqb:hover, .bqb:focus {
    color: #fff;
    background-color: #434857; }

.bqc {
  float: left;
  font-size: 18px;
  line-height: 1;
  color: #51586a; }
  .bqc > img {
    height: 40px; }
    @media (min-width: 576px) {
      .bqc > img {
        height: 60px; } }
  .bqc:hover {
    color: #6f7890;
    text-decoration: none; }

.bqd {
  font-size: 40px; }

.bqe {
  position: relative;
  margin-bottom: 30px; }
  .bqe .form-control {
    padding-left: 15px;
    padding-right: 15px; }
  .bqe .nz {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 10px;
    color: #9198aa;
    border: 0;
    line-height: 0; }
    .bqe .nz .bqf {
      vertical-align: text-top; }

@media (min-width: 992px) {
  .bqg {
    margin-right: 40px; } }

.ch {
  margin-top: -20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .ch {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      width: 70px;
      margin-top: 0;
      margin-bottom: 0;
      background-color: #30343e;
      overflow-y: auto;
      -webkit-transform: translate3d(0, 0, 0); } }
  .ch .tooltip {
    white-space: nowrap; }

@media (min-width: 768px) {
  .bqh > .bw,
  .bqh > .dg {
    padding-left: 85px; } }

.bqi {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #6f7890;
  text-align: center;
  border-bottom: 0;
  background-color: #0f1013; }
  @media (min-width: 768px) {
    .bqi {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .bqi:hover {
    color: #cfd2da;
    text-decoration: none; }

.bqj {
  font-size: 30px; }

.bqk {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .bqk .bz {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 5;
    padding: .2em .4em;
    font-size: 11px;
    line-height: 1;
    border-radius: 10px;
    border: 2px solid #30343e; }
  .bqk > .pa {
    float: none;
    display: inline-block; }
    @media (min-width: 768px) {
      .bqk > .pa {
        display: block; } }
    .bqk > .pa > .oy {
      position: relative;
      padding: 10px 12px;
      font-size: 18px;
      color: inherit;
      text-align: center;
      border-radius: 0; }
      @media (min-width: 768px) {
        .bqk > .pa > .oy {
          padding: 15px; } }
    .bqk > .pa + .pa {
      margin-left: -3px; }
      .bqk > .pa + .pa > .oy {
        border-left: 1px solid #252830; }
        .bqk > .pa + .pa > .oy.active, .bqk > .pa + .pa > .oy.active:focus, .bqk > .pa + .pa > .oy.active:hover, .bqk > .pa + .pa > .oy.active:active {
          color: #495057;
          background-color: #252830; }
          .bqk > .pa + .pa > .oy.active .bz, .bqk > .pa + .pa > .oy.active:focus .bz, .bqk > .pa + .pa > .oy.active:hover .bz, .bqk > .pa + .pa > .oy.active:active .bz {
            border-color: #252830; }
      @media (min-width: 768px) {
        .bqk > .pa + .pa {
          margin-left: 0; }
          .bqk > .pa + .pa > .oy {
            border-top: 1px solid #252830;
            border-right: 0; } }
    .bqk > .pa > .oy > img {
      width: 26px;
      margin: 0 auto; }

.bql {
  display: block;
  font-size: 11px; }

@media (max-width: 767.98px) {
  .bqm {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; } }

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

@media (min-width: 768px) {
  .bqo {
    float: left; } }

.bqp {
  margin-top: 0; }

.bqq {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 85%;
  color: #434857;
  letter-spacing: 1px;
  text-transform: uppercase; }

.bqr {
  margin-left: 0; }
  .bqr .bpy {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0; }
  @media (min-width: 768px) {
    .bqr {
      float: right;
      margin-top: 12px; }
      .bqr .bpy {
        width: 180px;
        margin-bottom: 0; } }

.bqs {
  float: left;
  width: 1px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #434857; }

.bqt {
  float: left; }
  @media (max-width: 767.98px) {
    .bqt.bqu {
      width: 100%; }
      .bqt.bqu .ce {
        width: 50%;
        margin-left: 0; }
    .bqt.bqv {
      width: 100%; }
      .bqt.bqv .ce {
        width: 33%;
        margin-left: 0; }
        .bqt.bqv .ce:last-child {
          width: 34%; }
    .bqt.bqw {
      width: 100%; }
      .bqt.bqw .ce {
        width: 25%;
        margin-left: 0; } }

.bqx {
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 1000em; }

.bqy {
  border-radius: 0; }

.mx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEX////////////////1pQ5zAAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC); }
  .mx:focus {
    color: #252830;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC);
    box-shadow: none; }

.os input:checked ~ .bqz {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMzAxIDM5MyA4IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTMwMSAzOTMgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjUyODMwIiBkPSJNLTI5NC42LDM5NGwtMC43LDAuN2wtMi44LDIuOGwtMC44LTAuOGwtMC43LTAuN2wtMS40LDEuNGwwLjcsMC43bDEuNSwxLjVsMC43LDAuN2wwLjctMC43bDMuNS0zLjVsMC43LTAuN0MtMjkzLjEsMzk1LjQtMjk0LjYsMzk0LTI5NC42LDM5NHoiLz48L3N2Zz4=); }

.ou input:checked ~ .bqz {
  background-clip: border-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMzAxIDM5MyA4IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTMwMSAzOTMgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjUyODMwIiBkPSJNLTI5NywzOTRjLTEuNywwLTMsMS4zLTMsM3MxLjMsMywzLDNzMy0xLjMsMy0zUy0yOTUuMywzOTQtMjk3LDM5NHoiLz48L3N2Zz4=); }

.popover,
.popover-title,
.popover h1,
.popover h2,
.popover h3,
.popover h4,
.popover h5,
.popover h6,
.popover .a,
.popover .b,
.popover .c,
.popover .d,
.popover .e,
.popover .f,
.popover small,
.popover .cr,
.cb,
.modal-title,
.cb h1,
.cb h2,
.cb h3,
.cb h4,
.cb h5,
.cb h6,
.cb .a,
.cb .b,
.cb .c,
.cb .d,
.cb .e,
.cb .f,
.cb small,
.cb .cr {
  color: #434857; }

.popover .form-control,
.cb .form-control {
  color: #434857;
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff; }
  .popover .form-control:focus,
  .cb .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #71cced;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(25, 151, 198, 0.25); }

/* simple contextual color overrides */
.nav > li > a {
  color: #cfd2da; }

.nav > li > a:hover,
.nav > li > a:focus {
  color: #fff; }

.form-control {
  box-shadow: none; }

.bra .form-control,
.bra .form-control:focus,
.brb .form-control,
.brb .form-control:focus,
.brc .form-control,
.brc .form-control:focus {
  border-color: #434857;
  box-shadow: none; }

.bra .input-group-addon,
.brb .input-group-addon,
.brc .input-group-addon {
  color: #fff;
  background-color: #4d5364;
  border-color: transparent; }
