/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #b8c2cc;
    --gray-dark: #1e1e1e;
    --primary: #1768ac;
    --secondary: #b8c2cc;
    --success: #43c743;
    --info: #4ca1e7;
    --warning: #ffa62b;
    --danger: #e63946;
    --light: #babfc7;
    --dark: #1e1e1e;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", Helvetica, Arial, serif;
    --font-family-monospace: "Montserrat", Helvetica, Arial, serif
  }
  
  *,
  :after,
  :before {
    box-sizing: border-box
  }
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(34, 41, 47, 0)
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block
  }
  
  body {
    font-family: Montserrat, Helvetica, Arial, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #333
  }
  
  [dir] body {
    margin: 0;
    background-color: #f9f9f9
  }
  
  [dir=ltr] body {
    text-align: left
  }
  
  [dir=rtl] body {
    text-align: right
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
  }
  
  [dir] h1,
  [dir] h2,
  [dir] h3,
  [dir] h4,
  [dir] h5,
  [dir] h6 {
    margin-top: 0;
    margin-bottom: .5rem
  }
  
  [dir] p {
    margin-top: 0;
    margin-bottom: 1rem
  }
  
  abbr[data-original-title],
  abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
  }
  
  [dir] abbr[data-original-title],
  [dir] abbr[title] {
    cursor: help;
    border-bottom: 0
  }
  
  address {
    font-style: normal;
    line-height: inherit
  }
  
  [dir] address {
    margin-bottom: 1rem
  }
  
  [dir] dl,
  [dir] ol,
  [dir] ul {
    margin-top: 0;
    margin-bottom: 1rem
  }
  
  [dir] ol ol,
  [dir] ol ul,
  [dir] ul ol,
  [dir] ul ul {
    margin-bottom: 0
  }
  
  dt {
    font-weight: 700
  }
  
  [dir] dd {
    margin-bottom: .5rem
  }
  
  [dir=ltr] dd {
    margin-left: 0
  }
  
  [dir=rtl] dd {
    margin-right: 0
  }
  
  [dir] blockquote {
    margin: 0 0 1rem
  }
  
  b,
  strong {
    font-weight: bolder
  }
  
  small {
    font-size: 80%
  }
  
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
  }
  
  sub {
    bottom: -.25em
  }
  
  sup {
    top: -.5em
  }
  
  a {
    color: #1768ac;
    text-decoration: none
  }
  
  [dir] a {
    background-color: transparent
  }
  
  a:hover {
    color: #145a96;
    text-decoration: none
  }
  
  a:not([href]):not([class]),
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: Montserrat, Helvetica, Arial, serif;
    font-size: 1em
  }
  
  pre {
    overflow: auto;
    -ms-overflow-style: scrollbar
  }
  
  [dir] pre {
    margin-top: 0;
    margin-bottom: 1rem
  }
  
  [dir] figure {
    margin: 0 0 1rem
  }
  
  img {
    vertical-align: middle
  }
  
  [dir] img {
    border-style: none
  }
  
  svg {
    overflow: hidden;
    vertical-align: middle
  }
  
  table {
    border-collapse: collapse
  }
  
  caption {
    color: #b8c2cc;
    caption-side: bottom
  }
  
  [dir] caption {
    padding-top: .75rem;
    padding-bottom: .75rem
  }
  
  [dir=ltr] caption {
    text-align: left
  }
  
  [dir=rtl] caption {
    text-align: right
  }
  
  [dir] th {
    text-align: inherit;
    text-align: -webkit-match-parent
  }
  
  label {
    display: inline-block
  }
  
  [dir] label {
    margin-bottom: .5rem
  }
  
  [dir] button {
    border-radius: 0
  }
  
  button:focus:not(:focus-visible) {
    outline: 0
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
  }
  
  [dir] button,
  [dir] input,
  [dir] optgroup,
  [dir] select,
  [dir] textarea {
    margin: 0
  }
  
  button,
  input {
    overflow: visible
  }
  
  button,
  select {
    text-transform: none
  }
  
  [dir] [role=button] {
    cursor: pointer
  }
  
  select {
    word-wrap: normal
  }
  
  [type=button],
  [type=reset],
  [type=submit],
  button {
    -webkit-appearance: button
  }
  
  [dir] [type=button]:not(:disabled),
  [dir] [type=reset]:not(:disabled),
  [dir] [type=submit]:not(:disabled),
  [dir] button:not(:disabled) {
    cursor: pointer
  }
  
  [dir] [type=button]::-moz-focus-inner,
  [dir] [type=reset]::-moz-focus-inner,
  [dir] [type=submit]::-moz-focus-inner,
  [dir] button::-moz-focus-inner {
    padding: 0;
    border-style: none
  }
  
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box
  }
  
  [dir] input[type=checkbox],
  [dir] input[type=radio] {
    padding: 0
  }
  
  textarea {
    overflow: auto;
    resize: vertical
  }
  
  fieldset {
    min-width: 0
  }
  
  [dir] fieldset {
    padding: 0;
    margin: 0;
    border: 0
  }
  
  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
  }
  
  [dir] legend {
    padding: 0;
    margin-bottom: .5rem
  }
  
  progress {
    vertical-align: baseline
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto
  }
  
  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
  }
  
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
  }
  
  output {
    display: inline-block
  }
  
  summary {
    display: list-item
  }
  
  [dir] summary {
    cursor: pointer
  }
  
  template {
    display: none
  }
  
  [hidden] {
    display: none !important
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #333
  }
  
  [dir] .h1,
  [dir] .h2,
  [dir] .h3,
  [dir] .h4,
  [dir] .h5,
  [dir] .h6,
  [dir] h1,
  [dir] h2,
  [dir] h3,
  [dir] h4,
  [dir] h5,
  [dir] h6 {
    margin-bottom: .5rem
  }
  
  .h1,
  h1 {
    font-size: 2rem
  }
  
  .h2,
  h2 {
    font-size: 1.74rem
  }
  
  .h3,
  h3 {
    font-size: 1.51rem
  }
  
  .h4,
  h4 {
    font-size: 1.32rem
  }
  
  .h5,
  h5 {
    font-size: 1.14rem
  }
  
  .h6,
  h6 {
    font-size: 1rem
  }
  
  .lead {
    font-size: 1.25rem;
    font-weight: 300
  }
  
  .display-1 {
    font-size: 6rem
  }
  
  .display-1,
  .display-2 {
    font-weight: 300;
    line-height: 1.2
  }
  
  .display-2 {
    font-size: 5.5rem
  }
  
  .display-3 {
    font-size: 4.5rem
  }
  
  .display-3,
  .display-4 {
    font-weight: 300;
    line-height: 1.2
  }
  
  .display-4 {
    font-size: 3.5rem
  }
  
  [dir] hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(34, 41, 47, .1)
  }
  
  .small,
  small {
    font-size: smaller;
    font-weight: 400
  }
  
  [dir] .mark,
  [dir] mark {
    padding: .2em;
    background-color: #fcf8e3
  }
  
  .list-unstyled {
    list-style: none
  }
  
  [dir=ltr] .list-unstyled {
    padding-left: 0
  }
  
  [dir=rtl] .list-unstyled {
    padding-right: 0
  }
  
  .list-inline {
    list-style: none
  }
  
  [dir=ltr] .list-inline {
    padding-left: 0
  }
  
  [dir=rtl] .list-inline {
    padding-right: 0
  }
  
  .list-inline-item {
    display: inline-block
  }
  
  [dir=ltr] .list-inline-item:not(:last-child) {
    margin-right: .5rem
  }
  
  [dir=rtl] .list-inline-item:not(:last-child) {
    margin-left: .5rem
  }
  
  .initialism {
    font-size: 90%;
    text-transform: uppercase
  }
  
  .blockquote {
    font-size: 1.25rem
  }
  
  [dir] .blockquote {
    margin-bottom: 1rem
  }
  
  .blockquote-footer {
    display: block;
    font-size: smaller;
    color: #b8c2cc
  }
  
  .blockquote-footer:before {
    content: "— "
  }
  
  .img-fluid,
  .img-thumbnail {
    max-width: 100%;
    height: auto
  }
  
  [dir] .img-thumbnail {
    padding: .25rem;
    background-color: #f9f9f9;
    border: 1px solid #dae1e7;
    border-radius: .5rem
  }
  
  .figure {
    display: inline-block
  }
  
  .figure-img {
    line-height: 1
  }
  
  [dir] .figure-img {
    margin-bottom: .5rem
  }
  
  .figure-caption {
    font-size: 90%;
    color: #b8c2cc
  }
  
  code {
    font-size: 87.5%;
    word-wrap: break-word
  }
  
  a>code {
    color: inherit
  }
  
  kbd {
    font-size: 87.5%;
    color: #fff
  }
  
  [dir] kbd {
    padding: .2rem .4rem;
    background-color: #2a2e30;
    border-radius: .25rem
  }
  
  kbd kbd {
    font-size: 100%;
    font-weight: 700
  }
  
  [dir] kbd kbd {
    padding: 0
  }
  
  pre {
    display: block;
    font-size: 87.5%;
    color: #2a2e30
  }
  
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
  }
  
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
  }
  
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%
  }
  
  [dir=ltr] .container,
  [dir=ltr] .container-fluid,
  [dir=ltr] .container-lg,
  [dir=ltr] .container-md,
  [dir=ltr] .container-sm,
  [dir=ltr] .container-xl,
  [dir=rtl] .container,
  [dir=rtl] .container-fluid,
  [dir=rtl] .container-lg,
  [dir=rtl] .container-md,
  [dir=rtl] .container-sm,
  [dir=rtl] .container-xl {
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto
  }
  
  @media(min-width:576px) {
  
    .container,
    .container-sm {
      max-width: 540px
    }
  }
  
  @media(min-width:768px) {
  
    .container,
    .container-md,
    .container-sm {
      max-width: 720px
    }
  }
  
  @media(min-width:992px) {
  
    .container,
    .container-lg,
    .container-md,
    .container-sm {
      max-width: 960px
    }
  }
  
  @media(min-width:1200px) {
  
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1140px
    }
  }
  
  .row {
    display: flex;
    flex-wrap: wrap
  }
  
  [dir=ltr] .row,
  [dir=rtl] .row {
    margin-right: -14px;
    margin-left: -14px
  }
  
  [dir=ltr] .no-gutters,
  [dir=rtl] .no-gutters {
    margin-right: 0;
    margin-left: 0
  }
  
  [dir=ltr] .no-gutters>.col,
  [dir=ltr] .no-gutters>[class*=col-],
  [dir=rtl] .no-gutters>.col,
  [dir=rtl] .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
  }
  
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-auto {
    position: relative;
    width: 100%
  }
  
  [dir=ltr] .col,
  [dir=ltr] .col-1,
  [dir=ltr] .col-2,
  [dir=ltr] .col-3,
  [dir=ltr] .col-4,
  [dir=ltr] .col-5,
  [dir=ltr] .col-6,
  [dir=ltr] .col-7,
  [dir=ltr] .col-8,
  [dir=ltr] .col-9,
  [dir=ltr] .col-10,
  [dir=ltr] .col-11,
  [dir=ltr] .col-12,
  [dir=ltr] .col-auto,
  [dir=ltr] .col-lg,
  [dir=ltr] .col-lg-1,
  [dir=ltr] .col-lg-2,
  [dir=ltr] .col-lg-3,
  [dir=ltr] .col-lg-4,
  [dir=ltr] .col-lg-5,
  [dir=ltr] .col-lg-6,
  [dir=ltr] .col-lg-7,
  [dir=ltr] .col-lg-8,
  [dir=ltr] .col-lg-9,
  [dir=ltr] .col-lg-10,
  [dir=ltr] .col-lg-11,
  [dir=ltr] .col-lg-12,
  [dir=ltr] .col-lg-auto,
  [dir=ltr] .col-md,
  [dir=ltr] .col-md-1,
  [dir=ltr] .col-md-2,
  [dir=ltr] .col-md-3,
  [dir=ltr] .col-md-4,
  [dir=ltr] .col-md-5,
  [dir=ltr] .col-md-6,
  [dir=ltr] .col-md-7,
  [dir=ltr] .col-md-8,
  [dir=ltr] .col-md-9,
  [dir=ltr] .col-md-10,
  [dir=ltr] .col-md-11,
  [dir=ltr] .col-md-12,
  [dir=ltr] .col-md-auto,
  [dir=ltr] .col-sm,
  [dir=ltr] .col-sm-1,
  [dir=ltr] .col-sm-2,
  [dir=ltr] .col-sm-3,
  [dir=ltr] .col-sm-4,
  [dir=ltr] .col-sm-5,
  [dir=ltr] .col-sm-6,
  [dir=ltr] .col-sm-7,
  [dir=ltr] .col-sm-8,
  [dir=ltr] .col-sm-9,
  [dir=ltr] .col-sm-10,
  [dir=ltr] .col-sm-11,
  [dir=ltr] .col-sm-12,
  [dir=ltr] .col-sm-auto,
  [dir=ltr] .col-xl,
  [dir=ltr] .col-xl-1,
  [dir=ltr] .col-xl-2,
  [dir=ltr] .col-xl-3,
  [dir=ltr] .col-xl-4,
  [dir=ltr] .col-xl-5,
  [dir=ltr] .col-xl-6,
  [dir=ltr] .col-xl-7,
  [dir=ltr] .col-xl-8,
  [dir=ltr] .col-xl-9,
  [dir=ltr] .col-xl-10,
  [dir=ltr] .col-xl-11,
  [dir=ltr] .col-xl-12,
  [dir=ltr] .col-xl-auto,
  [dir=rtl] .col,
  [dir=rtl] .col-1,
  [dir=rtl] .col-2,
  [dir=rtl] .col-3,
  [dir=rtl] .col-4,
  [dir=rtl] .col-5,
  [dir=rtl] .col-6,
  [dir=rtl] .col-7,
  [dir=rtl] .col-8,
  [dir=rtl] .col-9,
  [dir=rtl] .col-10,
  [dir=rtl] .col-11,
  [dir=rtl] .col-12,
  [dir=rtl] .col-auto,
  [dir=rtl] .col-lg,
  [dir=rtl] .col-lg-1,
  [dir=rtl] .col-lg-2,
  [dir=rtl] .col-lg-3,
  [dir=rtl] .col-lg-4,
  [dir=rtl] .col-lg-5,
  [dir=rtl] .col-lg-6,
  [dir=rtl] .col-lg-7,
  [dir=rtl] .col-lg-8,
  [dir=rtl] .col-lg-9,
  [dir=rtl] .col-lg-10,
  [dir=rtl] .col-lg-11,
  [dir=rtl] .col-lg-12,
  [dir=rtl] .col-lg-auto,
  [dir=rtl] .col-md,
  [dir=rtl] .col-md-1,
  [dir=rtl] .col-md-2,
  [dir=rtl] .col-md-3,
  [dir=rtl] .col-md-4,
  [dir=rtl] .col-md-5,
  [dir=rtl] .col-md-6,
  [dir=rtl] .col-md-7,
  [dir=rtl] .col-md-8,
  [dir=rtl] .col-md-9,
  [dir=rtl] .col-md-10,
  [dir=rtl] .col-md-11,
  [dir=rtl] .col-md-12,
  [dir=rtl] .col-md-auto,
  [dir=rtl] .col-sm,
  [dir=rtl] .col-sm-1,
  [dir=rtl] .col-sm-2,
  [dir=rtl] .col-sm-3,
  [dir=rtl] .col-sm-4,
  [dir=rtl] .col-sm-5,
  [dir=rtl] .col-sm-6,
  [dir=rtl] .col-sm-7,
  [dir=rtl] .col-sm-8,
  [dir=rtl] .col-sm-9,
  [dir=rtl] .col-sm-10,
  [dir=rtl] .col-sm-11,
  [dir=rtl] .col-sm-12,
  [dir=rtl] .col-sm-auto,
  [dir=rtl] .col-xl,
  [dir=rtl] .col-xl-1,
  [dir=rtl] .col-xl-2,
  [dir=rtl] .col-xl-3,
  [dir=rtl] .col-xl-4,
  [dir=rtl] .col-xl-5,
  [dir=rtl] .col-xl-6,
  [dir=rtl] .col-xl-7,
  [dir=rtl] .col-xl-8,
  [dir=rtl] .col-xl-9,
  [dir=rtl] .col-xl-10,
  [dir=rtl] .col-xl-11,
  [dir=rtl] .col-xl-12,
  [dir=rtl] .col-xl-auto {
    padding-right: 14px;
    padding-left: 14px
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  
  .row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }
  
  .row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }
  
  .row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  
  .row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }
  
  .row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }
  
  .row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  
  .order-first {
    order: -1
  }
  
  .order-last {
    order: 13
  }
  
  .order-0 {
    order: 0
  }
  
  .order-1 {
    order: 1
  }
  
  .order-2 {
    order: 2
  }
  
  .order-3 {
    order: 3
  }
  
  .order-4 {
    order: 4
  }
  
  .order-5 {
    order: 5
  }
  
  .order-6 {
    order: 6
  }
  
  .order-7 {
    order: 7
  }
  
  .order-8 {
    order: 8
  }
  
  .order-9 {
    order: 9
  }
  
  .order-10 {
    order: 10
  }
  
  .order-11 {
    order: 11
  }
  
  .order-12 {
    order: 12
  }
  
  [dir=ltr] .offset-1 {
    margin-left: 8.3333333333%
  }
  
  [dir=rtl] .offset-1 {
    margin-right: 8.3333333333%
  }
  
  [dir=ltr] .offset-2 {
    margin-left: 16.6666666667%
  }
  
  [dir=rtl] .offset-2 {
    margin-right: 16.6666666667%
  }
  
  [dir=ltr] .offset-3 {
    margin-left: 25%
  }
  
  [dir=rtl] .offset-3 {
    margin-right: 25%
  }
  
  [dir=ltr] .offset-4 {
    margin-left: 33.3333333333%
  }
  
  [dir=rtl] .offset-4 {
    margin-right: 33.3333333333%
  }
  
  [dir=ltr] .offset-5 {
    margin-left: 41.6666666667%
  }
  
  [dir=rtl] .offset-5 {
    margin-right: 41.6666666667%
  }
  
  [dir=ltr] .offset-6 {
    margin-left: 50%
  }
  
  [dir=rtl] .offset-6 {
    margin-right: 50%
  }
  
  [dir=ltr] .offset-7 {
    margin-left: 58.3333333333%
  }
  
  [dir=rtl] .offset-7 {
    margin-right: 58.3333333333%
  }
  
  [dir=ltr] .offset-8 {
    margin-left: 66.6666666667%
  }
  
  [dir=rtl] .offset-8 {
    margin-right: 66.6666666667%
  }
  
  [dir=ltr] .offset-9 {
    margin-left: 75%
  }
  
  [dir=rtl] .offset-9 {
    margin-right: 75%
  }
  
  [dir=ltr] .offset-10 {
    margin-left: 83.3333333333%
  }
  
  [dir=rtl] .offset-10 {
    margin-right: 83.3333333333%
  }
  
  [dir=ltr] .offset-11 {
    margin-left: 91.6666666667%
  }
  
  [dir=rtl] .offset-11 {
    margin-right: 91.6666666667%
  }
  
  @media(min-width:576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
    }
  
    .row-cols-sm-1>* {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .row-cols-sm-2>* {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .row-cols-sm-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .row-cols-sm-4>* {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .row-cols-sm-5>* {
      flex: 0 0 20%;
      max-width: 20%
    }
  
    .row-cols-sm-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
    }
  
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%
    }
  
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%
    }
  
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%
    }
  
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%
    }
  
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%
    }
  
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%
    }
  
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%
    }
  
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .order-sm-first {
      order: -1
    }
  
    .order-sm-last {
      order: 13
    }
  
    .order-sm-0 {
      order: 0
    }
  
    .order-sm-1 {
      order: 1
    }
  
    .order-sm-2 {
      order: 2
    }
  
    .order-sm-3 {
      order: 3
    }
  
    .order-sm-4 {
      order: 4
    }
  
    .order-sm-5 {
      order: 5
    }
  
    .order-sm-6 {
      order: 6
    }
  
    .order-sm-7 {
      order: 7
    }
  
    .order-sm-8 {
      order: 8
    }
  
    .order-sm-9 {
      order: 9
    }
  
    .order-sm-10 {
      order: 10
    }
  
    .order-sm-11 {
      order: 11
    }
  
    .order-sm-12 {
      order: 12
    }
  
    [dir=ltr] .offset-sm-0 {
      margin-left: 0
    }
  
    [dir=rtl] .offset-sm-0 {
      margin-right: 0
    }
  
    [dir=ltr] .offset-sm-1 {
      margin-left: 8.3333333333%
    }
  
    [dir=rtl] .offset-sm-1 {
      margin-right: 8.3333333333%
    }
  
    [dir=ltr] .offset-sm-2 {
      margin-left: 16.6666666667%
    }
  
    [dir=rtl] .offset-sm-2 {
      margin-right: 16.6666666667%
    }
  
    [dir=ltr] .offset-sm-3 {
      margin-left: 25%
    }
  
    [dir=rtl] .offset-sm-3 {
      margin-right: 25%
    }
  
    [dir=ltr] .offset-sm-4 {
      margin-left: 33.3333333333%
    }
  
    [dir=rtl] .offset-sm-4 {
      margin-right: 33.3333333333%
    }
  
    [dir=ltr] .offset-sm-5 {
      margin-left: 41.6666666667%
    }
  
    [dir=rtl] .offset-sm-5 {
      margin-right: 41.6666666667%
    }
  
    [dir=ltr] .offset-sm-6 {
      margin-left: 50%
    }
  
    [dir=rtl] .offset-sm-6 {
      margin-right: 50%
    }
  
    [dir=ltr] .offset-sm-7 {
      margin-left: 58.3333333333%
    }
  
    [dir=rtl] .offset-sm-7 {
      margin-right: 58.3333333333%
    }
  
    [dir=ltr] .offset-sm-8 {
      margin-left: 66.6666666667%
    }
  
    [dir=rtl] .offset-sm-8 {
      margin-right: 66.6666666667%
    }
  
    [dir=ltr] .offset-sm-9 {
      margin-left: 75%
    }
  
    [dir=rtl] .offset-sm-9 {
      margin-right: 75%
    }
  
    [dir=ltr] .offset-sm-10 {
      margin-left: 83.3333333333%
    }
  
    [dir=rtl] .offset-sm-10 {
      margin-right: 83.3333333333%
    }
  
    [dir=ltr] .offset-sm-11 {
      margin-left: 91.6666666667%
    }
  
    [dir=rtl] .offset-sm-11 {
      margin-right: 91.6666666667%
    }
  }
  
  @media(min-width:768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
    }
  
    .row-cols-md-1>* {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .row-cols-md-2>* {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .row-cols-md-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .row-cols-md-4>* {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .row-cols-md-5>* {
      flex: 0 0 20%;
      max-width: 20%
    }
  
    .row-cols-md-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
    }
  
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%
    }
  
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%
    }
  
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%
    }
  
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%
    }
  
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%
    }
  
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%
    }
  
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%
    }
  
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .order-md-first {
      order: -1
    }
  
    .order-md-last {
      order: 13
    }
  
    .order-md-0 {
      order: 0
    }
  
    .order-md-1 {
      order: 1
    }
  
    .order-md-2 {
      order: 2
    }
  
    .order-md-3 {
      order: 3
    }
  
    .order-md-4 {
      order: 4
    }
  
    .order-md-5 {
      order: 5
    }
  
    .order-md-6 {
      order: 6
    }
  
    .order-md-7 {
      order: 7
    }
  
    .order-md-8 {
      order: 8
    }
  
    .order-md-9 {
      order: 9
    }
  
    .order-md-10 {
      order: 10
    }
  
    .order-md-11 {
      order: 11
    }
  
    .order-md-12 {
      order: 12
    }
  
    [dir=ltr] .offset-md-0 {
      margin-left: 0
    }
  
    [dir=rtl] .offset-md-0 {
      margin-right: 0
    }
  
    [dir=ltr] .offset-md-1 {
      margin-left: 8.3333333333%
    }
  
    [dir=rtl] .offset-md-1 {
      margin-right: 8.3333333333%
    }
  
    [dir=ltr] .offset-md-2 {
      margin-left: 16.6666666667%
    }
  
    [dir=rtl] .offset-md-2 {
      margin-right: 16.6666666667%
    }
  
    [dir=ltr] .offset-md-3 {
      margin-left: 25%
    }
  
    [dir=rtl] .offset-md-3 {
      margin-right: 25%
    }
  
    [dir=ltr] .offset-md-4 {
      margin-left: 33.3333333333%
    }
  
    [dir=rtl] .offset-md-4 {
      margin-right: 33.3333333333%
    }
  
    [dir=ltr] .offset-md-5 {
      margin-left: 41.6666666667%
    }
  
    [dir=rtl] .offset-md-5 {
      margin-right: 41.6666666667%
    }
  
    [dir=ltr] .offset-md-6 {
      margin-left: 50%
    }
  
    [dir=rtl] .offset-md-6 {
      margin-right: 50%
    }
  
    [dir=ltr] .offset-md-7 {
      margin-left: 58.3333333333%
    }
  
    [dir=rtl] .offset-md-7 {
      margin-right: 58.3333333333%
    }
  
    [dir=ltr] .offset-md-8 {
      margin-left: 66.6666666667%
    }
  
    [dir=rtl] .offset-md-8 {
      margin-right: 66.6666666667%
    }
  
    [dir=ltr] .offset-md-9 {
      margin-left: 75%
    }
  
    [dir=rtl] .offset-md-9 {
      margin-right: 75%
    }
  
    [dir=ltr] .offset-md-10 {
      margin-left: 83.3333333333%
    }
  
    [dir=rtl] .offset-md-10 {
      margin-right: 83.3333333333%
    }
  
    [dir=ltr] .offset-md-11 {
      margin-left: 91.6666666667%
    }
  
    [dir=rtl] .offset-md-11 {
      margin-right: 91.6666666667%
    }
  }
  
  @media(min-width:992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
    }
  
    .row-cols-lg-1>* {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .row-cols-lg-2>* {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .row-cols-lg-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .row-cols-lg-4>* {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .row-cols-lg-5>* {
      flex: 0 0 20%;
      max-width: 20%
    }
  
    .row-cols-lg-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
    }
  
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%
    }
  
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%
    }
  
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%
    }
  
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%
    }
  
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%
    }
  
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%
    }
  
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%
    }
  
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .order-lg-first {
      order: -1
    }
  
    .order-lg-last {
      order: 13
    }
  
    .order-lg-0 {
      order: 0
    }
  
    .order-lg-1 {
      order: 1
    }
  
    .order-lg-2 {
      order: 2
    }
  
    .order-lg-3 {
      order: 3
    }
  
    .order-lg-4 {
      order: 4
    }
  
    .order-lg-5 {
      order: 5
    }
  
    .order-lg-6 {
      order: 6
    }
  
    .order-lg-7 {
      order: 7
    }
  
    .order-lg-8 {
      order: 8
    }
  
    .order-lg-9 {
      order: 9
    }
  
    .order-lg-10 {
      order: 10
    }
  
    .order-lg-11 {
      order: 11
    }
  
    .order-lg-12 {
      order: 12
    }
  
    [dir=ltr] .offset-lg-0 {
      margin-left: 0
    }
  
    [dir=rtl] .offset-lg-0 {
      margin-right: 0
    }
  
    [dir=ltr] .offset-lg-1 {
      margin-left: 8.3333333333%
    }
  
    [dir=rtl] .offset-lg-1 {
      margin-right: 8.3333333333%
    }
  
    [dir=ltr] .offset-lg-2 {
      margin-left: 16.6666666667%
    }
  
    [dir=rtl] .offset-lg-2 {
      margin-right: 16.6666666667%
    }
  
    [dir=ltr] .offset-lg-3 {
      margin-left: 25%
    }
  
    [dir=rtl] .offset-lg-3 {
      margin-right: 25%
    }
  
    [dir=ltr] .offset-lg-4 {
      margin-left: 33.3333333333%
    }
  
    [dir=rtl] .offset-lg-4 {
      margin-right: 33.3333333333%
    }
  
    [dir=ltr] .offset-lg-5 {
      margin-left: 41.6666666667%
    }
  
    [dir=rtl] .offset-lg-5 {
      margin-right: 41.6666666667%
    }
  
    [dir=ltr] .offset-lg-6 {
      margin-left: 50%
    }
  
    [dir=rtl] .offset-lg-6 {
      margin-right: 50%
    }
  
    [dir=ltr] .offset-lg-7 {
      margin-left: 58.3333333333%
    }
  
    [dir=rtl] .offset-lg-7 {
      margin-right: 58.3333333333%
    }
  
    [dir=ltr] .offset-lg-8 {
      margin-left: 66.6666666667%
    }
  
    [dir=rtl] .offset-lg-8 {
      margin-right: 66.6666666667%
    }
  
    [dir=ltr] .offset-lg-9 {
      margin-left: 75%
    }
  
    [dir=rtl] .offset-lg-9 {
      margin-right: 75%
    }
  
    [dir=ltr] .offset-lg-10 {
      margin-left: 83.3333333333%
    }
  
    [dir=rtl] .offset-lg-10 {
      margin-right: 83.3333333333%
    }
  
    [dir=ltr] .offset-lg-11 {
      margin-left: 91.6666666667%
    }
  
    [dir=rtl] .offset-lg-11 {
      margin-right: 91.6666666667%
    }
  }
  
  @media(min-width:1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
    }
  
    .row-cols-xl-1>* {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .row-cols-xl-2>* {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .row-cols-xl-3>* {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .row-cols-xl-4>* {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .row-cols-xl-5>* {
      flex: 0 0 20%;
      max-width: 20%
    }
  
    .row-cols-xl-6>* {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%
    }
  
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%
    }
  
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%
    }
  
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%
    }
  
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%
    }
  
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%
    }
  
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%
    }
  
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%
    }
  
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%
    }
  
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%
    }
  
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%
    }
  
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%
    }
  
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%
    }
  
    .order-xl-first {
      order: -1
    }
  
    .order-xl-last {
      order: 13
    }
  
    .order-xl-0 {
      order: 0
    }
  
    .order-xl-1 {
      order: 1
    }
  
    .order-xl-2 {
      order: 2
    }
  
    .order-xl-3 {
      order: 3
    }
  
    .order-xl-4 {
      order: 4
    }
  
    .order-xl-5 {
      order: 5
    }
  
    .order-xl-6 {
      order: 6
    }
  
    .order-xl-7 {
      order: 7
    }
  
    .order-xl-8 {
      order: 8
    }
  
    .order-xl-9 {
      order: 9
    }
  
    .order-xl-10 {
      order: 10
    }
  
    .order-xl-11 {
      order: 11
    }
  
    .order-xl-12 {
      order: 12
    }
  
    [dir=ltr] .offset-xl-0 {
      margin-left: 0
    }
  
    [dir=rtl] .offset-xl-0 {
      margin-right: 0
    }
  
    [dir=ltr] .offset-xl-1 {
      margin-left: 8.3333333333%
    }
  
    [dir=rtl] .offset-xl-1 {
      margin-right: 8.3333333333%
    }
  
    [dir=ltr] .offset-xl-2 {
      margin-left: 16.6666666667%
    }
  
    [dir=rtl] .offset-xl-2 {
      margin-right: 16.6666666667%
    }
  
    [dir=ltr] .offset-xl-3 {
      margin-left: 25%
    }
  
    [dir=rtl] .offset-xl-3 {
      margin-right: 25%
    }
  
    [dir=ltr] .offset-xl-4 {
      margin-left: 33.3333333333%
    }
  
    [dir=rtl] .offset-xl-4 {
      margin-right: 33.3333333333%
    }
  
    [dir=ltr] .offset-xl-5 {
      margin-left: 41.6666666667%
    }
  
    [dir=rtl] .offset-xl-5 {
      margin-right: 41.6666666667%
    }
  
    [dir=ltr] .offset-xl-6 {
      margin-left: 50%
    }
  
    [dir=rtl] .offset-xl-6 {
      margin-right: 50%
    }
  
    [dir=ltr] .offset-xl-7 {
      margin-left: 58.3333333333%
    }
  
    [dir=rtl] .offset-xl-7 {
      margin-right: 58.3333333333%
    }
  
    [dir=ltr] .offset-xl-8 {
      margin-left: 66.6666666667%
    }
  
    [dir=rtl] .offset-xl-8 {
      margin-right: 66.6666666667%
    }
  
    [dir=ltr] .offset-xl-9 {
      margin-left: 75%
    }
  
    [dir=rtl] .offset-xl-9 {
      margin-right: 75%
    }
  
    [dir=ltr] .offset-xl-10 {
      margin-left: 83.3333333333%
    }
  
    [dir=rtl] .offset-xl-10 {
      margin-right: 83.3333333333%
    }
  
    [dir=ltr] .offset-xl-11 {
      margin-left: 91.6666666667%
    }
  
    [dir=rtl] .offset-xl-11 {
      margin-right: 91.6666666667%
    }
  }
  
  .table {
    width: 100%;
    color: #333
  }
  
  [dir] .table {
    margin-bottom: 1rem
  }
  
  .table td,
  .table th {
    vertical-align: top
  }
  
  [dir] .table td,
  [dir] .table th {
    padding: .75rem;
    border-top: 1px solid #f9f9f9
  }
  
  .table thead th {
    vertical-align: bottom
  }
  
  [dir] .table thead th {
    border-bottom: 2px solid #f9f9f9
  }
  
  [dir] .table tbody+tbody {
    border-top: 2px solid #f9f9f9
  }
  
  [dir] .table-sm td,
  [dir] .table-sm th {
    padding: .3rem
  }
  
  [dir] .table-bordered,
  [dir] .table-bordered td,
  [dir] .table-bordered th {
    border: 1px solid #f9f9f9
  }
  
  [dir] .table-bordered thead td,
  [dir] .table-bordered thead th {
    border-bottom-width: 2px
  }
  
  [dir] .table-borderless tbody+tbody,
  [dir] .table-borderless td,
  [dir] .table-borderless th,
  [dir] .table-borderless thead th {
    border: 0
  }
  
  [dir] .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(34, 41, 47, .05)
  }
  
  .table-hover tbody tr:hover {
    color: #333
  }
  
  [dir] .table-hover tbody tr:hover {
    background-color: rgba(34, 41, 47, .075)
  }
  
  [dir] .table-primary,
  [dir] .table-primary>td,
  [dir] .table-primary>th {
    background-color: #bed5e8
  }
  
  [dir] .table-primary tbody+tbody,
  [dir] .table-primary td,
  [dir] .table-primary th,
  [dir] .table-primary thead th {
    border-color: #86b0d4
  }
  
  [dir] .table-hover .table-primary:hover,
  [dir] .table-hover .table-primary:hover>td,
  [dir] .table-hover .table-primary:hover>th {
    background-color: #abc9e1
  }
  
  [dir] .table-secondary,
  [dir] .table-secondary>td,
  [dir] .table-secondary>th {
    background-color: #ebeef1
  }
  
  [dir] .table-secondary tbody+tbody,
  [dir] .table-secondary td,
  [dir] .table-secondary th,
  [dir] .table-secondary thead th {
    border-color: #dadfe4
  }
  
  [dir] .table-hover .table-secondary:hover,
  [dir] .table-hover .table-secondary:hover>td,
  [dir] .table-hover .table-secondary:hover>th {
    background-color: #dce1e7
  }
  
  [dir] .table-success,
  [dir] .table-success>td,
  [dir] .table-success>th {
    background-color: #caefca
  }
  
  [dir] .table-success tbody+tbody,
  [dir] .table-success td,
  [dir] .table-success th,
  [dir] .table-success thead th {
    border-color: #9de29d
  }
  
  [dir] .table-hover .table-success:hover,
  [dir] .table-hover .table-success:hover>td,
  [dir] .table-hover .table-success:hover>th {
    background-color: #b6e9b6
  }
  
  [dir] .table-info,
  [dir] .table-info>td,
  [dir] .table-info>th {
    background-color: #cde5f8
  }
  
  [dir] .table-info tbody+tbody,
  [dir] .table-info td,
  [dir] .table-info th,
  [dir] .table-info thead th {
    border-color: #a2cef3
  }
  
  [dir] .table-hover .table-info:hover,
  [dir] .table-hover .table-info:hover>td,
  [dir] .table-hover .table-info:hover>th {
    background-color: #b7d9f5
  }
  
  [dir] .table-warning,
  [dir] .table-warning>td,
  [dir] .table-warning>th {
    background-color: #ffe6c4
  }
  
  [dir] .table-warning tbody+tbody,
  [dir] .table-warning td,
  [dir] .table-warning th,
  [dir] .table-warning thead th {
    border-color: #ffd191
  }
  
  [dir] .table-hover .table-warning:hover,
  [dir] .table-hover .table-warning:hover>td,
  [dir] .table-hover .table-warning:hover>th {
    background-color: #ffdbab
  }
  
  [dir] .table-danger,
  [dir] .table-danger>td,
  [dir] .table-danger>th {
    background-color: #f8c8cb
  }
  
  [dir] .table-danger tbody+tbody,
  [dir] .table-danger td,
  [dir] .table-danger th,
  [dir] .table-danger thead th {
    border-color: #f2989f
  }
  
  [dir] .table-hover .table-danger:hover,
  [dir] .table-hover .table-danger:hover>td,
  [dir] .table-hover .table-danger:hover>th {
    background-color: #f5b1b6
  }
  
  [dir] .table-light,
  [dir] .table-light>td,
  [dir] .table-light>th {
    background-color: #ecedef
  }
  
  [dir] .table-light tbody+tbody,
  [dir] .table-light td,
  [dir] .table-light th,
  [dir] .table-light thead th {
    border-color: #dbdee2
  }
  
  [dir] .table-hover .table-light:hover,
  [dir] .table-hover .table-light:hover>td,
  [dir] .table-hover .table-light:hover>th {
    background-color: #dee0e3
  }
  
  [dir] .table-dark,
  [dir] .table-dark>td,
  [dir] .table-dark>th {
    background-color: silver
  }
  
  [dir] .table-dark tbody+tbody,
  [dir] .table-dark td,
  [dir] .table-dark th,
  [dir] .table-dark thead th {
    border-color: #8a8a8a
  }
  
  [dir] .table-hover .table-dark:hover,
  [dir] .table-hover .table-dark:hover>td,
  [dir] .table-hover .table-dark:hover>th {
    background-color: #b3b3b3
  }
  
  [dir] .table-active,
  [dir] .table-active>td,
  [dir] .table-active>th {
    background-color: rgba(34, 41, 47, .075)
  }
  
  [dir] .table-hover .table-active:hover,
  [dir] .table-hover .table-active:hover>td,
  [dir] .table-hover .table-active:hover>th {
    background-color: rgba(23, 28, 32, .075)
  }
  
  .table .thead-dark th {
    color: #fff
  }
  
  [dir] .table .thead-dark th {
    background-color: #1e1e1e;
    border-color: #313131
  }
  
  .table .thead-light th {
    color: #4e5154
  }
  
  [dir] .table .thead-light th {
    background-color: #ededed;
    border-color: #f9f9f9
  }
  
  .table-dark {
    color: #fff
  }
  
  [dir] .table-dark {
    background-color: #1e1e1e
  }
  
  [dir] .table-dark td,
  [dir] .table-dark th,
  [dir] .table-dark thead th {
    border-color: #313131
  }
  
  [dir] .table-dark.table-bordered {
    border: 0
  }
  
  [dir] .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
  }
  
  .table-dark.table-hover tbody tr:hover {
    color: #fff
  }
  
  [dir] .table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
  }
  
  @media(max-width:575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  
    [dir] .table-responsive-sm>.table-bordered {
      border: 0
    }
  }
  
  @media(max-width:767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  
    [dir] .table-responsive-md>.table-bordered {
      border: 0
    }
  }
  
  @media(max-width:991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  
    [dir] .table-responsive-lg>.table-bordered {
      border: 0
    }
  }
  
  @media(max-width:1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  
    [dir] .table-responsive-xl>.table-bordered {
      border: 0
    }
  }
  
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  
  [dir] .table-responsive>.table-bordered {
    border: 0
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.25em + 1.393rem + 1px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  [dir] .form-control {
    padding: .6965rem .7rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
  }
  
  @media(prefers-reduced-motion:reduce) {
    .form-control {
      transition: none
    }
  }
  
  [dir] .form-control::-ms-expand {
    background-color: transparent;
    border: 0
  }
  
  .form-control:-moz-focusring {
    color: transparent
  }
  
  [dir] .form-control:-moz-focusring {
    text-shadow: 0 0 0 #4e5154
  }
  
  .form-control:focus {
    color: #4e5154;
    outline: 0
  }
  
  [dir] .form-control:focus {
    background-color: #fff;
    border-color: #1768ac;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1
  }
  
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1
  }
  
  .form-control::placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1
  }
  
  .form-control:disabled,
  .form-control[readonly] {
    opacity: 1
  }
  
  [dir] .form-control:disabled,
  [dir] .form-control[readonly] {
    background-color: #f5f5f1
  }
  
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  
  select.form-control:focus::-ms-value {
    color: #4e5154
  }
  
  [dir] select.form-control:focus::-ms-value {
    background-color: #fff
  }
  
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%
  }
  
  .col-form-label {
    font-size: inherit;
    line-height: 1.25
  }
  
  [dir] .col-form-label {
    padding-top: calc(.6965rem + 1px);
    padding-bottom: calc(.6965rem + 1px);
    margin-bottom: 0
  }
  
  .col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.25
  }
  
  [dir] .col-form-label-lg {
    padding-top: calc(1rem + 1px);
    padding-bottom: calc(1rem + 1px)
  }
  
  .col-form-label-sm {
    font-size: .7rem;
    line-height: 1
  }
  
  [dir] .col-form-label-sm {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px)
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.25;
    color: #adb5bd
  }
  
  [dir] .form-control-plaintext {
    padding: .6965rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
  }
  
  [dir=ltr] .form-control-plaintext.form-control-lg,
  [dir=ltr] .form-control-plaintext.form-control-sm,
  [dir=rtl] .form-control-plaintext.form-control-lg,
  [dir=rtl] .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
  }
  
  .form-control-sm {
    height: calc(1em + 1rem + 2px);
    font-size: .7rem;
    line-height: 1
  }
  
  [dir] .form-control-sm {
    padding: .5rem 1.5rem;
    border-radius: 4px
  }
  
  .form-control-lg {
    height: calc(1.25em + 2rem + 2px);
    font-size: 1.25rem;
    line-height: 1.25
  }
  
  [dir] .form-control-lg {
    padding: 1rem 2.5rem;
    border-radius: 6px
  }
  
  select.form-control[multiple],
  select.form-control[size],
  textarea.form-control {
    height: auto
  }
  
  [dir] .form-group {
    margin-bottom: 1rem
  }
  
  .form-text {
    display: block
  }
  
  [dir] .form-text {
    margin-top: .25rem
  }
  
  .form-row {
    display: flex;
    flex-wrap: wrap
  }
  
  [dir=ltr] .form-row,
  [dir=rtl] .form-row {
    margin-right: -5px;
    margin-left: -5px
  }
  
  [dir=ltr] .form-row>.col,
  [dir=ltr] .form-row>[class*=col-],
  [dir=rtl] .form-row>.col,
  [dir=rtl] .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
  }
  
  .form-check {
    position: relative;
    display: block
  }
  
  [dir=ltr] .form-check {
    padding-left: 1.25rem
  }
  
  [dir=rtl] .form-check {
    padding-right: 1.25rem
  }
  
  .form-check-input {
    position: absolute
  }
  
  [dir] .form-check-input {
    margin-top: .3rem
  }
  
  [dir=ltr] .form-check-input {
    margin-left: -1.25rem
  }
  
  [dir=rtl] .form-check-input {
    margin-right: -1.25rem
  }
  
  .form-check-input:disabled~.form-check-label,
  .form-check-input[disabled]~.form-check-label {
    color: #b8c2cc
  }
  
  [dir] .form-check-label {
    margin-bottom: 0
  }
  
  .form-check-inline {
    display: inline-flex;
    align-items: center
  }
  
  [dir=ltr] .form-check-inline {
    padding-left: 0;
    margin-right: .75rem
  }
  
  [dir=rtl] .form-check-inline {
    padding-right: 0;
    margin-left: .75rem
  }
  
  .form-check-inline .form-check-input {
    position: static
  }
  
  [dir] .form-check-inline .form-check-input {
    margin-top: 0
  }
  
  [dir=ltr] .form-check-inline .form-check-input {
    margin-right: .3125rem;
    margin-left: 0
  }
  
  [dir=rtl] .form-check-inline .form-check-input {
    margin-left: .3125rem;
    margin-right: 0
  }
  
  .valid-feedback {
    display: none;
    width: 100%;
    font-size: smaller;
    color: #43c743
  }
  
  [dir] .valid-feedback {
    margin-top: .25rem
  }
  
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    font-size: .857rem;
    line-height: 1.45;
    color: #fff
  }
  
  [dir] .valid-tooltip {
    padding: .4rem .775rem;
    margin-top: .1rem;
    background-color: #43c743;
    border-radius: .428rem
  }
  
  [dir=ltr] .valid-tooltip {
    left: 0
  }
  
  [dir=rtl] .valid-tooltip {
    right: 0
  }
  
  [dir=ltr] .form-row>.col>.valid-tooltip,
  [dir=ltr] .form-row>[class*=col-]>.valid-tooltip {
    left: 5px
  }
  
  [dir=rtl] .form-row>.col>.valid-tooltip,
  [dir=rtl] .form-row>[class*=col-]>.valid-tooltip {
    right: 5px
  }
  
  .is-valid~.valid-feedback,
  .is-valid~.valid-tooltip,
  .was-validated :valid~.valid-feedback,
  .was-validated :valid~.valid-tooltip {
    display: block
  }
  
  [dir] .form-control.is-valid,
  [dir] .was-validated .form-control:valid {
    border-color: #43c743;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2343c743' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: calc(.625em + .6965rem) calc(.625em + .6965rem)
  }
  
  [dir=ltr] .form-control.is-valid,
  [dir=ltr] .was-validated .form-control:valid {
    padding-right: calc(1.25em + 1.393rem);
    background-position: right calc(.3125em + .34825rem) center
  }
  
  [dir=rtl] .form-control.is-valid,
  [dir=rtl] .was-validated .form-control:valid {
    padding-left: calc(1.25em + 1.393rem);
    background-position: left calc(.3125em + .34825rem) center
  }
  
  [dir] .form-control.is-valid:focus,
  [dir] .was-validated .form-control:valid:focus {
    border-color: #43c743;
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .25)
  }
  
  [dir=ltr] .was-validated textarea.form-control:valid,
  [dir=ltr] textarea.form-control.is-valid {
    padding-right: calc(1.25em + 1.393rem);
    background-position: top calc(.3125em + .34825rem) right calc(.3125em + .34825rem)
  }
  
  [dir=rtl] .was-validated textarea.form-control:valid,
  [dir=rtl] textarea.form-control.is-valid {
    padding-left: calc(1.25em + 1.393rem);
    background-position: top calc(.3125em + .34825rem) left calc(.3125em + .34825rem)
  }
  
  [dir] .custom-select.is-valid,
  [dir] .was-validated .custom-select:valid {
    border-color: #43c743
  }
  
  [dir=ltr] .custom-select.is-valid,
  [dir=ltr] .was-validated .custom-select:valid {
    padding-right: calc(.75em + 2.74475rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231e1e1e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .7rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2343c743' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.7rem/calc(.625em + .6965rem) calc(.625em + .6965rem) no-repeat
  }
  
  [dir=rtl] .custom-select.is-valid,
  [dir=rtl] .was-validated .custom-select:valid {
    padding-left: calc(.75em + 2.74475rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231e1e1e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") left .7rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2343c743' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center left 1.7rem/calc(.625em + .6965rem) calc(.625em + .6965rem) no-repeat
  }
  
  [dir] .custom-select.is-valid:focus,
  [dir] .was-validated .custom-select:valid:focus {
    border-color: #43c743;
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .25)
  }
  
  .form-check-input.is-valid~.form-check-label,
  .was-validated .form-check-input:valid~.form-check-label {
    color: #43c743
  }
  
  .form-check-input.is-valid~.valid-feedback,
  .form-check-input.is-valid~.valid-tooltip,
  .was-validated .form-check-input:valid~.valid-feedback,
  .was-validated .form-check-input:valid~.valid-tooltip {
    display: block
  }
  
  .custom-control-input.is-valid~.custom-control-label,
  .was-validated .custom-control-input:valid~.custom-control-label {
    color: #43c743
  }
  
  [dir] .custom-control-input.is-valid~.custom-control-label:before,
  [dir] .was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #43c743
  }
  
  [dir] .custom-control-input.is-valid:checked~.custom-control-label:before,
  [dir] .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #6ad36a;
    background-color: #6ad36a
  }
  
  [dir] .custom-control-input.is-valid:focus~.custom-control-label:before,
  [dir] .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .25)
  }
  
  [dir] .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
  [dir] .custom-file-input.is-valid~.custom-file-label,
  [dir] .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
  [dir] .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #43c743
  }
  
  [dir] .custom-file-input.is-valid:focus~.custom-file-label,
  [dir] .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #43c743;
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .25)
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    font-size: smaller;
    color: #e63946
  }
  
  [dir] .invalid-feedback {
    margin-top: .25rem
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    font-size: .857rem;
    line-height: 1.45;
    color: #fff
  }
  
  [dir] .invalid-tooltip {
    padding: .4rem .775rem;
    margin-top: .1rem;
    background-color: #e63946;
    border-radius: .428rem
  }
  
  [dir=ltr] .invalid-tooltip {
    left: 0
  }
  
  [dir=rtl] .invalid-tooltip {
    right: 0
  }
  
  [dir=ltr] .form-row>.col>.invalid-tooltip,
  [dir=ltr] .form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
  }
  
  [dir=rtl] .form-row>.col>.invalid-tooltip,
  [dir=rtl] .form-row>[class*=col-]>.invalid-tooltip {
    right: 5px
  }
  
  .is-invalid~.invalid-feedback,
  .is-invalid~.invalid-tooltip,
  .was-validated :invalid~.invalid-feedback,
  .was-validated :invalid~.invalid-tooltip {
    display: block
  }
  
  [dir] .form-control.is-invalid,
  [dir] .was-validated .form-control:invalid {
    border-color: #e63946;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63946'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e63946' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: calc(.625em + .6965rem) calc(.625em + .6965rem)
  }
  
  [dir=ltr] .form-control.is-invalid,
  [dir=ltr] .was-validated .form-control:invalid {
    padding-right: calc(1.25em + 1.393rem);
    background-position: right calc(.3125em + .34825rem) center
  }
  
  [dir=rtl] .form-control.is-invalid,
  [dir=rtl] .was-validated .form-control:invalid {
    padding-left: calc(1.25em + 1.393rem);
    background-position: left calc(.3125em + .34825rem) center
  }
  
  [dir] .form-control.is-invalid:focus,
  [dir] .was-validated .form-control:invalid:focus {
    border-color: #e63946;
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .25)
  }
  
  [dir=ltr] .was-validated textarea.form-control:invalid,
  [dir=ltr] textarea.form-control.is-invalid {
    padding-right: calc(1.25em + 1.393rem);
    background-position: top calc(.3125em + .34825rem) right calc(.3125em + .34825rem)
  }
  
  [dir=rtl] .was-validated textarea.form-control:invalid,
  [dir=rtl] textarea.form-control.is-invalid {
    padding-left: calc(1.25em + 1.393rem);
    background-position: top calc(.3125em + .34825rem) left calc(.3125em + .34825rem)
  }
  
  [dir] .custom-select.is-invalid,
  [dir] .was-validated .custom-select:invalid {
    border-color: #e63946
  }
  
  [dir=ltr] .custom-select.is-invalid,
  [dir=ltr] .was-validated .custom-select:invalid {
    padding-right: calc(.75em + 2.74475rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231e1e1e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .7rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63946'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e63946' stroke='none'/%3E%3C/svg%3E") center right 1.7rem/calc(.625em + .6965rem) calc(.625em + .6965rem) no-repeat
  }
  
  [dir=rtl] .custom-select.is-invalid,
  [dir=rtl] .was-validated .custom-select:invalid {
    padding-left: calc(.75em + 2.74475rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231e1e1e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") left .7rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e63946'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e63946' stroke='none'/%3E%3C/svg%3E") center left 1.7rem/calc(.625em + .6965rem) calc(.625em + .6965rem) no-repeat
  }
  
  [dir] .custom-select.is-invalid:focus,
  [dir] .was-validated .custom-select:invalid:focus {
    border-color: #e63946;
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .25)
  }
  
  .form-check-input.is-invalid~.form-check-label,
  .was-validated .form-check-input:invalid~.form-check-label {
    color: #e63946
  }
  
  .form-check-input.is-invalid~.invalid-feedback,
  .form-check-input.is-invalid~.invalid-tooltip,
  .was-validated .form-check-input:invalid~.invalid-feedback,
  .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
  }
  
  .custom-control-input.is-invalid~.custom-control-label,
  .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #e63946
  }
  
  [dir] .custom-control-input.is-invalid~.custom-control-label:before,
  [dir] .was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #e63946
  }
  
  [dir] .custom-control-input.is-invalid:checked~.custom-control-label:before,
  [dir] .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #ec6670;
    background-color: #ec6670
  }
  
  [dir] .custom-control-input.is-invalid:focus~.custom-control-label:before,
  [dir] .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .25)
  }
  
  [dir] .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
  [dir] .custom-file-input.is-invalid~.custom-file-label,
  [dir] .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
  [dir] .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #e63946
  }
  
  [dir] .custom-file-input.is-invalid:focus~.custom-file-label,
  [dir] .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #e63946;
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .25)
  }
  
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
  }
  
  .form-inline .form-check {
    width: 100%
  }
  
  @media(min-width:576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center
    }
  
    [dir] .form-inline label {
      margin-bottom: 0
    }
  
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center
    }
  
    [dir] .form-inline .form-group {
      margin-bottom: 0
    }
  
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
    }
  
    .form-inline .form-control-plaintext {
      display: inline-block
    }
  
    .form-inline .custom-select,
    .form-inline .input-group {
      width: auto
    }
  
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto
    }
  
    [dir=ltr] .form-inline .form-check {
      padding-left: 0
    }
  
    [dir=rtl] .form-inline .form-check {
      padding-right: 0
    }
  
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0
    }
  
    [dir] .form-inline .form-check-input {
      margin-top: 0
    }
  
    [dir=ltr] .form-inline .form-check-input {
      margin-right: .25rem;
      margin-left: 0
    }
  
    [dir=rtl] .form-inline .form-check-input {
      margin-left: .25rem;
      margin-right: 0
    }
  
    .form-inline .custom-control {
      align-items: center;
      justify-content: center
    }
  
    [dir] .form-inline .custom-control-label {
      margin-bottom: 0
    }
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  [dir] .btn {
    text-align: center;
    background-color: transparent;
    border: 0 solid transparent;
    padding: .8582rem 2rem;
    border-radius: .4285rem
  }
  
  @media(prefers-reduced-motion:reduce) {
    .btn {
      transition: none
    }
  }
  
  .btn:hover {
    color: #333;
    text-decoration: none
  }
  
  .btn.focus,
  .btn:focus {
    outline: 0
  }
  
  [dir] .btn.focus,
  [dir] .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 104, 172, .25)
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: .65
  }
  
  [dir] .btn:not(:disabled):not(.disabled) {
    cursor: pointer
  }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none
  }
  
  [dir] .btn-primary {
    background-color: #1768ac;
    border-color: #1768ac
  }
  
  .btn-primary:hover {
    color: #fff
  }
  
  [dir] .btn-primary:hover {
    background-color: #12548a;
    border-color: #114d7f
  }
  
  .btn-primary.focus,
  .btn-primary:focus {
    color: #fff
  }
  
  [dir] .btn-primary.focus,
  [dir] .btn-primary:focus {
    background-color: #12548a;
    border-color: #114d7f;
    box-shadow: 0 0 0 .2rem rgba(58, 127, 184, .5)
  }
  
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff
  }
  
  [dir] .btn-primary.disabled,
  [dir] .btn-primary:disabled {
    background-color: #1768ac;
    border-color: #1768ac
  }
  
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-primary:not(:disabled):not(.disabled).active,
  [dir] .btn-primary:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-primary.dropdown-toggle {
    background-color: #114d7f;
    border-color: #0f4674
  }
  
  [dir] .btn-primary:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-primary:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 127, 184, .5)
  }
  
  .btn-secondary {
    color: #2a2e30
  }
  
  [dir] .btn-secondary {
    background-color: #b8c2cc;
    border-color: #b8c2cc
  }
  
  .btn-secondary:hover {
    color: #2a2e30
  }
  
  [dir] .btn-secondary:hover {
    background-color: #a2afbc;
    border-color: #9aa9b7
  }
  
  .btn-secondary.focus,
  .btn-secondary:focus {
    color: #2a2e30
  }
  
  [dir] .btn-secondary.focus,
  [dir] .btn-secondary:focus {
    background-color: #a2afbc;
    border-color: #9aa9b7;
    box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5)
  }
  
  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #2a2e30
  }
  
  [dir] .btn-secondary.disabled,
  [dir] .btn-secondary:disabled {
    background-color: #b8c2cc;
    border-color: #b8c2cc
  }
  
  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .show>.btn-secondary.dropdown-toggle {
    color: #2a2e30
  }
  
  [dir] .btn-secondary:not(:disabled):not(.disabled).active,
  [dir] .btn-secondary:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-secondary.dropdown-toggle {
    background-color: #9aa9b7;
    border-color: #93a2b1
  }
  
  [dir] .btn-secondary:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-secondary:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(163, 172, 181, .5)
  }
  
  [dir] .btn-success {
    background-color: #43c743;
    border-color: #43c743
  }
  
  .btn-success:hover {
    color: #fff
  }
  
  [dir] .btn-success:hover {
    background-color: #34af34;
    border-color: #31a631
  }
  
  .btn-success.focus,
  .btn-success:focus {
    color: #fff
  }
  
  [dir] .btn-success.focus,
  [dir] .btn-success:focus {
    background-color: #34af34;
    border-color: #31a631;
    box-shadow: 0 0 0 .2rem rgba(95, 207, 95, .5)
  }
  
  .btn-success.disabled,
  .btn-success:disabled {
    color: #fff
  }
  
  [dir] .btn-success.disabled,
  [dir] .btn-success:disabled {
    background-color: #43c743;
    border-color: #43c743
  }
  
  .btn-success:not(:disabled):not(.disabled).active,
  .btn-success:not(:disabled):not(.disabled):active,
  .show>.btn-success.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-success:not(:disabled):not(.disabled).active,
  [dir] .btn-success:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-success.dropdown-toggle {
    background-color: #31a631;
    border-color: #2e9c2e
  }
  
  [dir] .btn-success:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-success:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 207, 95, .5)
  }
  
  [dir] .btn-info {
    background-color: #4ca1e7;
    border-color: #4ca1e7
  }
  
  .btn-info:hover {
    color: #fff
  }
  
  [dir] .btn-info:hover {
    background-color: #2a8fe2;
    border-color: #1f89e1
  }
  
  .btn-info.focus,
  .btn-info:focus {
    color: #fff
  }
  
  [dir] .btn-info.focus,
  [dir] .btn-info:focus {
    background-color: #2a8fe2;
    border-color: #1f89e1;
    box-shadow: 0 0 0 .2rem rgba(103, 175, 235, .5)
  }
  
  .btn-info.disabled,
  .btn-info:disabled {
    color: #fff
  }
  
  [dir] .btn-info.disabled,
  [dir] .btn-info:disabled {
    background-color: #4ca1e7;
    border-color: #4ca1e7
  }
  
  .btn-info:not(:disabled):not(.disabled).active,
  .btn-info:not(:disabled):not(.disabled):active,
  .show>.btn-info.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-info:not(:disabled):not(.disabled).active,
  [dir] .btn-info:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-info.dropdown-toggle {
    background-color: #1f89e1;
    border-color: #1d83d6
  }
  
  [dir] .btn-info:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-info:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 175, 235, .5)
  }
  
  .btn-warning {
    color: #2a2e30
  }
  
  [dir] .btn-warning {
    background-color: #ffa62b;
    border-color: #ffa62b
  }
  
  .btn-warning:hover {
    color: #2a2e30
  }
  
  [dir] .btn-warning:hover {
    background-color: #ff9605;
    border-color: #f78f00
  }
  
  .btn-warning.focus,
  .btn-warning:focus {
    color: #2a2e30
  }
  
  [dir] .btn-warning.focus,
  [dir] .btn-warning:focus {
    background-color: #ff9605;
    border-color: #f78f00;
    box-shadow: 0 0 0 .2rem rgba(223, 148, 44, .5)
  }
  
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #2a2e30
  }
  
  [dir] .btn-warning.disabled,
  [dir] .btn-warning:disabled {
    background-color: #ffa62b;
    border-color: #ffa62b
  }
  
  .btn-warning:not(:disabled):not(.disabled).active,
  .btn-warning:not(:disabled):not(.disabled):active,
  .show>.btn-warning.dropdown-toggle {
    color: #2a2e30
  }
  
  [dir] .btn-warning:not(:disabled):not(.disabled).active,
  [dir] .btn-warning:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-warning.dropdown-toggle {
    background-color: #f78f00;
    border-color: #ea8800
  }
  
  [dir] .btn-warning:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-warning:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 148, 44, .5)
  }
  
  [dir] .btn-danger {
    background-color: #e63946;
    border-color: #e63946
  }
  
  .btn-danger:hover {
    color: #fff
  }
  
  [dir] .btn-danger:hover {
    background-color: #dd1c2a;
    border-color: #d21a28
  }
  
  .btn-danger.focus,
  .btn-danger:focus {
    color: #fff
  }
  
  [dir] .btn-danger.focus,
  [dir] .btn-danger:focus {
    background-color: #dd1c2a;
    border-color: #d21a28;
    box-shadow: 0 0 0 .2rem rgba(234, 87, 98, .5)
  }
  
  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #fff
  }
  
  [dir] .btn-danger.disabled,
  [dir] .btn-danger:disabled {
    background-color: #e63946;
    border-color: #e63946
  }
  
  .btn-danger:not(:disabled):not(.disabled).active,
  .btn-danger:not(:disabled):not(.disabled):active,
  .show>.btn-danger.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-danger:not(:disabled):not(.disabled).active,
  [dir] .btn-danger:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-danger.dropdown-toggle {
    background-color: #d21a28;
    border-color: #c61926
  }
  
  [dir] .btn-danger:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-danger:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234, 87, 98, .5)
  }
  
  .btn-light {
    color: #2a2e30
  }
  
  [dir] .btn-light {
    background-color: #babfc7;
    border-color: #babfc7
  }
  
  .btn-light:hover {
    color: #2a2e30
  }
  
  [dir] .btn-light:hover {
    background-color: #a5abb6;
    border-color: #9ea5b0
  }
  
  .btn-light.focus,
  .btn-light:focus {
    color: #2a2e30
  }
  
  [dir] .btn-light.focus,
  [dir] .btn-light:focus {
    background-color: #a5abb6;
    border-color: #9ea5b0;
    box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5)
  }
  
  .btn-light.disabled,
  .btn-light:disabled {
    color: #2a2e30
  }
  
  [dir] .btn-light.disabled,
  [dir] .btn-light:disabled {
    background-color: #babfc7;
    border-color: #babfc7
  }
  
  .btn-light:not(:disabled):not(.disabled).active,
  .btn-light:not(:disabled):not(.disabled):active,
  .show>.btn-light.dropdown-toggle {
    color: #2a2e30
  }
  
  [dir] .btn-light:not(:disabled):not(.disabled).active,
  [dir] .btn-light:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-light.dropdown-toggle {
    background-color: #9ea5b0;
    border-color: #979eaa
  }
  
  [dir] .btn-light:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-light:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 169, 176, .5)
  }
  
  [dir] .btn-dark {
    background-color: #1e1e1e;
    border-color: #1e1e1e
  }
  
  .btn-dark:hover {
    color: #fff
  }
  
  [dir] .btn-dark:hover {
    background-color: #0b0b0b;
    border-color: #050505
  }
  
  .btn-dark.focus,
  .btn-dark:focus {
    color: #fff
  }
  
  [dir] .btn-dark.focus,
  [dir] .btn-dark:focus {
    background-color: #0b0b0b;
    border-color: #050505;
    box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5)
  }
  
  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff
  }
  
  [dir] .btn-dark.disabled,
  [dir] .btn-dark:disabled {
    background-color: #1e1e1e;
    border-color: #1e1e1e
  }
  
  .btn-dark:not(:disabled):not(.disabled).active,
  .btn-dark:not(:disabled):not(.disabled):active,
  .show>.btn-dark.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-dark:not(:disabled):not(.disabled).active,
  [dir] .btn-dark:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-dark.dropdown-toggle {
    background-color: #050505;
    border-color: #000
  }
  
  [dir] .btn-dark:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-dark:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 64, 64, .5)
  }
  
  [dir] .btn-outline-primary {
    border-color: #1768ac
  }
  
  .btn-outline-primary:hover {
    color: #fff
  }
  
  [dir] .btn-outline-primary:hover {
    background-color: #1768ac;
    border-color: #1768ac
  }
  
  [dir] .btn-outline-primary.focus,
  [dir] .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 104, 172, .5)
  }
  
  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #1768ac
  }
  
  [dir] .btn-outline-primary.disabled,
  [dir] .btn-outline-primary:disabled {
    background-color: transparent
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .show>.btn-outline-primary.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-outline-primary:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-primary:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-primary.dropdown-toggle {
    background-color: #1768ac;
    border-color: #1768ac
  }
  
  [dir] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 104, 172, .5)
  }
  
  [dir] .btn-outline-secondary {
    border-color: #b8c2cc
  }
  
  .btn-outline-secondary:hover {
    color: #2a2e30
  }
  
  [dir] .btn-outline-secondary:hover {
    background-color: #b8c2cc;
    border-color: #b8c2cc
  }
  
  [dir] .btn-outline-secondary.focus,
  [dir] .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5)
  }
  
  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #b8c2cc
  }
  
  [dir] .btn-outline-secondary.disabled,
  [dir] .btn-outline-secondary:disabled {
    background-color: transparent
  }
  
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show>.btn-outline-secondary.dropdown-toggle {
    color: #2a2e30
  }
  
  [dir] .btn-outline-secondary:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-secondary:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-secondary.dropdown-toggle {
    background-color: #b8c2cc;
    border-color: #b8c2cc
  }
  
  [dir] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5)
  }
  
  [dir] .btn-outline-success {
    border-color: #43c743
  }
  
  .btn-outline-success:hover {
    color: #fff
  }
  
  [dir] .btn-outline-success:hover {
    background-color: #43c743;
    border-color: #43c743
  }
  
  [dir] .btn-outline-success.focus,
  [dir] .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .5)
  }
  
  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #43c743
  }
  
  [dir] .btn-outline-success.disabled,
  [dir] .btn-outline-success:disabled {
    background-color: transparent
  }
  
  .btn-outline-success:not(:disabled):not(.disabled).active,
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .show>.btn-outline-success.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-outline-success:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-success:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-success.dropdown-toggle {
    background-color: #43c743;
    border-color: #43c743
  }
  
  [dir] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .5)
  }
  
  [dir] .btn-outline-info {
    border-color: #4ca1e7
  }
  
  .btn-outline-info:hover {
    color: #fff
  }
  
  [dir] .btn-outline-info:hover {
    background-color: #4ca1e7;
    border-color: #4ca1e7
  }
  
  [dir] .btn-outline-info.focus,
  [dir] .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 161, 231, .5)
  }
  
  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #4ca1e7
  }
  
  [dir] .btn-outline-info.disabled,
  [dir] .btn-outline-info:disabled {
    background-color: transparent
  }
  
  .btn-outline-info:not(:disabled):not(.disabled).active,
  .btn-outline-info:not(:disabled):not(.disabled):active,
  .show>.btn-outline-info.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-outline-info:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-info:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-info.dropdown-toggle {
    background-color: #4ca1e7;
    border-color: #4ca1e7
  }
  
  [dir] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 161, 231, .5)
  }
  
  [dir] .btn-outline-warning {
    border-color: #ffa62b
  }
  
  .btn-outline-warning:hover {
    color: #2a2e30
  }
  
  [dir] .btn-outline-warning:hover {
    background-color: #ffa62b;
    border-color: #ffa62b
  }
  
  [dir] .btn-outline-warning.focus,
  [dir] .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 166, 43, .5)
  }
  
  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #ffa62b
  }
  
  [dir] .btn-outline-warning.disabled,
  [dir] .btn-outline-warning:disabled {
    background-color: transparent
  }
  
  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .show>.btn-outline-warning.dropdown-toggle {
    color: #2a2e30
  }
  
  [dir] .btn-outline-warning:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-warning:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffa62b;
    border-color: #ffa62b
  }
  
  [dir] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 166, 43, .5)
  }
  
  [dir] .btn-outline-danger {
    border-color: #e63946
  }
  
  .btn-outline-danger:hover {
    color: #fff
  }
  
  [dir] .btn-outline-danger:hover {
    background-color: #e63946;
    border-color: #e63946
  }
  
  [dir] .btn-outline-danger.focus,
  [dir] .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .5)
  }
  
  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #e63946
  }
  
  [dir] .btn-outline-danger.disabled,
  [dir] .btn-outline-danger:disabled {
    background-color: transparent
  }
  
  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .show>.btn-outline-danger.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-outline-danger:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-danger:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-danger.dropdown-toggle {
    background-color: #e63946;
    border-color: #e63946
  }
  
  [dir] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .5)
  }
  
  [dir] .btn-outline-light {
    border-color: #babfc7
  }
  
  .btn-outline-light:hover {
    color: #2a2e30
  }
  
  [dir] .btn-outline-light:hover {
    background-color: #babfc7;
    border-color: #babfc7
  }
  
  [dir] .btn-outline-light.focus,
  [dir] .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5)
  }
  
  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #babfc7
  }
  
  [dir] .btn-outline-light.disabled,
  [dir] .btn-outline-light:disabled {
    background-color: transparent
  }
  
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .show>.btn-outline-light.dropdown-toggle {
    color: #2a2e30
  }
  
  [dir] .btn-outline-light:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-light:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-light.dropdown-toggle {
    background-color: #babfc7;
    border-color: #babfc7
  }
  
  [dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5)
  }
  
  [dir] .btn-outline-dark {
    border-color: #1e1e1e
  }
  
  .btn-outline-dark:hover {
    color: #fff
  }
  
  [dir] .btn-outline-dark:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e
  }
  
  [dir] .btn-outline-dark.focus,
  [dir] .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5)
  }
  
  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #1e1e1e
  }
  
  [dir] .btn-outline-dark.disabled,
  [dir] .btn-outline-dark:disabled {
    background-color: transparent
  }
  
  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .show>.btn-outline-dark.dropdown-toggle {
    color: #fff
  }
  
  [dir] .btn-outline-dark:not(:disabled):not(.disabled).active,
  [dir] .btn-outline-dark:not(:disabled):not(.disabled):active,
  [dir] .show>.btn-outline-dark.dropdown-toggle {
    background-color: #1e1e1e;
    border-color: #1e1e1e
  }
  
  [dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  [dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  [dir] .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5)
  }
  
  .btn-link {
    font-weight: 400;
    color: #1768ac;
    text-decoration: none
  }
  
  .btn-link:hover {
    color: #145a96
  }
  
  .btn-link.focus,
  .btn-link:focus,
  .btn-link:hover {
    text-decoration: none
  }
  
  .btn-link.disabled,
  .btn-link:disabled {
    color: #b8c2cc;
    pointer-events: none
  }
  
  .btn-group-lg>.btn,
  .btn-lg {
    font-size: 1.25rem;
    line-height: 1.25
  }
  
  [dir] .btn-group-lg>.btn,
  [dir] .btn-lg {
    padding: 1rem 2.5rem;
    border-radius: .6rem
  }
  
  .btn-group-sm>.btn,
  .btn-sm {
    font-size: .7rem;
    line-height: 1
  }
  
  [dir] .btn-group-sm>.btn,
  [dir] .btn-sm {
    padding: .5rem 1.5rem;
    border-radius: .25rem
  }
  
  .btn-block {
    display: block;
    width: 100%
  }
  
  [dir] .btn-block+.btn-block {
    margin-top: .5rem
  }
  
  input[type=button].btn-block,
  input[type=reset].btn-block,
  input[type=submit].btn-block {
    width: 100%
  }
  
  .fade {
    transition: opacity .15s linear
  }
  
  @media(prefers-reduced-motion:reduce) {
    .fade {
      transition: none
    }
  }
  
  .fade:not(.show) {
    opacity: 0
  }
  
  .collapse:not(.show) {
    display: none
  }
  
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
  }
  
  @media(prefers-reduced-motion:reduce) {
    .collapsing {
      transition: none
    }
  }
  
  .dropdown-toggle {
    white-space: nowrap
  }
  
  .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: ""
  }
  
  [dir] .dropdown-toggle:after {
    border-top: .3em solid;
    border-bottom: 0
  }
  
  [dir=ltr] .dropdown-toggle:after {
    margin-left: .255em
  }
  
  [dir=ltr] .dropdown-toggle:after,
  [dir=rtl] .dropdown-toggle:after {
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
  }
  
  [dir=rtl] .dropdown-toggle:after {
    margin-right: .255em
  }
  
  [dir=ltr] .dropdown-toggle:empty:after {
    margin-left: 0
  }
  
  [dir=rtl] .dropdown-toggle:empty:after {
    margin-right: 0
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    font-size: .9375rem;
    color: #333;
    list-style: none
  }
  
  [dir] .dropdown-menu {
    padding: .5rem 0;
    margin: .5rem 0 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 41, 47, .15);
    border-radius: 5px
  }
  
  [dir=ltr] .dropdown-menu {
    left: 0;
    float: left;
    text-align: left
  }
  
  [dir=rtl] .dropdown-menu {
    right: 0;
    float: right;
    text-align: right
  }
  
  [dir=ltr] .dropdown-menu-left {
    right: auto;
    left: 0
  }
  
  [dir=ltr] .dropdown-menu-right,
  [dir=rtl] .dropdown-menu-left {
    left: auto;
    right: 0
  }
  
  [dir=rtl] .dropdown-menu-right {
    left: 0;
    right: auto
  }
  
  @media(min-width:576px) {
    [dir=ltr] .dropdown-menu-sm-left {
      right: auto;
      left: 0
    }
  
    [dir=ltr] .dropdown-menu-sm-right,
    [dir=rtl] .dropdown-menu-sm-left {
      left: auto;
      right: 0
    }
  
    [dir=rtl] .dropdown-menu-sm-right {
      left: 0;
      right: auto
    }
  }
  
  @media(min-width:768px) {
    [dir=ltr] .dropdown-menu-md-left {
      right: auto;
      left: 0
    }
  
    [dir=ltr] .dropdown-menu-md-right,
    [dir=rtl] .dropdown-menu-md-left {
      left: auto;
      right: 0
    }
  
    [dir=rtl] .dropdown-menu-md-right {
      left: 0;
      right: auto
    }
  }
  
  @media(min-width:992px) {
    [dir=ltr] .dropdown-menu-lg-left {
      right: auto;
      left: 0
    }
  
    [dir=ltr] .dropdown-menu-lg-right,
    [dir=rtl] .dropdown-menu-lg-left {
      left: auto;
      right: 0
    }
  
    [dir=rtl] .dropdown-menu-lg-right {
      left: 0;
      right: auto
    }
  }
  
  @media(min-width:1200px) {
    [dir=ltr] .dropdown-menu-xl-left {
      right: auto;
      left: 0
    }
  
    [dir=ltr] .dropdown-menu-xl-right,
    [dir=rtl] .dropdown-menu-xl-left {
      left: auto;
      right: 0
    }
  
    [dir=rtl] .dropdown-menu-xl-right {
      left: 0;
      right: auto
    }
  }
  
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
  
  [dir] .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .5rem
  }
  
  .dropup .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: ""
  }
  
  [dir] .dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
  }
  
  [dir=ltr] .dropup .dropdown-toggle:after {
    margin-left: .255em;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
  }
  
  [dir=rtl] .dropup .dropdown-toggle:after {
    margin-right: .255em;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent
  }
  
  [dir=ltr] .dropup .dropdown-toggle:empty:after {
    margin-left: 0
  }
  
  [dir=rtl] .dropup .dropdown-toggle:empty:after {
    margin-right: 0
  }
  
  .dropright .dropdown-menu {
    top: 0
  }
  
  [dir] .dropright .dropdown-menu {
    margin-top: 0
  }
  
  [dir=ltr] .dropright .dropdown-menu {
    right: auto;
    left: 100%;
    margin-left: .5rem
  }
  
  [dir=rtl] .dropright .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: .5rem
  }
  
  .dropright .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: ""
  }
  
  [dir] .dropright .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
  }
  
  [dir=ltr] .dropright .dropdown-toggle:after {
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid
  }
  
  [dir=rtl] .dropright .dropdown-toggle:after {
    margin-right: .255em;
    border-left: 0;
    border-right: .3em solid
  }
  
  [dir=ltr] .dropright .dropdown-toggle:empty:after {
    margin-left: 0
  }
  
  [dir=rtl] .dropright .dropdown-toggle:empty:after {
    margin-right: 0
  }
  
  .dropright .dropdown-toggle:after {
    vertical-align: 0
  }
  
  .dropleft .dropdown-menu {
    top: 0
  }
  
  [dir] .dropleft .dropdown-menu {
    margin-top: 0
  }
  
  [dir=ltr] .dropleft .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: .5rem
  }
  
  [dir=rtl] .dropleft .dropdown-menu {
    left: 100%;
    right: auto;
    margin-left: .5rem
  }
  
  .dropleft .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: ""
  }
  
  [dir=ltr] .dropleft .dropdown-toggle:after {
    margin-left: .255em
  }
  
  [dir=rtl] .dropleft .dropdown-toggle:after {
    margin-right: .255em
  }
  
  .dropleft .dropdown-toggle:after {
    display: none
  }
  
  .dropleft .dropdown-toggle:before {
    display: inline-block;
    vertical-align: .255em;
    content: ""
  }
  
  [dir] .dropleft .dropdown-toggle:before {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
  }
  
  [dir=ltr] .dropleft .dropdown-toggle:before {
    margin-right: .255em;
    border-right: .3em solid
  }
  
  [dir=rtl] .dropleft .dropdown-toggle:before {
    margin-left: .255em;
    border-left: .3em solid
  }
  
  [dir=ltr] .dropleft .dropdown-toggle:empty:after {
    margin-left: 0
  }
  
  [dir=rtl] .dropleft .dropdown-toggle:empty:after {
    margin-right: 0
  }
  
  .dropleft .dropdown-toggle:before {
    vertical-align: 0
  }
  
  .dropdown-menu[x-placement^=bottom],
  .dropdown-menu[x-placement^=left],
  .dropdown-menu[x-placement^=right],
  .dropdown-menu[x-placement^=top] {
    bottom: auto
  }
  
  [dir=ltr] .dropdown-menu[x-placement^=bottom],
  [dir=ltr] .dropdown-menu[x-placement^=left],
  [dir=ltr] .dropdown-menu[x-placement^=right],
  [dir=ltr] .dropdown-menu[x-placement^=top] {
    right: auto
  }
  
  [dir=rtl] .dropdown-menu[x-placement^=bottom],
  [dir=rtl] .dropdown-menu[x-placement^=left],
  [dir=rtl] .dropdown-menu[x-placement^=right],
  [dir=rtl] .dropdown-menu[x-placement^=top] {
    left: auto
  }
  
  .dropdown-divider {
    height: 0;
    overflow: hidden
  }
  
  [dir] .dropdown-divider {
    margin: .5rem 0;
    border-top: 1px solid rgba(0, 0, 0, .08)
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #2a2e30;
    white-space: nowrap
  }
  
  [dir] .dropdown-item {
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    background-color: transparent;
    border: 0
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #1e2122;
    text-decoration: none
  }
  
  [dir] .dropdown-item:focus,
  [dir] .dropdown-item:hover {
    background-color: #f9f9f9
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none
  }
  
  [dir] .dropdown-item.active,
  [dir] .dropdown-item:active {
    background-color: #1768ac
  }
  
  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none
  }
  
  [dir] .dropdown-item.disabled,
  [dir] .dropdown-item:disabled {
    background-color: transparent
  }
  
  .dropdown-menu.show {
    display: block
  }
  
  .dropdown-header {
    display: block;
    font-size: 1rem;
    color: #b8c2cc;
    white-space: nowrap
  }
  
  [dir] .dropdown-header {
    padding: .5rem 1.5rem;
    margin-bottom: 0
  }
  
  .dropdown-item-text {
    display: block;
    color: #2a2e30
  }
  
  [dir] .dropdown-item-text {
    padding: .25rem 1.5rem
  }
  
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
  }
  
  .btn-group-vertical>.btn,
  .btn-group>.btn {
    position: relative;
    flex: 1 1 auto
  }
  
  .btn-group-vertical>.btn.active,
  .btn-group-vertical>.btn:active,
  .btn-group-vertical>.btn:focus,
  .btn-group-vertical>.btn:hover,
  .btn-group>.btn.active,
  .btn-group>.btn:active,
  .btn-group>.btn:focus,
  .btn-group>.btn:hover {
    z-index: 1
  }
  
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
  }
  
  .btn-toolbar .input-group {
    width: auto
  }
  
  [dir=ltr] .btn-group>.btn-group:not(:first-child),
  [dir=ltr] .btn-group>.btn:not(:first-child) {
    margin-left: 0
  }
  
  [dir=rtl] .btn-group>.btn-group:not(:first-child),
  [dir=rtl] .btn-group>.btn:not(:first-child) {
    margin-right: 0
  }
  
  [dir=ltr] .btn-group>.btn-group:not(:last-child)>.btn,
  [dir=ltr] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  [dir=ltr] .btn-group>.btn-group:not(:first-child)>.btn,
  [dir=ltr] .btn-group>.btn:not(:first-child),
  [dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn,
  [dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn,
  [dir=rtl] .btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  [dir=ltr] .dropdown-toggle-split,
  [dir=rtl] .dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
  
  [dir=ltr] .dropdown-toggle-split:after,
  [dir=ltr] .dropright .dropdown-toggle-split:after,
  [dir=ltr] .dropup .dropdown-toggle-split:after {
    margin-left: 0
  }
  
  [dir=ltr] .dropleft .dropdown-toggle-split:before,
  [dir=rtl] .dropdown-toggle-split:after,
  [dir=rtl] .dropright .dropdown-toggle-split:after,
  [dir=rtl] .dropup .dropdown-toggle-split:after {
    margin-right: 0
  }
  
  [dir=rtl] .dropleft .dropdown-toggle-split:before {
    margin-left: 0
  }
  
  [dir=ltr] .btn-group-sm>.btn+.dropdown-toggle-split,
  [dir=ltr] .btn-sm+.dropdown-toggle-split,
  [dir=rtl] .btn-group-sm>.btn+.dropdown-toggle-split,
  [dir=rtl] .btn-sm+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
  }
  
  [dir=ltr] .btn-group-lg>.btn+.dropdown-toggle-split,
  [dir=ltr] .btn-lg+.dropdown-toggle-split,
  [dir=rtl] .btn-group-lg>.btn+.dropdown-toggle-split,
  [dir=rtl] .btn-lg+.dropdown-toggle-split {
    padding-right: 1.875rem;
    padding-left: 1.875rem
  }
  
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
  }
  
  .btn-group-vertical>.btn,
  .btn-group-vertical>.btn-group {
    width: 100%
  }
  
  [dir] .btn-group-vertical>.btn-group:not(:first-child),
  [dir] .btn-group-vertical>.btn:not(:first-child) {
    margin-top: 0
  }
  
  [dir=ltr] .btn-group-vertical>.btn-group:not(:last-child)>.btn,
  [dir=ltr] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
  [dir=rtl] .btn-group-vertical>.btn-group:not(:last-child)>.btn,
  [dir=rtl] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=ltr] .btn-group-vertical>.btn-group:not(:first-child)>.btn,
  [dir=ltr] .btn-group-vertical>.btn:not(:first-child),
  [dir=rtl] .btn-group-vertical>.btn-group:not(:first-child)>.btn,
  [dir=rtl] .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  
  [dir] .btn-group-toggle>.btn,
  [dir] .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
  }
  
  .btn-group-toggle>.btn-group>.btn input[type=checkbox],
  .btn-group-toggle>.btn-group>.btn input[type=radio],
  .btn-group-toggle>.btn input[type=checkbox],
  .btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
  }
  
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
  }
  
  .input-group>.custom-file,
  .input-group>.custom-select,
  .input-group>.form-control,
  .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
  }
  
  [dir] .input-group>.custom-file,
  [dir] .input-group>.custom-select,
  [dir] .input-group>.form-control,
  [dir] .input-group>.form-control-plaintext {
    margin-bottom: 0
  }
  
  [dir=ltr] .input-group>.custom-file+.custom-file,
  [dir=ltr] .input-group>.custom-file+.custom-select,
  [dir=ltr] .input-group>.custom-file+.form-control,
  [dir=ltr] .input-group>.custom-select+.custom-file,
  [dir=ltr] .input-group>.custom-select+.custom-select,
  [dir=ltr] .input-group>.custom-select+.form-control,
  [dir=ltr] .input-group>.form-control+.custom-file,
  [dir=ltr] .input-group>.form-control+.custom-select,
  [dir=ltr] .input-group>.form-control+.form-control,
  [dir=ltr] .input-group>.form-control-plaintext+.custom-file,
  [dir=ltr] .input-group>.form-control-plaintext+.custom-select,
  [dir=ltr] .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
  }
  
  [dir=rtl] .input-group>.custom-file+.custom-file,
  [dir=rtl] .input-group>.custom-file+.custom-select,
  [dir=rtl] .input-group>.custom-file+.form-control,
  [dir=rtl] .input-group>.custom-select+.custom-file,
  [dir=rtl] .input-group>.custom-select+.custom-select,
  [dir=rtl] .input-group>.custom-select+.form-control,
  [dir=rtl] .input-group>.form-control+.custom-file,
  [dir=rtl] .input-group>.form-control+.custom-select,
  [dir=rtl] .input-group>.form-control+.form-control,
  [dir=rtl] .input-group>.form-control-plaintext+.custom-file,
  [dir=rtl] .input-group>.form-control-plaintext+.custom-select,
  [dir=rtl] .input-group>.form-control-plaintext+.form-control {
    margin-right: -1px
  }
  
  .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
  .input-group>.custom-select:focus,
  .input-group>.form-control:focus {
    z-index: 3
  }
  
  .input-group>.custom-file .custom-file-input:focus {
    z-index: 4
  }
  
  [dir=ltr] .input-group>.custom-select:not(:first-child),
  [dir=ltr] .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=rtl] .input-group>.custom-select:not(:first-child),
  [dir=rtl] .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  .input-group>.custom-file {
    display: flex;
    align-items: center
  }
  
  [dir=ltr] .input-group>.custom-file:not(:first-child) .custom-file-label,
  [dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=ltr] .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
  [dir=ltr] .input-group:not(.has-validation)>.custom-select:not(:last-child),
  [dir=ltr] .input-group:not(.has-validation)>.form-control:not(:last-child),
  [dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label,
  [dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  [dir=rtl] .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
  [dir=rtl] .input-group:not(.has-validation)>.custom-select:not(:last-child),
  [dir=rtl] .input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=ltr] .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
  [dir=ltr] .input-group.has-validation>.custom-select:nth-last-child(n+3),
  [dir=ltr] .input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  [dir=rtl] .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
  [dir=rtl] .input-group.has-validation>.custom-select:nth-last-child(n+3),
  [dir=rtl] .input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  .input-group-append,
  .input-group-prepend {
    display: flex
  }
  
  .input-group-append .btn,
  .input-group-prepend .btn {
    position: relative;
    z-index: 2
  }
  
  .input-group-append .btn:focus,
  .input-group-prepend .btn:focus {
    z-index: 3
  }
  
  [dir=ltr] .input-group-append .btn+.btn,
  [dir=ltr] .input-group-append .btn+.input-group-text,
  [dir=ltr] .input-group-append .input-group-text+.btn,
  [dir=ltr] .input-group-append .input-group-text+.input-group-text,
  [dir=ltr] .input-group-prepend .btn+.btn,
  [dir=ltr] .input-group-prepend .btn+.input-group-text,
  [dir=ltr] .input-group-prepend .input-group-text+.btn,
  [dir=ltr] .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
  }
  
  [dir=ltr] .input-group-prepend,
  [dir=rtl] .input-group-append .btn+.btn,
  [dir=rtl] .input-group-append .btn+.input-group-text,
  [dir=rtl] .input-group-append .input-group-text+.btn,
  [dir=rtl] .input-group-append .input-group-text+.input-group-text,
  [dir=rtl] .input-group-prepend .btn+.btn,
  [dir=rtl] .input-group-prepend .btn+.input-group-text,
  [dir=rtl] .input-group-prepend .input-group-text+.btn,
  [dir=rtl] .input-group-prepend .input-group-text+.input-group-text {
    margin-right: -1px
  }
  
  [dir=ltr] .input-group-append,
  [dir=rtl] .input-group-prepend {
    margin-left: -1px
  }
  
  [dir=rtl] .input-group-append {
    margin-right: -1px
  }
  
  .input-group-text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    white-space: nowrap
  }
  
  [dir] .input-group-text {
    padding: .6965rem .7rem;
    margin-bottom: 0;
    text-align: center;
    background-color: #ededed;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
  }
  
  [dir] .input-group-text input[type=checkbox],
  [dir] .input-group-text input[type=radio] {
    margin-top: 0
  }
  
  .input-group-lg>.custom-select,
  .input-group-lg>.form-control:not(textarea) {
    height: calc(1.25em + 2rem + 2px)
  }
  
  .input-group-lg>.custom-select,
  .input-group-lg>.form-control,
  .input-group-lg>.input-group-append>.btn,
  .input-group-lg>.input-group-append>.input-group-text,
  .input-group-lg>.input-group-prepend>.btn,
  .input-group-lg>.input-group-prepend>.input-group-text {
    font-size: 1.25rem;
    line-height: 1.25
  }
  
  [dir] .input-group-lg>.custom-select,
  [dir] .input-group-lg>.form-control,
  [dir] .input-group-lg>.input-group-append>.btn,
  [dir] .input-group-lg>.input-group-append>.input-group-text,
  [dir] .input-group-lg>.input-group-prepend>.btn,
  [dir] .input-group-lg>.input-group-prepend>.input-group-text {
    padding: 1rem 2.5rem;
    border-radius: 6px
  }
  
  .input-group-sm>.custom-select,
  .input-group-sm>.form-control:not(textarea) {
    height: calc(1em + 1rem + 2px)
  }
  
  .input-group-sm>.custom-select,
  .input-group-sm>.form-control,
  .input-group-sm>.input-group-append>.btn,
  .input-group-sm>.input-group-append>.input-group-text,
  .input-group-sm>.input-group-prepend>.btn,
  .input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .7rem;
    line-height: 1
  }
  
  [dir] .input-group-sm>.custom-select,
  [dir] .input-group-sm>.form-control,
  [dir] .input-group-sm>.input-group-append>.btn,
  [dir] .input-group-sm>.input-group-append>.input-group-text,
  [dir] .input-group-sm>.input-group-prepend>.btn,
  [dir] .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .5rem 1.5rem;
    border-radius: 4px
  }
  
  [dir=ltr] .input-group-lg>.custom-select,
  [dir=ltr] .input-group-sm>.custom-select {
    padding-right: 1.7rem
  }
  
  [dir=rtl] .input-group-lg>.custom-select,
  [dir=rtl] .input-group-sm>.custom-select {
    padding-left: 1.7rem
  }
  
  [dir=ltr] .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
  [dir=ltr] .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
  [dir=ltr] .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
  [dir=ltr] .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
  [dir=ltr] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
  [dir=ltr] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
  [dir=ltr] .input-group>.input-group-prepend>.btn,
  [dir=ltr] .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  [dir=ltr] .input-group>.input-group-append>.btn,
  [dir=ltr] .input-group>.input-group-append>.input-group-text,
  [dir=ltr] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
  [dir=ltr] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
  [dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.btn,
  [dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
  [dir=rtl] .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
  [dir=rtl] .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
  [dir=rtl] .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
  [dir=rtl] .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
  [dir=rtl] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
  [dir=rtl] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
  [dir=rtl] .input-group>.input-group-prepend>.btn,
  [dir=rtl] .input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=rtl] .input-group>.input-group-append>.btn,
  [dir=rtl] .input-group>.input-group-append>.input-group-text,
  [dir=rtl] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
  [dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
  [dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn,
  [dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  
  .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.45rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
  }
  
  [dir=ltr] .custom-control {
    padding-left: 1.5rem
  }
  
  [dir=rtl] .custom-control {
    padding-right: 1.5rem
  }
  
  .custom-control-inline {
    display: inline-flex
  }
  
  [dir=ltr] .custom-control-inline {
    margin-right: 1rem
  }
  
  [dir=rtl] .custom-control-inline {
    margin-left: 1rem
  }
  
  .custom-control-input {
    position: absolute;
    z-index: -1;
    width: 1rem;
    height: 1.225rem;
    opacity: 0
  }
  
  [dir=ltr] .custom-control-input {
    left: 0
  }
  
  [dir=rtl] .custom-control-input {
    right: 0
  }
  
  .custom-control-input:checked~.custom-control-label:before {
    color: #fff
  }
  
  [dir] .custom-control-input:checked~.custom-control-label:before {
    border-color: #1768ac;
    background-color: #1768ac
  }
  
  [dir] .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  [dir] .custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #1768ac
  }
  
  .custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff
  }
  
  [dir] .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #87bfef;
    border-color: #87bfef
  }
  
  .custom-control-input:disabled~.custom-control-label,
  .custom-control-input[disabled]~.custom-control-label {
    color: #b8c2cc
  }
  
  [dir] .custom-control-input:disabled~.custom-control-label:before,
  [dir] .custom-control-input[disabled]~.custom-control-label:before {
    background-color: #f5f5f1
  }
  
  .custom-control-label {
    position: relative;
    vertical-align: top
  }
  
  [dir] .custom-control-label {
    margin-bottom: 0
  }
  
  .custom-control-label:before {
    position: absolute;
    top: .225rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: ""
  }
  
  [dir] .custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd
  }
  
  [dir=ltr] .custom-control-label:before {
    left: -1.5rem
  }
  
  [dir=rtl] .custom-control-label:before {
    right: -1.5rem
  }
  
  .custom-control-label:after {
    position: absolute;
    top: .225rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
  }
  
  [dir] .custom-control-label:after {
    background: 50%/50% 50% no-repeat
  }
  
  [dir=ltr] .custom-control-label:after {
    left: -1.5rem
  }
  
  [dir=rtl] .custom-control-label:after {
    right: -1.5rem
  }
  
  [dir] .custom-checkbox .custom-control-label:before {
    border-radius: .25rem
  }
  
  [dir] .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
  }
  
  [dir] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #1768ac;
    background-color: #1768ac
  }
  
  [dir] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
  }
  
  [dir] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(23, 104, 172, .5)
  }
  
  [dir] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(23, 104, 172, .5)
  }
  
  [dir] .custom-radio .custom-control-label:before {
    border-radius: 50%
  }
  
  [dir] .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
  }
  
  [dir] .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(23, 104, 172, .5)
  }
  
  [dir=ltr] .custom-switch {
    padding-left: 3.5rem
  }
  
  [dir=rtl] .custom-switch {
    padding-right: 3.5rem
  }
  
  .custom-switch .custom-control-label:before {
    width: 3rem;
    pointer-events: all
  }
  
  [dir] .custom-switch .custom-control-label:before {
    border-radius: .857rem
  }
  
  [dir=ltr] .custom-switch .custom-control-label:before {
    left: -3.5rem
  }
  
  [dir=rtl] .custom-switch .custom-control-label:before {
    right: -3.5rem
  }
  
  .custom-switch .custom-control-label:after {
    top: calc(.225rem + 2px);
    width: 1.28rem;
    height: 1.28rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  [dir] .custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .857rem
  }
  
  [dir=ltr] .custom-switch .custom-control-label:after {
    left: calc(-3.5rem + 2px)
  }
  
  [dir=rtl] .custom-switch .custom-control-label:after {
    right: calc(-3.5rem + 2px)
  }
  
  @media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
      transition: none
    }
  }
  
  [dir] .custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff
  }
  
  [dir=ltr] .custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(2rem)
  }
  
  [dir=rtl] .custom-switch .custom-control-input:checked~.custom-control-label:after {
    transform: translateX(-2rem)
  }
  
  [dir] .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(23, 104, 172, .5)
  }
  
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.25em + 1.393rem + 1px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    vertical-align: middle;
    appearance: none
  }
  
  [dir] .custom-select {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
  }
  
  [dir=ltr] .custom-select {
    padding: .6965rem 1.7rem .6965rem .7rem;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231e1e1e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .7rem center/8px 10px no-repeat
  }
  
  [dir=rtl] .custom-select {
    padding: .6965rem .7rem .6965rem 1.7rem;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231e1e1e' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") left .7rem center/8px 10px no-repeat
  }
  
  .custom-select:focus {
    outline: 0
  }
  
  [dir] .custom-select:focus {
    border-color: #1768ac;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  .custom-select:focus::-ms-value {
    color: #4e5154
  }
  
  [dir] .custom-select:focus::-ms-value {
    background-color: #fff
  }
  
  .custom-select[multiple],
  .custom-select[size]:not([size="1"]) {
    height: auto
  }
  
  [dir] .custom-select[multiple],
  [dir] .custom-select[size]:not([size="1"]) {
    background-image: none
  }
  
  [dir=ltr] .custom-select[multiple],
  [dir=ltr] .custom-select[size]:not([size="1"]) {
    padding-right: .7rem
  }
  
  [dir=rtl] .custom-select[multiple],
  [dir=rtl] .custom-select[size]:not([size="1"]) {
    padding-left: .7rem
  }
  
  .custom-select:disabled {
    color: #b8c2cc
  }
  
  [dir] .custom-select:disabled {
    background-color: #ededed
  }
  
  .custom-select::-ms-expand {
    display: none
  }
  
  .custom-select:-moz-focusring {
    color: transparent
  }
  
  [dir] .custom-select:-moz-focusring {
    text-shadow: 0 0 0 #4e5154
  }
  
  .custom-select-sm {
    height: calc(1em + 1rem + 2px);
    font-size: .7rem
  }
  
  [dir] .custom-select-sm {
    padding-top: .5rem;
    padding-bottom: .5rem
  }
  
  [dir=ltr] .custom-select-sm {
    padding-left: 1.5rem
  }
  
  [dir=rtl] .custom-select-sm {
    padding-right: 1.5rem
  }
  
  .custom-select-lg {
    height: calc(1.25em + 2rem + 2px);
    font-size: 1.25rem
  }
  
  [dir] .custom-select-lg {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  
  [dir=ltr] .custom-select-lg {
    padding-left: 2.5rem
  }
  
  [dir=rtl] .custom-select-lg {
    padding-right: 2.5rem
  }
  
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.25em + 1.393rem + 1px)
  }
  
  [dir] .custom-file {
    margin-bottom: 0
  }
  
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.25em + 1.393rem + 1px);
    overflow: hidden;
    opacity: 0
  }
  
  [dir] .custom-file-input {
    margin: 0
  }
  
  [dir] .custom-file-input:focus~.custom-file-label {
    border-color: #1768ac;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  [dir] .custom-file-input:disabled~.custom-file-label,
  [dir] .custom-file-input[disabled]~.custom-file-label {
    background-color: #f5f5f1
  }
  
  .custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
  }
  
  .custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
  }
  
  .custom-file-label {
    position: absolute;
    top: 0;
    z-index: 1;
    height: calc(1.25em + 1.393rem + 1px);
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5rem;
    color: #4e5154
  }
  
  [dir] .custom-file-label {
    padding: .6965rem .7rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
  }
  
  [dir=ltr] .custom-file-label,
  [dir=rtl] .custom-file-label {
    right: 0;
    left: 0
  }
  
  .custom-file-label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.25em + 1.393rem);
    line-height: 1.5rem;
    color: #4e5154;
    content: "Browse"
  }
  
  [dir] .custom-file-label:after {
    padding: .6965rem .7rem;
    background-color: #ededed
  }
  
  [dir=ltr] .custom-file-label:after {
    right: 0;
    border-left: inherit;
    border-radius: 0 5px 5px 0
  }
  
  [dir=rtl] .custom-file-label:after {
    left: 0;
    border-right: inherit;
    border-radius: 5px 0 0 5px
  }
  
  .custom-range {
    width: 100%;
    height: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  
  [dir] .custom-range {
    padding: 0;
    background-color: transparent
  }
  
  .custom-range:focus {
    outline: 0
  }
  
  [dir] .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  [dir] .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  [dir] .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f9f9f9, 0 3px 10px 0 rgba(0, 0, 0, .15)
  }
  
  [dir] .custom-range::-moz-focus-outer {
    border: 0
  }
  
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
  }
  
  [dir] .custom-range::-webkit-slider-thumb {
    margin-top: -.25rem;
    background-color: #1768ac;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  @media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
      transition: none
    }
  
    [dir] .custom-range::-webkit-slider-thumb {
      -webkit-transition: none
    }
  }
  
  [dir] .custom-range::-webkit-slider-thumb:active {
    background-color: #87bfef
  }
  
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent
  }
  
  [dir] .custom-range::-webkit-slider-runnable-track {
    cursor: pointer;
    background-color: #dae1e7;
    border-color: transparent;
    border-radius: 1rem
  }
  
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
  }
  
  [dir] .custom-range::-moz-range-thumb {
    background-color: #1768ac;
    border: 0;
    border-radius: 1rem
  }
  
  @media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none
    }
  }
  
  [dir] .custom-range::-moz-range-thumb:active {
    background-color: #87bfef
  }
  
  .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent
  }
  
  [dir] .custom-range::-moz-range-track {
    cursor: pointer;
    background-color: #dae1e7;
    border-color: transparent;
    border-radius: 1rem
  }
  
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
  }
  
  [dir] .custom-range::-ms-thumb {
    margin-top: 0;
    background-color: #1768ac;
    border: 0;
    border-radius: 1rem
  }
  
  [dir=ltr] .custom-range::-ms-thumb,
  [dir=rtl] .custom-range::-ms-thumb {
    margin-right: .2rem;
    margin-left: .2rem
  }
  
  @media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
      -ms-transition: none;
      transition: none
    }
  }
  
  [dir] .custom-range::-ms-thumb:active {
    background-color: #87bfef
  }
  
  .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent
  }
  
  [dir] .custom-range::-ms-track {
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
  }
  
  [dir] .custom-range::-ms-fill-lower,
  [dir] .custom-range::-ms-fill-upper {
    background-color: #dae1e7;
    border-radius: 1rem
  }
  
  [dir=ltr] .custom-range::-ms-fill-upper {
    margin-right: 15px
  }
  
  [dir=rtl] .custom-range::-ms-fill-upper {
    margin-left: 15px
  }
  
  [dir] .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
  }
  
  [dir] .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
  }
  
  [dir] .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
  }
  
  [dir] .custom-range:disabled::-moz-range-track {
    cursor: default
  }
  
  [dir] .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
  }
  
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  @media(prefers-reduced-motion:reduce) {
  
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
      transition: none
    }
  }
  
  .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none
  }
  
  [dir] .nav {
    margin-bottom: 0
  }
  
  [dir=ltr] .nav {
    padding-left: 0
  }
  
  [dir=rtl] .nav {
    padding-right: 0
  }
  
  .nav-link {
    display: block
  }
  
  [dir] .nav-link {
    padding: .357rem .5rem
  }
  
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none
  }
  
  .nav-link.disabled {
    color: #b8c2cc;
    pointer-events: none
  }
  
  [dir] .nav-link.disabled {
    cursor: default
  }
  
  [dir] .nav-tabs {
    border-bottom: 1px solid #dae1e7
  }
  
  [dir] .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent
  }
  
  [dir=ltr] .nav-tabs .nav-link,
  [dir=rtl] .nav-tabs .nav-link {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
  }
  
  [dir] .nav-tabs .nav-link:focus,
  [dir] .nav-tabs .nav-link:hover {
    border-color: #ededed #ededed #dae1e7
  }
  
  .nav-tabs .nav-link.disabled {
    color: #b8c2cc
  }
  
  [dir] .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent
  }
  
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #4e5154
  }
  
  [dir] .nav-tabs .nav-item.show .nav-link,
  [dir] .nav-tabs .nav-link.active {
    background-color: #f9f9f9;
    border-color: #dae1e7 #dae1e7 #f9f9f9
  }
  
  [dir] .nav-tabs .dropdown-menu {
    margin-top: -1px
  }
  
  [dir=ltr] .nav-tabs .dropdown-menu,
  [dir=rtl] .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  
  [dir] .nav-pills .nav-link {
    border-radius: .5rem
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #fff
  }
  
  [dir] .nav-pills .nav-link.active,
  [dir] .nav-pills .show>.nav-link {
    background-color: #1768ac
  }
  
  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    flex: 1 1 auto
  }
  
  [dir] .nav-fill .nav-item,
  [dir] .nav-fill>.nav-link {
    text-align: center
  }
  
  .nav-justified .nav-item,
  .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1
  }
  
  [dir] .nav-justified .nav-item,
  [dir] .nav-justified>.nav-link {
    text-align: center
  }
  
  .tab-content>.tab-pane {
    display: none
  }
  
  .tab-content>.active {
    display: block
  }
  
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
  }
  
  [dir] .navbar {
    padding: .5rem 1rem
  }
  
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-lg,
  .navbar .container-md,
  .navbar .container-sm,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
  }
  
  .navbar-brand {
    display: inline-block;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap
  }
  
  [dir] .navbar-brand {
    padding-top: -.368rem;
    padding-bottom: -.368rem
  }
  
  [dir=ltr] .navbar-brand {
    margin-right: 1rem
  }
  
  [dir=rtl] .navbar-brand {
    margin-left: 1rem
  }
  
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none
  }
  
  .navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none
  }
  
  [dir] .navbar-nav {
    margin-bottom: 0
  }
  
  [dir=ltr] .navbar-nav {
    padding-left: 0
  }
  
  [dir=rtl] .navbar-nav {
    padding-right: 0
  }
  
  [dir=ltr] .navbar-nav .nav-link,
  [dir=rtl] .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
  }
  
  .navbar-nav .dropdown-menu {
    position: static
  }
  
  [dir] .navbar-nav .dropdown-menu {
    float: none
  }
  
  .navbar-text {
    display: inline-block
  }
  
  [dir] .navbar-text {
    padding-top: .357rem;
    padding-bottom: .357rem
  }
  
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
  }
  
  .navbar-toggler {
    font-size: 2rem;
    line-height: 1
  }
  
  [dir] .navbar-toggler {
    padding: .25rem .75rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .4285rem
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: ""
  }
  
  [dir] .navbar-toggler-icon {
    background: 50%/100% 100% no-repeat
  }
  
  .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
  }
  
  @media(max-width:575.98px) {
  
    [dir=ltr] .navbar-expand-sm>.container,
    [dir=ltr] .navbar-expand-sm>.container-fluid,
    [dir=ltr] .navbar-expand-sm>.container-lg,
    [dir=ltr] .navbar-expand-sm>.container-md,
    [dir=ltr] .navbar-expand-sm>.container-sm,
    [dir=ltr] .navbar-expand-sm>.container-xl,
    [dir=rtl] .navbar-expand-sm>.container,
    [dir=rtl] .navbar-expand-sm>.container-fluid,
    [dir=rtl] .navbar-expand-sm>.container-lg,
    [dir=rtl] .navbar-expand-sm>.container-md,
    [dir=rtl] .navbar-expand-sm>.container-sm,
    [dir=rtl] .navbar-expand-sm>.container-xl {
      padding-right: 0;
      padding-left: 0
    }
  }
  
  @media(min-width:576px) {
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start
    }
  
    .navbar-expand-sm .navbar-nav {
      flex-direction: row
    }
  
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute
    }
  
    [dir=ltr] .navbar-expand-sm .navbar-nav .nav-link,
    [dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
    }
  
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
      flex-wrap: nowrap
    }
  
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible
    }
  
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto
    }
  
    .navbar-expand-sm .navbar-toggler {
      display: none
    }
  }
  
  @media(max-width:767.98px) {
  
    [dir=ltr] .navbar-expand-md>.container,
    [dir=ltr] .navbar-expand-md>.container-fluid,
    [dir=ltr] .navbar-expand-md>.container-lg,
    [dir=ltr] .navbar-expand-md>.container-md,
    [dir=ltr] .navbar-expand-md>.container-sm,
    [dir=ltr] .navbar-expand-md>.container-xl,
    [dir=rtl] .navbar-expand-md>.container,
    [dir=rtl] .navbar-expand-md>.container-fluid,
    [dir=rtl] .navbar-expand-md>.container-lg,
    [dir=rtl] .navbar-expand-md>.container-md,
    [dir=rtl] .navbar-expand-md>.container-sm,
    [dir=rtl] .navbar-expand-md>.container-xl {
      padding-right: 0;
      padding-left: 0
    }
  }
  
  @media(min-width:768px) {
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start
    }
  
    .navbar-expand-md .navbar-nav {
      flex-direction: row
    }
  
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute
    }
  
    [dir=ltr] .navbar-expand-md .navbar-nav .nav-link,
    [dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
    }
  
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
      flex-wrap: nowrap
    }
  
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible
    }
  
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto
    }
  
    .navbar-expand-md .navbar-toggler {
      display: none
    }
  }
  
  @media(max-width:991.98px) {
  
    [dir=ltr] .navbar-expand-lg>.container,
    [dir=ltr] .navbar-expand-lg>.container-fluid,
    [dir=ltr] .navbar-expand-lg>.container-lg,
    [dir=ltr] .navbar-expand-lg>.container-md,
    [dir=ltr] .navbar-expand-lg>.container-sm,
    [dir=ltr] .navbar-expand-lg>.container-xl,
    [dir=rtl] .navbar-expand-lg>.container,
    [dir=rtl] .navbar-expand-lg>.container-fluid,
    [dir=rtl] .navbar-expand-lg>.container-lg,
    [dir=rtl] .navbar-expand-lg>.container-md,
    [dir=rtl] .navbar-expand-lg>.container-sm,
    [dir=rtl] .navbar-expand-lg>.container-xl {
      padding-right: 0;
      padding-left: 0
    }
  }
  
  @media(min-width:992px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start
    }
  
    .navbar-expand-lg .navbar-nav {
      flex-direction: row
    }
  
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute
    }
  
    [dir=ltr] .navbar-expand-lg .navbar-nav .nav-link,
    [dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
    }
  
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
      flex-wrap: nowrap
    }
  
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible
    }
  
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto
    }
  
    .navbar-expand-lg .navbar-toggler {
      display: none
    }
  }
  
  @media(max-width:1199.98px) {
  
    [dir=ltr] .navbar-expand-xl>.container,
    [dir=ltr] .navbar-expand-xl>.container-fluid,
    [dir=ltr] .navbar-expand-xl>.container-lg,
    [dir=ltr] .navbar-expand-xl>.container-md,
    [dir=ltr] .navbar-expand-xl>.container-sm,
    [dir=ltr] .navbar-expand-xl>.container-xl,
    [dir=rtl] .navbar-expand-xl>.container,
    [dir=rtl] .navbar-expand-xl>.container-fluid,
    [dir=rtl] .navbar-expand-xl>.container-lg,
    [dir=rtl] .navbar-expand-xl>.container-md,
    [dir=rtl] .navbar-expand-xl>.container-sm,
    [dir=rtl] .navbar-expand-xl>.container-xl {
      padding-right: 0;
      padding-left: 0
    }
  }
  
  @media(min-width:1200px) {
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start
    }
  
    .navbar-expand-xl .navbar-nav {
      flex-direction: row
    }
  
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute
    }
  
    [dir=ltr] .navbar-expand-xl .navbar-nav .nav-link,
    [dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem
    }
  
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
      flex-wrap: nowrap
    }
  
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible
    }
  
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto
    }
  
    .navbar-expand-xl .navbar-toggler {
      display: none
    }
  }
  
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  
  [dir=ltr] .navbar-expand>.container,
  [dir=ltr] .navbar-expand>.container-fluid,
  [dir=ltr] .navbar-expand>.container-lg,
  [dir=ltr] .navbar-expand>.container-md,
  [dir=ltr] .navbar-expand>.container-sm,
  [dir=ltr] .navbar-expand>.container-xl,
  [dir=rtl] .navbar-expand>.container,
  [dir=rtl] .navbar-expand>.container-fluid,
  [dir=rtl] .navbar-expand>.container-lg,
  [dir=rtl] .navbar-expand>.container-md,
  [dir=rtl] .navbar-expand>.container-sm,
  [dir=rtl] .navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
  
  .navbar-expand .navbar-nav {
    flex-direction: row
  }
  
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
  }
  
  [dir=ltr] .navbar-expand .navbar-nav .nav-link,
  [dir=rtl] .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  
  .navbar-expand>.container,
  .navbar-expand>.container-fluid,
  .navbar-expand>.container-lg,
  .navbar-expand>.container-md,
  .navbar-expand>.container-sm,
  .navbar-expand>.container-xl {
    flex-wrap: nowrap
  }
  
  .navbar-expand .navbar-nav-scroll {
    overflow: visible
  }
  
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  
  .navbar-expand .navbar-toggler {
    display: none
  }
  
  .navbar-light .navbar-brand,
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover {
    color: rgba(34, 41, 47, .9)
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(34, 41, 47, .5)
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(34, 41, 47, .7)
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(34, 41, 47, .3)
  }
  
  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(34, 41, 47, .9)
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(34, 41, 47, .5)
  }
  
  [dir] .navbar-light .navbar-toggler {
    border-color: rgba(34, 41, 47, .1)
  }
  
  [dir] .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(34, 41, 47, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
  }
  
  .navbar-light .navbar-text {
    color: rgba(34, 41, 47, .5)
  }
  
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:focus,
  .navbar-light .navbar-text a:hover {
    color: rgba(34, 41, 47, .9)
  }
  
  .navbar-dark .navbar-brand,
  .navbar-dark .navbar-brand:focus,
  .navbar-dark .navbar-brand:hover {
    color: #fff
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
  }
  
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
  }
  
  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
  }
  
  .navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5)
  }
  
  [dir] .navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1)
  }
  
  [dir] .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
  }
  
  .navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
  }
  
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:focus,
  .navbar-dark .navbar-text a:hover {
    color: #fff
  }
  
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word
  }
  
  [dir] .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(34, 41, 47, .125)
  }
  
  [dir=ltr] .card>hr,
  [dir=rtl] .card>hr {
    margin-right: 0;
    margin-left: 0
  }
  
  [dir] .card>.list-group {
    border-top: inherit;
    border-bottom: inherit
  }
  
  [dir] .card>.list-group:first-child {
    border-top-width: 0
  }
  
  [dir=ltr] .card>.list-group:first-child,
  [dir=rtl] .card>.list-group:first-child {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
  }
  
  [dir] .card>.list-group:last-child {
    border-bottom-width: 0
  }
  
  [dir=ltr] .card>.list-group:last-child,
  [dir=rtl] .card>.list-group:last-child {
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px)
  }
  
  [dir] .card>.card-header+.list-group,
  [dir] .card>.list-group+.card-footer {
    border-top: 0
  }
  
  .card-body {
    flex: 1 1 auto;
    min-height: 1px
  }
  
  [dir] .card-body {
    padding: 1.5rem
  }
  
  [dir] .card-title {
    margin-bottom: 1.5rem
  }
  
  [dir] .card-subtitle {
    margin-top: -.75rem;
    margin-bottom: 0
  }
  
  [dir] .card-text:last-child {
    margin-bottom: 0
  }
  
  .card-link:hover {
    text-decoration: none
  }
  
  [dir=ltr] .card-link+.card-link {
    margin-left: 1.5rem
  }
  
  [dir=rtl] .card-link+.card-link {
    margin-right: 1.5rem
  }
  
  [dir] .card-header {
    padding: 1.5rem;
    margin-bottom: 0;
    background-color: rgba(34, 41, 47, .03);
    border-bottom: 1px solid rgba(34, 41, 47, .125)
  }
  
  [dir] .card-header:first-child {
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0
  }
  
  [dir] .card-footer {
    padding: 1.5rem;
    background-color: rgba(34, 41, 47, .03);
    border-top: 1px solid rgba(34, 41, 47, .125)
  }
  
  [dir] .card-footer:last-child {
    border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px)
  }
  
  [dir] .card-header-tabs {
    margin-bottom: -1.5rem;
    border-bottom: 0
  }
  
  [dir=ltr] .card-header-pills,
  [dir=ltr] .card-header-tabs,
  [dir=rtl] .card-header-pills,
  [dir=rtl] .card-header-tabs {
    margin-right: -.75rem;
    margin-left: -.75rem
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0
  }
  
  [dir] .card-img-overlay {
    padding: 1.25rem;
    border-radius: calc(.5rem - 1px)
  }
  
  [dir=ltr] .card-img-overlay,
  [dir=rtl] .card-img-overlay {
    right: 0;
    left: 0
  }
  
  .card-img,
  .card-img-bottom,
  .card-img-top {
    flex-shrink: 0;
    width: 100%
  }
  
  [dir=ltr] .card-img,
  [dir=ltr] .card-img-top,
  [dir=rtl] .card-img,
  [dir=rtl] .card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
  }
  
  [dir=ltr] .card-img,
  [dir=ltr] .card-img-bottom,
  [dir=rtl] .card-img,
  [dir=rtl] .card-img-bottom {
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px)
  }
  
  [dir] .card-deck .card {
    margin-bottom: 14px
  }
  
  @media(min-width:576px) {
    .card-deck {
      display: flex;
      flex-flow: row wrap
    }
  
    [dir=ltr] .card-deck,
    [dir=rtl] .card-deck {
      margin-right: -14px;
      margin-left: -14px
    }
  
    .card-deck .card {
      flex: 1 0
    }
  
    [dir] .card-deck .card {
      margin-bottom: 0
    }
  
    [dir=ltr] .card-deck .card,
    [dir=rtl] .card-deck .card {
      margin-right: 14px;
      margin-left: 14px
    }
  }
  
  [dir] .card-group>.card {
    margin-bottom: 14px
  }
  
  @media(min-width:576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap
    }
  
    .card-group>.card {
      flex: 1 0
    }
  
    [dir] .card-group>.card {
      margin-bottom: 0
    }
  
    [dir=ltr] .card-group>.card+.card {
      margin-left: 0;
      border-left: 0
    }
  
    [dir=rtl] .card-group>.card+.card {
      margin-right: 0;
      border-right: 0
    }
  
    [dir=ltr] .card-group>.card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }
  
    [dir=rtl] .card-group>.card:not(:last-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }
  
    [dir=ltr] .card-group>.card:not(:last-child) .card-header,
    [dir=ltr] .card-group>.card:not(:last-child) .card-img-top {
      border-top-right-radius: 0
    }
  
    [dir=rtl] .card-group>.card:not(:last-child) .card-header,
    [dir=rtl] .card-group>.card:not(:last-child) .card-img-top {
      border-top-left-radius: 0
    }
  
    [dir=ltr] .card-group>.card:not(:last-child) .card-footer,
    [dir=ltr] .card-group>.card:not(:last-child) .card-img-bottom {
      border-bottom-right-radius: 0
    }
  
    [dir=rtl] .card-group>.card:not(:last-child) .card-footer,
    [dir=rtl] .card-group>.card:not(:last-child) .card-img-bottom {
      border-bottom-left-radius: 0
    }
  
    [dir=ltr] .card-group>.card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
    }
  
    [dir=rtl] .card-group>.card:not(:first-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }
  
    [dir=ltr] .card-group>.card:not(:first-child) .card-header,
    [dir=ltr] .card-group>.card:not(:first-child) .card-img-top {
      border-top-left-radius: 0
    }
  
    [dir=rtl] .card-group>.card:not(:first-child) .card-header,
    [dir=rtl] .card-group>.card:not(:first-child) .card-img-top {
      border-top-right-radius: 0
    }
  
    [dir=ltr] .card-group>.card:not(:first-child) .card-footer,
    [dir=ltr] .card-group>.card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0
    }
  
    [dir=rtl] .card-group>.card:not(:first-child) .card-footer,
    [dir=rtl] .card-group>.card:not(:first-child) .card-img-bottom {
      border-bottom-right-radius: 0
    }
  }
  
  [dir] .card-columns .card {
    margin-bottom: 1.5rem
  }
  
  @media(min-width:576px) {
    .card-columns {
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1
    }
  
    .card-columns .card {
      display: inline-block;
      width: 100%
    }
  }
  
  .accordion {
    overflow-anchor: none
  }
  
  .accordion>.card {
    overflow: hidden
  }
  
  [dir] .accordion>.card:not(:last-of-type) {
    border-bottom: 0
  }
  
  [dir=ltr] .accordion>.card:not(:last-of-type),
  [dir=rtl] .accordion>.card:not(:last-of-type) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  
  [dir=ltr] .accordion>.card:not(:first-of-type),
  [dir=rtl] .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  
  [dir] .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
  }
  
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none
  }
  
  [dir] .breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #ededed;
    border-radius: .5rem
  }
  
  [dir=ltr] .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
  }
  
  [dir=rtl] .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem
  }
  
  .breadcrumb-item+.breadcrumb-item:before {
    color: #b8c2cc;
    content: ">>"
  }
  
  [dir=ltr] .breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem
  }
  
  [dir=rtl] .breadcrumb-item+.breadcrumb-item:before {
    float: right;
    padding-left: .5rem
  }
  
  .breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
  }
  
  .breadcrumb-item.active {
    color: #b8c2cc
  }
  
  .pagination {
    display: flex;
    list-style: none
  }
  
  [dir] .pagination {
    border-radius: .5rem
  }
  
  [dir=ltr] .pagination {
    padding-left: 0
  }
  
  [dir=rtl] .pagination {
    padding-right: 0
  }
  
  .page-link {
    position: relative;
    display: block;
    line-height: 1.25;
    color: #1768ac
  }
  
  [dir] .page-link {
    padding: .65rem .911rem;
    background-color: #fff;
    border: 1px solid #dae1e7
  }
  
  [dir=ltr] .page-link {
    margin-left: -1px
  }
  
  [dir=rtl] .page-link {
    margin-right: -1px
  }
  
  .page-link:hover {
    z-index: 2;
    color: #145a96;
    text-decoration: none
  }
  
  [dir] .page-link:hover {
    background-color: #ededed;
    border-color: #dae1e7
  }
  
  .page-link:focus {
    z-index: 3;
    outline: 0
  }
  
  [dir] .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 104, 172, .25)
  }
  
  [dir=ltr] .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
  }
  
  [dir=rtl] .page-item:first-child .page-link {
    margin-right: 0
  }
  
  [dir=ltr] .page-item:last-child .page-link,
  [dir=rtl] .page-item:first-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
  }
  
  [dir=rtl] .page-item:last-child .page-link {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #fff
  }
  
  [dir] .page-item.active .page-link {
    background-color: #1768ac;
    border-color: #1768ac
  }
  
  .page-item.disabled .page-link {
    color: #b8c2cc;
    pointer-events: none
  }
  
  [dir] .page-item.disabled .page-link {
    cursor: auto;
    background-color: #fff;
    border-color: #dae1e7
  }
  
  .pagination-lg .page-link {
    font-size: 2rem;
    line-height: 1.25
  }
  
  [dir] .pagination-lg .page-link {
    padding: .5rem 1rem
  }
  
  [dir=ltr] .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem
  }
  
  [dir=ltr] .pagination-lg .page-item:last-child .page-link,
  [dir=rtl] .pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem
  }
  
  [dir=rtl] .pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem
  }
  
  .pagination-sm .page-link {
    font-size: 1rem;
    line-height: 1
  }
  
  [dir] .pagination-sm .page-link {
    padding: .5rem .75rem
  }
  
  [dir=ltr] .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
  }
  
  [dir=ltr] .pagination-sm .page-item:last-child .page-link,
  [dir=rtl] .pagination-sm .page-item:first-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
  }
  
  [dir=rtl] .pagination-sm .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
  }
  
  .badge {
    display: inline-block;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
  }
  
  [dir] .badge {
    padding: .4em;
    text-align: center;
    border-radius: .25rem
  }
  
  @media(prefers-reduced-motion:reduce) {
    .badge {
      transition: none
    }
  }
  
  a.badge:focus,
  a.badge:hover {
    text-decoration: none
  }
  
  .badge:empty {
    display: none
  }
  
  .btn .badge {
    position: relative;
    top: -1px
  }
  
  [dir] .badge-pill {
    border-radius: 10rem
  }
  
  [dir=ltr] .badge-pill,
  [dir=rtl] .badge-pill {
    padding-right: .6em;
    padding-left: .6em
  }
  
  .badge-primary {
    color: #fff
  }
  
  [dir] .badge-primary {
    background-color: #1768ac
  }
  
  a.badge-primary:focus,
  a.badge-primary:hover {
    color: #fff
  }
  
  [dir] a.badge-primary:focus,
  [dir] a.badge-primary:hover {
    background-color: #114d7f
  }
  
  a.badge-primary.focus,
  a.badge-primary:focus {
    outline: 0
  }
  
  [dir] a.badge-primary.focus,
  [dir] a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 104, 172, .5)
  }
  
  .badge-secondary {
    color: #2a2e30
  }
  
  [dir] .badge-secondary {
    background-color: #b8c2cc
  }
  
  a.badge-secondary:focus,
  a.badge-secondary:hover {
    color: #2a2e30
  }
  
  [dir] a.badge-secondary:focus,
  [dir] a.badge-secondary:hover {
    background-color: #9aa9b7
  }
  
  a.badge-secondary.focus,
  a.badge-secondary:focus {
    outline: 0
  }
  
  [dir] a.badge-secondary.focus,
  [dir] a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 194, 204, .5)
  }
  
  .badge-success {
    color: #fff
  }
  
  [dir] .badge-success {
    background-color: #43c743
  }
  
  a.badge-success:focus,
  a.badge-success:hover {
    color: #fff
  }
  
  [dir] a.badge-success:focus,
  [dir] a.badge-success:hover {
    background-color: #31a631
  }
  
  a.badge-success.focus,
  a.badge-success:focus {
    outline: 0
  }
  
  [dir] a.badge-success.focus,
  [dir] a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 199, 67, .5)
  }
  
  .badge-info {
    color: #fff
  }
  
  [dir] .badge-info {
    background-color: #4ca1e7
  }
  
  a.badge-info:focus,
  a.badge-info:hover {
    color: #fff
  }
  
  [dir] a.badge-info:focus,
  [dir] a.badge-info:hover {
    background-color: #1f89e1
  }
  
  a.badge-info.focus,
  a.badge-info:focus {
    outline: 0
  }
  
  [dir] a.badge-info.focus,
  [dir] a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 161, 231, .5)
  }
  
  .badge-warning {
    color: #2a2e30
  }
  
  [dir] .badge-warning {
    background-color: #ffa62b
  }
  
  a.badge-warning:focus,
  a.badge-warning:hover {
    color: #2a2e30
  }
  
  [dir] a.badge-warning:focus,
  [dir] a.badge-warning:hover {
    background-color: #f78f00
  }
  
  a.badge-warning.focus,
  a.badge-warning:focus {
    outline: 0
  }
  
  [dir] a.badge-warning.focus,
  [dir] a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 166, 43, .5)
  }
  
  .badge-danger {
    color: #fff
  }
  
  [dir] .badge-danger {
    background-color: #e63946
  }
  
  a.badge-danger:focus,
  a.badge-danger:hover {
    color: #fff
  }
  
  [dir] a.badge-danger:focus,
  [dir] a.badge-danger:hover {
    background-color: #d21a28
  }
  
  a.badge-danger.focus,
  a.badge-danger:focus {
    outline: 0
  }
  
  [dir] a.badge-danger.focus,
  [dir] a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 57, 70, .5)
  }
  
  .badge-light {
    color: #2a2e30
  }
  
  [dir] .badge-light {
    background-color: #babfc7
  }
  
  a.badge-light:focus,
  a.badge-light:hover {
    color: #2a2e30
  }
  
  [dir] a.badge-light:focus,
  [dir] a.badge-light:hover {
    background-color: #9ea5b0
  }
  
  a.badge-light.focus,
  a.badge-light:focus {
    outline: 0
  }
  
  [dir] a.badge-light.focus,
  [dir] a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(186, 191, 199, .5)
  }
  
  .badge-dark {
    color: #fff
  }
  
  [dir] .badge-dark {
    background-color: #1e1e1e
  }
  
  a.badge-dark:focus,
  a.badge-dark:hover {
    color: #fff
  }
  
  [dir] a.badge-dark:focus,
  [dir] a.badge-dark:hover {
    background-color: #050505
  }
  
  a.badge-dark.focus,
  a.badge-dark:focus {
    outline: 0
  }
  
  [dir] a.badge-dark.focus,
  [dir] a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 30, 30, .5)
  }
  
  [dir] .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ededed;
    border-radius: .6rem
  }
  
  @media(min-width:576px) {
    [dir] .jumbotron {
      padding: 4rem 2rem
    }
  }
  
  [dir] .jumbotron-fluid {
    border-radius: 0
  }
  
  [dir=ltr] .jumbotron-fluid,
  [dir=rtl] .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0
  }
  
  .alert {
    position: relative
  }
  
  [dir] .alert {
    padding: .71rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .5rem
  }
  
  .alert-heading {
    color: inherit
  }
  
  .alert-link {
    font-weight: 700
  }
  
  [dir=ltr] .alert-dismissible {
    padding-right: 2.92rem
  }
  
  [dir=rtl] .alert-dismissible {
    padding-left: 2.92rem
  }
  
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    z-index: 2;
    color: inherit
  }
  
  [dir] .alert-dismissible .close {
    padding: .71rem
  }
  
  [dir=ltr] .alert-dismissible .close {
    right: 0
  }
  
  [dir=rtl] .alert-dismissible .close {
    left: 0
  }
  
  .alert-primary {
    color: #1c4a70
  }
  
  [dir] .alert-primary {
    background-color: #d1e1ee;
    border-color: #bed5e8
  }
  
  [dir] .alert-primary hr {
    border-top-color: #abc9e1
  }
  
  .alert-primary .alert-link {
    color: #122f47
  }
  
  .alert-secondary {
    color: #707981
  }
  
  [dir] .alert-secondary {
    background-color: #f1f3f5;
    border-color: #ebeef1
  }
  
  [dir] .alert-secondary hr {
    border-top-color: #dce1e7
  }
  
  .alert-secondary .alert-link {
    color: #585f66
  }
  
  .alert-success {
    color: #337b39
  }
  
  [dir] .alert-success {
    background-color: #d9f4d9;
    border-color: #caefca
  }
  
  [dir] .alert-success hr {
    border-top-color: #b6e9b6
  }
  
  .alert-success .alert-link {
    color: #245728
  }
  
  .alert-info {
    color: #38678f
  }
  
  [dir] .alert-info {
    background-color: #dbecfa;
    border-color: #cde5f8
  }
  
  [dir] .alert-info hr {
    border-top-color: #b7d9f5
  }
  
  .alert-info .alert-link {
    color: #2a4d6a
  }
  
  .alert-warning {
    color: #956a2d
  }
  
  [dir] .alert-warning {
    background-color: #ffedd5;
    border-color: #ffe6c4
  }
  
  [dir] .alert-warning hr {
    border-top-color: #ffdbab
  }
  
  .alert-warning .alert-link {
    color: #6e4e21
  }
  
  .alert-danger {
    color: #88313b
  }
  
  [dir] .alert-danger {
    background-color: #fad7da;
    border-color: #f8c8cb
  }
  
  [dir] .alert-danger hr {
    border-top-color: #f5b1b6
  }
  
  .alert-danger .alert-link {
    color: #63232b
  }
  
  .alert-light {
    color: #71777e
  }
  
  [dir] .alert-light {
    background-color: #f1f2f4;
    border-color: #ecedef
  }
  
  [dir] .alert-light hr {
    border-top-color: #dee0e3
  }
  
  .alert-light .alert-link {
    color: #595e63
  }
  
  .alert-dark {
    color: #202326
  }
  
  [dir] .alert-dark {
    background-color: #d2d2d2;
    border-color: silver
  }
  
  [dir] .alert-dark hr {
    border-top-color: #b3b3b3
  }
  
  .alert-dark .alert-link {
    color: #090a0a
  }
  
  @-webkit-keyframes progress-bar-stripes-ltr {
    0% {
      background-position: .357rem 0
    }
  
    to {
      background-position: 0 0
    }
  }
  
  @keyframes progress-bar-stripes-ltr {
    0% {
      background-position: .357rem 0
    }
  
    to {
      background-position: 0 0
    }
  }
  
  @-webkit-keyframes progress-bar-stripes-rtl {
    0% {
      background-position: .357rem 0
    }
  
    to {
      background-position: 100% 0
    }
  }
  
  @keyframes progress-bar-stripes-rtl {
    0% {
      background-position: .357rem 0
    }
  
    to {
      background-position: 100% 0
    }
  }
  
  .progress {
    display: flex;
    height: .357rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem
  }
  
  [dir] .progress {
    background-color: #ededed;
    border-radius: 1.28rem
  }
  
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    transition: width .6s ease
  }
  
  [dir] .progress-bar {
    text-align: center;
    background-color: #1768ac
  }
  
  @media(prefers-reduced-motion:reduce) {
    .progress-bar {
      transition: none
    }
  }
  
  [dir] .progress-bar-striped {
    background-size: .357rem .357rem
  }
  
  [dir=ltr] .progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
  }
  
  [dir=rtl] .progress-bar-striped {
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
  }
  
  [dir=ltr] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-ltr 1s linear infinite;
    animation: progress-bar-stripes-ltr 1s linear infinite
  }
  
  [dir=rtl] .progress-bar-animated {
    -webkit-animation: progress-bar-stripes-rtl 1s linear infinite;
    animation: progress-bar-stripes-rtl 1s linear infinite
  }
  
  @media(prefers-reduced-motion:reduce) {
  
    [dir=ltr] .progress-bar-animated,
    [dir=rtl] .progress-bar-animated {
      -webkit-animation: none;
      animation: none
    }
  }
  
  .media {
    display: flex;
    align-items: flex-start
  }
  
  .media-body {
    flex: 1 1
  }
  
  .list-group {
    display: flex;
    flex-direction: column
  }
  
  [dir] .list-group {
    margin-bottom: 0;
    border-radius: .5rem
  }
  
  [dir=ltr] .list-group {
    padding-left: 0
  }
  
  [dir=rtl] .list-group {
    padding-right: 0
  }
  
  .list-group-item-action {
    width: 100%;
    color: #4e5154
  }
  
  [dir] .list-group-item-action {
    text-align: inherit
  }
  
  .list-group-item-action:focus,
  .list-group-item-action:hover {
    z-index: 1;
    color: #4e5154;
    text-decoration: none
  }
  
  [dir] .list-group-item-action:focus,
  [dir] .list-group-item-action:hover {
    background-color: #babfc7
  }
  
  .list-group-item-action:active {
    color: #333
  }
  
  [dir] .list-group-item-action:active {
    background-color: #ededed
  }
  
  .list-group-item {
    position: relative;
    display: block
  }
  
  [dir] .list-group-item {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(34, 41, 47, .125)
  }
  
  [dir=ltr] .list-group-item:first-child,
  [dir=rtl] .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
  }
  
  [dir=ltr] .list-group-item:last-child,
  [dir=rtl] .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
  }
  
  .list-group-item.disabled,
  .list-group-item:disabled {
    color: #b8c2cc;
    pointer-events: none
  }
  
  [dir] .list-group-item.disabled,
  [dir] .list-group-item:disabled {
    background-color: #fff
  }
  
  .list-group-item.active {
    z-index: 2;
    color: #fff
  }
  
  [dir] .list-group-item.active {
    background-color: #1768ac;
    border-color: #1768ac
  }
  
  [dir] .list-group-item+.list-group-item {
    border-top-width: 0
  }
  
  [dir] .list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
  }
  
  .list-group-horizontal {
    flex-direction: row
  }
  
  [dir=ltr] .list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }
  
  [dir=rtl] .list-group-horizontal>.list-group-item:first-child {
    border-bottom-right-radius: .5rem;
    border-top-left-radius: 0
  }
  
  [dir=ltr] .list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }
  
  [dir=rtl] .list-group-horizontal>.list-group-item:last-child {
    border-top-left-radius: .5rem;
    border-bottom-right-radius: 0
  }
  
  [dir] .list-group-horizontal>.list-group-item.active {
    margin-top: 0
  }
  
  [dir] .list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px
  }
  
  [dir=ltr] .list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0
  }
  
  [dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item {
    border-right-width: 0
  }
  
  [dir=ltr] .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
  
  [dir=rtl] .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px
  }
  
  @media(min-width:576px) {
    .list-group-horizontal-sm {
      flex-direction: row
    }
  
    [dir=ltr] .list-group-horizontal-sm>.list-group-item:first-child {
      border-bottom-left-radius: .5rem;
      border-top-right-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-sm>.list-group-item:first-child {
      border-bottom-right-radius: .5rem;
      border-top-left-radius: 0
    }
  
    [dir=ltr] .list-group-horizontal-sm>.list-group-item:last-child {
      border-top-right-radius: .5rem;
      border-bottom-left-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-sm>.list-group-item:last-child {
      border-top-left-radius: .5rem;
      border-bottom-right-radius: 0
    }
  
    [dir] .list-group-horizontal-sm>.list-group-item.active {
      margin-top: 0
    }
  
    [dir] .list-group-horizontal-sm>.list-group-item+.list-group-item {
      border-top-width: 1px
    }
  
    [dir=ltr] .list-group-horizontal-sm>.list-group-item+.list-group-item {
      border-left-width: 0
    }
  
    [dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item {
      border-right-width: 0
    }
  
    [dir=ltr] .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
    }
  
    [dir=rtl] .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px
    }
  }
  
  @media(min-width:768px) {
    .list-group-horizontal-md {
      flex-direction: row
    }
  
    [dir=ltr] .list-group-horizontal-md>.list-group-item:first-child {
      border-bottom-left-radius: .5rem;
      border-top-right-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-md>.list-group-item:first-child {
      border-bottom-right-radius: .5rem;
      border-top-left-radius: 0
    }
  
    [dir=ltr] .list-group-horizontal-md>.list-group-item:last-child {
      border-top-right-radius: .5rem;
      border-bottom-left-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-md>.list-group-item:last-child {
      border-top-left-radius: .5rem;
      border-bottom-right-radius: 0
    }
  
    [dir] .list-group-horizontal-md>.list-group-item.active {
      margin-top: 0
    }
  
    [dir] .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-top-width: 1px
    }
  
    [dir=ltr] .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-left-width: 0
    }
  
    [dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-right-width: 0
    }
  
    [dir=ltr] .list-group-horizontal-md>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
    }
  
    [dir=rtl] .list-group-horizontal-md>.list-group-item+.list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px
    }
  }
  
  @media(min-width:992px) {
    .list-group-horizontal-lg {
      flex-direction: row
    }
  
    [dir=ltr] .list-group-horizontal-lg>.list-group-item:first-child {
      border-bottom-left-radius: .5rem;
      border-top-right-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-lg>.list-group-item:first-child {
      border-bottom-right-radius: .5rem;
      border-top-left-radius: 0
    }
  
    [dir=ltr] .list-group-horizontal-lg>.list-group-item:last-child {
      border-top-right-radius: .5rem;
      border-bottom-left-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-lg>.list-group-item:last-child {
      border-top-left-radius: .5rem;
      border-bottom-right-radius: 0
    }
  
    [dir] .list-group-horizontal-lg>.list-group-item.active {
      margin-top: 0
    }
  
    [dir] .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-top-width: 1px
    }
  
    [dir=ltr] .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-left-width: 0
    }
  
    [dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-right-width: 0
    }
  
    [dir=ltr] .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
    }
  
    [dir=rtl] .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px
    }
  }
  
  @media(min-width:1200px) {
    .list-group-horizontal-xl {
      flex-direction: row
    }
  
    [dir=ltr] .list-group-horizontal-xl>.list-group-item:first-child {
      border-bottom-left-radius: .5rem;
      border-top-right-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-xl>.list-group-item:first-child {
      border-bottom-right-radius: .5rem;
      border-top-left-radius: 0
    }
  
    [dir=ltr] .list-group-horizontal-xl>.list-group-item:last-child {
      border-top-right-radius: .5rem;
      border-bottom-left-radius: 0
    }
  
    [dir=rtl] .list-group-horizontal-xl>.list-group-item:last-child {
      border-top-left-radius: .5rem;
      border-bottom-right-radius: 0
    }
  
    [dir] .list-group-horizontal-xl>.list-group-item.active {
      margin-top: 0
    }
  
    [dir] .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-top-width: 1px
    }
  
    [dir=ltr] .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-left-width: 0
    }
  
    [dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-right-width: 0
    }
  
    [dir=ltr] .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px
    }
  
    [dir=rtl] .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
      margin-right: -1px;
      border-right-width: 1px
    }
  }
  
  [dir] .list-group-flush {
    border-radius: 0
  }
  
  [dir] .list-group-flush>.list-group-item {
    border-width: 0 0 1px
  }
  
  [dir] .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
  }
  
  .list-group-item-primary {
    color: #1c4a70
  }
  
  [dir] .list-group-item-primary {
    background-color: #bed5e8
  }
  
  .list-group-item-primary.list-group-item-action:focus,
  .list-group-item-primary.list-group-item-action:hover {
    color: #1c4a70
  }
  
  [dir] .list-group-item-primary.list-group-item-action:focus,
  [dir] .list-group-item-primary.list-group-item-action:hover {
    background-color: #abc9e1
  }
  
  .list-group-item-primary.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-primary.list-group-item-action.active {
    background-color: #1c4a70;
    border-color: #1c4a70
  }
  
  .list-group-item-secondary {
    color: #707981
  }
  
  [dir] .list-group-item-secondary {
    background-color: #ebeef1
  }
  
  .list-group-item-secondary.list-group-item-action:focus,
  .list-group-item-secondary.list-group-item-action:hover {
    color: #707981
  }
  
  [dir] .list-group-item-secondary.list-group-item-action:focus,
  [dir] .list-group-item-secondary.list-group-item-action:hover {
    background-color: #dce1e7
  }
  
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-secondary.list-group-item-action.active {
    background-color: #707981;
    border-color: #707981
  }
  
  .list-group-item-success {
    color: #337b39
  }
  
  [dir] .list-group-item-success {
    background-color: #caefca
  }
  
  .list-group-item-success.list-group-item-action:focus,
  .list-group-item-success.list-group-item-action:hover {
    color: #337b39
  }
  
  [dir] .list-group-item-success.list-group-item-action:focus,
  [dir] .list-group-item-success.list-group-item-action:hover {
    background-color: #b6e9b6
  }
  
  .list-group-item-success.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-success.list-group-item-action.active {
    background-color: #337b39;
    border-color: #337b39
  }
  
  .list-group-item-info {
    color: #38678f
  }
  
  [dir] .list-group-item-info {
    background-color: #cde5f8
  }
  
  .list-group-item-info.list-group-item-action:focus,
  .list-group-item-info.list-group-item-action:hover {
    color: #38678f
  }
  
  [dir] .list-group-item-info.list-group-item-action:focus,
  [dir] .list-group-item-info.list-group-item-action:hover {
    background-color: #b7d9f5
  }
  
  .list-group-item-info.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-info.list-group-item-action.active {
    background-color: #38678f;
    border-color: #38678f
  }
  
  .list-group-item-warning {
    color: #956a2d
  }
  
  [dir] .list-group-item-warning {
    background-color: #ffe6c4
  }
  
  .list-group-item-warning.list-group-item-action:focus,
  .list-group-item-warning.list-group-item-action:hover {
    color: #956a2d
  }
  
  [dir] .list-group-item-warning.list-group-item-action:focus,
  [dir] .list-group-item-warning.list-group-item-action:hover {
    background-color: #ffdbab
  }
  
  .list-group-item-warning.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-warning.list-group-item-action.active {
    background-color: #956a2d;
    border-color: #956a2d
  }
  
  .list-group-item-danger {
    color: #88313b
  }
  
  [dir] .list-group-item-danger {
    background-color: #f8c8cb
  }
  
  .list-group-item-danger.list-group-item-action:focus,
  .list-group-item-danger.list-group-item-action:hover {
    color: #88313b
  }
  
  [dir] .list-group-item-danger.list-group-item-action:focus,
  [dir] .list-group-item-danger.list-group-item-action:hover {
    background-color: #f5b1b6
  }
  
  .list-group-item-danger.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-danger.list-group-item-action.active {
    background-color: #88313b;
    border-color: #88313b
  }
  
  .list-group-item-light {
    color: #71777e
  }
  
  [dir] .list-group-item-light {
    background-color: #ecedef
  }
  
  .list-group-item-light.list-group-item-action:focus,
  .list-group-item-light.list-group-item-action:hover {
    color: #71777e
  }
  
  [dir] .list-group-item-light.list-group-item-action:focus,
  [dir] .list-group-item-light.list-group-item-action:hover {
    background-color: #dee0e3
  }
  
  .list-group-item-light.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-light.list-group-item-action.active {
    background-color: #71777e;
    border-color: #71777e
  }
  
  .list-group-item-dark {
    color: #202326
  }
  
  [dir] .list-group-item-dark {
    background-color: silver
  }
  
  .list-group-item-dark.list-group-item-action:focus,
  .list-group-item-dark.list-group-item-action:hover {
    color: #202326
  }
  
  [dir] .list-group-item-dark.list-group-item-action:focus,
  [dir] .list-group-item-dark.list-group-item-action:hover {
    background-color: #b3b3b3
  }
  
  .list-group-item-dark.list-group-item-action.active {
    color: #fff
  }
  
  [dir] .list-group-item-dark.list-group-item-action.active {
    background-color: #202326;
    border-color: #202326
  }
  
  .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #22292f;
    opacity: .5
  }
  
  [dir] .close {
    text-shadow: 0 1px 0 #fff
  }
  
  [dir=ltr] .close {
    float: right
  }
  
  [dir=rtl] .close {
    float: left
  }
  
  .close:hover {
    color: #22292f;
    text-decoration: none
  }
  
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: .75
  }
  
  [dir] button.close {
    padding: 0;
    background-color: transparent;
    border: 0
  }
  
  a.close.disabled {
    pointer-events: none
  }
  
  .toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    opacity: 0
  }
  
  [dir] .toast {
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(34, 41, 47, .1);
    border-radius: .25rem
  }
  
  [dir] .toast:not(:last-child) {
    margin-bottom: .75rem
  }
  
  .toast.showing {
    opacity: 1
  }
  
  .toast.show {
    display: block;
    opacity: 1
  }
  
  .toast.hide {
    display: none
  }
  
  .toast-header {
    display: flex;
    align-items: center;
    color: #b8c2cc
  }
  
  [dir] .toast-header {
    padding: .25rem .75rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
  }
  
  [dir=ltr] .toast-header,
  [dir=rtl] .toast-header {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
  }
  
  [dir] .toast-body {
    padding: .75rem
  }
  
  .modal-open {
    overflow: hidden
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
  }
  
  .modal {
    position: fixed;
    top: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
  }
  
  [dir=ltr] .modal {
    left: 0
  }
  
  [dir=rtl] .modal {
    right: 0
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none
  }
  
  [dir] .modal-dialog {
    margin: .5rem
  }
  
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out
  }
  
  [dir] .modal.fade .modal-dialog {
    transform: translateY(-50px)
  }
  
  @media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
      transition: none
    }
  }
  
  [dir] .modal.show .modal-dialog {
    transform: none
  }
  
  [dir] .modal.modal-static .modal-dialog {
    transform: scale(1.02)
  }
  
  .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
  }
  
  .modal-dialog-scrollable .modal-footer,
  .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
  }
  
  .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
  }
  
  .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0
  }
  
  [dir] .modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 41, 47, .2);
    border-radius: .6rem
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh
  }
  
  [dir] .modal-backdrop {
    background-color: #22292f
  }
  
  [dir=ltr] .modal-backdrop {
    left: 0
  }
  
  [dir=rtl] .modal-backdrop {
    right: 0
  }
  
  .modal-backdrop.fade {
    opacity: 0
  }
  
  .modal-backdrop.show {
    opacity: .5
  }
  
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
  
  [dir] .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #ededed
  }
  
  [dir=ltr] .modal-header,
  [dir=rtl] .modal-header {
    border-top-left-radius: calc(.6rem - 1px);
    border-top-right-radius: calc(.6rem - 1px)
  }
  
  [dir] .modal-header .close {
    padding: 1rem
  }
  
  [dir=ltr] .modal-header .close {
    margin: -1rem -1rem -1rem auto
  }
  
  [dir=rtl] .modal-header .close {
    margin: -1rem auto -1rem -1rem
  }
  
  .modal-title {
    line-height: 1.45
  }
  
  [dir] .modal-title {
    margin-bottom: 0
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto
  }
  
  [dir] .modal-body {
    padding: 1rem
  }
  
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
  }
  
  [dir] .modal-footer {
    padding: .75rem;
    border-top: 1px solid #ededed
  }
  
  [dir=ltr] .modal-footer,
  [dir=rtl] .modal-footer {
    border-bottom-right-radius: calc(.6rem - 1px);
    border-bottom-left-radius: calc(.6rem - 1px)
  }
  
  [dir] .modal-footer>* {
    margin: .25rem
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
  }
  
  @media(min-width:576px) {
    .modal-dialog {
      max-width: 500px
    }
  
    [dir] .modal-dialog {
      margin: 1.75rem auto
    }
  
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem)
    }
  
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem)
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem)
    }
  
    .modal-dialog-centered:before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content
    }
  
    .modal-sm {
      max-width: 300px
    }
  }
  
  @media(min-width:992px) {
  
    .modal-lg,
    .modal-xl {
      max-width: 800px
    }
  }
  
  @media(min-width:1200px) {
    .modal-xl {
      max-width: 1140px
    }
  }
  
  .tooltip {
    position: absolute;
    z-index: 1032;
    display: block;
    font-family: Montserrat, Helvetica, Arial, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .857rem;
    word-wrap: break-word;
    opacity: 0
  }
  
  [dir] .tooltip {
    margin: 0;
    text-align: start;
    text-shadow: none
  }
  
  [dir=ltr] .tooltip {
    text-align: left
  }
  
  [dir=rtl] .tooltip {
    text-align: right
  }
  
  .tooltip.show {
    opacity: 1
  }
  
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
  }
  
  .tooltip .arrow:before {
    position: absolute;
    content: ""
  }
  
  [dir] .tooltip .arrow:before {
    border-color: transparent;
    border-style: solid
  }
  
  [dir] .bs-tooltip-auto[x-placement^=top],
  [dir] .bs-tooltip-top {
    padding: .4rem 0
  }
  
  .bs-tooltip-auto[x-placement^=top] .arrow,
  .bs-tooltip-top .arrow {
    bottom: 0
  }
  
  .bs-tooltip-auto[x-placement^=top] .arrow:before,
  .bs-tooltip-top .arrow:before {
    top: 0
  }
  
  [dir] .bs-tooltip-auto[x-placement^=top] .arrow:before,
  [dir] .bs-tooltip-top .arrow:before {
    border-width: .4rem .4rem 0;
    border-top-color: #323232
  }
  
  [dir] .bs-tooltip-auto[x-placement^=right],
  [dir] .bs-tooltip-right {
    padding: 0 .4rem
  }
  
  .bs-tooltip-auto[x-placement^=right] .arrow,
  .bs-tooltip-right .arrow {
    width: .4rem;
    height: .8rem
  }
  
  [dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow,
  [dir=ltr] .bs-tooltip-right .arrow {
    left: 0
  }
  
  [dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow,
  [dir=rtl] .bs-tooltip-right .arrow {
    right: 0
  }
  
  [dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow:before,
  [dir=ltr] .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #323232
  }
  
  [dir=rtl] .bs-tooltip-auto[x-placement^=right] .arrow:before,
  [dir=rtl] .bs-tooltip-right .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #323232
  }
  
  [dir] .bs-tooltip-auto[x-placement^=bottom],
  [dir] .bs-tooltip-bottom {
    padding: .4rem 0
  }
  
  .bs-tooltip-auto[x-placement^=bottom] .arrow,
  .bs-tooltip-bottom .arrow {
    top: 0
  }
  
  .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
  .bs-tooltip-bottom .arrow:before {
    bottom: 0
  }
  
  [dir] .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
  [dir] .bs-tooltip-bottom .arrow:before {
    border-width: 0 .4rem .4rem;
    border-bottom-color: #323232
  }
  
  [dir] .bs-tooltip-auto[x-placement^=left],
  [dir] .bs-tooltip-left {
    padding: 0 .4rem
  }
  
  .bs-tooltip-auto[x-placement^=left] .arrow,
  .bs-tooltip-left .arrow {
    width: .4rem;
    height: .8rem
  }
  
  [dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow,
  [dir=ltr] .bs-tooltip-left .arrow {
    right: 0
  }
  
  [dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow,
  [dir=rtl] .bs-tooltip-left .arrow {
    left: 0
  }
  
  [dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow:before,
  [dir=ltr] .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #323232
  }
  
  [dir=rtl] .bs-tooltip-auto[x-placement^=left] .arrow:before,
  [dir=rtl] .bs-tooltip-left .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #323232
  }
  
  .tooltip-inner {
    max-width: 220px;
    color: #fff
  }
  
  [dir] .tooltip-inner {
    padding: .4rem .775rem;
    text-align: center;
    background-color: #323232;
    border-radius: .428rem
  }
  
  .popover {
    position: absolute;
    top: 0;
    display: block;
    max-width: 276px;
    font-family: Montserrat, Helvetica, Arial, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .857rem;
    word-wrap: break-word
  }
  
  [dir] .popover {
    text-align: start;
    text-shadow: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 41, 47, .2);
    border-radius: .428rem
  }
  
  [dir=ltr] .popover {
    left: 0;
    text-align: left
  }
  
  [dir=rtl] .popover {
    right: 0;
    text-align: right
  }
  
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
  }
  
  [dir] .popover .arrow {
    margin: 0 .428rem
  }
  
  .popover .arrow:after,
  .popover .arrow:before {
    position: absolute;
    display: block;
    content: ""
  }
  
  [dir] .popover .arrow:after,
  [dir] .popover .arrow:before {
    border-color: transparent;
    border-style: solid
  }
  
  [dir] .bs-popover-auto[x-placement^=top],
  [dir] .bs-popover-top {
    margin-bottom: .5rem
  }
  
  .bs-popover-auto[x-placement^=top]>.arrow,
  .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
  }
  
  .bs-popover-auto[x-placement^=top]>.arrow:before,
  .bs-popover-top>.arrow:before {
    bottom: 0
  }
  
  [dir] .bs-popover-auto[x-placement^=top]>.arrow:before,
  [dir] .bs-popover-top>.arrow:before {
    border-width: .5rem .5rem 0;
    border-top-color: rgba(34, 41, 47, .25)
  }
  
  .bs-popover-auto[x-placement^=top]>.arrow:after,
  .bs-popover-top>.arrow:after {
    bottom: 1px
  }
  
  [dir] .bs-popover-auto[x-placement^=top]>.arrow:after,
  [dir] .bs-popover-top>.arrow:after {
    border-width: .5rem .5rem 0;
    border-top-color: #fff
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=right],
  [dir=ltr] .bs-popover-right {
    margin-left: .5rem
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=right],
  [dir=rtl] .bs-popover-right {
    margin-right: .5rem
  }
  
  .bs-popover-auto[x-placement^=right]>.arrow,
  .bs-popover-right>.arrow {
    width: .5rem;
    height: 1rem
  }
  
  [dir] .bs-popover-auto[x-placement^=right]>.arrow,
  [dir] .bs-popover-right>.arrow {
    margin: .428rem 0
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow,
  [dir=ltr] .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px)
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow,
  [dir=rtl] .bs-popover-right>.arrow {
    right: calc(-.5rem - 1px)
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow:before,
  [dir=ltr] .bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(34, 41, 47, .25)
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow:before,
  [dir=rtl] .bs-popover-right>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(34, 41, 47, .25)
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=right]>.arrow:after,
  [dir=ltr] .bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=right]>.arrow:after,
  [dir=rtl] .bs-popover-right>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
  }
  
  [dir] .bs-popover-auto[x-placement^=bottom],
  [dir] .bs-popover-bottom {
    margin-top: .5rem
  }
  
  .bs-popover-auto[x-placement^=bottom]>.arrow,
  .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
  }
  
  .bs-popover-auto[x-placement^=bottom]>.arrow:before,
  .bs-popover-bottom>.arrow:before {
    top: 0
  }
  
  [dir] .bs-popover-auto[x-placement^=bottom]>.arrow:before,
  [dir] .bs-popover-bottom>.arrow:before {
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(34, 41, 47, .25)
  }
  
  .bs-popover-auto[x-placement^=bottom]>.arrow:after,
  .bs-popover-bottom>.arrow:after {
    top: 1px
  }
  
  [dir] .bs-popover-auto[x-placement^=bottom]>.arrow:after,
  [dir] .bs-popover-bottom>.arrow:after {
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
  }
  
  .bs-popover-auto[x-placement^=bottom] .popover-header:before,
  .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    display: block;
    width: 1rem;
    content: ""
  }
  
  [dir] .bs-popover-auto[x-placement^=bottom] .popover-header:before,
  [dir] .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #1768ac
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=bottom] .popover-header:before,
  [dir=ltr] .bs-popover-bottom .popover-header:before {
    left: 50%;
    margin-left: -.5rem
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=bottom] .popover-header:before,
  [dir=rtl] .bs-popover-bottom .popover-header:before {
    right: 50%;
    margin-right: -.5rem
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=left],
  [dir=ltr] .bs-popover-left {
    margin-right: .5rem
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=left],
  [dir=rtl] .bs-popover-left {
    margin-left: .5rem
  }
  
  .bs-popover-auto[x-placement^=left]>.arrow,
  .bs-popover-left>.arrow {
    width: .5rem;
    height: 1rem
  }
  
  [dir] .bs-popover-auto[x-placement^=left]>.arrow,
  [dir] .bs-popover-left>.arrow {
    margin: .428rem 0
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow,
  [dir=ltr] .bs-popover-left>.arrow {
    right: calc(-.5rem - 1px)
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow,
  [dir=rtl] .bs-popover-left>.arrow {
    left: calc(-.5rem - 1px)
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow:before,
  [dir=ltr] .bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(34, 41, 47, .25)
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow:before,
  [dir=rtl] .bs-popover-left>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(34, 41, 47, .25)
  }
  
  [dir=ltr] .bs-popover-auto[x-placement^=left]>.arrow:after,
  [dir=ltr] .bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
  }
  
  [dir=rtl] .bs-popover-auto[x-placement^=left]>.arrow:after,
  [dir=rtl] .bs-popover-left>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
  }
  
  .popover-header {
    font-size: 1rem;
    color: #333
  }
  
  [dir] .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    background-color: #1768ac;
    border-bottom: 1px solid #145a96
  }
  
  [dir=ltr] .popover-header,
  [dir=rtl] .popover-header {
    border-top-left-radius: calc(.428rem - 1px);
    border-top-right-radius: calc(.428rem - 1px)
  }
  
  .popover-header:empty {
    display: none
  }
  
  .popover-body {
    color: #333
  }
  
  [dir] .popover-body {
    padding: .5rem .75rem
  }
  
  .carousel {
    position: relative
  }
  
  .carousel.pointer-event {
    touch-action: pan-y
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
  }
  
  .carousel-inner:after {
    display: block;
    content: ""
  }
  
  [dir] .carousel-inner:after {
    clear: both
  }
  
  .carousel-item {
    position: relative;
    display: none;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
  }
  
  [dir=ltr] .carousel-item {
    float: left;
    margin-right: -100%
  }
  
  [dir=rtl] .carousel-item {
    float: right;
    margin-left: -100%
  }
  
  @media(prefers-reduced-motion:reduce) {
    .carousel-item {
      transition: none
    }
  }
  
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block
  }
  
  [dir=ltr] .active.carousel-item-right,
  [dir=ltr] .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
  }
  
  [dir=ltr] .active.carousel-item-left,
  [dir=ltr] .carousel-item-prev:not(.carousel-item-right),
  [dir=rtl] .active.carousel-item-right,
  [dir=rtl] .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(-100%)
  }
  
  [dir=rtl] .active.carousel-item-left,
  [dir=rtl] .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(100%)
  }
  
  .carousel-fade .carousel-item {
    opacity: 0
  }
  
  [dir] .carousel-fade .carousel-item {
    transition-property: opacity;
    transform: none
  }
  
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
  }
  
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
  }
  
  @media(prefers-reduced-motion:reduce) {
  
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none
    }
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    opacity: .5;
    transition: opacity .15s ease
  }
  
  [dir] .carousel-control-next,
  [dir] .carousel-control-prev {
    text-align: center
  }
  
  @media(prefers-reduced-motion:reduce) {
  
    .carousel-control-next,
    .carousel-control-prev {
      transition: none
    }
  }
  
  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
  }
  
  [dir=ltr] .carousel-control-prev {
    left: 0
  }
  
  [dir=ltr] .carousel-control-next,
  [dir=rtl] .carousel-control-prev {
    right: 0
  }
  
  [dir=rtl] .carousel-control-next {
    left: 0
  }
  
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px
  }
  
  [dir] .carousel-control-next-icon,
  [dir] .carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat
  }
  
  [dir] .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
  }
  
  [dir] .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
  }
  
  .carousel-indicators {
    position: absolute;
    bottom: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    list-style: none
  }
  
  [dir=ltr] .carousel-indicators {
    right: 0;
    left: 0;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%
  }
  
  [dir=rtl] .carousel-indicators {
    left: 0;
    right: 0;
    padding-right: 0;
    margin-left: 15%;
    margin-right: 15%
  }
  
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    text-indent: -999px;
    opacity: .5;
    transition: opacity .6s ease
  }
  
  [dir] .carousel-indicators li {
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
  }
  
  [dir=ltr] .carousel-indicators li,
  [dir=rtl] .carousel-indicators li {
    margin-right: 3px;
    margin-left: 3px
  }
  
  @media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
      transition: none
    }
  }
  
  .carousel-indicators .active {
    opacity: 1
  }
  
  .carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff
  }
  
  [dir] .carousel-caption {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
  }
  
  [dir=ltr] .carousel-caption,
  [dir=rtl] .carousel-caption {
    right: 15%;
    left: 15%
  }
  
  @-webkit-keyframes spinner-border-ltr {
    to {
      transform: rotate(1turn)
    }
  }
  
  @keyframes spinner-border-ltr {
    to {
      transform: rotate(1turn)
    }
  }
  
  @-webkit-keyframes spinner-border-rtl {
    to {
      transform: rotate(-1turn)
    }
  }
  
  @keyframes spinner-border-rtl {
    to {
      transform: rotate(-1turn)
    }
  }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom
  }
  
  [dir] .spinner-border {
    border: .25em solid;
    border-radius: 50%
  }
  
  [dir=ltr] .spinner-border {
    border-right-color: transparent;
    -webkit-animation: spinner-border-ltr .75s linear infinite;
    animation: spinner-border-ltr .75s linear infinite
  }
  
  [dir=rtl] .spinner-border {
    border-left-color: transparent;
    -webkit-animation: spinner-border-rtl .75s linear infinite;
    animation: spinner-border-rtl .75s linear infinite
  }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem
  }
  
  [dir] .spinner-border-sm {
    border-width: .2em
  }
  
  @-webkit-keyframes spinner-grow {
    0% {
      transform: scale(0)
    }
  
    50% {
      opacity: 1;
      transform: none
    }
  }
  
  @keyframes spinner-grow {
    0% {
      transform: scale(0)
    }
  
    50% {
      opacity: 1;
      transform: none
    }
  }
  
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    opacity: 0
  }
  
  [dir] .spinner-grow {
    background-color: currentColor;
    border-radius: 50%
  }
  
  [dir=ltr] .spinner-grow,
  [dir=rtl] .spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem
  }
  
  @media(prefers-reduced-motion:reduce) {
  
    [dir=ltr] .spinner-border,
    [dir=ltr] .spinner-grow,
    [dir=rtl] .spinner-border,
    [dir=rtl] .spinner-grow {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s
    }
  }
  
  .align-baseline {
    vertical-align: baseline !important
  }
  
  .align-top {
    vertical-align: top !important
  }
  
  .align-middle {
    vertical-align: middle !important
  }
  
  .align-bottom {
    vertical-align: bottom !important
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important
  }
  
  .align-text-top {
    vertical-align: text-top !important
  }
  
  [dir] a.bg-primary:focus,
  [dir] a.bg-primary:hover,
  [dir] button.bg-primary:focus,
  [dir] button.bg-primary:hover {
    background-color: #114d7f !important
  }
  
  [dir] a.bg-secondary:focus,
  [dir] a.bg-secondary:hover,
  [dir] button.bg-secondary:focus,
  [dir] button.bg-secondary:hover {
    background-color: #9aa9b7 !important
  }
  
  [dir] a.bg-success:focus,
  [dir] a.bg-success:hover,
  [dir] button.bg-success:focus,
  [dir] button.bg-success:hover {
    background-color: #31a631 !important
  }
  
  [dir] a.bg-info:focus,
  [dir] a.bg-info:hover,
  [dir] button.bg-info:focus,
  [dir] button.bg-info:hover {
    background-color: #1f89e1 !important
  }
  
  [dir] a.bg-warning:focus,
  [dir] a.bg-warning:hover,
  [dir] button.bg-warning:focus,
  [dir] button.bg-warning:hover {
    background-color: #f78f00 !important
  }
  
  [dir] a.bg-danger:focus,
  [dir] a.bg-danger:hover,
  [dir] button.bg-danger:focus,
  [dir] button.bg-danger:hover {
    background-color: #d21a28 !important
  }
  
  [dir] a.bg-light:focus,
  [dir] a.bg-light:hover,
  [dir] button.bg-light:focus,
  [dir] button.bg-light:hover {
    background-color: #9ea5b0 !important
  }
  
  [dir] a.bg-dark:focus,
  [dir] a.bg-dark:hover,
  [dir] button.bg-dark:focus,
  [dir] button.bg-dark:hover {
    background-color: #050505 !important
  }
  
  [dir] .bg-transparent {
    background-color: transparent !important
  }
  
  [dir] .border {
    border: 1px solid #ededed !important
  }
  
  [dir] .border-top {
    border-top: 1px solid #ededed !important
  }
  
  [dir=ltr] .border-right {
    border-right: 1px solid #ededed !important
  }
  
  [dir=rtl] .border-right {
    border-left: 1px solid #ededed !important
  }
  
  [dir] .border-bottom {
    border-bottom: 1px solid #ededed !important
  }
  
  [dir=ltr] .border-left {
    border-left: 1px solid #ededed !important
  }
  
  [dir=rtl] .border-left {
    border-right: 1px solid #ededed !important
  }
  
  [dir] .border-0 {
    border: 0 !important
  }
  
  [dir] .border-top-0 {
    border-top: 0 !important
  }
  
  [dir=ltr] .border-right-0 {
    border-right: 0 !important
  }
  
  [dir=rtl] .border-right-0 {
    border-left: 0 !important
  }
  
  [dir] .border-bottom-0 {
    border-bottom: 0 !important
  }
  
  [dir=ltr] .border-left-0 {
    border-left: 0 !important
  }
  
  [dir=rtl] .border-left-0 {
    border-right: 0 !important
  }
  
  [dir] .border-primary {
    border-color: #1768ac !important
  }
  
  [dir] .border-secondary {
    border-color: #b8c2cc !important
  }
  
  [dir] .border-success {
    border-color: #43c743 !important
  }
  
  [dir] .border-info {
    border-color: #4ca1e7 !important
  }
  
  [dir] .border-warning {
    border-color: #ffa62b !important
  }
  
  [dir] .border-danger {
    border-color: #e63946 !important
  }
  
  [dir] .border-light {
    border-color: #babfc7 !important
  }
  
  [dir] .border-dark {
    border-color: #1e1e1e !important
  }
  
  [dir] .border-white {
    border-color: #fff !important
  }
  
  [dir] .rounded-sm {
    border-radius: .25rem !important
  }
  
  [dir] .rounded {
    border-radius: .5rem !important
  }
  
  [dir=ltr] .rounded-top,
  [dir=rtl] .rounded-top {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
  }
  
  [dir=ltr] .rounded-right {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
  }
  
  [dir=rtl] .rounded-right {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
  }
  
  [dir=ltr] .rounded-bottom,
  [dir=rtl] .rounded-bottom {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
  }
  
  [dir=ltr] .rounded-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
  }
  
  [dir=rtl] .rounded-left {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
  }
  
  [dir] .rounded-lg {
    border-radius: .6rem !important
  }
  
  [dir] .rounded-circle {
    border-radius: 50% !important
  }
  
  [dir] .rounded-pill {
    border-radius: 50rem !important
  }
  
  [dir] .rounded-0 {
    border-radius: 0 !important
  }
  
  .clearfix:after {
    display: block;
    content: ""
  }
  
  [dir] .clearfix:after {
    clear: both
  }
  
  .d-none {
    display: none !important
  }
  
  .d-inline {
    display: inline !important
  }
  
  .d-inline-block {
    display: inline-block !important
  }
  
  .d-block {
    display: block !important
  }
  
  .d-table {
    display: table !important
  }
  
  .d-table-row {
    display: table-row !important
  }
  
  .d-table-cell {
    display: table-cell !important
  }
  
  .d-flex {
    display: flex !important
  }
  
  .d-inline-flex {
    display: inline-flex !important
  }
  
  @media(min-width:576px) {
    .d-sm-none {
      display: none !important
    }
  
    .d-sm-inline {
      display: inline !important
    }
  
    .d-sm-inline-block {
      display: inline-block !important
    }
  
    .d-sm-block {
      display: block !important
    }
  
    .d-sm-table {
      display: table !important
    }
  
    .d-sm-table-row {
      display: table-row !important
    }
  
    .d-sm-table-cell {
      display: table-cell !important
    }
  
    .d-sm-flex {
      display: flex !important
    }
  
    .d-sm-inline-flex {
      display: inline-flex !important
    }
  }
  
  @media(min-width:768px) {
    .d-md-none {
      display: none !important
    }
  
    .d-md-inline {
      display: inline !important
    }
  
    .d-md-inline-block {
      display: inline-block !important
    }
  
    .d-md-block {
      display: block !important
    }
  
    .d-md-table {
      display: table !important
    }
  
    .d-md-table-row {
      display: table-row !important
    }
  
    .d-md-table-cell {
      display: table-cell !important
    }
  
    .d-md-flex {
      display: flex !important
    }
  
    .d-md-inline-flex {
      display: inline-flex !important
    }
  }
  
  @media(min-width:992px) {
    .d-lg-none {
      display: none !important
    }
  
    .d-lg-inline {
      display: inline !important
    }
  
    .d-lg-inline-block {
      display: inline-block !important
    }
  
    .d-lg-block {
      display: block !important
    }
  
    .d-lg-table {
      display: table !important
    }
  
    .d-lg-table-row {
      display: table-row !important
    }
  
    .d-lg-table-cell {
      display: table-cell !important
    }
  
    .d-lg-flex {
      display: flex !important
    }
  
    .d-lg-inline-flex {
      display: inline-flex !important
    }
  }
  
  @media(min-width:1200px) {
    .d-xl-none {
      display: none !important
    }
  
    .d-xl-inline {
      display: inline !important
    }
  
    .d-xl-inline-block {
      display: inline-block !important
    }
  
    .d-xl-block {
      display: block !important
    }
  
    .d-xl-table {
      display: table !important
    }
  
    .d-xl-table-row {
      display: table-row !important
    }
  
    .d-xl-table-cell {
      display: table-cell !important
    }
  
    .d-xl-flex {
      display: flex !important
    }
  
    .d-xl-inline-flex {
      display: inline-flex !important
    }
  }
  
  @media print {
    .d-print-none {
      display: none !important
    }
  
    .d-print-inline {
      display: inline !important
    }
  
    .d-print-inline-block {
      display: inline-block !important
    }
  
    .d-print-block {
      display: block !important
    }
  
    .d-print-table {
      display: table !important
    }
  
    .d-print-table-row {
      display: table-row !important
    }
  
    .d-print-table-cell {
      display: table-cell !important
    }
  
    .d-print-flex {
      display: flex !important
    }
  
    .d-print-inline-flex {
      display: inline-flex !important
    }
  }
  
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
  }
  
  [dir] .embed-responsive {
    padding: 0
  }
  
  .embed-responsive:before {
    display: block;
    content: ""
  }
  
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
  }
  
  [dir] .embed-responsive .embed-responsive-item,
  [dir] .embed-responsive embed,
  [dir] .embed-responsive iframe,
  [dir] .embed-responsive object,
  [dir] .embed-responsive video {
    border: 0
  }
  
  [dir=ltr] .embed-responsive .embed-responsive-item,
  [dir=ltr] .embed-responsive embed,
  [dir=ltr] .embed-responsive iframe,
  [dir=ltr] .embed-responsive object,
  [dir=ltr] .embed-responsive video {
    left: 0
  }
  
  [dir=rtl] .embed-responsive .embed-responsive-item,
  [dir=rtl] .embed-responsive embed,
  [dir=rtl] .embed-responsive iframe,
  [dir=rtl] .embed-responsive object,
  [dir=rtl] .embed-responsive video {
    right: 0
  }
  
  [dir] .embed-responsive-21by9:before {
    padding-top: 42.8571428571%
  }
  
  [dir] .embed-responsive-16by9:before {
    padding-top: 56.25%
  }
  
  [dir] .embed-responsive-4by3:before {
    padding-top: 75%
  }
  
  [dir] .embed-responsive-1by1:before {
    padding-top: 100%
  }
  
  .flex-row {
    flex-direction: row !important
  }
  
  .flex-column {
    flex-direction: column !important
  }
  
  .flex-row-reverse {
    flex-direction: row-reverse !important
  }
  
  .flex-column-reverse {
    flex-direction: column-reverse !important
  }
  
  .flex-wrap {
    flex-wrap: wrap !important
  }
  
  .flex-nowrap {
    flex-wrap: nowrap !important
  }
  
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  
  .flex-fill {
    flex: 1 1 auto !important
  }
  
  .flex-grow-0 {
    flex-grow: 0 !important
  }
  
  .flex-grow-1 {
    flex-grow: 1 !important
  }
  
  .flex-shrink-0 {
    flex-shrink: 0 !important
  }
  
  .flex-shrink-1 {
    flex-shrink: 1 !important
  }
  
  .justify-content-start {
    justify-content: flex-start !important
  }
  
  .justify-content-end {
    justify-content: flex-end !important
  }
  
  .justify-content-center {
    justify-content: center !important
  }
  
  .justify-content-between {
    justify-content: space-between !important
  }
  
  .justify-content-around {
    justify-content: space-around !important
  }
  
  .align-items-start {
    align-items: flex-start !important
  }
  
  .align-items-end {
    align-items: flex-end !important
  }
  
  .align-items-center {
    align-items: center !important
  }
  
  .align-items-baseline {
    align-items: baseline !important
  }
  
  .align-items-stretch {
    align-items: stretch !important
  }
  
  .align-content-start {
    align-content: flex-start !important
  }
  
  .align-content-end {
    align-content: flex-end !important
  }
  
  .align-content-center {
    align-content: center !important
  }
  
  .align-content-between {
    align-content: space-between !important
  }
  
  .align-content-around {
    align-content: space-around !important
  }
  
  .align-content-stretch {
    align-content: stretch !important
  }
  
  .align-self-auto {
    align-self: auto !important
  }
  
  .align-self-start {
    align-self: flex-start !important
  }
  
  .align-self-end {
    align-self: flex-end !important
  }
  
  .align-self-center {
    align-self: center !important
  }
  
  .align-self-baseline {
    align-self: baseline !important
  }
  
  .align-self-stretch {
    align-self: stretch !important
  }
  
  @media(min-width:576px) {
    .flex-sm-row {
      flex-direction: row !important
    }
  
    .flex-sm-column {
      flex-direction: column !important
    }
  
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important
    }
  
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important
    }
  
    .flex-sm-wrap {
      flex-wrap: wrap !important
    }
  
    .flex-sm-nowrap {
      flex-wrap: nowrap !important
    }
  
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important
    }
  
    .flex-sm-fill {
      flex: 1 1 auto !important
    }
  
    .flex-sm-grow-0 {
      flex-grow: 0 !important
    }
  
    .flex-sm-grow-1 {
      flex-grow: 1 !important
    }
  
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important
    }
  
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important
    }
  
    .justify-content-sm-start {
      justify-content: flex-start !important
    }
  
    .justify-content-sm-end {
      justify-content: flex-end !important
    }
  
    .justify-content-sm-center {
      justify-content: center !important
    }
  
    .justify-content-sm-between {
      justify-content: space-between !important
    }
  
    .justify-content-sm-around {
      justify-content: space-around !important
    }
  
    .align-items-sm-start {
      align-items: flex-start !important
    }
  
    .align-items-sm-end {
      align-items: flex-end !important
    }
  
    .align-items-sm-center {
      align-items: center !important
    }
  
    .align-items-sm-baseline {
      align-items: baseline !important
    }
  
    .align-items-sm-stretch {
      align-items: stretch !important
    }
  
    .align-content-sm-start {
      align-content: flex-start !important
    }
  
    .align-content-sm-end {
      align-content: flex-end !important
    }
  
    .align-content-sm-center {
      align-content: center !important
    }
  
    .align-content-sm-between {
      align-content: space-between !important
    }
  
    .align-content-sm-around {
      align-content: space-around !important
    }
  
    .align-content-sm-stretch {
      align-content: stretch !important
    }
  
    .align-self-sm-auto {
      align-self: auto !important
    }
  
    .align-self-sm-start {
      align-self: flex-start !important
    }
  
    .align-self-sm-end {
      align-self: flex-end !important
    }
  
    .align-self-sm-center {
      align-self: center !important
    }
  
    .align-self-sm-baseline {
      align-self: baseline !important
    }
  
    .align-self-sm-stretch {
      align-self: stretch !important
    }
  }
  
  @media(min-width:768px) {
    .flex-md-row {
      flex-direction: row !important
    }
  
    .flex-md-column {
      flex-direction: column !important
    }
  
    .flex-md-row-reverse {
      flex-direction: row-reverse !important
    }
  
    .flex-md-column-reverse {
      flex-direction: column-reverse !important
    }
  
    .flex-md-wrap {
      flex-wrap: wrap !important
    }
  
    .flex-md-nowrap {
      flex-wrap: nowrap !important
    }
  
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important
    }
  
    .flex-md-fill {
      flex: 1 1 auto !important
    }
  
    .flex-md-grow-0 {
      flex-grow: 0 !important
    }
  
    .flex-md-grow-1 {
      flex-grow: 1 !important
    }
  
    .flex-md-shrink-0 {
      flex-shrink: 0 !important
    }
  
    .flex-md-shrink-1 {
      flex-shrink: 1 !important
    }
  
    .justify-content-md-start {
      justify-content: flex-start !important
    }
  
    .justify-content-md-end {
      justify-content: flex-end !important
    }
  
    .justify-content-md-center {
      justify-content: center !important
    }
  
    .justify-content-md-between {
      justify-content: space-between !important
    }
  
    .justify-content-md-around {
      justify-content: space-around !important
    }
  
    .align-items-md-start {
      align-items: flex-start !important
    }
  
    .align-items-md-end {
      align-items: flex-end !important
    }
  
    .align-items-md-center {
      align-items: center !important
    }
  
    .align-items-md-baseline {
      align-items: baseline !important
    }
  
    .align-items-md-stretch {
      align-items: stretch !important
    }
  
    .align-content-md-start {
      align-content: flex-start !important
    }
  
    .align-content-md-end {
      align-content: flex-end !important
    }
  
    .align-content-md-center {
      align-content: center !important
    }
  
    .align-content-md-between {
      align-content: space-between !important
    }
  
    .align-content-md-around {
      align-content: space-around !important
    }
  
    .align-content-md-stretch {
      align-content: stretch !important
    }
  
    .align-self-md-auto {
      align-self: auto !important
    }
  
    .align-self-md-start {
      align-self: flex-start !important
    }
  
    .align-self-md-end {
      align-self: flex-end !important
    }
  
    .align-self-md-center {
      align-self: center !important
    }
  
    .align-self-md-baseline {
      align-self: baseline !important
    }
  
    .align-self-md-stretch {
      align-self: stretch !important
    }
  }
  
  @media(min-width:992px) {
    .flex-lg-row {
      flex-direction: row !important
    }
  
    .flex-lg-column {
      flex-direction: column !important
    }
  
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important
    }
  
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important
    }
  
    .flex-lg-wrap {
      flex-wrap: wrap !important
    }
  
    .flex-lg-nowrap {
      flex-wrap: nowrap !important
    }
  
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important
    }
  
    .flex-lg-fill {
      flex: 1 1 auto !important
    }
  
    .flex-lg-grow-0 {
      flex-grow: 0 !important
    }
  
    .flex-lg-grow-1 {
      flex-grow: 1 !important
    }
  
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important
    }
  
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important
    }
  
    .justify-content-lg-start {
      justify-content: flex-start !important
    }
  
    .justify-content-lg-end {
      justify-content: flex-end !important
    }
  
    .justify-content-lg-center {
      justify-content: center !important
    }
  
    .justify-content-lg-between {
      justify-content: space-between !important
    }
  
    .justify-content-lg-around {
      justify-content: space-around !important
    }
  
    .align-items-lg-start {
      align-items: flex-start !important
    }
  
    .align-items-lg-end {
      align-items: flex-end !important
    }
  
    .align-items-lg-center {
      align-items: center !important
    }
  
    .align-items-lg-baseline {
      align-items: baseline !important
    }
  
    .align-items-lg-stretch {
      align-items: stretch !important
    }
  
    .align-content-lg-start {
      align-content: flex-start !important
    }
  
    .align-content-lg-end {
      align-content: flex-end !important
    }
  
    .align-content-lg-center {
      align-content: center !important
    }
  
    .align-content-lg-between {
      align-content: space-between !important
    }
  
    .align-content-lg-around {
      align-content: space-around !important
    }
  
    .align-content-lg-stretch {
      align-content: stretch !important
    }
  
    .align-self-lg-auto {
      align-self: auto !important
    }
  
    .align-self-lg-start {
      align-self: flex-start !important
    }
  
    .align-self-lg-end {
      align-self: flex-end !important
    }
  
    .align-self-lg-center {
      align-self: center !important
    }
  
    .align-self-lg-baseline {
      align-self: baseline !important
    }
  
    .align-self-lg-stretch {
      align-self: stretch !important
    }
  }
  
  @media(min-width:1200px) {
    .flex-xl-row {
      flex-direction: row !important
    }
  
    .flex-xl-column {
      flex-direction: column !important
    }
  
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important
    }
  
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important
    }
  
    .flex-xl-wrap {
      flex-wrap: wrap !important
    }
  
    .flex-xl-nowrap {
      flex-wrap: nowrap !important
    }
  
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important
    }
  
    .flex-xl-fill {
      flex: 1 1 auto !important
    }
  
    .flex-xl-grow-0 {
      flex-grow: 0 !important
    }
  
    .flex-xl-grow-1 {
      flex-grow: 1 !important
    }
  
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important
    }
  
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important
    }
  
    .justify-content-xl-start {
      justify-content: flex-start !important
    }
  
    .justify-content-xl-end {
      justify-content: flex-end !important
    }
  
    .justify-content-xl-center {
      justify-content: center !important
    }
  
    .justify-content-xl-between {
      justify-content: space-between !important
    }
  
    .justify-content-xl-around {
      justify-content: space-around !important
    }
  
    .align-items-xl-start {
      align-items: flex-start !important
    }
  
    .align-items-xl-end {
      align-items: flex-end !important
    }
  
    .align-items-xl-center {
      align-items: center !important
    }
  
    .align-items-xl-baseline {
      align-items: baseline !important
    }
  
    .align-items-xl-stretch {
      align-items: stretch !important
    }
  
    .align-content-xl-start {
      align-content: flex-start !important
    }
  
    .align-content-xl-end {
      align-content: flex-end !important
    }
  
    .align-content-xl-center {
      align-content: center !important
    }
  
    .align-content-xl-between {
      align-content: space-between !important
    }
  
    .align-content-xl-around {
      align-content: space-around !important
    }
  
    .align-content-xl-stretch {
      align-content: stretch !important
    }
  
    .align-self-xl-auto {
      align-self: auto !important
    }
  
    .align-self-xl-start {
      align-self: flex-start !important
    }
  
    .align-self-xl-end {
      align-self: flex-end !important
    }
  
    .align-self-xl-center {
      align-self: center !important
    }
  
    .align-self-xl-baseline {
      align-self: baseline !important
    }
  
    .align-self-xl-stretch {
      align-self: stretch !important
    }
  }
  
  [dir=ltr] .float-left {
    float: left !important
  }
  
  [dir=ltr] .float-right,
  [dir=rtl] .float-left {
    float: right !important
  }
  
  [dir=rtl] .float-right {
    float: left !important
  }
  
  [dir] .float-none {
    float: none !important
  }
  
  @media(min-width:576px) {
    [dir=ltr] .float-sm-left {
      float: left !important
    }
  
    [dir=ltr] .float-sm-right,
    [dir=rtl] .float-sm-left {
      float: right !important
    }
  
    [dir=rtl] .float-sm-right {
      float: left !important
    }
  
    [dir] .float-sm-none {
      float: none !important
    }
  }
  
  @media(min-width:768px) {
    [dir=ltr] .float-md-left {
      float: left !important
    }
  
    [dir=ltr] .float-md-right,
    [dir=rtl] .float-md-left {
      float: right !important
    }
  
    [dir=rtl] .float-md-right {
      float: left !important
    }
  
    [dir] .float-md-none {
      float: none !important
    }
  }
  
  @media(min-width:992px) {
    [dir=ltr] .float-lg-left {
      float: left !important
    }
  
    [dir=ltr] .float-lg-right,
    [dir=rtl] .float-lg-left {
      float: right !important
    }
  
    [dir=rtl] .float-lg-right {
      float: left !important
    }
  
    [dir] .float-lg-none {
      float: none !important
    }
  }
  
  @media(min-width:1200px) {
    [dir=ltr] .float-xl-left {
      float: left !important
    }
  
    [dir=ltr] .float-xl-right,
    [dir=rtl] .float-xl-left {
      float: right !important
    }
  
    [dir=rtl] .float-xl-right {
      float: left !important
    }
  
    [dir] .float-xl-none {
      float: none !important
    }
  }
  
  .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
  }
  
  .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
  }
  
  .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
  }
  
  .overflow-auto {
    overflow: auto !important
  }
  
  .overflow-hidden {
    overflow: hidden !important
  }
  
  .position-static {
    position: static !important
  }
  
  .position-relative {
    position: relative !important
  }
  
  .position-absolute {
    position: absolute !important
  }
  
  .position-fixed {
    position: fixed !important
  }
  
  .position-sticky {
    position: sticky !important
  }
  
  .fixed-top {
    position: fixed;
    top: 0;
    z-index: 1030
  }
  
  [dir=ltr] .fixed-top,
  [dir=rtl] .fixed-top {
    right: 0;
    left: 0
  }
  
  .fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1030
  }
  
  [dir=ltr] .fixed-bottom,
  [dir=rtl] .fixed-bottom {
    right: 0;
    left: 0
  }
  
  @supports(position:sticky) {
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020
    }
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
  }
  
  [dir] .sr-only {
    padding: 0;
    margin: -1px;
    border: 0
  }
  
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  
  [dir] .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(34, 41, 47, .075) !important
  }
  
  [dir] .shadow {
    box-shadow: 0 .5rem 1rem rgba(34, 41, 47, .15) !important
  }
  
  [dir] .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(34, 41, 47, .175) !important
  }
  
  [dir] .shadow-none {
    box-shadow: none !important
  }
  
  .w-25 {
    width: 25% !important
  }
  
  .w-50 {
    width: 50% !important
  }
  
  .w-75 {
    width: 75% !important
  }
  
  .w-100 {
    width: 100% !important
  }
  
  .w-auto {
    width: auto !important
  }
  
  .h-25 {
    height: 25% !important
  }
  
  .h-50 {
    height: 50% !important
  }
  
  .h-75 {
    height: 75% !important
  }
  
  .h-100 {
    height: 100% !important
  }
  
  .h-auto {
    height: auto !important
  }
  
  .mw-100 {
    max-width: 100% !important
  }
  
  .mh-100 {
    max-height: 100% !important
  }
  
  .min-vw-100 {
    min-width: 100vw !important
  }
  
  .min-vh-100 {
    min-height: 100vh !important
  }
  
  .vw-100 {
    width: 100vw !important
  }
  
  .vh-100 {
    height: 100vh !important
  }
  
  [dir] .m-0 {
    margin: 0 !important
  }
  
  [dir] .mt-0,
  [dir] .my-0 {
    margin-top: 0 !important
  }
  
  [dir=ltr] .mr-0,
  [dir=ltr] .mx-0 {
    margin-right: 0 !important
  }
  
  [dir=rtl] .mr-0,
  [dir=rtl] .mx-0 {
    margin-left: 0 !important
  }
  
  [dir] .mb-0,
  [dir] .my-0 {
    margin-bottom: 0 !important
  }
  
  [dir=ltr] .ml-0,
  [dir=ltr] .mx-0 {
    margin-left: 0 !important
  }
  
  [dir=rtl] .ml-0,
  [dir=rtl] .mx-0 {
    margin-right: 0 !important
  }
  
  [dir] .m-1 {
    margin: 1rem !important
  }
  
  [dir] .mt-1,
  [dir] .my-1 {
    margin-top: 1rem !important
  }
  
  [dir=ltr] .mr-1,
  [dir=ltr] .mx-1 {
    margin-right: 1rem !important
  }
  
  [dir=rtl] .mr-1,
  [dir=rtl] .mx-1 {
    margin-left: 1rem !important
  }
  
  [dir] .mb-1,
  [dir] .my-1 {
    margin-bottom: 1rem !important
  }
  
  [dir=ltr] .ml-1,
  [dir=ltr] .mx-1 {
    margin-left: 1rem !important
  }
  
  [dir=rtl] .ml-1,
  [dir=rtl] .mx-1 {
    margin-right: 1rem !important
  }
  
  [dir] .m-2 {
    margin: 1.5rem !important
  }
  
  [dir] .mt-2,
  [dir] .my-2 {
    margin-top: 1.5rem !important
  }
  
  [dir=ltr] .mr-2,
  [dir=ltr] .mx-2 {
    margin-right: 1.5rem !important
  }
  
  [dir=rtl] .mr-2,
  [dir=rtl] .mx-2 {
    margin-left: 1.5rem !important
  }
  
  [dir] .mb-2,
  [dir] .my-2 {
    margin-bottom: 1.5rem !important
  }
  
  [dir=ltr] .ml-2,
  [dir=ltr] .mx-2 {
    margin-left: 1.5rem !important
  }
  
  [dir=rtl] .ml-2,
  [dir=rtl] .mx-2 {
    margin-right: 1.5rem !important
  }
  
  [dir] .m-3 {
    margin: 3rem !important
  }
  
  [dir] .mt-3,
  [dir] .my-3 {
    margin-top: 3rem !important
  }
  
  [dir=ltr] .mr-3,
  [dir=ltr] .mx-3 {
    margin-right: 3rem !important
  }
  
  [dir=rtl] .mr-3,
  [dir=rtl] .mx-3 {
    margin-left: 3rem !important
  }
  
  [dir] .mb-3,
  [dir] .my-3 {
    margin-bottom: 3rem !important
  }
  
  [dir=ltr] .ml-3,
  [dir=ltr] .mx-3 {
    margin-left: 3rem !important
  }
  
  [dir=rtl] .ml-3,
  [dir=rtl] .mx-3 {
    margin-right: 3rem !important
  }
  
  [dir] .m-4 {
    margin: 3.5rem !important
  }
  
  [dir] .mt-4,
  [dir] .my-4 {
    margin-top: 3.5rem !important
  }
  
  [dir=ltr] .mr-4,
  [dir=ltr] .mx-4 {
    margin-right: 3.5rem !important
  }
  
  [dir=rtl] .mr-4,
  [dir=rtl] .mx-4 {
    margin-left: 3.5rem !important
  }
  
  [dir] .mb-4,
  [dir] .my-4 {
    margin-bottom: 3.5rem !important
  }
  
  [dir=ltr] .ml-4,
  [dir=ltr] .mx-4 {
    margin-left: 3.5rem !important
  }
  
  [dir=rtl] .ml-4,
  [dir=rtl] .mx-4 {
    margin-right: 3.5rem !important
  }
  
  [dir] .m-5 {
    margin: 4rem !important
  }
  
  [dir] .mt-5,
  [dir] .my-5 {
    margin-top: 4rem !important
  }
  
  [dir=ltr] .mr-5,
  [dir=ltr] .mx-5 {
    margin-right: 4rem !important
  }
  
  [dir=rtl] .mr-5,
  [dir=rtl] .mx-5 {
    margin-left: 4rem !important
  }
  
  [dir] .mb-5,
  [dir] .my-5 {
    margin-bottom: 4rem !important
  }
  
  [dir=ltr] .ml-5,
  [dir=ltr] .mx-5 {
    margin-left: 4rem !important
  }
  
  [dir=rtl] .ml-5,
  [dir=rtl] .mx-5 {
    margin-right: 4rem !important
  }
  
  [dir] .m-25 {
    margin: .25rem !important
  }
  
  [dir] .mt-25,
  [dir] .my-25 {
    margin-top: .25rem !important
  }
  
  [dir=ltr] .mr-25,
  [dir=ltr] .mx-25 {
    margin-right: .25rem !important
  }
  
  [dir=rtl] .mr-25,
  [dir=rtl] .mx-25 {
    margin-left: .25rem !important
  }
  
  [dir] .mb-25,
  [dir] .my-25 {
    margin-bottom: .25rem !important
  }
  
  [dir=ltr] .ml-25,
  [dir=ltr] .mx-25 {
    margin-left: .25rem !important
  }
  
  [dir=rtl] .ml-25,
  [dir=rtl] .mx-25 {
    margin-right: .25rem !important
  }
  
  [dir] .m-50 {
    margin: .5rem !important
  }
  
  [dir] .mt-50,
  [dir] .my-50 {
    margin-top: .5rem !important
  }
  
  [dir=ltr] .mr-50,
  [dir=ltr] .mx-50 {
    margin-right: .5rem !important
  }
  
  [dir=rtl] .mr-50,
  [dir=rtl] .mx-50 {
    margin-left: .5rem !important
  }
  
  [dir] .mb-50,
  [dir] .my-50 {
    margin-bottom: .5rem !important
  }
  
  [dir=ltr] .ml-50,
  [dir=ltr] .mx-50 {
    margin-left: .5rem !important
  }
  
  [dir=rtl] .ml-50,
  [dir=rtl] .mx-50 {
    margin-right: .5rem !important
  }
  
  [dir] .m-75 {
    margin: .75rem !important
  }
  
  [dir] .mt-75,
  [dir] .my-75 {
    margin-top: .75rem !important
  }
  
  [dir=ltr] .mr-75,
  [dir=ltr] .mx-75 {
    margin-right: .75rem !important
  }
  
  [dir=rtl] .mr-75,
  [dir=rtl] .mx-75 {
    margin-left: .75rem !important
  }
  
  [dir] .mb-75,
  [dir] .my-75 {
    margin-bottom: .75rem !important
  }
  
  [dir=ltr] .ml-75,
  [dir=ltr] .mx-75 {
    margin-left: .75rem !important
  }
  
  [dir=rtl] .ml-75,
  [dir=rtl] .mx-75 {
    margin-right: .75rem !important
  }
  
  [dir] .p-0 {
    padding: 0 !important
  }
  
  [dir] .pt-0,
  [dir] .py-0 {
    padding-top: 0 !important
  }
  
  [dir=ltr] .pr-0,
  [dir=ltr] .px-0 {
    padding-right: 0 !important
  }
  
  [dir=rtl] .pr-0,
  [dir=rtl] .px-0 {
    padding-left: 0 !important
  }
  
  [dir] .pb-0,
  [dir] .py-0 {
    padding-bottom: 0 !important
  }
  
  [dir=ltr] .pl-0,
  [dir=ltr] .px-0 {
    padding-left: 0 !important
  }
  
  [dir=rtl] .pl-0,
  [dir=rtl] .px-0 {
    padding-right: 0 !important
  }
  
  [dir] .p-1 {
    padding: 1rem !important
  }
  
  [dir] .pt-1,
  [dir] .py-1 {
    padding-top: 1rem !important
  }
  
  [dir=ltr] .pr-1,
  [dir=ltr] .px-1 {
    padding-right: 1rem !important
  }
  
  [dir=rtl] .pr-1,
  [dir=rtl] .px-1 {
    padding-left: 1rem !important
  }
  
  [dir] .pb-1,
  [dir] .py-1 {
    padding-bottom: 1rem !important
  }
  
  [dir=ltr] .pl-1,
  [dir=ltr] .px-1 {
    padding-left: 1rem !important
  }
  
  [dir=rtl] .pl-1,
  [dir=rtl] .px-1 {
    padding-right: 1rem !important
  }
  
  [dir] .p-2 {
    padding: 1.5rem !important
  }
  
  [dir] .pt-2,
  [dir] .py-2 {
    padding-top: 1.5rem !important
  }
  
  [dir=ltr] .pr-2,
  [dir=ltr] .px-2 {
    padding-right: 1.5rem !important
  }
  
  [dir=rtl] .pr-2,
  [dir=rtl] .px-2 {
    padding-left: 1.5rem !important
  }
  
  [dir] .pb-2,
  [dir] .py-2 {
    padding-bottom: 1.5rem !important
  }
  
  [dir=ltr] .pl-2,
  [dir=ltr] .px-2 {
    padding-left: 1.5rem !important
  }
  
  [dir=rtl] .pl-2,
  [dir=rtl] .px-2 {
    padding-right: 1.5rem !important
  }
  
  [dir] .p-3 {
    padding: 3rem !important
  }
  
  [dir] .pt-3,
  [dir] .py-3 {
    padding-top: 3rem !important
  }
  
  [dir=ltr] .pr-3,
  [dir=ltr] .px-3 {
    padding-right: 3rem !important
  }
  
  [dir=rtl] .pr-3,
  [dir=rtl] .px-3 {
    padding-left: 3rem !important
  }
  
  [dir] .pb-3,
  [dir] .py-3 {
    padding-bottom: 3rem !important
  }
  
  [dir=ltr] .pl-3,
  [dir=ltr] .px-3 {
    padding-left: 3rem !important
  }
  
  [dir=rtl] .pl-3,
  [dir=rtl] .px-3 {
    padding-right: 3rem !important
  }
  
  [dir] .p-4 {
    padding: 3.5rem !important
  }
  
  [dir] .pt-4,
  [dir] .py-4 {
    padding-top: 3.5rem !important
  }
  
  [dir=ltr] .pr-4,
  [dir=ltr] .px-4 {
    padding-right: 3.5rem !important
  }
  
  [dir=rtl] .pr-4,
  [dir=rtl] .px-4 {
    padding-left: 3.5rem !important
  }
  
  [dir] .pb-4,
  [dir] .py-4 {
    padding-bottom: 3.5rem !important
  }
  
  [dir=ltr] .pl-4,
  [dir=ltr] .px-4 {
    padding-left: 3.5rem !important
  }
  
  [dir=rtl] .pl-4,
  [dir=rtl] .px-4 {
    padding-right: 3.5rem !important
  }
  
  [dir] .p-5 {
    padding: 4rem !important
  }
  
  [dir] .pt-5,
  [dir] .py-5 {
    padding-top: 4rem !important
  }
  
  [dir=ltr] .pr-5,
  [dir=ltr] .px-5 {
    padding-right: 4rem !important
  }
  
  [dir=rtl] .pr-5,
  [dir=rtl] .px-5 {
    padding-left: 4rem !important
  }
  
  [dir] .pb-5,
  [dir] .py-5 {
    padding-bottom: 4rem !important
  }
  
  [dir=ltr] .pl-5,
  [dir=ltr] .px-5 {
    padding-left: 4rem !important
  }
  
  [dir=rtl] .pl-5,
  [dir=rtl] .px-5 {
    padding-right: 4rem !important
  }
  
  [dir] .p-25 {
    padding: .25rem !important
  }
  
  [dir] .pt-25,
  [dir] .py-25 {
    padding-top: .25rem !important
  }
  
  [dir=ltr] .pr-25,
  [dir=ltr] .px-25 {
    padding-right: .25rem !important
  }
  
  [dir=rtl] .pr-25,
  [dir=rtl] .px-25 {
    padding-left: .25rem !important
  }
  
  [dir] .pb-25,
  [dir] .py-25 {
    padding-bottom: .25rem !important
  }
  
  [dir=ltr] .pl-25,
  [dir=ltr] .px-25 {
    padding-left: .25rem !important
  }
  
  [dir=rtl] .pl-25,
  [dir=rtl] .px-25 {
    padding-right: .25rem !important
  }
  
  [dir] .p-50 {
    padding: .5rem !important
  }
  
  [dir] .pt-50,
  [dir] .py-50 {
    padding-top: .5rem !important
  }
  
  [dir=ltr] .pr-50,
  [dir=ltr] .px-50 {
    padding-right: .5rem !important
  }
  
  [dir=rtl] .pr-50,
  [dir=rtl] .px-50 {
    padding-left: .5rem !important
  }
  
  [dir] .pb-50,
  [dir] .py-50 {
    padding-bottom: .5rem !important
  }
  
  [dir=ltr] .pl-50,
  [dir=ltr] .px-50 {
    padding-left: .5rem !important
  }
  
  [dir=rtl] .pl-50,
  [dir=rtl] .px-50 {
    padding-right: .5rem !important
  }
  
  [dir] .p-75 {
    padding: .75rem !important
  }
  
  [dir] .pt-75,
  [dir] .py-75 {
    padding-top: .75rem !important
  }
  
  [dir=ltr] .pr-75,
  [dir=ltr] .px-75 {
    padding-right: .75rem !important
  }
  
  [dir=rtl] .pr-75,
  [dir=rtl] .px-75 {
    padding-left: .75rem !important
  }
  
  [dir] .pb-75,
  [dir] .py-75 {
    padding-bottom: .75rem !important
  }
  
  [dir=ltr] .pl-75,
  [dir=ltr] .px-75 {
    padding-left: .75rem !important
  }
  
  [dir=rtl] .pl-75,
  [dir=rtl] .px-75 {
    padding-right: .75rem !important
  }
  
  [dir] .m-n1 {
    margin: -1rem !important
  }
  
  [dir] .mt-n1,
  [dir] .my-n1 {
    margin-top: -1rem !important
  }
  
  [dir=ltr] .mr-n1,
  [dir=ltr] .mx-n1 {
    margin-right: -1rem !important
  }
  
  [dir=rtl] .mr-n1,
  [dir=rtl] .mx-n1 {
    margin-left: -1rem !important
  }
  
  [dir] .mb-n1,
  [dir] .my-n1 {
    margin-bottom: -1rem !important
  }
  
  [dir=ltr] .ml-n1,
  [dir=ltr] .mx-n1 {
    margin-left: -1rem !important
  }
  
  [dir=rtl] .ml-n1,
  [dir=rtl] .mx-n1 {
    margin-right: -1rem !important
  }
  
  [dir] .m-n2 {
    margin: -1.5rem !important
  }
  
  [dir] .mt-n2,
  [dir] .my-n2 {
    margin-top: -1.5rem !important
  }
  
  [dir=ltr] .mr-n2,
  [dir=ltr] .mx-n2 {
    margin-right: -1.5rem !important
  }
  
  [dir=rtl] .mr-n2,
  [dir=rtl] .mx-n2 {
    margin-left: -1.5rem !important
  }
  
  [dir] .mb-n2,
  [dir] .my-n2 {
    margin-bottom: -1.5rem !important
  }
  
  [dir=ltr] .ml-n2,
  [dir=ltr] .mx-n2 {
    margin-left: -1.5rem !important
  }
  
  [dir=rtl] .ml-n2,
  [dir=rtl] .mx-n2 {
    margin-right: -1.5rem !important
  }
  
  [dir] .m-n3 {
    margin: -3rem !important
  }
  
  [dir] .mt-n3,
  [dir] .my-n3 {
    margin-top: -3rem !important
  }
  
  [dir=ltr] .mr-n3,
  [dir=ltr] .mx-n3 {
    margin-right: -3rem !important
  }
  
  [dir=rtl] .mr-n3,
  [dir=rtl] .mx-n3 {
    margin-left: -3rem !important
  }
  
  [dir] .mb-n3,
  [dir] .my-n3 {
    margin-bottom: -3rem !important
  }
  
  [dir=ltr] .ml-n3,
  [dir=ltr] .mx-n3 {
    margin-left: -3rem !important
  }
  
  [dir=rtl] .ml-n3,
  [dir=rtl] .mx-n3 {
    margin-right: -3rem !important
  }
  
  [dir] .m-n4 {
    margin: -3.5rem !important
  }
  
  [dir] .mt-n4,
  [dir] .my-n4 {
    margin-top: -3.5rem !important
  }
  
  [dir=ltr] .mr-n4,
  [dir=ltr] .mx-n4 {
    margin-right: -3.5rem !important
  }
  
  [dir=rtl] .mr-n4,
  [dir=rtl] .mx-n4 {
    margin-left: -3.5rem !important
  }
  
  [dir] .mb-n4,
  [dir] .my-n4 {
    margin-bottom: -3.5rem !important
  }
  
  [dir=ltr] .ml-n4,
  [dir=ltr] .mx-n4 {
    margin-left: -3.5rem !important
  }
  
  [dir=rtl] .ml-n4,
  [dir=rtl] .mx-n4 {
    margin-right: -3.5rem !important
  }
  
  [dir] .m-n5 {
    margin: -4rem !important
  }
  
  [dir] .mt-n5,
  [dir] .my-n5 {
    margin-top: -4rem !important
  }
  
  [dir=ltr] .mr-n5,
  [dir=ltr] .mx-n5 {
    margin-right: -4rem !important
  }
  
  [dir=rtl] .mr-n5,
  [dir=rtl] .mx-n5 {
    margin-left: -4rem !important
  }
  
  [dir] .mb-n5,
  [dir] .my-n5 {
    margin-bottom: -4rem !important
  }
  
  [dir=ltr] .ml-n5,
  [dir=ltr] .mx-n5 {
    margin-left: -4rem !important
  }
  
  [dir=rtl] .ml-n5,
  [dir=rtl] .mx-n5 {
    margin-right: -4rem !important
  }
  
  [dir] .m-n25 {
    margin: -.25rem !important
  }
  
  [dir] .mt-n25,
  [dir] .my-n25 {
    margin-top: -.25rem !important
  }
  
  [dir=ltr] .mr-n25,
  [dir=ltr] .mx-n25 {
    margin-right: -.25rem !important
  }
  
  [dir=rtl] .mr-n25,
  [dir=rtl] .mx-n25 {
    margin-left: -.25rem !important
  }
  
  [dir] .mb-n25,
  [dir] .my-n25 {
    margin-bottom: -.25rem !important
  }
  
  [dir=ltr] .ml-n25,
  [dir=ltr] .mx-n25 {
    margin-left: -.25rem !important
  }
  
  [dir=rtl] .ml-n25,
  [dir=rtl] .mx-n25 {
    margin-right: -.25rem !important
  }
  
  [dir] .m-n50 {
    margin: -.5rem !important
  }
  
  [dir] .mt-n50,
  [dir] .my-n50 {
    margin-top: -.5rem !important
  }
  
  [dir=ltr] .mr-n50,
  [dir=ltr] .mx-n50 {
    margin-right: -.5rem !important
  }
  
  [dir=rtl] .mr-n50,
  [dir=rtl] .mx-n50 {
    margin-left: -.5rem !important
  }
  
  [dir] .mb-n50,
  [dir] .my-n50 {
    margin-bottom: -.5rem !important
  }
  
  [dir=ltr] .ml-n50,
  [dir=ltr] .mx-n50 {
    margin-left: -.5rem !important
  }
  
  [dir=rtl] .ml-n50,
  [dir=rtl] .mx-n50 {
    margin-right: -.5rem !important
  }
  
  [dir] .m-n75 {
    margin: -.75rem !important
  }
  
  [dir] .mt-n75,
  [dir] .my-n75 {
    margin-top: -.75rem !important
  }
  
  [dir=ltr] .mr-n75,
  [dir=ltr] .mx-n75 {
    margin-right: -.75rem !important
  }
  
  [dir=rtl] .mr-n75,
  [dir=rtl] .mx-n75 {
    margin-left: -.75rem !important
  }
  
  [dir] .mb-n75,
  [dir] .my-n75 {
    margin-bottom: -.75rem !important
  }
  
  [dir=ltr] .ml-n75,
  [dir=ltr] .mx-n75 {
    margin-left: -.75rem !important
  }
  
  [dir=rtl] .ml-n75,
  [dir=rtl] .mx-n75 {
    margin-right: -.75rem !important
  }
  
  [dir] .m-auto {
    margin: auto !important
  }
  
  [dir] .mt-auto,
  [dir] .my-auto {
    margin-top: auto !important
  }
  
  [dir=ltr] .mr-auto,
  [dir=ltr] .mx-auto {
    margin-right: auto !important
  }
  
  [dir=rtl] .mr-auto,
  [dir=rtl] .mx-auto {
    margin-left: auto !important
  }
  
  [dir] .mb-auto,
  [dir] .my-auto {
    margin-bottom: auto !important
  }
  
  [dir=ltr] .ml-auto,
  [dir=ltr] .mx-auto {
    margin-left: auto !important
  }
  
  [dir=rtl] .ml-auto,
  [dir=rtl] .mx-auto {
    margin-right: auto !important
  }
  
  @media(min-width:576px) {
    [dir] .m-sm-0 {
      margin: 0 !important
    }
  
    [dir] .mt-sm-0,
    [dir] .my-sm-0 {
      margin-top: 0 !important
    }
  
    [dir=ltr] .mr-sm-0,
    [dir=ltr] .mx-sm-0 {
      margin-right: 0 !important
    }
  
    [dir=rtl] .mr-sm-0,
    [dir=rtl] .mx-sm-0 {
      margin-left: 0 !important
    }
  
    [dir] .mb-sm-0,
    [dir] .my-sm-0 {
      margin-bottom: 0 !important
    }
  
    [dir=ltr] .ml-sm-0,
    [dir=ltr] .mx-sm-0 {
      margin-left: 0 !important
    }
  
    [dir=rtl] .ml-sm-0,
    [dir=rtl] .mx-sm-0 {
      margin-right: 0 !important
    }
  
    [dir] .m-sm-1 {
      margin: 1rem !important
    }
  
    [dir] .mt-sm-1,
    [dir] .my-sm-1 {
      margin-top: 1rem !important
    }
  
    [dir=ltr] .mr-sm-1,
    [dir=ltr] .mx-sm-1 {
      margin-right: 1rem !important
    }
  
    [dir=rtl] .mr-sm-1,
    [dir=rtl] .mx-sm-1 {
      margin-left: 1rem !important
    }
  
    [dir] .mb-sm-1,
    [dir] .my-sm-1 {
      margin-bottom: 1rem !important
    }
  
    [dir=ltr] .ml-sm-1,
    [dir=ltr] .mx-sm-1 {
      margin-left: 1rem !important
    }
  
    [dir=rtl] .ml-sm-1,
    [dir=rtl] .mx-sm-1 {
      margin-right: 1rem !important
    }
  
    [dir] .m-sm-2 {
      margin: 1.5rem !important
    }
  
    [dir] .mt-sm-2,
    [dir] .my-sm-2 {
      margin-top: 1.5rem !important
    }
  
    [dir=ltr] .mr-sm-2,
    [dir=ltr] .mx-sm-2 {
      margin-right: 1.5rem !important
    }
  
    [dir=rtl] .mr-sm-2,
    [dir=rtl] .mx-sm-2 {
      margin-left: 1.5rem !important
    }
  
    [dir] .mb-sm-2,
    [dir] .my-sm-2 {
      margin-bottom: 1.5rem !important
    }
  
    [dir=ltr] .ml-sm-2,
    [dir=ltr] .mx-sm-2 {
      margin-left: 1.5rem !important
    }
  
    [dir=rtl] .ml-sm-2,
    [dir=rtl] .mx-sm-2 {
      margin-right: 1.5rem !important
    }
  
    [dir] .m-sm-3 {
      margin: 3rem !important
    }
  
    [dir] .mt-sm-3,
    [dir] .my-sm-3 {
      margin-top: 3rem !important
    }
  
    [dir=ltr] .mr-sm-3,
    [dir=ltr] .mx-sm-3 {
      margin-right: 3rem !important
    }
  
    [dir=rtl] .mr-sm-3,
    [dir=rtl] .mx-sm-3 {
      margin-left: 3rem !important
    }
  
    [dir] .mb-sm-3,
    [dir] .my-sm-3 {
      margin-bottom: 3rem !important
    }
  
    [dir=ltr] .ml-sm-3,
    [dir=ltr] .mx-sm-3 {
      margin-left: 3rem !important
    }
  
    [dir=rtl] .ml-sm-3,
    [dir=rtl] .mx-sm-3 {
      margin-right: 3rem !important
    }
  
    [dir] .m-sm-4 {
      margin: 3.5rem !important
    }
  
    [dir] .mt-sm-4,
    [dir] .my-sm-4 {
      margin-top: 3.5rem !important
    }
  
    [dir=ltr] .mr-sm-4,
    [dir=ltr] .mx-sm-4 {
      margin-right: 3.5rem !important
    }
  
    [dir=rtl] .mr-sm-4,
    [dir=rtl] .mx-sm-4 {
      margin-left: 3.5rem !important
    }
  
    [dir] .mb-sm-4,
    [dir] .my-sm-4 {
      margin-bottom: 3.5rem !important
    }
  
    [dir=ltr] .ml-sm-4,
    [dir=ltr] .mx-sm-4 {
      margin-left: 3.5rem !important
    }
  
    [dir=rtl] .ml-sm-4,
    [dir=rtl] .mx-sm-4 {
      margin-right: 3.5rem !important
    }
  
    [dir] .m-sm-5 {
      margin: 4rem !important
    }
  
    [dir] .mt-sm-5,
    [dir] .my-sm-5 {
      margin-top: 4rem !important
    }
  
    [dir=ltr] .mr-sm-5,
    [dir=ltr] .mx-sm-5 {
      margin-right: 4rem !important
    }
  
    [dir=rtl] .mr-sm-5,
    [dir=rtl] .mx-sm-5 {
      margin-left: 4rem !important
    }
  
    [dir] .mb-sm-5,
    [dir] .my-sm-5 {
      margin-bottom: 4rem !important
    }
  
    [dir=ltr] .ml-sm-5,
    [dir=ltr] .mx-sm-5 {
      margin-left: 4rem !important
    }
  
    [dir=rtl] .ml-sm-5,
    [dir=rtl] .mx-sm-5 {
      margin-right: 4rem !important
    }
  
    [dir] .m-sm-25 {
      margin: .25rem !important
    }
  
    [dir] .mt-sm-25,
    [dir] .my-sm-25 {
      margin-top: .25rem !important
    }
  
    [dir=ltr] .mr-sm-25,
    [dir=ltr] .mx-sm-25 {
      margin-right: .25rem !important
    }
  
    [dir=rtl] .mr-sm-25,
    [dir=rtl] .mx-sm-25 {
      margin-left: .25rem !important
    }
  
    [dir] .mb-sm-25,
    [dir] .my-sm-25 {
      margin-bottom: .25rem !important
    }
  
    [dir=ltr] .ml-sm-25,
    [dir=ltr] .mx-sm-25 {
      margin-left: .25rem !important
    }
  
    [dir=rtl] .ml-sm-25,
    [dir=rtl] .mx-sm-25 {
      margin-right: .25rem !important
    }
  
    [dir] .m-sm-50 {
      margin: .5rem !important
    }
  
    [dir] .mt-sm-50,
    [dir] .my-sm-50 {
      margin-top: .5rem !important
    }
  
    [dir=ltr] .mr-sm-50,
    [dir=ltr] .mx-sm-50 {
      margin-right: .5rem !important
    }
  
    [dir=rtl] .mr-sm-50,
    [dir=rtl] .mx-sm-50 {
      margin-left: .5rem !important
    }
  
    [dir] .mb-sm-50,
    [dir] .my-sm-50 {
      margin-bottom: .5rem !important
    }
  
    [dir=ltr] .ml-sm-50,
    [dir=ltr] .mx-sm-50 {
      margin-left: .5rem !important
    }
  
    [dir=rtl] .ml-sm-50,
    [dir=rtl] .mx-sm-50 {
      margin-right: .5rem !important
    }
  
    [dir] .m-sm-75 {
      margin: .75rem !important
    }
  
    [dir] .mt-sm-75,
    [dir] .my-sm-75 {
      margin-top: .75rem !important
    }
  
    [dir=ltr] .mr-sm-75,
    [dir=ltr] .mx-sm-75 {
      margin-right: .75rem !important
    }
  
    [dir=rtl] .mr-sm-75,
    [dir=rtl] .mx-sm-75 {
      margin-left: .75rem !important
    }
  
    [dir] .mb-sm-75,
    [dir] .my-sm-75 {
      margin-bottom: .75rem !important
    }
  
    [dir=ltr] .ml-sm-75,
    [dir=ltr] .mx-sm-75 {
      margin-left: .75rem !important
    }
  
    [dir=rtl] .ml-sm-75,
    [dir=rtl] .mx-sm-75 {
      margin-right: .75rem !important
    }
  
    [dir] .p-sm-0 {
      padding: 0 !important
    }
  
    [dir] .pt-sm-0,
    [dir] .py-sm-0 {
      padding-top: 0 !important
    }
  
    [dir=ltr] .pr-sm-0,
    [dir=ltr] .px-sm-0 {
      padding-right: 0 !important
    }
  
    [dir=rtl] .pr-sm-0,
    [dir=rtl] .px-sm-0 {
      padding-left: 0 !important
    }
  
    [dir] .pb-sm-0,
    [dir] .py-sm-0 {
      padding-bottom: 0 !important
    }
  
    [dir=ltr] .pl-sm-0,
    [dir=ltr] .px-sm-0 {
      padding-left: 0 !important
    }
  
    [dir=rtl] .pl-sm-0,
    [dir=rtl] .px-sm-0 {
      padding-right: 0 !important
    }
  
    [dir] .p-sm-1 {
      padding: 1rem !important
    }
  
    [dir] .pt-sm-1,
    [dir] .py-sm-1 {
      padding-top: 1rem !important
    }
  
    [dir=ltr] .pr-sm-1,
    [dir=ltr] .px-sm-1 {
      padding-right: 1rem !important
    }
  
    [dir=rtl] .pr-sm-1,
    [dir=rtl] .px-sm-1 {
      padding-left: 1rem !important
    }
  
    [dir] .pb-sm-1,
    [dir] .py-sm-1 {
      padding-bottom: 1rem !important
    }
  
    [dir=ltr] .pl-sm-1,
    [dir=ltr] .px-sm-1 {
      padding-left: 1rem !important
    }
  
    [dir=rtl] .pl-sm-1,
    [dir=rtl] .px-sm-1 {
      padding-right: 1rem !important
    }
  
    [dir] .p-sm-2 {
      padding: 1.5rem !important
    }
  
    [dir] .pt-sm-2,
    [dir] .py-sm-2 {
      padding-top: 1.5rem !important
    }
  
    [dir=ltr] .pr-sm-2,
    [dir=ltr] .px-sm-2 {
      padding-right: 1.5rem !important
    }
  
    [dir=rtl] .pr-sm-2,
    [dir=rtl] .px-sm-2 {
      padding-left: 1.5rem !important
    }
  
    [dir] .pb-sm-2,
    [dir] .py-sm-2 {
      padding-bottom: 1.5rem !important
    }
  
    [dir=ltr] .pl-sm-2,
    [dir=ltr] .px-sm-2 {
      padding-left: 1.5rem !important
    }
  
    [dir=rtl] .pl-sm-2,
    [dir=rtl] .px-sm-2 {
      padding-right: 1.5rem !important
    }
  
    [dir] .p-sm-3 {
      padding: 3rem !important
    }
  
    [dir] .pt-sm-3,
    [dir] .py-sm-3 {
      padding-top: 3rem !important
    }
  
    [dir=ltr] .pr-sm-3,
    [dir=ltr] .px-sm-3 {
      padding-right: 3rem !important
    }
  
    [dir=rtl] .pr-sm-3,
    [dir=rtl] .px-sm-3 {
      padding-left: 3rem !important
    }
  
    [dir] .pb-sm-3,
    [dir] .py-sm-3 {
      padding-bottom: 3rem !important
    }
  
    [dir=ltr] .pl-sm-3,
    [dir=ltr] .px-sm-3 {
      padding-left: 3rem !important
    }
  
    [dir=rtl] .pl-sm-3,
    [dir=rtl] .px-sm-3 {
      padding-right: 3rem !important
    }
  
    [dir] .p-sm-4 {
      padding: 3.5rem !important
    }
  
    [dir] .pt-sm-4,
    [dir] .py-sm-4 {
      padding-top: 3.5rem !important
    }
  
    [dir=ltr] .pr-sm-4,
    [dir=ltr] .px-sm-4 {
      padding-right: 3.5rem !important
    }
  
    [dir=rtl] .pr-sm-4,
    [dir=rtl] .px-sm-4 {
      padding-left: 3.5rem !important
    }
  
    [dir] .pb-sm-4,
    [dir] .py-sm-4 {
      padding-bottom: 3.5rem !important
    }
  
    [dir=ltr] .pl-sm-4,
    [dir=ltr] .px-sm-4 {
      padding-left: 3.5rem !important
    }
  
    [dir=rtl] .pl-sm-4,
    [dir=rtl] .px-sm-4 {
      padding-right: 3.5rem !important
    }
  
    [dir] .p-sm-5 {
      padding: 4rem !important
    }
  
    [dir] .pt-sm-5,
    [dir] .py-sm-5 {
      padding-top: 4rem !important
    }
  
    [dir=ltr] .pr-sm-5,
    [dir=ltr] .px-sm-5 {
      padding-right: 4rem !important
    }
  
    [dir=rtl] .pr-sm-5,
    [dir=rtl] .px-sm-5 {
      padding-left: 4rem !important
    }
  
    [dir] .pb-sm-5,
    [dir] .py-sm-5 {
      padding-bottom: 4rem !important
    }
  
    [dir=ltr] .pl-sm-5,
    [dir=ltr] .px-sm-5 {
      padding-left: 4rem !important
    }
  
    [dir=rtl] .pl-sm-5,
    [dir=rtl] .px-sm-5 {
      padding-right: 4rem !important
    }
  
    [dir] .p-sm-25 {
      padding: .25rem !important
    }
  
    [dir] .pt-sm-25,
    [dir] .py-sm-25 {
      padding-top: .25rem !important
    }
  
    [dir=ltr] .pr-sm-25,
    [dir=ltr] .px-sm-25 {
      padding-right: .25rem !important
    }
  
    [dir=rtl] .pr-sm-25,
    [dir=rtl] .px-sm-25 {
      padding-left: .25rem !important
    }
  
    [dir] .pb-sm-25,
    [dir] .py-sm-25 {
      padding-bottom: .25rem !important
    }
  
    [dir=ltr] .pl-sm-25,
    [dir=ltr] .px-sm-25 {
      padding-left: .25rem !important
    }
  
    [dir=rtl] .pl-sm-25,
    [dir=rtl] .px-sm-25 {
      padding-right: .25rem !important
    }
  
    [dir] .p-sm-50 {
      padding: .5rem !important
    }
  
    [dir] .pt-sm-50,
    [dir] .py-sm-50 {
      padding-top: .5rem !important
    }
  
    [dir=ltr] .pr-sm-50,
    [dir=ltr] .px-sm-50 {
      padding-right: .5rem !important
    }
  
    [dir=rtl] .pr-sm-50,
    [dir=rtl] .px-sm-50 {
      padding-left: .5rem !important
    }
  
    [dir] .pb-sm-50,
    [dir] .py-sm-50 {
      padding-bottom: .5rem !important
    }
  
    [dir=ltr] .pl-sm-50,
    [dir=ltr] .px-sm-50 {
      padding-left: .5rem !important
    }
  
    [dir=rtl] .pl-sm-50,
    [dir=rtl] .px-sm-50 {
      padding-right: .5rem !important
    }
  
    [dir] .p-sm-75 {
      padding: .75rem !important
    }
  
    [dir] .pt-sm-75,
    [dir] .py-sm-75 {
      padding-top: .75rem !important
    }
  
    [dir=ltr] .pr-sm-75,
    [dir=ltr] .px-sm-75 {
      padding-right: .75rem !important
    }
  
    [dir=rtl] .pr-sm-75,
    [dir=rtl] .px-sm-75 {
      padding-left: .75rem !important
    }
  
    [dir] .pb-sm-75,
    [dir] .py-sm-75 {
      padding-bottom: .75rem !important
    }
  
    [dir=ltr] .pl-sm-75,
    [dir=ltr] .px-sm-75 {
      padding-left: .75rem !important
    }
  
    [dir=rtl] .pl-sm-75,
    [dir=rtl] .px-sm-75 {
      padding-right: .75rem !important
    }
  
    [dir] .m-sm-n1 {
      margin: -1rem !important
    }
  
    [dir] .mt-sm-n1,
    [dir] .my-sm-n1 {
      margin-top: -1rem !important
    }
  
    [dir=ltr] .mr-sm-n1,
    [dir=ltr] .mx-sm-n1 {
      margin-right: -1rem !important
    }
  
    [dir=rtl] .mr-sm-n1,
    [dir=rtl] .mx-sm-n1 {
      margin-left: -1rem !important
    }
  
    [dir] .mb-sm-n1,
    [dir] .my-sm-n1 {
      margin-bottom: -1rem !important
    }
  
    [dir=ltr] .ml-sm-n1,
    [dir=ltr] .mx-sm-n1 {
      margin-left: -1rem !important
    }
  
    [dir=rtl] .ml-sm-n1,
    [dir=rtl] .mx-sm-n1 {
      margin-right: -1rem !important
    }
  
    [dir] .m-sm-n2 {
      margin: -1.5rem !important
    }
  
    [dir] .mt-sm-n2,
    [dir] .my-sm-n2 {
      margin-top: -1.5rem !important
    }
  
    [dir=ltr] .mr-sm-n2,
    [dir=ltr] .mx-sm-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir=rtl] .mr-sm-n2,
    [dir=rtl] .mx-sm-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir] .mb-sm-n2,
    [dir] .my-sm-n2 {
      margin-bottom: -1.5rem !important
    }
  
    [dir=ltr] .ml-sm-n2,
    [dir=ltr] .mx-sm-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir=rtl] .ml-sm-n2,
    [dir=rtl] .mx-sm-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir] .m-sm-n3 {
      margin: -3rem !important
    }
  
    [dir] .mt-sm-n3,
    [dir] .my-sm-n3 {
      margin-top: -3rem !important
    }
  
    [dir=ltr] .mr-sm-n3,
    [dir=ltr] .mx-sm-n3 {
      margin-right: -3rem !important
    }
  
    [dir=rtl] .mr-sm-n3,
    [dir=rtl] .mx-sm-n3 {
      margin-left: -3rem !important
    }
  
    [dir] .mb-sm-n3,
    [dir] .my-sm-n3 {
      margin-bottom: -3rem !important
    }
  
    [dir=ltr] .ml-sm-n3,
    [dir=ltr] .mx-sm-n3 {
      margin-left: -3rem !important
    }
  
    [dir=rtl] .ml-sm-n3,
    [dir=rtl] .mx-sm-n3 {
      margin-right: -3rem !important
    }
  
    [dir] .m-sm-n4 {
      margin: -3.5rem !important
    }
  
    [dir] .mt-sm-n4,
    [dir] .my-sm-n4 {
      margin-top: -3.5rem !important
    }
  
    [dir=ltr] .mr-sm-n4,
    [dir=ltr] .mx-sm-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir=rtl] .mr-sm-n4,
    [dir=rtl] .mx-sm-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir] .mb-sm-n4,
    [dir] .my-sm-n4 {
      margin-bottom: -3.5rem !important
    }
  
    [dir=ltr] .ml-sm-n4,
    [dir=ltr] .mx-sm-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir=rtl] .ml-sm-n4,
    [dir=rtl] .mx-sm-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir] .m-sm-n5 {
      margin: -4rem !important
    }
  
    [dir] .mt-sm-n5,
    [dir] .my-sm-n5 {
      margin-top: -4rem !important
    }
  
    [dir=ltr] .mr-sm-n5,
    [dir=ltr] .mx-sm-n5 {
      margin-right: -4rem !important
    }
  
    [dir=rtl] .mr-sm-n5,
    [dir=rtl] .mx-sm-n5 {
      margin-left: -4rem !important
    }
  
    [dir] .mb-sm-n5,
    [dir] .my-sm-n5 {
      margin-bottom: -4rem !important
    }
  
    [dir=ltr] .ml-sm-n5,
    [dir=ltr] .mx-sm-n5 {
      margin-left: -4rem !important
    }
  
    [dir=rtl] .ml-sm-n5,
    [dir=rtl] .mx-sm-n5 {
      margin-right: -4rem !important
    }
  
    [dir] .m-sm-n25 {
      margin: -.25rem !important
    }
  
    [dir] .mt-sm-n25,
    [dir] .my-sm-n25 {
      margin-top: -.25rem !important
    }
  
    [dir=ltr] .mr-sm-n25,
    [dir=ltr] .mx-sm-n25 {
      margin-right: -.25rem !important
    }
  
    [dir=rtl] .mr-sm-n25,
    [dir=rtl] .mx-sm-n25 {
      margin-left: -.25rem !important
    }
  
    [dir] .mb-sm-n25,
    [dir] .my-sm-n25 {
      margin-bottom: -.25rem !important
    }
  
    [dir=ltr] .ml-sm-n25,
    [dir=ltr] .mx-sm-n25 {
      margin-left: -.25rem !important
    }
  
    [dir=rtl] .ml-sm-n25,
    [dir=rtl] .mx-sm-n25 {
      margin-right: -.25rem !important
    }
  
    [dir] .m-sm-n50 {
      margin: -.5rem !important
    }
  
    [dir] .mt-sm-n50,
    [dir] .my-sm-n50 {
      margin-top: -.5rem !important
    }
  
    [dir=ltr] .mr-sm-n50,
    [dir=ltr] .mx-sm-n50 {
      margin-right: -.5rem !important
    }
  
    [dir=rtl] .mr-sm-n50,
    [dir=rtl] .mx-sm-n50 {
      margin-left: -.5rem !important
    }
  
    [dir] .mb-sm-n50,
    [dir] .my-sm-n50 {
      margin-bottom: -.5rem !important
    }
  
    [dir=ltr] .ml-sm-n50,
    [dir=ltr] .mx-sm-n50 {
      margin-left: -.5rem !important
    }
  
    [dir=rtl] .ml-sm-n50,
    [dir=rtl] .mx-sm-n50 {
      margin-right: -.5rem !important
    }
  
    [dir] .m-sm-n75 {
      margin: -.75rem !important
    }
  
    [dir] .mt-sm-n75,
    [dir] .my-sm-n75 {
      margin-top: -.75rem !important
    }
  
    [dir=ltr] .mr-sm-n75,
    [dir=ltr] .mx-sm-n75 {
      margin-right: -.75rem !important
    }
  
    [dir=rtl] .mr-sm-n75,
    [dir=rtl] .mx-sm-n75 {
      margin-left: -.75rem !important
    }
  
    [dir] .mb-sm-n75,
    [dir] .my-sm-n75 {
      margin-bottom: -.75rem !important
    }
  
    [dir=ltr] .ml-sm-n75,
    [dir=ltr] .mx-sm-n75 {
      margin-left: -.75rem !important
    }
  
    [dir=rtl] .ml-sm-n75,
    [dir=rtl] .mx-sm-n75 {
      margin-right: -.75rem !important
    }
  
    [dir] .m-sm-auto {
      margin: auto !important
    }
  
    [dir] .mt-sm-auto,
    [dir] .my-sm-auto {
      margin-top: auto !important
    }
  
    [dir=ltr] .mr-sm-auto,
    [dir=ltr] .mx-sm-auto {
      margin-right: auto !important
    }
  
    [dir=rtl] .mr-sm-auto,
    [dir=rtl] .mx-sm-auto {
      margin-left: auto !important
    }
  
    [dir] .mb-sm-auto,
    [dir] .my-sm-auto {
      margin-bottom: auto !important
    }
  
    [dir=ltr] .ml-sm-auto,
    [dir=ltr] .mx-sm-auto {
      margin-left: auto !important
    }
  
    [dir=rtl] .ml-sm-auto,
    [dir=rtl] .mx-sm-auto {
      margin-right: auto !important
    }
  }
  
  @media(min-width:768px) {
    [dir] .m-md-0 {
      margin: 0 !important
    }
  
    [dir] .mt-md-0,
    [dir] .my-md-0 {
      margin-top: 0 !important
    }
  
    [dir=ltr] .mr-md-0,
    [dir=ltr] .mx-md-0 {
      margin-right: 0 !important
    }
  
    [dir=rtl] .mr-md-0,
    [dir=rtl] .mx-md-0 {
      margin-left: 0 !important
    }
  
    [dir] .mb-md-0,
    [dir] .my-md-0 {
      margin-bottom: 0 !important
    }
  
    [dir=ltr] .ml-md-0,
    [dir=ltr] .mx-md-0 {
      margin-left: 0 !important
    }
  
    [dir=rtl] .ml-md-0,
    [dir=rtl] .mx-md-0 {
      margin-right: 0 !important
    }
  
    [dir] .m-md-1 {
      margin: 1rem !important
    }
  
    [dir] .mt-md-1,
    [dir] .my-md-1 {
      margin-top: 1rem !important
    }
  
    [dir=ltr] .mr-md-1,
    [dir=ltr] .mx-md-1 {
      margin-right: 1rem !important
    }
  
    [dir=rtl] .mr-md-1,
    [dir=rtl] .mx-md-1 {
      margin-left: 1rem !important
    }
  
    [dir] .mb-md-1,
    [dir] .my-md-1 {
      margin-bottom: 1rem !important
    }
  
    [dir=ltr] .ml-md-1,
    [dir=ltr] .mx-md-1 {
      margin-left: 1rem !important
    }
  
    [dir=rtl] .ml-md-1,
    [dir=rtl] .mx-md-1 {
      margin-right: 1rem !important
    }
  
    [dir] .m-md-2 {
      margin: 1.5rem !important
    }
  
    [dir] .mt-md-2,
    [dir] .my-md-2 {
      margin-top: 1.5rem !important
    }
  
    [dir=ltr] .mr-md-2,
    [dir=ltr] .mx-md-2 {
      margin-right: 1.5rem !important
    }
  
    [dir=rtl] .mr-md-2,
    [dir=rtl] .mx-md-2 {
      margin-left: 1.5rem !important
    }
  
    [dir] .mb-md-2,
    [dir] .my-md-2 {
      margin-bottom: 1.5rem !important
    }
  
    [dir=ltr] .ml-md-2,
    [dir=ltr] .mx-md-2 {
      margin-left: 1.5rem !important
    }
  
    [dir=rtl] .ml-md-2,
    [dir=rtl] .mx-md-2 {
      margin-right: 1.5rem !important
    }
  
    [dir] .m-md-3 {
      margin: 3rem !important
    }
  
    [dir] .mt-md-3,
    [dir] .my-md-3 {
      margin-top: 3rem !important
    }
  
    [dir=ltr] .mr-md-3,
    [dir=ltr] .mx-md-3 {
      margin-right: 3rem !important
    }
  
    [dir=rtl] .mr-md-3,
    [dir=rtl] .mx-md-3 {
      margin-left: 3rem !important
    }
  
    [dir] .mb-md-3,
    [dir] .my-md-3 {
      margin-bottom: 3rem !important
    }
  
    [dir=ltr] .ml-md-3,
    [dir=ltr] .mx-md-3 {
      margin-left: 3rem !important
    }
  
    [dir=rtl] .ml-md-3,
    [dir=rtl] .mx-md-3 {
      margin-right: 3rem !important
    }
  
    [dir] .m-md-4 {
      margin: 3.5rem !important
    }
  
    [dir] .mt-md-4,
    [dir] .my-md-4 {
      margin-top: 3.5rem !important
    }
  
    [dir=ltr] .mr-md-4,
    [dir=ltr] .mx-md-4 {
      margin-right: 3.5rem !important
    }
  
    [dir=rtl] .mr-md-4,
    [dir=rtl] .mx-md-4 {
      margin-left: 3.5rem !important
    }
  
    [dir] .mb-md-4,
    [dir] .my-md-4 {
      margin-bottom: 3.5rem !important
    }
  
    [dir=ltr] .ml-md-4,
    [dir=ltr] .mx-md-4 {
      margin-left: 3.5rem !important
    }
  
    [dir=rtl] .ml-md-4,
    [dir=rtl] .mx-md-4 {
      margin-right: 3.5rem !important
    }
  
    [dir] .m-md-5 {
      margin: 4rem !important
    }
  
    [dir] .mt-md-5,
    [dir] .my-md-5 {
      margin-top: 4rem !important
    }
  
    [dir=ltr] .mr-md-5,
    [dir=ltr] .mx-md-5 {
      margin-right: 4rem !important
    }
  
    [dir=rtl] .mr-md-5,
    [dir=rtl] .mx-md-5 {
      margin-left: 4rem !important
    }
  
    [dir] .mb-md-5,
    [dir] .my-md-5 {
      margin-bottom: 4rem !important
    }
  
    [dir=ltr] .ml-md-5,
    [dir=ltr] .mx-md-5 {
      margin-left: 4rem !important
    }
  
    [dir=rtl] .ml-md-5,
    [dir=rtl] .mx-md-5 {
      margin-right: 4rem !important
    }
  
    [dir] .m-md-25 {
      margin: .25rem !important
    }
  
    [dir] .mt-md-25,
    [dir] .my-md-25 {
      margin-top: .25rem !important
    }
  
    [dir=ltr] .mr-md-25,
    [dir=ltr] .mx-md-25 {
      margin-right: .25rem !important
    }
  
    [dir=rtl] .mr-md-25,
    [dir=rtl] .mx-md-25 {
      margin-left: .25rem !important
    }
  
    [dir] .mb-md-25,
    [dir] .my-md-25 {
      margin-bottom: .25rem !important
    }
  
    [dir=ltr] .ml-md-25,
    [dir=ltr] .mx-md-25 {
      margin-left: .25rem !important
    }
  
    [dir=rtl] .ml-md-25,
    [dir=rtl] .mx-md-25 {
      margin-right: .25rem !important
    }
  
    [dir] .m-md-50 {
      margin: .5rem !important
    }
  
    [dir] .mt-md-50,
    [dir] .my-md-50 {
      margin-top: .5rem !important
    }
  
    [dir=ltr] .mr-md-50,
    [dir=ltr] .mx-md-50 {
      margin-right: .5rem !important
    }
  
    [dir=rtl] .mr-md-50,
    [dir=rtl] .mx-md-50 {
      margin-left: .5rem !important
    }
  
    [dir] .mb-md-50,
    [dir] .my-md-50 {
      margin-bottom: .5rem !important
    }
  
    [dir=ltr] .ml-md-50,
    [dir=ltr] .mx-md-50 {
      margin-left: .5rem !important
    }
  
    [dir=rtl] .ml-md-50,
    [dir=rtl] .mx-md-50 {
      margin-right: .5rem !important
    }
  
    [dir] .m-md-75 {
      margin: .75rem !important
    }
  
    [dir] .mt-md-75,
    [dir] .my-md-75 {
      margin-top: .75rem !important
    }
  
    [dir=ltr] .mr-md-75,
    [dir=ltr] .mx-md-75 {
      margin-right: .75rem !important
    }
  
    [dir=rtl] .mr-md-75,
    [dir=rtl] .mx-md-75 {
      margin-left: .75rem !important
    }
  
    [dir] .mb-md-75,
    [dir] .my-md-75 {
      margin-bottom: .75rem !important
    }
  
    [dir=ltr] .ml-md-75,
    [dir=ltr] .mx-md-75 {
      margin-left: .75rem !important
    }
  
    [dir=rtl] .ml-md-75,
    [dir=rtl] .mx-md-75 {
      margin-right: .75rem !important
    }
  
    [dir] .p-md-0 {
      padding: 0 !important
    }
  
    [dir] .pt-md-0,
    [dir] .py-md-0 {
      padding-top: 0 !important
    }
  
    [dir=ltr] .pr-md-0,
    [dir=ltr] .px-md-0 {
      padding-right: 0 !important
    }
  
    [dir=rtl] .pr-md-0,
    [dir=rtl] .px-md-0 {
      padding-left: 0 !important
    }
  
    [dir] .pb-md-0,
    [dir] .py-md-0 {
      padding-bottom: 0 !important
    }
  
    [dir=ltr] .pl-md-0,
    [dir=ltr] .px-md-0 {
      padding-left: 0 !important
    }
  
    [dir=rtl] .pl-md-0,
    [dir=rtl] .px-md-0 {
      padding-right: 0 !important
    }
  
    [dir] .p-md-1 {
      padding: 1rem !important
    }
  
    [dir] .pt-md-1,
    [dir] .py-md-1 {
      padding-top: 1rem !important
    }
  
    [dir=ltr] .pr-md-1,
    [dir=ltr] .px-md-1 {
      padding-right: 1rem !important
    }
  
    [dir=rtl] .pr-md-1,
    [dir=rtl] .px-md-1 {
      padding-left: 1rem !important
    }
  
    [dir] .pb-md-1,
    [dir] .py-md-1 {
      padding-bottom: 1rem !important
    }
  
    [dir=ltr] .pl-md-1,
    [dir=ltr] .px-md-1 {
      padding-left: 1rem !important
    }
  
    [dir=rtl] .pl-md-1,
    [dir=rtl] .px-md-1 {
      padding-right: 1rem !important
    }
  
    [dir] .p-md-2 {
      padding: 1.5rem !important
    }
  
    [dir] .pt-md-2,
    [dir] .py-md-2 {
      padding-top: 1.5rem !important
    }
  
    [dir=ltr] .pr-md-2,
    [dir=ltr] .px-md-2 {
      padding-right: 1.5rem !important
    }
  
    [dir=rtl] .pr-md-2,
    [dir=rtl] .px-md-2 {
      padding-left: 1.5rem !important
    }
  
    [dir] .pb-md-2,
    [dir] .py-md-2 {
      padding-bottom: 1.5rem !important
    }
  
    [dir=ltr] .pl-md-2,
    [dir=ltr] .px-md-2 {
      padding-left: 1.5rem !important
    }
  
    [dir=rtl] .pl-md-2,
    [dir=rtl] .px-md-2 {
      padding-right: 1.5rem !important
    }
  
    [dir] .p-md-3 {
      padding: 3rem !important
    }
  
    [dir] .pt-md-3,
    [dir] .py-md-3 {
      padding-top: 3rem !important
    }
  
    [dir=ltr] .pr-md-3,
    [dir=ltr] .px-md-3 {
      padding-right: 3rem !important
    }
  
    [dir=rtl] .pr-md-3,
    [dir=rtl] .px-md-3 {
      padding-left: 3rem !important
    }
  
    [dir] .pb-md-3,
    [dir] .py-md-3 {
      padding-bottom: 3rem !important
    }
  
    [dir=ltr] .pl-md-3,
    [dir=ltr] .px-md-3 {
      padding-left: 3rem !important
    }
  
    [dir=rtl] .pl-md-3,
    [dir=rtl] .px-md-3 {
      padding-right: 3rem !important
    }
  
    [dir] .p-md-4 {
      padding: 3.5rem !important
    }
  
    [dir] .pt-md-4,
    [dir] .py-md-4 {
      padding-top: 3.5rem !important
    }
  
    [dir=ltr] .pr-md-4,
    [dir=ltr] .px-md-4 {
      padding-right: 3.5rem !important
    }
  
    [dir=rtl] .pr-md-4,
    [dir=rtl] .px-md-4 {
      padding-left: 3.5rem !important
    }
  
    [dir] .pb-md-4,
    [dir] .py-md-4 {
      padding-bottom: 3.5rem !important
    }
  
    [dir=ltr] .pl-md-4,
    [dir=ltr] .px-md-4 {
      padding-left: 3.5rem !important
    }
  
    [dir=rtl] .pl-md-4,
    [dir=rtl] .px-md-4 {
      padding-right: 3.5rem !important
    }
  
    [dir] .p-md-5 {
      padding: 4rem !important
    }
  
    [dir] .pt-md-5,
    [dir] .py-md-5 {
      padding-top: 4rem !important
    }
  
    [dir=ltr] .pr-md-5,
    [dir=ltr] .px-md-5 {
      padding-right: 4rem !important
    }
  
    [dir=rtl] .pr-md-5,
    [dir=rtl] .px-md-5 {
      padding-left: 4rem !important
    }
  
    [dir] .pb-md-5,
    [dir] .py-md-5 {
      padding-bottom: 4rem !important
    }
  
    [dir=ltr] .pl-md-5,
    [dir=ltr] .px-md-5 {
      padding-left: 4rem !important
    }
  
    [dir=rtl] .pl-md-5,
    [dir=rtl] .px-md-5 {
      padding-right: 4rem !important
    }
  
    [dir] .p-md-25 {
      padding: .25rem !important
    }
  
    [dir] .pt-md-25,
    [dir] .py-md-25 {
      padding-top: .25rem !important
    }
  
    [dir=ltr] .pr-md-25,
    [dir=ltr] .px-md-25 {
      padding-right: .25rem !important
    }
  
    [dir=rtl] .pr-md-25,
    [dir=rtl] .px-md-25 {
      padding-left: .25rem !important
    }
  
    [dir] .pb-md-25,
    [dir] .py-md-25 {
      padding-bottom: .25rem !important
    }
  
    [dir=ltr] .pl-md-25,
    [dir=ltr] .px-md-25 {
      padding-left: .25rem !important
    }
  
    [dir=rtl] .pl-md-25,
    [dir=rtl] .px-md-25 {
      padding-right: .25rem !important
    }
  
    [dir] .p-md-50 {
      padding: .5rem !important
    }
  
    [dir] .pt-md-50,
    [dir] .py-md-50 {
      padding-top: .5rem !important
    }
  
    [dir=ltr] .pr-md-50,
    [dir=ltr] .px-md-50 {
      padding-right: .5rem !important
    }
  
    [dir=rtl] .pr-md-50,
    [dir=rtl] .px-md-50 {
      padding-left: .5rem !important
    }
  
    [dir] .pb-md-50,
    [dir] .py-md-50 {
      padding-bottom: .5rem !important
    }
  
    [dir=ltr] .pl-md-50,
    [dir=ltr] .px-md-50 {
      padding-left: .5rem !important
    }
  
    [dir=rtl] .pl-md-50,
    [dir=rtl] .px-md-50 {
      padding-right: .5rem !important
    }
  
    [dir] .p-md-75 {
      padding: .75rem !important
    }
  
    [dir] .pt-md-75,
    [dir] .py-md-75 {
      padding-top: .75rem !important
    }
  
    [dir=ltr] .pr-md-75,
    [dir=ltr] .px-md-75 {
      padding-right: .75rem !important
    }
  
    [dir=rtl] .pr-md-75,
    [dir=rtl] .px-md-75 {
      padding-left: .75rem !important
    }
  
    [dir] .pb-md-75,
    [dir] .py-md-75 {
      padding-bottom: .75rem !important
    }
  
    [dir=ltr] .pl-md-75,
    [dir=ltr] .px-md-75 {
      padding-left: .75rem !important
    }
  
    [dir=rtl] .pl-md-75,
    [dir=rtl] .px-md-75 {
      padding-right: .75rem !important
    }
  
    [dir] .m-md-n1 {
      margin: -1rem !important
    }
  
    [dir] .mt-md-n1,
    [dir] .my-md-n1 {
      margin-top: -1rem !important
    }
  
    [dir=ltr] .mr-md-n1,
    [dir=ltr] .mx-md-n1 {
      margin-right: -1rem !important
    }
  
    [dir=rtl] .mr-md-n1,
    [dir=rtl] .mx-md-n1 {
      margin-left: -1rem !important
    }
  
    [dir] .mb-md-n1,
    [dir] .my-md-n1 {
      margin-bottom: -1rem !important
    }
  
    [dir=ltr] .ml-md-n1,
    [dir=ltr] .mx-md-n1 {
      margin-left: -1rem !important
    }
  
    [dir=rtl] .ml-md-n1,
    [dir=rtl] .mx-md-n1 {
      margin-right: -1rem !important
    }
  
    [dir] .m-md-n2 {
      margin: -1.5rem !important
    }
  
    [dir] .mt-md-n2,
    [dir] .my-md-n2 {
      margin-top: -1.5rem !important
    }
  
    [dir=ltr] .mr-md-n2,
    [dir=ltr] .mx-md-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir=rtl] .mr-md-n2,
    [dir=rtl] .mx-md-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir] .mb-md-n2,
    [dir] .my-md-n2 {
      margin-bottom: -1.5rem !important
    }
  
    [dir=ltr] .ml-md-n2,
    [dir=ltr] .mx-md-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir=rtl] .ml-md-n2,
    [dir=rtl] .mx-md-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir] .m-md-n3 {
      margin: -3rem !important
    }
  
    [dir] .mt-md-n3,
    [dir] .my-md-n3 {
      margin-top: -3rem !important
    }
  
    [dir=ltr] .mr-md-n3,
    [dir=ltr] .mx-md-n3 {
      margin-right: -3rem !important
    }
  
    [dir=rtl] .mr-md-n3,
    [dir=rtl] .mx-md-n3 {
      margin-left: -3rem !important
    }
  
    [dir] .mb-md-n3,
    [dir] .my-md-n3 {
      margin-bottom: -3rem !important
    }
  
    [dir=ltr] .ml-md-n3,
    [dir=ltr] .mx-md-n3 {
      margin-left: -3rem !important
    }
  
    [dir=rtl] .ml-md-n3,
    [dir=rtl] .mx-md-n3 {
      margin-right: -3rem !important
    }
  
    [dir] .m-md-n4 {
      margin: -3.5rem !important
    }
  
    [dir] .mt-md-n4,
    [dir] .my-md-n4 {
      margin-top: -3.5rem !important
    }
  
    [dir=ltr] .mr-md-n4,
    [dir=ltr] .mx-md-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir=rtl] .mr-md-n4,
    [dir=rtl] .mx-md-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir] .mb-md-n4,
    [dir] .my-md-n4 {
      margin-bottom: -3.5rem !important
    }
  
    [dir=ltr] .ml-md-n4,
    [dir=ltr] .mx-md-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir=rtl] .ml-md-n4,
    [dir=rtl] .mx-md-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir] .m-md-n5 {
      margin: -4rem !important
    }
  
    [dir] .mt-md-n5,
    [dir] .my-md-n5 {
      margin-top: -4rem !important
    }
  
    [dir=ltr] .mr-md-n5,
    [dir=ltr] .mx-md-n5 {
      margin-right: -4rem !important
    }
  
    [dir=rtl] .mr-md-n5,
    [dir=rtl] .mx-md-n5 {
      margin-left: -4rem !important
    }
  
    [dir] .mb-md-n5,
    [dir] .my-md-n5 {
      margin-bottom: -4rem !important
    }
  
    [dir=ltr] .ml-md-n5,
    [dir=ltr] .mx-md-n5 {
      margin-left: -4rem !important
    }
  
    [dir=rtl] .ml-md-n5,
    [dir=rtl] .mx-md-n5 {
      margin-right: -4rem !important
    }
  
    [dir] .m-md-n25 {
      margin: -.25rem !important
    }
  
    [dir] .mt-md-n25,
    [dir] .my-md-n25 {
      margin-top: -.25rem !important
    }
  
    [dir=ltr] .mr-md-n25,
    [dir=ltr] .mx-md-n25 {
      margin-right: -.25rem !important
    }
  
    [dir=rtl] .mr-md-n25,
    [dir=rtl] .mx-md-n25 {
      margin-left: -.25rem !important
    }
  
    [dir] .mb-md-n25,
    [dir] .my-md-n25 {
      margin-bottom: -.25rem !important
    }
  
    [dir=ltr] .ml-md-n25,
    [dir=ltr] .mx-md-n25 {
      margin-left: -.25rem !important
    }
  
    [dir=rtl] .ml-md-n25,
    [dir=rtl] .mx-md-n25 {
      margin-right: -.25rem !important
    }
  
    [dir] .m-md-n50 {
      margin: -.5rem !important
    }
  
    [dir] .mt-md-n50,
    [dir] .my-md-n50 {
      margin-top: -.5rem !important
    }
  
    [dir=ltr] .mr-md-n50,
    [dir=ltr] .mx-md-n50 {
      margin-right: -.5rem !important
    }
  
    [dir=rtl] .mr-md-n50,
    [dir=rtl] .mx-md-n50 {
      margin-left: -.5rem !important
    }
  
    [dir] .mb-md-n50,
    [dir] .my-md-n50 {
      margin-bottom: -.5rem !important
    }
  
    [dir=ltr] .ml-md-n50,
    [dir=ltr] .mx-md-n50 {
      margin-left: -.5rem !important
    }
  
    [dir=rtl] .ml-md-n50,
    [dir=rtl] .mx-md-n50 {
      margin-right: -.5rem !important
    }
  
    [dir] .m-md-n75 {
      margin: -.75rem !important
    }
  
    [dir] .mt-md-n75,
    [dir] .my-md-n75 {
      margin-top: -.75rem !important
    }
  
    [dir=ltr] .mr-md-n75,
    [dir=ltr] .mx-md-n75 {
      margin-right: -.75rem !important
    }
  
    [dir=rtl] .mr-md-n75,
    [dir=rtl] .mx-md-n75 {
      margin-left: -.75rem !important
    }
  
    [dir] .mb-md-n75,
    [dir] .my-md-n75 {
      margin-bottom: -.75rem !important
    }
  
    [dir=ltr] .ml-md-n75,
    [dir=ltr] .mx-md-n75 {
      margin-left: -.75rem !important
    }
  
    [dir=rtl] .ml-md-n75,
    [dir=rtl] .mx-md-n75 {
      margin-right: -.75rem !important
    }
  
    [dir] .m-md-auto {
      margin: auto !important
    }
  
    [dir] .mt-md-auto,
    [dir] .my-md-auto {
      margin-top: auto !important
    }
  
    [dir=ltr] .mr-md-auto,
    [dir=ltr] .mx-md-auto {
      margin-right: auto !important
    }
  
    [dir=rtl] .mr-md-auto,
    [dir=rtl] .mx-md-auto {
      margin-left: auto !important
    }
  
    [dir] .mb-md-auto,
    [dir] .my-md-auto {
      margin-bottom: auto !important
    }
  
    [dir=ltr] .ml-md-auto,
    [dir=ltr] .mx-md-auto {
      margin-left: auto !important
    }
  
    [dir=rtl] .ml-md-auto,
    [dir=rtl] .mx-md-auto {
      margin-right: auto !important
    }
  }
  
  @media(min-width:992px) {
    [dir] .m-lg-0 {
      margin: 0 !important
    }
  
    [dir] .mt-lg-0,
    [dir] .my-lg-0 {
      margin-top: 0 !important
    }
  
    [dir=ltr] .mr-lg-0,
    [dir=ltr] .mx-lg-0 {
      margin-right: 0 !important
    }
  
    [dir=rtl] .mr-lg-0,
    [dir=rtl] .mx-lg-0 {
      margin-left: 0 !important
    }
  
    [dir] .mb-lg-0,
    [dir] .my-lg-0 {
      margin-bottom: 0 !important
    }
  
    [dir=ltr] .ml-lg-0,
    [dir=ltr] .mx-lg-0 {
      margin-left: 0 !important
    }
  
    [dir=rtl] .ml-lg-0,
    [dir=rtl] .mx-lg-0 {
      margin-right: 0 !important
    }
  
    [dir] .m-lg-1 {
      margin: 1rem !important
    }
  
    [dir] .mt-lg-1,
    [dir] .my-lg-1 {
      margin-top: 1rem !important
    }
  
    [dir=ltr] .mr-lg-1,
    [dir=ltr] .mx-lg-1 {
      margin-right: 1rem !important
    }
  
    [dir=rtl] .mr-lg-1,
    [dir=rtl] .mx-lg-1 {
      margin-left: 1rem !important
    }
  
    [dir] .mb-lg-1,
    [dir] .my-lg-1 {
      margin-bottom: 1rem !important
    }
  
    [dir=ltr] .ml-lg-1,
    [dir=ltr] .mx-lg-1 {
      margin-left: 1rem !important
    }
  
    [dir=rtl] .ml-lg-1,
    [dir=rtl] .mx-lg-1 {
      margin-right: 1rem !important
    }
  
    [dir] .m-lg-2 {
      margin: 1.5rem !important
    }
  
    [dir] .mt-lg-2,
    [dir] .my-lg-2 {
      margin-top: 1.5rem !important
    }
  
    [dir=ltr] .mr-lg-2,
    [dir=ltr] .mx-lg-2 {
      margin-right: 1.5rem !important
    }
  
    [dir=rtl] .mr-lg-2,
    [dir=rtl] .mx-lg-2 {
      margin-left: 1.5rem !important
    }
  
    [dir] .mb-lg-2,
    [dir] .my-lg-2 {
      margin-bottom: 1.5rem !important
    }
  
    [dir=ltr] .ml-lg-2,
    [dir=ltr] .mx-lg-2 {
      margin-left: 1.5rem !important
    }
  
    [dir=rtl] .ml-lg-2,
    [dir=rtl] .mx-lg-2 {
      margin-right: 1.5rem !important
    }
  
    [dir] .m-lg-3 {
      margin: 3rem !important
    }
  
    [dir] .mt-lg-3,
    [dir] .my-lg-3 {
      margin-top: 3rem !important
    }
  
    [dir=ltr] .mr-lg-3,
    [dir=ltr] .mx-lg-3 {
      margin-right: 3rem !important
    }
  
    [dir=rtl] .mr-lg-3,
    [dir=rtl] .mx-lg-3 {
      margin-left: 3rem !important
    }
  
    [dir] .mb-lg-3,
    [dir] .my-lg-3 {
      margin-bottom: 3rem !important
    }
  
    [dir=ltr] .ml-lg-3,
    [dir=ltr] .mx-lg-3 {
      margin-left: 3rem !important
    }
  
    [dir=rtl] .ml-lg-3,
    [dir=rtl] .mx-lg-3 {
      margin-right: 3rem !important
    }
  
    [dir] .m-lg-4 {
      margin: 3.5rem !important
    }
  
    [dir] .mt-lg-4,
    [dir] .my-lg-4 {
      margin-top: 3.5rem !important
    }
  
    [dir=ltr] .mr-lg-4,
    [dir=ltr] .mx-lg-4 {
      margin-right: 3.5rem !important
    }
  
    [dir=rtl] .mr-lg-4,
    [dir=rtl] .mx-lg-4 {
      margin-left: 3.5rem !important
    }
  
    [dir] .mb-lg-4,
    [dir] .my-lg-4 {
      margin-bottom: 3.5rem !important
    }
  
    [dir=ltr] .ml-lg-4,
    [dir=ltr] .mx-lg-4 {
      margin-left: 3.5rem !important
    }
  
    [dir=rtl] .ml-lg-4,
    [dir=rtl] .mx-lg-4 {
      margin-right: 3.5rem !important
    }
  
    [dir] .m-lg-5 {
      margin: 4rem !important
    }
  
    [dir] .mt-lg-5,
    [dir] .my-lg-5 {
      margin-top: 4rem !important
    }
  
    [dir=ltr] .mr-lg-5,
    [dir=ltr] .mx-lg-5 {
      margin-right: 4rem !important
    }
  
    [dir=rtl] .mr-lg-5,
    [dir=rtl] .mx-lg-5 {
      margin-left: 4rem !important
    }
  
    [dir] .mb-lg-5,
    [dir] .my-lg-5 {
      margin-bottom: 4rem !important
    }
  
    [dir=ltr] .ml-lg-5,
    [dir=ltr] .mx-lg-5 {
      margin-left: 4rem !important
    }
  
    [dir=rtl] .ml-lg-5,
    [dir=rtl] .mx-lg-5 {
      margin-right: 4rem !important
    }
  
    [dir] .m-lg-25 {
      margin: .25rem !important
    }
  
    [dir] .mt-lg-25,
    [dir] .my-lg-25 {
      margin-top: .25rem !important
    }
  
    [dir=ltr] .mr-lg-25,
    [dir=ltr] .mx-lg-25 {
      margin-right: .25rem !important
    }
  
    [dir=rtl] .mr-lg-25,
    [dir=rtl] .mx-lg-25 {
      margin-left: .25rem !important
    }
  
    [dir] .mb-lg-25,
    [dir] .my-lg-25 {
      margin-bottom: .25rem !important
    }
  
    [dir=ltr] .ml-lg-25,
    [dir=ltr] .mx-lg-25 {
      margin-left: .25rem !important
    }
  
    [dir=rtl] .ml-lg-25,
    [dir=rtl] .mx-lg-25 {
      margin-right: .25rem !important
    }
  
    [dir] .m-lg-50 {
      margin: .5rem !important
    }
  
    [dir] .mt-lg-50,
    [dir] .my-lg-50 {
      margin-top: .5rem !important
    }
  
    [dir=ltr] .mr-lg-50,
    [dir=ltr] .mx-lg-50 {
      margin-right: .5rem !important
    }
  
    [dir=rtl] .mr-lg-50,
    [dir=rtl] .mx-lg-50 {
      margin-left: .5rem !important
    }
  
    [dir] .mb-lg-50,
    [dir] .my-lg-50 {
      margin-bottom: .5rem !important
    }
  
    [dir=ltr] .ml-lg-50,
    [dir=ltr] .mx-lg-50 {
      margin-left: .5rem !important
    }
  
    [dir=rtl] .ml-lg-50,
    [dir=rtl] .mx-lg-50 {
      margin-right: .5rem !important
    }
  
    [dir] .m-lg-75 {
      margin: .75rem !important
    }
  
    [dir] .mt-lg-75,
    [dir] .my-lg-75 {
      margin-top: .75rem !important
    }
  
    [dir=ltr] .mr-lg-75,
    [dir=ltr] .mx-lg-75 {
      margin-right: .75rem !important
    }
  
    [dir=rtl] .mr-lg-75,
    [dir=rtl] .mx-lg-75 {
      margin-left: .75rem !important
    }
  
    [dir] .mb-lg-75,
    [dir] .my-lg-75 {
      margin-bottom: .75rem !important
    }
  
    [dir=ltr] .ml-lg-75,
    [dir=ltr] .mx-lg-75 {
      margin-left: .75rem !important
    }
  
    [dir=rtl] .ml-lg-75,
    [dir=rtl] .mx-lg-75 {
      margin-right: .75rem !important
    }
  
    [dir] .p-lg-0 {
      padding: 0 !important
    }
  
    [dir] .pt-lg-0,
    [dir] .py-lg-0 {
      padding-top: 0 !important
    }
  
    [dir=ltr] .pr-lg-0,
    [dir=ltr] .px-lg-0 {
      padding-right: 0 !important
    }
  
    [dir=rtl] .pr-lg-0,
    [dir=rtl] .px-lg-0 {
      padding-left: 0 !important
    }
  
    [dir] .pb-lg-0,
    [dir] .py-lg-0 {
      padding-bottom: 0 !important
    }
  
    [dir=ltr] .pl-lg-0,
    [dir=ltr] .px-lg-0 {
      padding-left: 0 !important
    }
  
    [dir=rtl] .pl-lg-0,
    [dir=rtl] .px-lg-0 {
      padding-right: 0 !important
    }
  
    [dir] .p-lg-1 {
      padding: 1rem !important
    }
  
    [dir] .pt-lg-1,
    [dir] .py-lg-1 {
      padding-top: 1rem !important
    }
  
    [dir=ltr] .pr-lg-1,
    [dir=ltr] .px-lg-1 {
      padding-right: 1rem !important
    }
  
    [dir=rtl] .pr-lg-1,
    [dir=rtl] .px-lg-1 {
      padding-left: 1rem !important
    }
  
    [dir] .pb-lg-1,
    [dir] .py-lg-1 {
      padding-bottom: 1rem !important
    }
  
    [dir=ltr] .pl-lg-1,
    [dir=ltr] .px-lg-1 {
      padding-left: 1rem !important
    }
  
    [dir=rtl] .pl-lg-1,
    [dir=rtl] .px-lg-1 {
      padding-right: 1rem !important
    }
  
    [dir] .p-lg-2 {
      padding: 1.5rem !important
    }
  
    [dir] .pt-lg-2,
    [dir] .py-lg-2 {
      padding-top: 1.5rem !important
    }
  
    [dir=ltr] .pr-lg-2,
    [dir=ltr] .px-lg-2 {
      padding-right: 1.5rem !important
    }
  
    [dir=rtl] .pr-lg-2,
    [dir=rtl] .px-lg-2 {
      padding-left: 1.5rem !important
    }
  
    [dir] .pb-lg-2,
    [dir] .py-lg-2 {
      padding-bottom: 1.5rem !important
    }
  
    [dir=ltr] .pl-lg-2,
    [dir=ltr] .px-lg-2 {
      padding-left: 1.5rem !important
    }
  
    [dir=rtl] .pl-lg-2,
    [dir=rtl] .px-lg-2 {
      padding-right: 1.5rem !important
    }
  
    [dir] .p-lg-3 {
      padding: 3rem !important
    }
  
    [dir] .pt-lg-3,
    [dir] .py-lg-3 {
      padding-top: 3rem !important
    }
  
    [dir=ltr] .pr-lg-3,
    [dir=ltr] .px-lg-3 {
      padding-right: 3rem !important
    }
  
    [dir=rtl] .pr-lg-3,
    [dir=rtl] .px-lg-3 {
      padding-left: 3rem !important
    }
  
    [dir] .pb-lg-3,
    [dir] .py-lg-3 {
      padding-bottom: 3rem !important
    }
  
    [dir=ltr] .pl-lg-3,
    [dir=ltr] .px-lg-3 {
      padding-left: 3rem !important
    }
  
    [dir=rtl] .pl-lg-3,
    [dir=rtl] .px-lg-3 {
      padding-right: 3rem !important
    }
  
    [dir] .p-lg-4 {
      padding: 3.5rem !important
    }
  
    [dir] .pt-lg-4,
    [dir] .py-lg-4 {
      padding-top: 3.5rem !important
    }
  
    [dir=ltr] .pr-lg-4,
    [dir=ltr] .px-lg-4 {
      padding-right: 3.5rem !important
    }
  
    [dir=rtl] .pr-lg-4,
    [dir=rtl] .px-lg-4 {
      padding-left: 3.5rem !important
    }
  
    [dir] .pb-lg-4,
    [dir] .py-lg-4 {
      padding-bottom: 3.5rem !important
    }
  
    [dir=ltr] .pl-lg-4,
    [dir=ltr] .px-lg-4 {
      padding-left: 3.5rem !important
    }
  
    [dir=rtl] .pl-lg-4,
    [dir=rtl] .px-lg-4 {
      padding-right: 3.5rem !important
    }
  
    [dir] .p-lg-5 {
      padding: 4rem !important
    }
  
    [dir] .pt-lg-5,
    [dir] .py-lg-5 {
      padding-top: 4rem !important
    }
  
    [dir=ltr] .pr-lg-5,
    [dir=ltr] .px-lg-5 {
      padding-right: 4rem !important
    }
  
    [dir=rtl] .pr-lg-5,
    [dir=rtl] .px-lg-5 {
      padding-left: 4rem !important
    }
  
    [dir] .pb-lg-5,
    [dir] .py-lg-5 {
      padding-bottom: 4rem !important
    }
  
    [dir=ltr] .pl-lg-5,
    [dir=ltr] .px-lg-5 {
      padding-left: 4rem !important
    }
  
    [dir=rtl] .pl-lg-5,
    [dir=rtl] .px-lg-5 {
      padding-right: 4rem !important
    }
  
    [dir] .p-lg-25 {
      padding: .25rem !important
    }
  
    [dir] .pt-lg-25,
    [dir] .py-lg-25 {
      padding-top: .25rem !important
    }
  
    [dir=ltr] .pr-lg-25,
    [dir=ltr] .px-lg-25 {
      padding-right: .25rem !important
    }
  
    [dir=rtl] .pr-lg-25,
    [dir=rtl] .px-lg-25 {
      padding-left: .25rem !important
    }
  
    [dir] .pb-lg-25,
    [dir] .py-lg-25 {
      padding-bottom: .25rem !important
    }
  
    [dir=ltr] .pl-lg-25,
    [dir=ltr] .px-lg-25 {
      padding-left: .25rem !important
    }
  
    [dir=rtl] .pl-lg-25,
    [dir=rtl] .px-lg-25 {
      padding-right: .25rem !important
    }
  
    [dir] .p-lg-50 {
      padding: .5rem !important
    }
  
    [dir] .pt-lg-50,
    [dir] .py-lg-50 {
      padding-top: .5rem !important
    }
  
    [dir=ltr] .pr-lg-50,
    [dir=ltr] .px-lg-50 {
      padding-right: .5rem !important
    }
  
    [dir=rtl] .pr-lg-50,
    [dir=rtl] .px-lg-50 {
      padding-left: .5rem !important
    }
  
    [dir] .pb-lg-50,
    [dir] .py-lg-50 {
      padding-bottom: .5rem !important
    }
  
    [dir=ltr] .pl-lg-50,
    [dir=ltr] .px-lg-50 {
      padding-left: .5rem !important
    }
  
    [dir=rtl] .pl-lg-50,
    [dir=rtl] .px-lg-50 {
      padding-right: .5rem !important
    }
  
    [dir] .p-lg-75 {
      padding: .75rem !important
    }
  
    [dir] .pt-lg-75,
    [dir] .py-lg-75 {
      padding-top: .75rem !important
    }
  
    [dir=ltr] .pr-lg-75,
    [dir=ltr] .px-lg-75 {
      padding-right: .75rem !important
    }
  
    [dir=rtl] .pr-lg-75,
    [dir=rtl] .px-lg-75 {
      padding-left: .75rem !important
    }
  
    [dir] .pb-lg-75,
    [dir] .py-lg-75 {
      padding-bottom: .75rem !important
    }
  
    [dir=ltr] .pl-lg-75,
    [dir=ltr] .px-lg-75 {
      padding-left: .75rem !important
    }
  
    [dir=rtl] .pl-lg-75,
    [dir=rtl] .px-lg-75 {
      padding-right: .75rem !important
    }
  
    [dir] .m-lg-n1 {
      margin: -1rem !important
    }
  
    [dir] .mt-lg-n1,
    [dir] .my-lg-n1 {
      margin-top: -1rem !important
    }
  
    [dir=ltr] .mr-lg-n1,
    [dir=ltr] .mx-lg-n1 {
      margin-right: -1rem !important
    }
  
    [dir=rtl] .mr-lg-n1,
    [dir=rtl] .mx-lg-n1 {
      margin-left: -1rem !important
    }
  
    [dir] .mb-lg-n1,
    [dir] .my-lg-n1 {
      margin-bottom: -1rem !important
    }
  
    [dir=ltr] .ml-lg-n1,
    [dir=ltr] .mx-lg-n1 {
      margin-left: -1rem !important
    }
  
    [dir=rtl] .ml-lg-n1,
    [dir=rtl] .mx-lg-n1 {
      margin-right: -1rem !important
    }
  
    [dir] .m-lg-n2 {
      margin: -1.5rem !important
    }
  
    [dir] .mt-lg-n2,
    [dir] .my-lg-n2 {
      margin-top: -1.5rem !important
    }
  
    [dir=ltr] .mr-lg-n2,
    [dir=ltr] .mx-lg-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir=rtl] .mr-lg-n2,
    [dir=rtl] .mx-lg-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir] .mb-lg-n2,
    [dir] .my-lg-n2 {
      margin-bottom: -1.5rem !important
    }
  
    [dir=ltr] .ml-lg-n2,
    [dir=ltr] .mx-lg-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir=rtl] .ml-lg-n2,
    [dir=rtl] .mx-lg-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir] .m-lg-n3 {
      margin: -3rem !important
    }
  
    [dir] .mt-lg-n3,
    [dir] .my-lg-n3 {
      margin-top: -3rem !important
    }
  
    [dir=ltr] .mr-lg-n3,
    [dir=ltr] .mx-lg-n3 {
      margin-right: -3rem !important
    }
  
    [dir=rtl] .mr-lg-n3,
    [dir=rtl] .mx-lg-n3 {
      margin-left: -3rem !important
    }
  
    [dir] .mb-lg-n3,
    [dir] .my-lg-n3 {
      margin-bottom: -3rem !important
    }
  
    [dir=ltr] .ml-lg-n3,
    [dir=ltr] .mx-lg-n3 {
      margin-left: -3rem !important
    }
  
    [dir=rtl] .ml-lg-n3,
    [dir=rtl] .mx-lg-n3 {
      margin-right: -3rem !important
    }
  
    [dir] .m-lg-n4 {
      margin: -3.5rem !important
    }
  
    [dir] .mt-lg-n4,
    [dir] .my-lg-n4 {
      margin-top: -3.5rem !important
    }
  
    [dir=ltr] .mr-lg-n4,
    [dir=ltr] .mx-lg-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir=rtl] .mr-lg-n4,
    [dir=rtl] .mx-lg-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir] .mb-lg-n4,
    [dir] .my-lg-n4 {
      margin-bottom: -3.5rem !important
    }
  
    [dir=ltr] .ml-lg-n4,
    [dir=ltr] .mx-lg-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir=rtl] .ml-lg-n4,
    [dir=rtl] .mx-lg-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir] .m-lg-n5 {
      margin: -4rem !important
    }
  
    [dir] .mt-lg-n5,
    [dir] .my-lg-n5 {
      margin-top: -4rem !important
    }
  
    [dir=ltr] .mr-lg-n5,
    [dir=ltr] .mx-lg-n5 {
      margin-right: -4rem !important
    }
  
    [dir=rtl] .mr-lg-n5,
    [dir=rtl] .mx-lg-n5 {
      margin-left: -4rem !important
    }
  
    [dir] .mb-lg-n5,
    [dir] .my-lg-n5 {
      margin-bottom: -4rem !important
    }
  
    [dir=ltr] .ml-lg-n5,
    [dir=ltr] .mx-lg-n5 {
      margin-left: -4rem !important
    }
  
    [dir=rtl] .ml-lg-n5,
    [dir=rtl] .mx-lg-n5 {
      margin-right: -4rem !important
    }
  
    [dir] .m-lg-n25 {
      margin: -.25rem !important
    }
  
    [dir] .mt-lg-n25,
    [dir] .my-lg-n25 {
      margin-top: -.25rem !important
    }
  
    [dir=ltr] .mr-lg-n25,
    [dir=ltr] .mx-lg-n25 {
      margin-right: -.25rem !important
    }
  
    [dir=rtl] .mr-lg-n25,
    [dir=rtl] .mx-lg-n25 {
      margin-left: -.25rem !important
    }
  
    [dir] .mb-lg-n25,
    [dir] .my-lg-n25 {
      margin-bottom: -.25rem !important
    }
  
    [dir=ltr] .ml-lg-n25,
    [dir=ltr] .mx-lg-n25 {
      margin-left: -.25rem !important
    }
  
    [dir=rtl] .ml-lg-n25,
    [dir=rtl] .mx-lg-n25 {
      margin-right: -.25rem !important
    }
  
    [dir] .m-lg-n50 {
      margin: -.5rem !important
    }
  
    [dir] .mt-lg-n50,
    [dir] .my-lg-n50 {
      margin-top: -.5rem !important
    }
  
    [dir=ltr] .mr-lg-n50,
    [dir=ltr] .mx-lg-n50 {
      margin-right: -.5rem !important
    }
  
    [dir=rtl] .mr-lg-n50,
    [dir=rtl] .mx-lg-n50 {
      margin-left: -.5rem !important
    }
  
    [dir] .mb-lg-n50,
    [dir] .my-lg-n50 {
      margin-bottom: -.5rem !important
    }
  
    [dir=ltr] .ml-lg-n50,
    [dir=ltr] .mx-lg-n50 {
      margin-left: -.5rem !important
    }
  
    [dir=rtl] .ml-lg-n50,
    [dir=rtl] .mx-lg-n50 {
      margin-right: -.5rem !important
    }
  
    [dir] .m-lg-n75 {
      margin: -.75rem !important
    }
  
    [dir] .mt-lg-n75,
    [dir] .my-lg-n75 {
      margin-top: -.75rem !important
    }
  
    [dir=ltr] .mr-lg-n75,
    [dir=ltr] .mx-lg-n75 {
      margin-right: -.75rem !important
    }
  
    [dir=rtl] .mr-lg-n75,
    [dir=rtl] .mx-lg-n75 {
      margin-left: -.75rem !important
    }
  
    [dir] .mb-lg-n75,
    [dir] .my-lg-n75 {
      margin-bottom: -.75rem !important
    }
  
    [dir=ltr] .ml-lg-n75,
    [dir=ltr] .mx-lg-n75 {
      margin-left: -.75rem !important
    }
  
    [dir=rtl] .ml-lg-n75,
    [dir=rtl] .mx-lg-n75 {
      margin-right: -.75rem !important
    }
  
    [dir] .m-lg-auto {
      margin: auto !important
    }
  
    [dir] .mt-lg-auto,
    [dir] .my-lg-auto {
      margin-top: auto !important
    }
  
    [dir=ltr] .mr-lg-auto,
    [dir=ltr] .mx-lg-auto {
      margin-right: auto !important
    }
  
    [dir=rtl] .mr-lg-auto,
    [dir=rtl] .mx-lg-auto {
      margin-left: auto !important
    }
  
    [dir] .mb-lg-auto,
    [dir] .my-lg-auto {
      margin-bottom: auto !important
    }
  
    [dir=ltr] .ml-lg-auto,
    [dir=ltr] .mx-lg-auto {
      margin-left: auto !important
    }
  
    [dir=rtl] .ml-lg-auto,
    [dir=rtl] .mx-lg-auto {
      margin-right: auto !important
    }
  }
  
  @media(min-width:1200px) {
    [dir] .m-xl-0 {
      margin: 0 !important
    }
  
    [dir] .mt-xl-0,
    [dir] .my-xl-0 {
      margin-top: 0 !important
    }
  
    [dir=ltr] .mr-xl-0,
    [dir=ltr] .mx-xl-0 {
      margin-right: 0 !important
    }
  
    [dir=rtl] .mr-xl-0,
    [dir=rtl] .mx-xl-0 {
      margin-left: 0 !important
    }
  
    [dir] .mb-xl-0,
    [dir] .my-xl-0 {
      margin-bottom: 0 !important
    }
  
    [dir=ltr] .ml-xl-0,
    [dir=ltr] .mx-xl-0 {
      margin-left: 0 !important
    }
  
    [dir=rtl] .ml-xl-0,
    [dir=rtl] .mx-xl-0 {
      margin-right: 0 !important
    }
  
    [dir] .m-xl-1 {
      margin: 1rem !important
    }
  
    [dir] .mt-xl-1,
    [dir] .my-xl-1 {
      margin-top: 1rem !important
    }
  
    [dir=ltr] .mr-xl-1,
    [dir=ltr] .mx-xl-1 {
      margin-right: 1rem !important
    }
  
    [dir=rtl] .mr-xl-1,
    [dir=rtl] .mx-xl-1 {
      margin-left: 1rem !important
    }
  
    [dir] .mb-xl-1,
    [dir] .my-xl-1 {
      margin-bottom: 1rem !important
    }
  
    [dir=ltr] .ml-xl-1,
    [dir=ltr] .mx-xl-1 {
      margin-left: 1rem !important
    }
  
    [dir=rtl] .ml-xl-1,
    [dir=rtl] .mx-xl-1 {
      margin-right: 1rem !important
    }
  
    [dir] .m-xl-2 {
      margin: 1.5rem !important
    }
  
    [dir] .mt-xl-2,
    [dir] .my-xl-2 {
      margin-top: 1.5rem !important
    }
  
    [dir=ltr] .mr-xl-2,
    [dir=ltr] .mx-xl-2 {
      margin-right: 1.5rem !important
    }
  
    [dir=rtl] .mr-xl-2,
    [dir=rtl] .mx-xl-2 {
      margin-left: 1.5rem !important
    }
  
    [dir] .mb-xl-2,
    [dir] .my-xl-2 {
      margin-bottom: 1.5rem !important
    }
  
    [dir=ltr] .ml-xl-2,
    [dir=ltr] .mx-xl-2 {
      margin-left: 1.5rem !important
    }
  
    [dir=rtl] .ml-xl-2,
    [dir=rtl] .mx-xl-2 {
      margin-right: 1.5rem !important
    }
  
    [dir] .m-xl-3 {
      margin: 3rem !important
    }
  
    [dir] .mt-xl-3,
    [dir] .my-xl-3 {
      margin-top: 3rem !important
    }
  
    [dir=ltr] .mr-xl-3,
    [dir=ltr] .mx-xl-3 {
      margin-right: 3rem !important
    }
  
    [dir=rtl] .mr-xl-3,
    [dir=rtl] .mx-xl-3 {
      margin-left: 3rem !important
    }
  
    [dir] .mb-xl-3,
    [dir] .my-xl-3 {
      margin-bottom: 3rem !important
    }
  
    [dir=ltr] .ml-xl-3,
    [dir=ltr] .mx-xl-3 {
      margin-left: 3rem !important
    }
  
    [dir=rtl] .ml-xl-3,
    [dir=rtl] .mx-xl-3 {
      margin-right: 3rem !important
    }
  
    [dir] .m-xl-4 {
      margin: 3.5rem !important
    }
  
    [dir] .mt-xl-4,
    [dir] .my-xl-4 {
      margin-top: 3.5rem !important
    }
  
    [dir=ltr] .mr-xl-4,
    [dir=ltr] .mx-xl-4 {
      margin-right: 3.5rem !important
    }
  
    [dir=rtl] .mr-xl-4,
    [dir=rtl] .mx-xl-4 {
      margin-left: 3.5rem !important
    }
  
    [dir] .mb-xl-4,
    [dir] .my-xl-4 {
      margin-bottom: 3.5rem !important
    }
  
    [dir=ltr] .ml-xl-4,
    [dir=ltr] .mx-xl-4 {
      margin-left: 3.5rem !important
    }
  
    [dir=rtl] .ml-xl-4,
    [dir=rtl] .mx-xl-4 {
      margin-right: 3.5rem !important
    }
  
    [dir] .m-xl-5 {
      margin: 4rem !important
    }
  
    [dir] .mt-xl-5,
    [dir] .my-xl-5 {
      margin-top: 4rem !important
    }
  
    [dir=ltr] .mr-xl-5,
    [dir=ltr] .mx-xl-5 {
      margin-right: 4rem !important
    }
  
    [dir=rtl] .mr-xl-5,
    [dir=rtl] .mx-xl-5 {
      margin-left: 4rem !important
    }
  
    [dir] .mb-xl-5,
    [dir] .my-xl-5 {
      margin-bottom: 4rem !important
    }
  
    [dir=ltr] .ml-xl-5,
    [dir=ltr] .mx-xl-5 {
      margin-left: 4rem !important
    }
  
    [dir=rtl] .ml-xl-5,
    [dir=rtl] .mx-xl-5 {
      margin-right: 4rem !important
    }
  
    [dir] .m-xl-25 {
      margin: .25rem !important
    }
  
    [dir] .mt-xl-25,
    [dir] .my-xl-25 {
      margin-top: .25rem !important
    }
  
    [dir=ltr] .mr-xl-25,
    [dir=ltr] .mx-xl-25 {
      margin-right: .25rem !important
    }
  
    [dir=rtl] .mr-xl-25,
    [dir=rtl] .mx-xl-25 {
      margin-left: .25rem !important
    }
  
    [dir] .mb-xl-25,
    [dir] .my-xl-25 {
      margin-bottom: .25rem !important
    }
  
    [dir=ltr] .ml-xl-25,
    [dir=ltr] .mx-xl-25 {
      margin-left: .25rem !important
    }
  
    [dir=rtl] .ml-xl-25,
    [dir=rtl] .mx-xl-25 {
      margin-right: .25rem !important
    }
  
    [dir] .m-xl-50 {
      margin: .5rem !important
    }
  
    [dir] .mt-xl-50,
    [dir] .my-xl-50 {
      margin-top: .5rem !important
    }
  
    [dir=ltr] .mr-xl-50,
    [dir=ltr] .mx-xl-50 {
      margin-right: .5rem !important
    }
  
    [dir=rtl] .mr-xl-50,
    [dir=rtl] .mx-xl-50 {
      margin-left: .5rem !important
    }
  
    [dir] .mb-xl-50,
    [dir] .my-xl-50 {
      margin-bottom: .5rem !important
    }
  
    [dir=ltr] .ml-xl-50,
    [dir=ltr] .mx-xl-50 {
      margin-left: .5rem !important
    }
  
    [dir=rtl] .ml-xl-50,
    [dir=rtl] .mx-xl-50 {
      margin-right: .5rem !important
    }
  
    [dir] .m-xl-75 {
      margin: .75rem !important
    }
  
    [dir] .mt-xl-75,
    [dir] .my-xl-75 {
      margin-top: .75rem !important
    }
  
    [dir=ltr] .mr-xl-75,
    [dir=ltr] .mx-xl-75 {
      margin-right: .75rem !important
    }
  
    [dir=rtl] .mr-xl-75,
    [dir=rtl] .mx-xl-75 {
      margin-left: .75rem !important
    }
  
    [dir] .mb-xl-75,
    [dir] .my-xl-75 {
      margin-bottom: .75rem !important
    }
  
    [dir=ltr] .ml-xl-75,
    [dir=ltr] .mx-xl-75 {
      margin-left: .75rem !important
    }
  
    [dir=rtl] .ml-xl-75,
    [dir=rtl] .mx-xl-75 {
      margin-right: .75rem !important
    }
  
    [dir] .p-xl-0 {
      padding: 0 !important
    }
  
    [dir] .pt-xl-0,
    [dir] .py-xl-0 {
      padding-top: 0 !important
    }
  
    [dir=ltr] .pr-xl-0,
    [dir=ltr] .px-xl-0 {
      padding-right: 0 !important
    }
  
    [dir=rtl] .pr-xl-0,
    [dir=rtl] .px-xl-0 {
      padding-left: 0 !important
    }
  
    [dir] .pb-xl-0,
    [dir] .py-xl-0 {
      padding-bottom: 0 !important
    }
  
    [dir=ltr] .pl-xl-0,
    [dir=ltr] .px-xl-0 {
      padding-left: 0 !important
    }
  
    [dir=rtl] .pl-xl-0,
    [dir=rtl] .px-xl-0 {
      padding-right: 0 !important
    }
  
    [dir] .p-xl-1 {
      padding: 1rem !important
    }
  
    [dir] .pt-xl-1,
    [dir] .py-xl-1 {
      padding-top: 1rem !important
    }
  
    [dir=ltr] .pr-xl-1,
    [dir=ltr] .px-xl-1 {
      padding-right: 1rem !important
    }
  
    [dir=rtl] .pr-xl-1,
    [dir=rtl] .px-xl-1 {
      padding-left: 1rem !important
    }
  
    [dir] .pb-xl-1,
    [dir] .py-xl-1 {
      padding-bottom: 1rem !important
    }
  
    [dir=ltr] .pl-xl-1,
    [dir=ltr] .px-xl-1 {
      padding-left: 1rem !important
    }
  
    [dir=rtl] .pl-xl-1,
    [dir=rtl] .px-xl-1 {
      padding-right: 1rem !important
    }
  
    [dir] .p-xl-2 {
      padding: 1.5rem !important
    }
  
    [dir] .pt-xl-2,
    [dir] .py-xl-2 {
      padding-top: 1.5rem !important
    }
  
    [dir=ltr] .pr-xl-2,
    [dir=ltr] .px-xl-2 {
      padding-right: 1.5rem !important
    }
  
    [dir=rtl] .pr-xl-2,
    [dir=rtl] .px-xl-2 {
      padding-left: 1.5rem !important
    }
  
    [dir] .pb-xl-2,
    [dir] .py-xl-2 {
      padding-bottom: 1.5rem !important
    }
  
    [dir=ltr] .pl-xl-2,
    [dir=ltr] .px-xl-2 {
      padding-left: 1.5rem !important
    }
  
    [dir=rtl] .pl-xl-2,
    [dir=rtl] .px-xl-2 {
      padding-right: 1.5rem !important
    }
  
    [dir] .p-xl-3 {
      padding: 3rem !important
    }
  
    [dir] .pt-xl-3,
    [dir] .py-xl-3 {
      padding-top: 3rem !important
    }
  
    [dir=ltr] .pr-xl-3,
    [dir=ltr] .px-xl-3 {
      padding-right: 3rem !important
    }
  
    [dir=rtl] .pr-xl-3,
    [dir=rtl] .px-xl-3 {
      padding-left: 3rem !important
    }
  
    [dir] .pb-xl-3,
    [dir] .py-xl-3 {
      padding-bottom: 3rem !important
    }
  
    [dir=ltr] .pl-xl-3,
    [dir=ltr] .px-xl-3 {
      padding-left: 3rem !important
    }
  
    [dir=rtl] .pl-xl-3,
    [dir=rtl] .px-xl-3 {
      padding-right: 3rem !important
    }
  
    [dir] .p-xl-4 {
      padding: 3.5rem !important
    }
  
    [dir] .pt-xl-4,
    [dir] .py-xl-4 {
      padding-top: 3.5rem !important
    }
  
    [dir=ltr] .pr-xl-4,
    [dir=ltr] .px-xl-4 {
      padding-right: 3.5rem !important
    }
  
    [dir=rtl] .pr-xl-4,
    [dir=rtl] .px-xl-4 {
      padding-left: 3.5rem !important
    }
  
    [dir] .pb-xl-4,
    [dir] .py-xl-4 {
      padding-bottom: 3.5rem !important
    }
  
    [dir=ltr] .pl-xl-4,
    [dir=ltr] .px-xl-4 {
      padding-left: 3.5rem !important
    }
  
    [dir=rtl] .pl-xl-4,
    [dir=rtl] .px-xl-4 {
      padding-right: 3.5rem !important
    }
  
    [dir] .p-xl-5 {
      padding: 4rem !important
    }
  
    [dir] .pt-xl-5,
    [dir] .py-xl-5 {
      padding-top: 4rem !important
    }
  
    [dir=ltr] .pr-xl-5,
    [dir=ltr] .px-xl-5 {
      padding-right: 4rem !important
    }
  
    [dir=rtl] .pr-xl-5,
    [dir=rtl] .px-xl-5 {
      padding-left: 4rem !important
    }
  
    [dir] .pb-xl-5,
    [dir] .py-xl-5 {
      padding-bottom: 4rem !important
    }
  
    [dir=ltr] .pl-xl-5,
    [dir=ltr] .px-xl-5 {
      padding-left: 4rem !important
    }
  
    [dir=rtl] .pl-xl-5,
    [dir=rtl] .px-xl-5 {
      padding-right: 4rem !important
    }
  
    [dir] .p-xl-25 {
      padding: .25rem !important
    }
  
    [dir] .pt-xl-25,
    [dir] .py-xl-25 {
      padding-top: .25rem !important
    }
  
    [dir=ltr] .pr-xl-25,
    [dir=ltr] .px-xl-25 {
      padding-right: .25rem !important
    }
  
    [dir=rtl] .pr-xl-25,
    [dir=rtl] .px-xl-25 {
      padding-left: .25rem !important
    }
  
    [dir] .pb-xl-25,
    [dir] .py-xl-25 {
      padding-bottom: .25rem !important
    }
  
    [dir=ltr] .pl-xl-25,
    [dir=ltr] .px-xl-25 {
      padding-left: .25rem !important
    }
  
    [dir=rtl] .pl-xl-25,
    [dir=rtl] .px-xl-25 {
      padding-right: .25rem !important
    }
  
    [dir] .p-xl-50 {
      padding: .5rem !important
    }
  
    [dir] .pt-xl-50,
    [dir] .py-xl-50 {
      padding-top: .5rem !important
    }
  
    [dir=ltr] .pr-xl-50,
    [dir=ltr] .px-xl-50 {
      padding-right: .5rem !important
    }
  
    [dir=rtl] .pr-xl-50,
    [dir=rtl] .px-xl-50 {
      padding-left: .5rem !important
    }
  
    [dir] .pb-xl-50,
    [dir] .py-xl-50 {
      padding-bottom: .5rem !important
    }
  
    [dir=ltr] .pl-xl-50,
    [dir=ltr] .px-xl-50 {
      padding-left: .5rem !important
    }
  
    [dir=rtl] .pl-xl-50,
    [dir=rtl] .px-xl-50 {
      padding-right: .5rem !important
    }
  
    [dir] .p-xl-75 {
      padding: .75rem !important
    }
  
    [dir] .pt-xl-75,
    [dir] .py-xl-75 {
      padding-top: .75rem !important
    }
  
    [dir=ltr] .pr-xl-75,
    [dir=ltr] .px-xl-75 {
      padding-right: .75rem !important
    }
  
    [dir=rtl] .pr-xl-75,
    [dir=rtl] .px-xl-75 {
      padding-left: .75rem !important
    }
  
    [dir] .pb-xl-75,
    [dir] .py-xl-75 {
      padding-bottom: .75rem !important
    }
  
    [dir=ltr] .pl-xl-75,
    [dir=ltr] .px-xl-75 {
      padding-left: .75rem !important
    }
  
    [dir=rtl] .pl-xl-75,
    [dir=rtl] .px-xl-75 {
      padding-right: .75rem !important
    }
  
    [dir] .m-xl-n1 {
      margin: -1rem !important
    }
  
    [dir] .mt-xl-n1,
    [dir] .my-xl-n1 {
      margin-top: -1rem !important
    }
  
    [dir=ltr] .mr-xl-n1,
    [dir=ltr] .mx-xl-n1 {
      margin-right: -1rem !important
    }
  
    [dir=rtl] .mr-xl-n1,
    [dir=rtl] .mx-xl-n1 {
      margin-left: -1rem !important
    }
  
    [dir] .mb-xl-n1,
    [dir] .my-xl-n1 {
      margin-bottom: -1rem !important
    }
  
    [dir=ltr] .ml-xl-n1,
    [dir=ltr] .mx-xl-n1 {
      margin-left: -1rem !important
    }
  
    [dir=rtl] .ml-xl-n1,
    [dir=rtl] .mx-xl-n1 {
      margin-right: -1rem !important
    }
  
    [dir] .m-xl-n2 {
      margin: -1.5rem !important
    }
  
    [dir] .mt-xl-n2,
    [dir] .my-xl-n2 {
      margin-top: -1.5rem !important
    }
  
    [dir=ltr] .mr-xl-n2,
    [dir=ltr] .mx-xl-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir=rtl] .mr-xl-n2,
    [dir=rtl] .mx-xl-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir] .mb-xl-n2,
    [dir] .my-xl-n2 {
      margin-bottom: -1.5rem !important
    }
  
    [dir=ltr] .ml-xl-n2,
    [dir=ltr] .mx-xl-n2 {
      margin-left: -1.5rem !important
    }
  
    [dir=rtl] .ml-xl-n2,
    [dir=rtl] .mx-xl-n2 {
      margin-right: -1.5rem !important
    }
  
    [dir] .m-xl-n3 {
      margin: -3rem !important
    }
  
    [dir] .mt-xl-n3,
    [dir] .my-xl-n3 {
      margin-top: -3rem !important
    }
  
    [dir=ltr] .mr-xl-n3,
    [dir=ltr] .mx-xl-n3 {
      margin-right: -3rem !important
    }
  
    [dir=rtl] .mr-xl-n3,
    [dir=rtl] .mx-xl-n3 {
      margin-left: -3rem !important
    }
  
    [dir] .mb-xl-n3,
    [dir] .my-xl-n3 {
      margin-bottom: -3rem !important
    }
  
    [dir=ltr] .ml-xl-n3,
    [dir=ltr] .mx-xl-n3 {
      margin-left: -3rem !important
    }
  
    [dir=rtl] .ml-xl-n3,
    [dir=rtl] .mx-xl-n3 {
      margin-right: -3rem !important
    }
  
    [dir] .m-xl-n4 {
      margin: -3.5rem !important
    }
  
    [dir] .mt-xl-n4,
    [dir] .my-xl-n4 {
      margin-top: -3.5rem !important
    }
  
    [dir=ltr] .mr-xl-n4,
    [dir=ltr] .mx-xl-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir=rtl] .mr-xl-n4,
    [dir=rtl] .mx-xl-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir] .mb-xl-n4,
    [dir] .my-xl-n4 {
      margin-bottom: -3.5rem !important
    }
  
    [dir=ltr] .ml-xl-n4,
    [dir=ltr] .mx-xl-n4 {
      margin-left: -3.5rem !important
    }
  
    [dir=rtl] .ml-xl-n4,
    [dir=rtl] .mx-xl-n4 {
      margin-right: -3.5rem !important
    }
  
    [dir] .m-xl-n5 {
      margin: -4rem !important
    }
  
    [dir] .mt-xl-n5,
    [dir] .my-xl-n5 {
      margin-top: -4rem !important
    }
  
    [dir=ltr] .mr-xl-n5,
    [dir=ltr] .mx-xl-n5 {
      margin-right: -4rem !important
    }
  
    [dir=rtl] .mr-xl-n5,
    [dir=rtl] .mx-xl-n5 {
      margin-left: -4rem !important
    }
  
    [dir] .mb-xl-n5,
    [dir] .my-xl-n5 {
      margin-bottom: -4rem !important
    }
  
    [dir=ltr] .ml-xl-n5,
    [dir=ltr] .mx-xl-n5 {
      margin-left: -4rem !important
    }
  
    [dir=rtl] .ml-xl-n5,
    [dir=rtl] .mx-xl-n5 {
      margin-right: -4rem !important
    }
  
    [dir] .m-xl-n25 {
      margin: -.25rem !important
    }
  
    [dir] .mt-xl-n25,
    [dir] .my-xl-n25 {
      margin-top: -.25rem !important
    }
  
    [dir=ltr] .mr-xl-n25,
    [dir=ltr] .mx-xl-n25 {
      margin-right: -.25rem !important
    }
  
    [dir=rtl] .mr-xl-n25,
    [dir=rtl] .mx-xl-n25 {
      margin-left: -.25rem !important
    }
  
    [dir] .mb-xl-n25,
    [dir] .my-xl-n25 {
      margin-bottom: -.25rem !important
    }
  
    [dir=ltr] .ml-xl-n25,
    [dir=ltr] .mx-xl-n25 {
      margin-left: -.25rem !important
    }
  
    [dir=rtl] .ml-xl-n25,
    [dir=rtl] .mx-xl-n25 {
      margin-right: -.25rem !important
    }
  
    [dir] .m-xl-n50 {
      margin: -.5rem !important
    }
  
    [dir] .mt-xl-n50,
    [dir] .my-xl-n50 {
      margin-top: -.5rem !important
    }
  
    [dir=ltr] .mr-xl-n50,
    [dir=ltr] .mx-xl-n50 {
      margin-right: -.5rem !important
    }
  
    [dir=rtl] .mr-xl-n50,
    [dir=rtl] .mx-xl-n50 {
      margin-left: -.5rem !important
    }
  
    [dir] .mb-xl-n50,
    [dir] .my-xl-n50 {
      margin-bottom: -.5rem !important
    }
  
    [dir=ltr] .ml-xl-n50,
    [dir=ltr] .mx-xl-n50 {
      margin-left: -.5rem !important
    }
  
    [dir=rtl] .ml-xl-n50,
    [dir=rtl] .mx-xl-n50 {
      margin-right: -.5rem !important
    }
  
    [dir] .m-xl-n75 {
      margin: -.75rem !important
    }
  
    [dir] .mt-xl-n75,
    [dir] .my-xl-n75 {
      margin-top: -.75rem !important
    }
  
    [dir=ltr] .mr-xl-n75,
    [dir=ltr] .mx-xl-n75 {
      margin-right: -.75rem !important
    }
  
    [dir=rtl] .mr-xl-n75,
    [dir=rtl] .mx-xl-n75 {
      margin-left: -.75rem !important
    }
  
    [dir] .mb-xl-n75,
    [dir] .my-xl-n75 {
      margin-bottom: -.75rem !important
    }
  
    [dir=ltr] .ml-xl-n75,
    [dir=ltr] .mx-xl-n75 {
      margin-left: -.75rem !important
    }
  
    [dir=rtl] .ml-xl-n75,
    [dir=rtl] .mx-xl-n75 {
      margin-right: -.75rem !important
    }
  
    [dir] .m-xl-auto {
      margin: auto !important
    }
  
    [dir] .mt-xl-auto,
    [dir] .my-xl-auto {
      margin-top: auto !important
    }
  
    [dir=ltr] .mr-xl-auto,
    [dir=ltr] .mx-xl-auto {
      margin-right: auto !important
    }
  
    [dir=rtl] .mr-xl-auto,
    [dir=rtl] .mx-xl-auto {
      margin-left: auto !important
    }
  
    [dir] .mb-xl-auto,
    [dir] .my-xl-auto {
      margin-bottom: auto !important
    }
  
    [dir=ltr] .ml-xl-auto,
    [dir=ltr] .mx-xl-auto {
      margin-left: auto !important
    }
  
    [dir=rtl] .ml-xl-auto,
    [dir=rtl] .mx-xl-auto {
      margin-right: auto !important
    }
  }
  
  .stretched-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: auto;
    content: ""
  }
  
  [dir] .stretched-link:after {
    background-color: transparent
  }
  
  [dir=ltr] .stretched-link:after,
  [dir=rtl] .stretched-link:after {
    right: 0;
    left: 0
  }
  
  .text-monospace {
    font-family: Montserrat, Helvetica, Arial, serif !important
  }
  
  [dir] .text-justify {
    text-align: justify !important
  }
  
  .text-wrap {
    white-space: normal !important
  }
  
  .text-nowrap {
    white-space: nowrap !important
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  
  [dir=ltr] .text-left {
    text-align: left !important
  }
  
  [dir=ltr] .text-right,
  [dir=rtl] .text-left {
    text-align: right !important
  }
  
  [dir=rtl] .text-right {
    text-align: left !important
  }
  
  [dir] .text-center {
    text-align: center !important
  }
  
  @media(min-width:576px) {
    [dir=ltr] .text-sm-left {
      text-align: left !important
    }
  
    [dir=ltr] .text-sm-right,
    [dir=rtl] .text-sm-left {
      text-align: right !important
    }
  
    [dir=rtl] .text-sm-right {
      text-align: left !important
    }
  
    [dir] .text-sm-center {
      text-align: center !important
    }
  }
  
  @media(min-width:768px) {
    [dir=ltr] .text-md-left {
      text-align: left !important
    }
  
    [dir=ltr] .text-md-right,
    [dir=rtl] .text-md-left {
      text-align: right !important
    }
  
    [dir=rtl] .text-md-right {
      text-align: left !important
    }
  
    [dir] .text-md-center {
      text-align: center !important
    }
  }
  
  @media(min-width:992px) {
    [dir=ltr] .text-lg-left {
      text-align: left !important
    }
  
    [dir=ltr] .text-lg-right,
    [dir=rtl] .text-lg-left {
      text-align: right !important
    }
  
    [dir=rtl] .text-lg-right {
      text-align: left !important
    }
  
    [dir] .text-lg-center {
      text-align: center !important
    }
  }
  
  @media(min-width:1200px) {
    [dir=ltr] .text-xl-left {
      text-align: left !important
    }
  
    [dir=ltr] .text-xl-right,
    [dir=rtl] .text-xl-left {
      text-align: right !important
    }
  
    [dir=rtl] .text-xl-right {
      text-align: left !important
    }
  
    [dir] .text-xl-center {
      text-align: center !important
    }
  }
  
  .text-lowercase {
    text-transform: lowercase !important
  }
  
  .text-uppercase {
    text-transform: uppercase !important
  }
  
  .text-capitalize {
    text-transform: capitalize !important
  }
  
  .font-weight-light {
    font-weight: 300 !important
  }
  
  .font-weight-lighter {
    font-weight: lighter !important
  }
  
  .font-weight-normal {
    font-weight: 400 !important
  }
  
  .font-weight-bold {
    font-weight: 700 !important
  }
  
  .font-weight-bolder {
    font-weight: bolder !important
  }
  
  .font-italic {
    font-style: italic !important
  }
  
  .text-white {
    color: #fff !important
  }
  
  .text-primary {
    color: #1768ac !important
  }
  
  a.text-primary:focus,
  a.text-primary:hover {
    color: #0e3f69 !important
  }
  
  .text-secondary {
    color: #b8c2cc !important
  }
  
  a.text-secondary:focus,
  a.text-secondary:hover {
    color: #8b9cac !important
  }
  
  .text-success {
    color: #43c743 !important
  }
  
  a.text-success:focus,
  a.text-success:hover {
    color: #2b922b !important
  }
  
  .text-info {
    color: #4ca1e7 !important
  }
  
  a.text-info:focus,
  a.text-info:hover {
    color: #1b7ccb !important
  }
  
  .text-warning {
    color: #ffa62b !important
  }
  
  a.text-warning:focus,
  a.text-warning:hover {
    color: #de8100 !important
  }
  
  .text-danger {
    color: #e63946 !important
  }
  
  a.text-danger:focus,
  a.text-danger:hover {
    color: #bb1824 !important
  }
  
  .text-light {
    color: #babfc7 !important
  }
  
  a.text-light:focus,
  a.text-light:hover {
    color: #9098a5 !important
  }
  
  .text-dark {
    color: #1e1e1e !important
  }
  
  a.text-dark:focus,
  a.text-dark:hover {
    color: #000 !important
  }
  
  .text-body {
    color: #333 !important
  }
  
  .text-muted {
    color: #b8c2cc !important
  }
  
  .text-black-50 {
    color: rgba(34, 41, 47, .5) !important
  }
  
  .text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent
  }
  
  [dir] .text-hide {
    text-shadow: none;
    background-color: transparent;
    border: 0
  }
  
  .text-decoration-none {
    text-decoration: none !important
  }
  
  .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
  }
  
  .text-reset {
    color: inherit !important
  }
  
  .visible {
    visibility: visible !important
  }
  
  .invisible {
    visibility: hidden !important
  }
  
  @media print {
  
    [dir] *,
    [dir] :after,
    [dir] :before {
      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
    }
  
    blockquote,
    pre {
      page-break-inside: avoid
    }
  
    [dir] blockquote,
    [dir] pre {
      border: 1px solid #adb5bd
    }
  
    thead {
      display: table-header-group
    }
  
    img,
    tr {
      page-break-inside: avoid
    }
  
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3
    }
  
    h2,
    h3 {
      page-break-after: avoid
    }
  
    @page {
      size: a3
    }
  
    .container,
    body {
      min-width: 992px !important
    }
  
    .navbar {
      display: none
    }
  
    [dir] .badge {
      border: 1px solid #22292f
    }
  
    .table {
      border-collapse: collapse !important
    }
  
    [dir] .table td,
    [dir] .table th {
      background-color: #fff !important
    }
  
    [dir] .table-bordered td,
    [dir] .table-bordered th {
      border: 1px solid #dae1e7 !important
    }
  
    .table-dark {
      color: inherit
    }
  
    [dir] .table-dark tbody+tbody,
    [dir] .table-dark td,
    [dir] .table-dark th,
    [dir] .table-dark thead th {
      border-color: #f9f9f9
    }
  
    .table .thead-dark th {
      color: inherit
    }
  
    [dir] .table .thead-dark th {
      border-color: #f9f9f9
    }
  }
  