@import "app-modified.css";

[dir="ltr"] :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #5567ff;
  --secondary: #868e96;
  --success: #77c13a;
  --info: #17a2b8;
  --warning: #e4a93c;
  --danger: #d9534f;
  --light: #f8f9fa;
  --dark: #303956;
  --black: #272c33;
  --accent: #ed0b4c;
  --accent-red: #ed0b4c;
  --accent-yellow: #e4a93c;
  --accent-dodger-blue: #5567ff;
  --accent-pickled-bluewood: #303956;
  --accent-electric-violet: #9c42ff;
  --primary-purple: #824ee1;
  --primary-red: #ed0b4c;
  --primary-yellow: #e4a93c;
  --primary-light: #9cf;
  --primary-dodger-blue: #5567ff;
  --primary-pickled-bluewood: #303956;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1366px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

@font-face {
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Regular'), url('../../fonts/montserrat/Montserrat-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Bold'), url('../../fonts/montserrat/Montserrat-Bold.woff') format('woff');
}
  


[dir="ltr"] *,
[dir="ltr"] :after,
[dir="ltr"] :before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(39, 44, 51, 0);
}
[dir="ltr"] article,
[dir="ltr"] aside,
[dir="ltr"] figcaption,
[dir="ltr"] figure,
[dir="ltr"] footer,
[dir="ltr"] header,
[dir="ltr"] hgroup,
[dir="ltr"] main,
[dir="ltr"] nav,
[dir="ltr"] section {
  display: block;
}

[dir="ltr"] body {
  margin: 0;
  font-family: "Montserrat Regular",
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272c33;
  text-align: left;
  background-color: #f5f7fa;
}
[dir="ltr"] [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
[dir="ltr"] hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6,
[dir="ltr"] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
[dir="ltr"] abbr[data-original-title],
[dir="ltr"] abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
[dir="ltr"] address {
  font-style: normal;
  line-height: inherit;
}
[dir="ltr"] address,
[dir="ltr"] dl,
[dir="ltr"] ol,
[dir="ltr"] ul {
  margin-bottom: 1rem;
}
[dir="ltr"] dl,
[dir="ltr"] ol,
[dir="ltr"] ul {
  margin-top: 0;
}
[dir="ltr"] ol ol,
[dir="ltr"] ol ul,
[dir="ltr"] ul ol,
[dir="ltr"] ul ul {
  margin-bottom: 0;
}
[dir="ltr"] dt {
  font-weight: 500;
}
[dir="ltr"] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
[dir="ltr"] blockquote {
  margin: 0 0 1rem;
}
[dir="ltr"] b,
[dir="ltr"] strong {
  font-weight: bolder;
}
[dir="ltr"] small {
  font-size: 80%;
}
[dir="ltr"] sub,
[dir="ltr"] sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
[dir="ltr"] sub {
  bottom: -0.25em;
}
[dir="ltr"] sup {
  top: -0.5em;
}
[dir="ltr"] a {
  color: rgba(39, 44, 51, 0.7);
  text-decoration: none;
  background-color: transparent;
}
[dir="ltr"] a:hover {
  color: rgba(6, 7, 8, 0.7);
  text-decoration: underline;
}
[dir="ltr"] a:not([href]),
[dir="ltr"] a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
[dir="ltr"] code,
[dir="ltr"] kbd,
[dir="ltr"] pre,
[dir="ltr"] samp {
  font-family: "Montserrat Regular",
    Courier New, monospace;
  font-size: 1em;
}
[dir="ltr"] pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
[dir="ltr"] figure {
  margin: 0 0 1rem;
}
[dir="ltr"] img {
  border-style: none;
}
[dir="ltr"] img,
[dir="ltr"] svg {
  vertical-align: middle;
}
[dir="ltr"] svg {
  overflow: hidden;
}
[dir="ltr"] table {
  border-collapse: collapse;
}
[dir="ltr"] caption {
  padding-top: 0.75rem 1rem;
  padding-bottom: 0.75rem 1rem;
  color: rgba(39, 44, 51, 0.5);
  text-align: left;
  caption-side: bottom;
}
[dir="ltr"] th {
  text-align: inherit;
}
[dir="ltr"] label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
[dir="ltr"] button {
  border-radius: 0;
}
[dir="ltr"] button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
[dir="ltr"] button,
[dir="ltr"] input,
[dir="ltr"] optgroup,
[dir="ltr"] select,
[dir="ltr"] textarea {
  margin: 0;
  font-family: "Montserrat Regular";
  font-size: inherit;
  line-height: inherit;
}
[dir="ltr"] button,
[dir="ltr"] input {
  overflow: visible;
}
[dir="ltr"] button,
[dir="ltr"] select {
  text-transform: none;
}
[dir="ltr"] [role="button"] {
  cursor: pointer;
}
[dir="ltr"] select {
  word-wrap: normal;
}
[dir="ltr"] [type="button"],
[dir="ltr"] [type="reset"],
[dir="ltr"] [type="submit"],
[dir="ltr"] button {
  -webkit-appearance: button;
}
[dir="ltr"] [type="button"]:not(:disabled),
[dir="ltr"] [type="reset"]:not(:disabled),
[dir="ltr"] [type="submit"]:not(:disabled),
[dir="ltr"] button:not(:disabled) {
  cursor: pointer;
}
[dir="ltr"] [type="button"]::-moz-focus-inner,
[dir="ltr"] [type="reset"]::-moz-focus-inner,
[dir="ltr"] [type="submit"]::-moz-focus-inner,
[dir="ltr"] button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[dir="ltr"] input[type="checkbox"],
[dir="ltr"] input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[dir="ltr"] textarea {
  overflow: auto;
  resize: vertical;
}
[dir="ltr"] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[dir="ltr"] legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[dir="ltr"] progress {
  vertical-align: baseline;
}
[dir="ltr"] [type="number"]::-webkit-inner-spin-button,
[dir="ltr"] [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[dir="ltr"] [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[dir="ltr"] [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[dir="ltr"] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[dir="ltr"] output {
  display: inline-block;
}
[dir="ltr"] summary {
  display: list-item;
  cursor: pointer;
}
[dir="ltr"] template {
  display: none;
}
[dir="ltr"] [hidden] {
  display: none !important;
}
[dir="ltr"] .h1,
[dir="ltr"] .h2,
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] .h5,
[dir="ltr"] .h6,
[dir="ltr"] h1,
[dir="ltr"] h2,
[dir="ltr"] h3,
[dir="ltr"] h4,
[dir="ltr"] h5,
[dir="ltr"] h6 {
  margin-bottom: 1rem;
  font-family: "Montserrat Bold";
  font-weight: 600;
  line-height: 1.5;
  color: #013D79;
}
[dir="ltr"] .h1,
[dir="ltr"] h1 {
  font-size: 2.827rem;
}
[dir="ltr"] .h2,
[dir="ltr"] h2 {
  font-size: 1.999rem;
}
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] h3,
[dir="ltr"] h4 {
  font-size: 1.414rem;
}
[dir="ltr"] .h5,
[dir="ltr"] h5 {
  font-size: 1rem;
}
[dir="ltr"] .h6,
[dir="ltr"] h6 {
  font-size: 0.8125rem;
}
[dir="ltr"] .lead {
  font-size: 0.9140625rem;
  font-weight: 400;
}
[dir="ltr"] .display-1 {
  font-size: 3.998rem;
  font-weight: 700;
  line-height: 1.5;
}
[dir="ltr"] .display-2 {
  font-size: 5.5rem;
}
[dir="ltr"] .display-2,
[dir="ltr"] .display-3 {
  font-weight: 300;
  line-height: 1.5;
}
[dir="ltr"] .display-3 {
  font-size: 4.5rem;
}
[dir="ltr"] .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}
[dir="ltr"] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(39, 44, 51, 0.1);
}
[dir="ltr"] .small,
[dir="ltr"] small {
  font-size: 0.8125rem;
  font-weight: 400;
}
[dir="ltr"] .mark,
[dir="ltr"] mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
[dir="ltr"] .list-inline,
[dir="ltr"] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
[dir="ltr"] .list-inline-item {
  display: inline-block;
}
[dir="ltr"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
[dir="ltr"] .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
[dir="ltr"] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.015625rem;
}
[dir="ltr"] .blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #868e96;
}
[dir="ltr"] .blockquote-footer:before {
  content: "\2014\A0";
}
[dir="ltr"] .img-fluid,
[dir="ltr"] .img-thumbnail {
  max-width: 100%;
  height: auto;
}
[dir="ltr"] .img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f7fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .figure {
  display: inline-block;
}
[dir="ltr"] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
[dir="ltr"] .figure-caption {
  font-size: 90%;
  color: #868e96;
}
[dir="ltr"] code {
  font-size: 87.5%;
  color: #ed0b4c;
  word-wrap: break-word;
}
[dir="ltr"] a > code {
  color: inherit;
}
[dir="ltr"] kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(39, 44, 51, 0.25);
}
[dir="ltr"] kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  box-shadow: none;
}
[dir="ltr"] pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
[dir="ltr"] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
[dir="ltr"] .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
[dir="ltr"] .container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [dir="ltr"] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .container {
    max-width: 1140px;
  }
}
[dir="ltr"] .container-fluid,
[dir="ltr"] .container-lg,
[dir="ltr"] .container-md,
[dir="ltr"] .container-sm,
[dir="ltr"] .container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  [dir="ltr"] .container,
  [dir="ltr"] .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .container,
  [dir="ltr"] .container-md,
  [dir="ltr"] .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .container,
  [dir="ltr"] .container-lg,
  [dir="ltr"] .container-md,
  [dir="ltr"] .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .container,
  [dir="ltr"] .container-lg,
  [dir="ltr"] .container-md,
  [dir="ltr"] .container-sm,
  [dir="ltr"] .container-xl {
    max-width: 1140px;
  }
}
[dir="ltr"] .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
[dir="ltr"] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
[dir="ltr"] .no-gutters > .col,
[dir="ltr"] .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
[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="ltr"] .col-xxl,
[dir="ltr"] .col-xxl-1,
[dir="ltr"] .col-xxl-2,
[dir="ltr"] .col-xxl-3,
[dir="ltr"] .col-xxl-4,
[dir="ltr"] .col-xxl-5,
[dir="ltr"] .col-xxl-6,
[dir="ltr"] .col-xxl-7,
[dir="ltr"] .col-xxl-8,
[dir="ltr"] .col-xxl-9,
[dir="ltr"] .col-xxl-10,
[dir="ltr"] .col-xxl-11,
[dir="ltr"] .col-xxl-12,
[dir="ltr"] .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
[dir="ltr"] .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
[dir="ltr"] .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
[dir="ltr"] .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
[dir="ltr"] .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
[dir="ltr"] .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
[dir="ltr"] .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
[dir="ltr"] .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
[dir="ltr"] .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
[dir="ltr"] .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
[dir="ltr"] .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
[dir="ltr"] .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
[dir="ltr"] .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
[dir="ltr"] .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
[dir="ltr"] .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
[dir="ltr"] .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
[dir="ltr"] .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
[dir="ltr"] .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
[dir="ltr"] .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
[dir="ltr"] .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
[dir="ltr"] .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
[dir="ltr"] .order-first {
  order: -1;
}
[dir="ltr"] .order-last {
  order: 13;
}
[dir="ltr"] .order-0 {
  order: 0;
}
[dir="ltr"] .order-1 {
  order: 1;
}
[dir="ltr"] .order-2 {
  order: 2;
}
[dir="ltr"] .order-3 {
  order: 3;
}
[dir="ltr"] .order-4 {
  order: 4;
}
[dir="ltr"] .order-5 {
  order: 5;
}
[dir="ltr"] .order-6 {
  order: 6;
}
[dir="ltr"] .order-7 {
  order: 7;
}
[dir="ltr"] .order-8 {
  order: 8;
}
[dir="ltr"] .order-9 {
  order: 9;
}
[dir="ltr"] .order-10 {
  order: 10;
}
[dir="ltr"] .order-11 {
  order: 11;
}
[dir="ltr"] .order-12 {
  order: 12;
}
[dir="ltr"] .offset-1 {
  margin-left: 8.3333333333%;
}
[dir="ltr"] .offset-2 {
  margin-left: 16.6666666667%;
}
[dir="ltr"] .offset-3 {
  margin-left: 25%;
}
[dir="ltr"] .offset-4 {
  margin-left: 33.3333333333%;
}
[dir="ltr"] .offset-5 {
  margin-left: 41.6666666667%;
}
[dir="ltr"] .offset-6 {
  margin-left: 50%;
}
[dir="ltr"] .offset-7 {
  margin-left: 58.3333333333%;
}
[dir="ltr"] .offset-8 {
  margin-left: 66.6666666667%;
}
[dir="ltr"] .offset-9 {
  margin-left: 75%;
}
[dir="ltr"] .offset-10 {
  margin-left: 83.3333333333%;
}
[dir="ltr"] .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  [dir="ltr"] .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir="ltr"] .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-sm-first {
    order: -1;
  }
  [dir="ltr"] .order-sm-last {
    order: 13;
  }
  [dir="ltr"] .order-sm-0 {
    order: 0;
  }
  [dir="ltr"] .order-sm-1 {
    order: 1;
  }
  [dir="ltr"] .order-sm-2 {
    order: 2;
  }
  [dir="ltr"] .order-sm-3 {
    order: 3;
  }
  [dir="ltr"] .order-sm-4 {
    order: 4;
  }
  [dir="ltr"] .order-sm-5 {
    order: 5;
  }
  [dir="ltr"] .order-sm-6 {
    order: 6;
  }
  [dir="ltr"] .order-sm-7 {
    order: 7;
  }
  [dir="ltr"] .order-sm-8 {
    order: 8;
  }
  [dir="ltr"] .order-sm-9 {
    order: 9;
  }
  [dir="ltr"] .order-sm-10 {
    order: 10;
  }
  [dir="ltr"] .order-sm-11 {
    order: 11;
  }
  [dir="ltr"] .order-sm-12 {
    order: 12;
  }
  [dir="ltr"] .offset-sm-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-sm-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-sm-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-sm-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir="ltr"] .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-md-first {
    order: -1;
  }
  [dir="ltr"] .order-md-last {
    order: 13;
  }
  [dir="ltr"] .order-md-0 {
    order: 0;
  }
  [dir="ltr"] .order-md-1 {
    order: 1;
  }
  [dir="ltr"] .order-md-2 {
    order: 2;
  }
  [dir="ltr"] .order-md-3 {
    order: 3;
  }
  [dir="ltr"] .order-md-4 {
    order: 4;
  }
  [dir="ltr"] .order-md-5 {
    order: 5;
  }
  [dir="ltr"] .order-md-6 {
    order: 6;
  }
  [dir="ltr"] .order-md-7 {
    order: 7;
  }
  [dir="ltr"] .order-md-8 {
    order: 8;
  }
  [dir="ltr"] .order-md-9 {
    order: 9;
  }
  [dir="ltr"] .order-md-10 {
    order: 10;
  }
  [dir="ltr"] .order-md-11 {
    order: 11;
  }
  [dir="ltr"] .order-md-12 {
    order: 12;
  }
  [dir="ltr"] .offset-md-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-md-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-md-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-md-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir="ltr"] .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-lg-first {
    order: -1;
  }
  [dir="ltr"] .order-lg-last {
    order: 13;
  }
  [dir="ltr"] .order-lg-0 {
    order: 0;
  }
  [dir="ltr"] .order-lg-1 {
    order: 1;
  }
  [dir="ltr"] .order-lg-2 {
    order: 2;
  }
  [dir="ltr"] .order-lg-3 {
    order: 3;
  }
  [dir="ltr"] .order-lg-4 {
    order: 4;
  }
  [dir="ltr"] .order-lg-5 {
    order: 5;
  }
  [dir="ltr"] .order-lg-6 {
    order: 6;
  }
  [dir="ltr"] .order-lg-7 {
    order: 7;
  }
  [dir="ltr"] .order-lg-8 {
    order: 8;
  }
  [dir="ltr"] .order-lg-9 {
    order: 9;
  }
  [dir="ltr"] .order-lg-10 {
    order: 10;
  }
  [dir="ltr"] .order-lg-11 {
    order: 11;
  }
  [dir="ltr"] .order-lg-12 {
    order: 12;
  }
  [dir="ltr"] .offset-lg-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-lg-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-lg-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-lg-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir="ltr"] .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-xl-first {
    order: -1;
  }
  [dir="ltr"] .order-xl-last {
    order: 13;
  }
  [dir="ltr"] .order-xl-0 {
    order: 0;
  }
  [dir="ltr"] .order-xl-1 {
    order: 1;
  }
  [dir="ltr"] .order-xl-2 {
    order: 2;
  }
  [dir="ltr"] .order-xl-3 {
    order: 3;
  }
  [dir="ltr"] .order-xl-4 {
    order: 4;
  }
  [dir="ltr"] .order-xl-5 {
    order: 5;
  }
  [dir="ltr"] .order-xl-6 {
    order: 6;
  }
  [dir="ltr"] .order-xl-7 {
    order: 7;
  }
  [dir="ltr"] .order-xl-8 {
    order: 8;
  }
  [dir="ltr"] .order-xl-9 {
    order: 9;
  }
  [dir="ltr"] .order-xl-10 {
    order: 10;
  }
  [dir="ltr"] .order-xl-11 {
    order: 11;
  }
  [dir="ltr"] .order-xl-12 {
    order: 12;
  }
  [dir="ltr"] .offset-xl-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-xl-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-xl-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-xl-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir="ltr"] .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  [dir="ltr"] .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [dir="ltr"] .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [dir="ltr"] .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir="ltr"] .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [dir="ltr"] .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [dir="ltr"] .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir="ltr"] .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [dir="ltr"] .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [dir="ltr"] .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  [dir="ltr"] .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [dir="ltr"] .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [dir="ltr"] .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir="ltr"] .order-xxl-first {
    order: -1;
  }
  [dir="ltr"] .order-xxl-last {
    order: 13;
  }
  [dir="ltr"] .order-xxl-0 {
    order: 0;
  }
  [dir="ltr"] .order-xxl-1 {
    order: 1;
  }
  [dir="ltr"] .order-xxl-2 {
    order: 2;
  }
  [dir="ltr"] .order-xxl-3 {
    order: 3;
  }
  [dir="ltr"] .order-xxl-4 {
    order: 4;
  }
  [dir="ltr"] .order-xxl-5 {
    order: 5;
  }
  [dir="ltr"] .order-xxl-6 {
    order: 6;
  }
  [dir="ltr"] .order-xxl-7 {
    order: 7;
  }
  [dir="ltr"] .order-xxl-8 {
    order: 8;
  }
  [dir="ltr"] .order-xxl-9 {
    order: 9;
  }
  [dir="ltr"] .order-xxl-10 {
    order: 10;
  }
  [dir="ltr"] .order-xxl-11 {
    order: 11;
  }
  [dir="ltr"] .order-xxl-12 {
    order: 12;
  }
  [dir="ltr"] .offset-xxl-0 {
    margin-left: 0;
  }
  [dir="ltr"] .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  [dir="ltr"] .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  [dir="ltr"] .offset-xxl-3 {
    margin-left: 25%;
  }
  [dir="ltr"] .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  [dir="ltr"] .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  [dir="ltr"] .offset-xxl-6 {
    margin-left: 50%;
  }
  [dir="ltr"] .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  [dir="ltr"] .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  [dir="ltr"] .offset-xxl-9 {
    margin-left: 75%;
  }
  [dir="ltr"] .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  [dir="ltr"] .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
[dir="ltr"] .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #272c33;
}
[dir="ltr"] .table td,
[dir="ltr"] .table th {
  padding: 0.75rem 1rem;
  vertical-align: top;
  border-top: 1px solid #e9edf2;
}
[dir="ltr"] .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9edf2;
}
[dir="ltr"] .table tbody + tbody {
  border-top: 2px solid #e9edf2;
}
[dir="ltr"] .table-sm td,
[dir="ltr"] .table-sm th {
  padding: 0.3rem;
}
[dir="ltr"] .table-bordered,
[dir="ltr"] .table-bordered td,
[dir="ltr"] .table-bordered th {
  border: 1px solid #e9edf2;
}
[dir="ltr"] .table-bordered thead td,
[dir="ltr"] .table-bordered thead th {
  border-bottom-width: 2px;
}
[dir="ltr"] .table-borderless tbody + tbody,
[dir="ltr"] .table-borderless td,
[dir="ltr"] .table-borderless th,
[dir="ltr"] .table-borderless thead th {
  border: 0;
}
[dir="ltr"] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(39, 44, 51, 0.05);
}
[dir="ltr"] .table-hover tbody tr:hover {
  color: #272c33;
  background-color: rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .table-primary,
[dir="ltr"] .table-primary > td,
[dir="ltr"] .table-primary > th {
  background-color: #cfd4ff;
}
[dir="ltr"] .table-primary tbody + tbody,
[dir="ltr"] .table-primary td,
[dir="ltr"] .table-primary th,
[dir="ltr"] .table-primary thead th {
  border-color: #a7b0ff;
}
[dir="ltr"] .table-hover .table-primary:hover,
[dir="ltr"] .table-hover .table-primary:hover > td,
[dir="ltr"] .table-hover .table-primary:hover > th {
  background-color: #b6bdff;
}
[dir="ltr"] .table-secondary,
[dir="ltr"] .table-secondary > td,
[dir="ltr"] .table-secondary > th {
  background-color: #dddfe2;
}
[dir="ltr"] .table-secondary tbody + tbody,
[dir="ltr"] .table-secondary td,
[dir="ltr"] .table-secondary th,
[dir="ltr"] .table-secondary thead th {
  border-color: #c0c4c8;
}
[dir="ltr"] .table-hover .table-secondary:hover,
[dir="ltr"] .table-hover .table-secondary:hover > td,
[dir="ltr"] .table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
[dir="ltr"] .table-success,
[dir="ltr"] .table-success > td,
[dir="ltr"] .table-success > th {
  background-color: #d9eec8;
}
[dir="ltr"] .table-success tbody + tbody,
[dir="ltr"] .table-success td,
[dir="ltr"] .table-success th,
[dir="ltr"] .table-success thead th {
  border-color: #b8df99;
}
[dir="ltr"] .table-hover .table-success:hover,
[dir="ltr"] .table-hover .table-success:hover > td,
[dir="ltr"] .table-hover .table-success:hover > th {
  background-color: #cce8b5;
}
[dir="ltr"] .table-info,
[dir="ltr"] .table-info > td,
[dir="ltr"] .table-info > th {
  background-color: #bee5eb;
}
[dir="ltr"] .table-info tbody + tbody,
[dir="ltr"] .table-info td,
[dir="ltr"] .table-info th,
[dir="ltr"] .table-info thead th {
  border-color: #86cfda;
}
[dir="ltr"] .table-hover .table-info:hover,
[dir="ltr"] .table-hover .table-info:hover > td,
[dir="ltr"] .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
[dir="ltr"] .table-warning,
[dir="ltr"] .table-warning > td,
[dir="ltr"] .table-warning > th {
  background-color: #f7e7c8;
}
[dir="ltr"] .table-warning tbody + tbody,
[dir="ltr"] .table-warning td,
[dir="ltr"] .table-warning th,
[dir="ltr"] .table-warning thead th {
  border-color: #f1d29a;
}
[dir="ltr"] .table-hover .table-warning:hover,
[dir="ltr"] .table-hover .table-warning:hover > td,
[dir="ltr"] .table-hover .table-warning:hover > th {
  background-color: #f4ddb2;
}
[dir="ltr"] .table-danger,
[dir="ltr"] .table-danger > td,
[dir="ltr"] .table-danger > th {
  background-color: #f4cfce;
}
[dir="ltr"] .table-danger tbody + tbody,
[dir="ltr"] .table-danger td,
[dir="ltr"] .table-danger th,
[dir="ltr"] .table-danger thead th {
  border-color: #eba6a3;
}
[dir="ltr"] .table-hover .table-danger:hover,
[dir="ltr"] .table-hover .table-danger:hover > td,
[dir="ltr"] .table-hover .table-danger:hover > th {
  background-color: #efbbb9;
}
[dir="ltr"] .table-light,
[dir="ltr"] .table-light > td,
[dir="ltr"] .table-light > th {
  background-color: #fdfdfe;
}
[dir="ltr"] .table-light tbody + tbody,
[dir="ltr"] .table-light td,
[dir="ltr"] .table-light th,
[dir="ltr"] .table-light thead th {
  border-color: #fbfcfc;
}
[dir="ltr"] .table-hover .table-light:hover,
[dir="ltr"] .table-hover .table-light:hover > td,
[dir="ltr"] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
[dir="ltr"] .table-dark,
[dir="ltr"] .table-dark > td,
[dir="ltr"] .table-dark > th {
  background-color: #c5c8d0;
}
[dir="ltr"] .table-dark tbody + tbody,
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark thead th {
  border-color: #9398a7;
}
[dir="ltr"] .table-hover .table-dark:hover,
[dir="ltr"] .table-hover .table-dark:hover > td,
[dir="ltr"] .table-hover .table-dark:hover > th {
  background-color: #b7bbc5;
}
[dir="ltr"] .table-black,
[dir="ltr"] .table-black > td,
[dir="ltr"] .table-black > th {
  background-color: #c3c4c6;
}
[dir="ltr"] .table-black tbody + tbody,
[dir="ltr"] .table-black td,
[dir="ltr"] .table-black th,
[dir="ltr"] .table-black thead th {
  border-color: #8f9195;
}
[dir="ltr"] .table-hover .table-black:hover,
[dir="ltr"] .table-hover .table-black:hover > td,
[dir="ltr"] .table-hover .table-black:hover > th {
  background-color: #b6b7ba;
}
[dir="ltr"] .table-accent,
[dir="ltr"] .table-accent > td,
[dir="ltr"] .table-accent > th {
  background-color: #fabbcd;
}
[dir="ltr"] .table-accent tbody + tbody,
[dir="ltr"] .table-accent td,
[dir="ltr"] .table-accent th,
[dir="ltr"] .table-accent thead th {
  border-color: #f680a2;
}
[dir="ltr"] .table-hover .table-accent:hover,
[dir="ltr"] .table-hover .table-accent:hover > td,
[dir="ltr"] .table-hover .table-accent:hover > th {
  background-color: #f8a3bc;
}
[dir="ltr"] .table-accent-red,
[dir="ltr"] .table-accent-red > td,
[dir="ltr"] .table-accent-red > th {
  background-color: #fabbcd;
}
[dir="ltr"] .table-accent-red tbody + tbody,
[dir="ltr"] .table-accent-red td,
[dir="ltr"] .table-accent-red th,
[dir="ltr"] .table-accent-red thead th {
  border-color: #f680a2;
}
[dir="ltr"] .table-hover .table-accent-red:hover,
[dir="ltr"] .table-hover .table-accent-red:hover > td,
[dir="ltr"] .table-hover .table-accent-red:hover > th {
  background-color: #f8a3bc;
}
[dir="ltr"] .table-accent-yellow,
[dir="ltr"] .table-accent-yellow > td,
[dir="ltr"] .table-accent-yellow > th {
  background-color: #f7e7c8;
}
[dir="ltr"] .table-accent-yellow tbody + tbody,
[dir="ltr"] .table-accent-yellow td,
[dir="ltr"] .table-accent-yellow th,
[dir="ltr"] .table-accent-yellow thead th {
  border-color: #f1d29a;
}
[dir="ltr"] .table-hover .table-accent-yellow:hover,
[dir="ltr"] .table-hover .table-accent-yellow:hover > td,
[dir="ltr"] .table-hover .table-accent-yellow:hover > th {
  background-color: #f4ddb2;
}
[dir="ltr"] .table-accent-dodger-blue,
[dir="ltr"] .table-accent-dodger-blue > td,
[dir="ltr"] .table-accent-dodger-blue > th {
  background-color: #cfd4ff;
}
[dir="ltr"] .table-accent-dodger-blue tbody + tbody,
[dir="ltr"] .table-accent-dodger-blue td,
[dir="ltr"] .table-accent-dodger-blue th,
[dir="ltr"] .table-accent-dodger-blue thead th {
  border-color: #a7b0ff;
}
[dir="ltr"] .table-hover .table-accent-dodger-blue:hover,
[dir="ltr"] .table-hover .table-accent-dodger-blue:hover > td,
[dir="ltr"] .table-hover .table-accent-dodger-blue:hover > th {
  background-color: #b6bdff;
}
[dir="ltr"] .table-accent-pickled-bluewood,
[dir="ltr"] .table-accent-pickled-bluewood > td,
[dir="ltr"] .table-accent-pickled-bluewood > th {
  background-color: #c5c8d0;
}
[dir="ltr"] .table-accent-pickled-bluewood tbody + tbody,
[dir="ltr"] .table-accent-pickled-bluewood td,
[dir="ltr"] .table-accent-pickled-bluewood th,
[dir="ltr"] .table-accent-pickled-bluewood thead th {
  border-color: #9398a7;
}
[dir="ltr"] .table-hover .table-accent-pickled-bluewood:hover,
[dir="ltr"] .table-hover .table-accent-pickled-bluewood:hover > td,
[dir="ltr"] .table-hover .table-accent-pickled-bluewood:hover > th {
  background-color: #b7bbc5;
}
[dir="ltr"] .table-accent-electric-violet,
[dir="ltr"] .table-accent-electric-violet > td,
[dir="ltr"] .table-accent-electric-violet > th {
  background-color: #e3caff;
}
[dir="ltr"] .table-accent-electric-violet tbody + tbody,
[dir="ltr"] .table-accent-electric-violet td,
[dir="ltr"] .table-accent-electric-violet th,
[dir="ltr"] .table-accent-electric-violet thead th {
  border-color: #cc9dff;
}
[dir="ltr"] .table-hover .table-accent-electric-violet:hover,
[dir="ltr"] .table-hover .table-accent-electric-violet:hover > td,
[dir="ltr"] .table-hover .table-accent-electric-violet:hover > th {
  background-color: #d6b1ff;
}
[dir="ltr"] .table-primary-purple,
[dir="ltr"] .table-primary-purple > td,
[dir="ltr"] .table-primary-purple > th {
  background-color: #dccdf7;
}
[dir="ltr"] .table-primary-purple tbody + tbody,
[dir="ltr"] .table-primary-purple td,
[dir="ltr"] .table-primary-purple th,
[dir="ltr"] .table-primary-purple thead th {
  border-color: #bea3ef;
}
[dir="ltr"] .table-hover .table-primary-purple:hover,
[dir="ltr"] .table-hover .table-primary-purple:hover > td,
[dir="ltr"] .table-hover .table-primary-purple:hover > th {
  background-color: #cdb7f3;
}
[dir="ltr"] .table-primary-red,
[dir="ltr"] .table-primary-red > td,
[dir="ltr"] .table-primary-red > th {
  background-color: #fabbcd;
}
[dir="ltr"] .table-primary-red tbody + tbody,
[dir="ltr"] .table-primary-red td,
[dir="ltr"] .table-primary-red th,
[dir="ltr"] .table-primary-red thead th {
  border-color: #f680a2;
}
[dir="ltr"] .table-hover .table-primary-red:hover,
[dir="ltr"] .table-hover .table-primary-red:hover > td,
[dir="ltr"] .table-hover .table-primary-red:hover > th {
  background-color: #f8a3bc;
}
[dir="ltr"] .table-primary-yellow,
[dir="ltr"] .table-primary-yellow > td,
[dir="ltr"] .table-primary-yellow > th {
  background-color: #f7e7c8;
}
[dir="ltr"] .table-primary-yellow tbody + tbody,
[dir="ltr"] .table-primary-yellow td,
[dir="ltr"] .table-primary-yellow th,
[dir="ltr"] .table-primary-yellow thead th {
  border-color: #f1d29a;
}
[dir="ltr"] .table-hover .table-primary-yellow:hover,
[dir="ltr"] .table-hover .table-primary-yellow:hover > td,
[dir="ltr"] .table-hover .table-primary-yellow:hover > th {
  background-color: #f4ddb2;
}
[dir="ltr"] .table-primary-light,
[dir="ltr"] .table-primary-light > td,
[dir="ltr"] .table-primary-light > th {
  background-color: #e2f1ff;
}
[dir="ltr"] .table-primary-light tbody + tbody,
[dir="ltr"] .table-primary-light td,
[dir="ltr"] .table-primary-light th,
[dir="ltr"] .table-primary-light thead th {
  border-color: #cae4ff;
}
[dir="ltr"] .table-hover .table-primary-light:hover,
[dir="ltr"] .table-hover .table-primary-light:hover > td,
[dir="ltr"] .table-hover .table-primary-light:hover > th {
  background-color: #c9e5ff;
}
[dir="ltr"] .table-primary-dodger-blue,
[dir="ltr"] .table-primary-dodger-blue > td,
[dir="ltr"] .table-primary-dodger-blue > th {
  background-color: #cfd4ff;
}
[dir="ltr"] .table-primary-dodger-blue tbody + tbody,
[dir="ltr"] .table-primary-dodger-blue td,
[dir="ltr"] .table-primary-dodger-blue th,
[dir="ltr"] .table-primary-dodger-blue thead th {
  border-color: #a7b0ff;
}
[dir="ltr"] .table-hover .table-primary-dodger-blue:hover,
[dir="ltr"] .table-hover .table-primary-dodger-blue:hover > td,
[dir="ltr"] .table-hover .table-primary-dodger-blue:hover > th {
  background-color: #b6bdff;
}
[dir="ltr"] .table-primary-pickled-bluewood,
[dir="ltr"] .table-primary-pickled-bluewood > td,
[dir="ltr"] .table-primary-pickled-bluewood > th {
  background-color: #c5c8d0;
}
[dir="ltr"] .table-primary-pickled-bluewood tbody + tbody,
[dir="ltr"] .table-primary-pickled-bluewood td,
[dir="ltr"] .table-primary-pickled-bluewood th,
[dir="ltr"] .table-primary-pickled-bluewood thead th {
  border-color: #9398a7;
}
[dir="ltr"] .table-hover .table-primary-pickled-bluewood:hover,
[dir="ltr"] .table-hover .table-primary-pickled-bluewood:hover > td,
[dir="ltr"] .table-hover .table-primary-pickled-bluewood:hover > th {
  background-color: #b7bbc5;
}
[dir="ltr"] .table-active,
[dir="ltr"] .table-active > td,
[dir="ltr"] .table-active > th {
  background-color: rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .table-hover .table-active:hover,
[dir="ltr"] .table-hover .table-active:hover > td,
[dir="ltr"] .table-hover .table-active:hover > th {
  background-color: rgba(28, 32, 37, 0.075);
}
[dir="ltr"] .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
[dir="ltr"] .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9edf2;
}
[dir="ltr"] .table-dark {
  color: #fff;
  background-color: #343a40;
}
[dir="ltr"] .table-dark td,
[dir="ltr"] .table-dark th,
[dir="ltr"] .table-dark thead th {
  border-color: #454d55;
}
[dir="ltr"] .table-dark.table-bordered {
  border: 0;
}
[dir="ltr"] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
[dir="ltr"] .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  [dir="ltr"] .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  [dir="ltr"] .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  [dir="ltr"] .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  [dir="ltr"] .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  [dir="ltr"] .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
[dir="ltr"] .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .table-responsive > .table-bordered {
  border: 0;
}
[dir="ltr"] .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272c33;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #edf0f2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(39, 44, 51, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .form-control {
    transition: none;
  }
}
[dir="ltr"] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
[dir="ltr"] .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #272c33;
}
[dir="ltr"] .form-control:focus {
  color: #272c33;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px #5567ff;
}
[dir="ltr"] .form-control::-webkit-input-placeholder {
  color: #949595;
  opacity: 1;
}
[dir="ltr"] .form-control::-moz-placeholder {
  color: #949595;
  opacity: 1;
}
[dir="ltr"] .form-control:-ms-input-placeholder {
  color: #949595;
  opacity: 1;
}
[dir="ltr"] .form-control::-ms-input-placeholder {
  color: #949595;
  opacity: 1;
}
[dir="ltr"] .form-control::placeholder {
  color: #949595;
  opacity: 1;
}
[dir="ltr"] .form-control:disabled,
[dir="ltr"] .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
[dir="ltr"] input[type="date"].form-control,
[dir="ltr"] input[type="datetime-local"].form-control,
[dir="ltr"] input[type="month"].form-control,
[dir="ltr"] input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[dir="ltr"] select.form-control:focus::-ms-value {
  color: #272c33;
  background-color: #fff;
}
[dir="ltr"] .form-control-file,
[dir="ltr"] .form-control-range {
  display: block;
  width: 100%;
}
[dir="ltr"] .col-form-label {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
[dir="ltr"] .col-form-label,
[dir="ltr"] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}
[dir="ltr"] .col-form-label-lg {
  font-size: 1.21875rem;
  line-height: 1.75;
}
[dir="ltr"] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7109375rem;
  line-height: 1.5;
}
[dir="ltr"] .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #272c33;
  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 {
  padding-right: 0;
  padding-left: 0;
}
[dir="ltr"] .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
[dir="ltr"] .form-control-lg {
  height: calc(1.75em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.21875rem;
  line-height: 1.75;
  border-radius: 0.5rem;
}
[dir="ltr"] select.form-control[multiple],
[dir="ltr"] select.form-control[size],
[dir="ltr"] textarea.form-control {
  height: auto;
}
[dir="ltr"] .form-group {
  margin-bottom: 1rem;
}
[dir="ltr"] .form-text {
  display: block;
  margin-top: 0.25rem;
}
[dir="ltr"] .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
[dir="ltr"] .form-row > .col,
[dir="ltr"] .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
[dir="ltr"] .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
[dir="ltr"] .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
[dir="ltr"] .form-check-input:disabled ~ .form-check-label,
[dir="ltr"] .form-check-input[disabled] ~ .form-check-label {
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .form-check-label {
  margin-bottom: 0;
}
[dir="ltr"] .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
[dir="ltr"] .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
[dir="ltr"] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #77c13a;
}
[dir="ltr"] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #77c13a;
  border-radius: 0.25rem;
}
[dir="ltr"] .is-valid ~ .valid-feedback,
[dir="ltr"] .is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated :valid ~ .valid-feedback,
[dir="ltr"] .was-validated :valid ~ .valid-tooltip {
  display: block;
}
[dir="ltr"] .form-control.is-valid,
[dir="ltr"] .was-validated .form-control:valid {
  border-color: #77c13a;
  padding-right: calc(1.5em + 1rem);
  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='%2377c13a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
[dir="ltr"] .form-control.is-valid:focus,
[dir="ltr"] .was-validated .form-control:valid:focus {
  border-color: #77c13a;
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .was-validated textarea.form-control:valid,
[dir="ltr"] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
[dir="ltr"] .custom-select.is-valid,
[dir="ltr"] .was-validated .custom-select:valid {
  border-color: #77c13a;
  padding-right: calc(0.75em + 2.5rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='rgba(39, 44, 51, 0.5)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px !important,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2377c13a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.5rem)
      calc(0.75em + 0.5rem);
}
[dir="ltr"] .custom-select.is-valid:focus,
[dir="ltr"] .was-validated .custom-select:valid:focus {
  border-color: #77c13a;
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .form-check-input.is-valid ~ .form-check-label,
[dir="ltr"] .was-validated .form-check-input:valid ~ .form-check-label {
  color: #77c13a;
}
[dir="ltr"] .form-check-input.is-valid ~ .valid-feedback,
[dir="ltr"] .form-check-input.is-valid ~ .valid-tooltip,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-feedback,
[dir="ltr"] .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label,
[dir="ltr"] .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #77c13a;
}
[dir="ltr"] .custom-control-input.is-valid ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid
  ~ .custom-control-label:before {
  border-color: #77c13a;
}
[dir="ltr"]
  .custom-control-input.is-valid:checked
  ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #92cf5f;
  background-color: #92cf5f;
}
[dir="ltr"] .custom-control-input.is-valid:focus ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.25);
}
[dir="ltr"]
  .custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .custom-file-input.is-valid ~ .custom-file-label,
[dir="ltr"]
  .was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #77c13a;
}
[dir="ltr"] .custom-file-input.is-valid:focus ~ .custom-file-label,
[dir="ltr"] .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #77c13a;
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.25);
}
[dir="ltr"] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #d9534f;
}
[dir="ltr"] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #d9534f;
  border-radius: 0.25rem;
}
[dir="ltr"] .is-invalid ~ .invalid-feedback,
[dir="ltr"] .is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated :invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
[dir="ltr"] .form-control.is-invalid,
[dir="ltr"] .was-validated .form-control:invalid {
  border-color: #d9534f;
  padding-right: calc(1.5em + 1rem);
  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='%23d9534f'%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='%23d9534f' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
[dir="ltr"] .form-control.is-invalid:focus,
[dir="ltr"] .was-validated .form-control:invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .was-validated textarea.form-control:invalid,
[dir="ltr"] textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
[dir="ltr"] .custom-select.is-invalid,
[dir="ltr"] .was-validated .custom-select:invalid {
  border-color: #d9534f;
  padding-right: calc(0.75em + 2.5rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='rgba(39, 44, 51, 0.5)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px !important,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f'%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='%23d9534f' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.5rem)
      calc(0.75em + 0.5rem);
}
[dir="ltr"] .custom-select.is-invalid:focus,
[dir="ltr"] .was-validated .custom-select:invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .form-check-input.is-invalid ~ .form-check-label,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #d9534f;
}
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-feedback,
[dir="ltr"] .form-check-input.is-invalid ~ .invalid-tooltip,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-feedback,
[dir="ltr"] .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label {
  color: #d9534f;
}
[dir="ltr"] .custom-control-input.is-invalid ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label:before {
  border-color: #d9534f;
}
[dir="ltr"]
  .custom-control-input.is-invalid:checked
  ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e27c79;
  background-color: #e27c79;
}
[dir="ltr"]
  .custom-control-input.is-invalid:focus
  ~ .custom-control-label:before,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.25);
}
[dir="ltr"]
  .custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .custom-file-input.is-invalid ~ .custom-file-label,
[dir="ltr"]
  .was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir="ltr"] .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #d9534f;
}
[dir="ltr"] .custom-file-input.is-invalid:focus ~ .custom-file-label,
[dir="ltr"]
  .was-validated
  .custom-file-input:invalid:focus
  ~ .custom-file-label {
  border-color: #d9534f;
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.25);
}
[dir="ltr"] .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
[dir="ltr"] .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  [dir="ltr"] .form-inline label {
    justify-content: center;
  }
  [dir="ltr"] .form-inline .form-group,
  [dir="ltr"] .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  [dir="ltr"] .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  [dir="ltr"] .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  [dir="ltr"] .form-inline .form-control-plaintext {
    display: inline-block;
  }
  [dir="ltr"] .form-inline .custom-select,
  [dir="ltr"] .form-inline .input-group {
    width: auto;
  }
  [dir="ltr"] .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  [dir="ltr"] .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  [dir="ltr"] .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  [dir="ltr"] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
[dir="ltr"] .btn {
  display: inline-block;
  font-family: "Montserrat Regular";
  font-weight: 600;
  color: #272c33;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .btn {
    transition: none;
  }
}
[dir="ltr"] .btn:hover {
  color: #272c33;
  text-decoration: none;
}
[dir="ltr"] .btn.focus,
[dir="ltr"] .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #5567ff;
}
[dir="ltr"] .btn.disabled,
[dir="ltr"] .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
[dir="ltr"] .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
[dir="ltr"] .btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn:not(:disabled):not(.disabled):active {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125);
}
[dir="ltr"] .btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 1px #5567ff, inset 0 3px 5px rgba(39, 44, 51, 0.125);
}
[dir="ltr"] a.btn.disabled,
[dir="ltr"] fieldset:disabled a.btn {
  pointer-events: none;
}
[dir="ltr"] .btn-primary {
  color: #fff;
  background-color: #013D79;
  border-color: #013D79;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary.focus,
[dir="ltr"] .btn-primary:focus,
[dir="ltr"] .btn-primary:hover {
  color: #fff;
  background-color: #024990;
  border-color: #024990;
}
[dir="ltr"] .btn-primary.focus,
[dir="ltr"] .btn-primary:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .btn-primary.disabled,
[dir="ltr"] .btn-primary:disabled {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2239ff;
  border-color: #152eff;
}
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-secondary.focus,
[dir="ltr"] .btn-secondary:focus,
[dir="ltr"] .btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
[dir="ltr"] .btn-secondary.focus,
[dir="ltr"] .btn-secondary:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .btn-secondary.disabled,
[dir="ltr"] .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .btn-success {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-success.focus,
[dir="ltr"] .btn-success:focus,
[dir="ltr"] .btn-success:hover {
  color: #fff;
  background-color: #65a431;
  border-color: #5f9a2e;
}
[dir="ltr"] .btn-success.focus,
[dir="ltr"] .btn-success:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .btn-success.disabled,
[dir="ltr"] .btn-success:disabled {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5f9a2e;
  border-color: #59902b;
}
[dir="ltr"] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-info.focus,
[dir="ltr"] .btn-info:focus,
[dir="ltr"] .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
[dir="ltr"] .btn-info.focus,
[dir="ltr"] .btn-info:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .btn-info.disabled,
[dir="ltr"] .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
[dir="ltr"] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .btn-warning {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-warning.focus,
[dir="ltr"] .btn-warning:focus,
[dir="ltr"] .btn-warning:hover {
  color: #212529;
  background-color: #db991e;
  border-color: #d0911d;
}
[dir="ltr"] .btn-warning.focus,
[dir="ltr"] .btn-warning:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .btn-warning.disabled,
[dir="ltr"] .btn-warning:disabled {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d0911d;
  border-color: #c5891b;
}
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-danger.focus,
[dir="ltr"] .btn-danger:focus,
[dir="ltr"] .btn-danger:hover {
  color: #fff;
  background-color: #d23430;
  border-color: #c9302c;
}
[dir="ltr"] .btn-danger.focus,
[dir="ltr"] .btn-danger:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .btn-danger.disabled,
[dir="ltr"] .btn-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #bf2e29;
}
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .btn-light,
[dir="ltr"] .navbar-light .navbar-btn {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-light:hover,
[dir="ltr"] .navbar-light .navbar-btn:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
[dir="ltr"] .btn-light.focus,
[dir="ltr"] .btn-light:focus,
[dir="ltr"] .navbar-light .focus.navbar-btn,
[dir="ltr"] .navbar-light .navbar-btn:focus {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .btn-light.disabled,
[dir="ltr"] .btn-light:disabled,
[dir="ltr"] .navbar-light .disabled.navbar-btn,
[dir="ltr"] .navbar-light .navbar-btn:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .navbar-light .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .navbar-light .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .navbar-light .show > .dropdown-toggle.navbar-btn,
[dir="ltr"] .show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"]
  .navbar-light
  .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .navbar-light
  .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .navbar-light .show > .dropdown-toggle.navbar-btn:focus,
[dir="ltr"] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .btn-dark {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-dark.focus,
[dir="ltr"] .btn-dark:focus,
[dir="ltr"] .btn-dark:hover {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
}
[dir="ltr"] .btn-dark.focus,
[dir="ltr"] .btn-dark:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .btn-dark.disabled,
[dir="ltr"] .btn-dark:disabled {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e2335;
  border-color: #191e2d;
}
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .btn-accent {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-accent.focus,
[dir="ltr"] .btn-accent:focus,
[dir="ltr"] .btn-accent:hover {
  color: #fff;
  background-color: #c80940;
  border-color: #bc093c;
}
[dir="ltr"] .btn-accent.focus,
[dir="ltr"] .btn-accent:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-accent.disabled,
[dir="ltr"] .btn-accent:disabled {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #bc093c;
  border-color: #b00838;
}
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-accent-red {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-accent-red.focus,
[dir="ltr"] .btn-accent-red:focus,
[dir="ltr"] .btn-accent-red:hover {
  color: #fff;
  background-color: #c80940;
  border-color: #bc093c;
}
[dir="ltr"] .btn-accent-red.focus,
[dir="ltr"] .btn-accent-red:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-accent-red.disabled,
[dir="ltr"] .btn-accent-red:disabled {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-accent-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent-red.dropdown-toggle {
  color: #fff;
  background-color: #bc093c;
  border-color: #b00838;
}
[dir="ltr"] .btn-accent-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-accent-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-accent-yellow {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-accent-yellow.focus,
[dir="ltr"] .btn-accent-yellow:focus,
[dir="ltr"] .btn-accent-yellow:hover {
  color: #212529;
  background-color: #db991e;
  border-color: #d0911d;
}
[dir="ltr"] .btn-accent-yellow.focus,
[dir="ltr"] .btn-accent-yellow:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .btn-accent-yellow.disabled,
[dir="ltr"] .btn-accent-yellow:disabled {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-accent-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d0911d;
  border-color: #c5891b;
}
[dir="ltr"] .btn-accent-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-accent-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .btn-accent-dodger-blue {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-accent-dodger-blue:hover {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
}
[dir="ltr"] .btn-accent-dodger-blue.focus,
[dir="ltr"] .btn-accent-dodger-blue:focus {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .btn-accent-dodger-blue.disabled,
[dir="ltr"] .btn-accent-dodger-blue:disabled {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-accent-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #2239ff;
  border-color: #152eff;
}
[dir="ltr"] .btn-accent-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-accent-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .btn-accent-pickled-bluewood {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-accent-pickled-bluewood:hover {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
}
[dir="ltr"] .btn-accent-pickled-bluewood.focus,
[dir="ltr"] .btn-accent-pickled-bluewood:focus {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .btn-accent-pickled-bluewood.disabled,
[dir="ltr"] .btn-accent-pickled-bluewood:disabled {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-accent-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #1e2335;
  border-color: #191e2d;
}
[dir="ltr"]
  .btn-accent-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-accent-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .btn-accent-electric-violet {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-accent-electric-violet:hover {
  color: #fff;
  background-color: #881cff;
  border-color: #810fff;
}
[dir="ltr"] .btn-accent-electric-violet.focus,
[dir="ltr"] .btn-accent-electric-violet:focus {
  color: #fff;
  background-color: #881cff;
  border-color: #810fff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(171, 94, 255, 0.5);
}
[dir="ltr"] .btn-accent-electric-violet.disabled,
[dir="ltr"] .btn-accent-electric-violet:disabled {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .btn-accent-electric-violet:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-accent-electric-violet:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-accent-electric-violet.dropdown-toggle {
  color: #fff;
  background-color: #810fff;
  border-color: #7b02ff;
}
[dir="ltr"]
  .btn-accent-electric-violet:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-accent-electric-violet:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-accent-electric-violet.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(171, 94, 255, 0.5);
}
[dir="ltr"] .btn-primary-purple {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary-purple.focus,
[dir="ltr"] .btn-primary-purple:focus,
[dir="ltr"] .btn-primary-purple:hover {
  color: #fff;
  background-color: #6b2ddb;
  border-color: #6425d7;
}
[dir="ltr"] .btn-primary-purple.focus,
[dir="ltr"] .btn-primary-purple:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(149, 105, 230, 0.5);
}
[dir="ltr"] .btn-primary-purple.disabled,
[dir="ltr"] .btn-primary-purple:disabled {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .btn-primary-purple:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-purple:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-purple.dropdown-toggle {
  color: #fff;
  background-color: #6425d7;
  border-color: #5f23cd;
}
[dir="ltr"] .btn-primary-purple:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary-purple:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(149, 105, 230, 0.5);
}
[dir="ltr"] .btn-primary-red {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary-red.focus,
[dir="ltr"] .btn-primary-red:focus,
[dir="ltr"] .btn-primary-red:hover {
  color: #fff;
  background-color: #c80940;
  border-color: #bc093c;
}
[dir="ltr"] .btn-primary-red.focus,
[dir="ltr"] .btn-primary-red:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-primary-red.disabled,
[dir="ltr"] .btn-primary-red:disabled {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-primary-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-red.dropdown-toggle {
  color: #fff;
  background-color: #bc093c;
  border-color: #b00838;
}
[dir="ltr"] .btn-primary-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .btn-primary-yellow {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary-yellow.focus,
[dir="ltr"] .btn-primary-yellow:focus,
[dir="ltr"] .btn-primary-yellow:hover {
  color: #212529;
  background-color: #db991e;
  border-color: #d0911d;
}
[dir="ltr"] .btn-primary-yellow.focus,
[dir="ltr"] .btn-primary-yellow:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .btn-primary-yellow.disabled,
[dir="ltr"] .btn-primary-yellow:disabled {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-primary-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d0911d;
  border-color: #c5891b;
}
[dir="ltr"] .btn-primary-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .btn-primary-light {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary-light.focus,
[dir="ltr"] .btn-primary-light:focus,
[dir="ltr"] .btn-primary-light:hover {
  color: #212529;
  background-color: #73b9ff;
  border-color: #66b3ff;
}
[dir="ltr"] .btn-primary-light.focus,
[dir="ltr"] .btn-primary-light:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .btn-primary-light.disabled,
[dir="ltr"] .btn-primary-light:disabled {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #66b3ff;
  border-color: #59acff;
}
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .btn-primary-dodger-blue {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary-dodger-blue:hover {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
}
[dir="ltr"] .btn-primary-dodger-blue.focus,
[dir="ltr"] .btn-primary-dodger-blue:focus {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .btn-primary-dodger-blue.disabled,
[dir="ltr"] .btn-primary-dodger-blue:disabled {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-primary-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #2239ff;
  border-color: #152eff;
}
[dir="ltr"] .btn-primary-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .btn-primary-pickled-bluewood {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-primary-pickled-bluewood:hover {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
}
[dir="ltr"] .btn-primary-pickled-bluewood.focus,
[dir="ltr"] .btn-primary-pickled-bluewood:focus {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .btn-primary-pickled-bluewood.disabled,
[dir="ltr"] .btn-primary-pickled-bluewood:disabled {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-primary-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #1e2335;
  border-color: #191e2d;
}
[dir="ltr"]
  .btn-primary-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-primary-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .btn-outline-primary {
  color: #013D79;
  border-color: #013D79;
}
[dir="ltr"] .btn-outline-primary:hover {
  color: #fff;
  background-color: #013D79;
  border-color: #013D79;
}
[dir="ltr"] .btn-outline-primary.focus,
[dir="ltr"] .btn-outline-primary:focus {
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary.disabled,
[dir="ltr"] .btn-outline-primary:disabled {
  color: #5567ff;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .btn-outline-secondary.focus,
[dir="ltr"] .btn-outline-secondary:focus {
  box-shadow: 0 0 0 1px rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .btn-outline-secondary.disabled,
[dir="ltr"] .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .btn-outline-success {
  color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .btn-outline-success:hover {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .btn-outline-success.focus,
[dir="ltr"] .btn-outline-success:focus {
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .btn-outline-success.disabled,
[dir="ltr"] .btn-outline-success:disabled {
  color: #77c13a;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .btn-outline-info.focus,
[dir="ltr"] .btn-outline-info:focus {
  box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .btn-outline-info.disabled,
[dir="ltr"] .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .btn-outline-warning {
  color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-warning:hover {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-warning.focus,
[dir="ltr"] .btn-outline-warning:focus {
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .btn-outline-warning.disabled,
[dir="ltr"] .btn-outline-warning:disabled {
  color: #e4a93c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .btn-outline-danger {
  color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .btn-outline-danger.focus,
[dir="ltr"] .btn-outline-danger:focus {
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .btn-outline-danger.disabled,
[dir="ltr"] .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light.focus,
[dir="ltr"] .btn-outline-light:focus {
  box-shadow: 0 0 0 1px rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .btn-outline-light.disabled,
[dir="ltr"] .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .btn-outline-dark {
  color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-dark:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-dark.focus,
[dir="ltr"] .btn-outline-dark:focus {
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .btn-outline-dark.disabled,
[dir="ltr"] .btn-outline-dark:disabled {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .btn-outline-black {
  color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .btn-outline-black:hover {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .btn-outline-black.focus,
[dir="ltr"] .btn-outline-black:focus {
  box-shadow: 0 0 0 1px rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .btn-outline-black.disabled,
[dir="ltr"] .btn-outline-black:disabled {
  color: #272c33;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-black:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-black:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .btn-outline-black:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-black:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .btn-outline-accent {
  color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent.focus,
[dir="ltr"] .btn-outline-accent:focus {
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-accent.disabled,
[dir="ltr"] .btn-outline-accent:disabled {
  color: #ed0b4c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-accent-red {
  color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent-red:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent-red.focus,
[dir="ltr"] .btn-outline-accent-red:focus {
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-accent-red.disabled,
[dir="ltr"] .btn-outline-accent-red:disabled {
  color: #ed0b4c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-accent-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-accent-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent-red.dropdown-toggle {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-accent-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-accent-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-accent-yellow {
  color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-accent-yellow:hover {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-accent-yellow.focus,
[dir="ltr"] .btn-outline-accent-yellow:focus {
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .btn-outline-accent-yellow.disabled,
[dir="ltr"] .btn-outline-accent-yellow:disabled {
  color: #e4a93c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-accent-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-accent-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"]
  .btn-outline-accent-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-accent-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .btn-outline-accent-dodger-blue {
  color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-outline-accent-dodger-blue:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-outline-accent-dodger-blue.focus,
[dir="ltr"] .btn-outline-accent-dodger-blue:focus {
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .btn-outline-accent-dodger-blue.disabled,
[dir="ltr"] .btn-outline-accent-dodger-blue:disabled {
  color: #5567ff;
  background-color: transparent;
}
[dir="ltr"]
  .btn-outline-accent-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .btn-outline-accent-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"]
  .btn-outline-accent-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-accent-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .btn-outline-accent-pickled-bluewood {
  color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-accent-pickled-bluewood:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-accent-pickled-bluewood.focus,
[dir="ltr"] .btn-outline-accent-pickled-bluewood:focus {
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .btn-outline-accent-pickled-bluewood.disabled,
[dir="ltr"] .btn-outline-accent-pickled-bluewood:disabled {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"]
  .btn-outline-accent-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .btn-outline-accent-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"]
  .btn-outline-accent-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-accent-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .btn-outline-accent-electric-violet {
  color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .btn-outline-accent-electric-violet:hover {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .btn-outline-accent-electric-violet.focus,
[dir="ltr"] .btn-outline-accent-electric-violet:focus {
  box-shadow: 0 0 0 1px rgba(156, 66, 255, 0.5);
}
[dir="ltr"] .btn-outline-accent-electric-violet.disabled,
[dir="ltr"] .btn-outline-accent-electric-violet:disabled {
  color: #9c42ff;
  background-color: transparent;
}
[dir="ltr"]
  .btn-outline-accent-electric-violet:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .btn-outline-accent-electric-violet:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-accent-electric-violet.dropdown-toggle {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"]
  .btn-outline-accent-electric-violet:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-accent-electric-violet:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-accent-electric-violet.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(156, 66, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary-purple {
  color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .btn-outline-primary-purple:hover {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .btn-outline-primary-purple.focus,
[dir="ltr"] .btn-outline-primary-purple:focus {
  box-shadow: 0 0 0 1px rgba(130, 78, 225, 0.5);
}
[dir="ltr"] .btn-outline-primary-purple.disabled,
[dir="ltr"] .btn-outline-primary-purple:disabled {
  color: #824ee1;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-primary-purple:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary-purple:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-purple.dropdown-toggle {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"]
  .btn-outline-primary-purple:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-primary-purple:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(130, 78, 225, 0.5);
}
[dir="ltr"] .btn-outline-primary-red {
  color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-primary-red:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-primary-red.focus,
[dir="ltr"] .btn-outline-primary-red:focus {
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-primary-red.disabled,
[dir="ltr"] .btn-outline-primary-red:disabled {
  color: #ed0b4c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-primary-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-red.dropdown-toggle {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .btn-outline-primary-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-primary-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .btn-outline-primary-yellow {
  color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-primary-yellow:hover {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .btn-outline-primary-yellow.focus,
[dir="ltr"] .btn-outline-primary-yellow:focus {
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .btn-outline-primary-yellow.disabled,
[dir="ltr"] .btn-outline-primary-yellow:disabled {
  color: #e4a93c;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-primary-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"]
  .btn-outline-primary-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-primary-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .btn-outline-primary-light {
  color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .btn-outline-primary-light:hover {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .btn-outline-primary-light.focus,
[dir="ltr"] .btn-outline-primary-light:focus {
  box-shadow: 0 0 0 1px rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary-light.disabled,
[dir="ltr"] .btn-outline-primary-light:disabled {
  color: #9cf;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"]
  .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary-dodger-blue {
  color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-outline-primary-dodger-blue:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .btn-outline-primary-dodger-blue.focus,
[dir="ltr"] .btn-outline-primary-dodger-blue:focus {
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary-dodger-blue.disabled,
[dir="ltr"] .btn-outline-primary-dodger-blue:disabled {
  color: #5567ff;
  background-color: transparent;
}
[dir="ltr"]
  .btn-outline-primary-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .btn-outline-primary-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"]
  .btn-outline-primary-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-primary-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-primary-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .btn-outline-primary-pickled-bluewood {
  color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-primary-pickled-bluewood:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .btn-outline-primary-pickled-bluewood.focus,
[dir="ltr"] .btn-outline-primary-pickled-bluewood:focus {
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .btn-outline-primary-pickled-bluewood.disabled,
[dir="ltr"] .btn-outline-primary-pickled-bluewood:disabled {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"]
  .btn-outline-primary-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .btn-outline-primary-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-primary-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"]
  .btn-outline-primary-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .btn-outline-primary-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"]
  .show
  > .btn-outline-primary-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .btn-link {
  font-weight: 400;
  color: rgba(39, 44, 51, 0.7);
  text-decoration: none;
}
[dir="ltr"] .btn-link:hover {
  color: rgba(6, 7, 8, 0.7);
}
[dir="ltr"] .btn-link.focus,
[dir="ltr"] .btn-link:focus,
[dir="ltr"] .btn-link:hover {
  text-decoration: underline;
}
[dir="ltr"] .btn-link.disabled,
[dir="ltr"] .btn-link:disabled {
  color: #868e96;
  pointer-events: none;
}
[dir="ltr"] .btn-group-lg > .btn,
[dir="ltr"] .btn-lg {
  padding: 0.5rem 2rem;
  font-size: 1.21875rem;
  line-height: 1.75;
  border-radius: 0.5rem;
}
[dir="ltr"] .btn-group-sm > .btn,
[dir="ltr"] .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
[dir="ltr"] .btn-block {
  display: block;
  width: 100%;
}
[dir="ltr"] .btn-block + .btn-block {
  margin-top: 0.5rem;
}
[dir="ltr"] input[type="button"].btn-block,
[dir="ltr"] input[type="reset"].btn-block,
[dir="ltr"] input[type="submit"].btn-block {
  width: 100%;
}
[dir="ltr"] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .fade {
    transition: none;
  }
}
[dir="ltr"] .fade:not(.show) {
  opacity: 0;
}
[dir="ltr"] .collapse:not(.show) {
  display: none;
}
[dir="ltr"] .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .collapsing {
    transition: none;
  }
}
[dir="ltr"] .dropdown,
[dir="ltr"] .dropleft,
[dir="ltr"] .dropright,
[dir="ltr"] .dropup {
  position: relative;
}
[dir="ltr"] .dropdown-toggle {
  white-space: nowrap;
}
[dir="ltr"] .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
[dir="ltr"] .dropdown-toggle:empty:after {
  margin-left: 0;
}
[dir="ltr"] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #272c33;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  box-shadow: 0 0.5rem 1rem rgba(39, 44, 51, 0.175);
}
[dir="ltr"] .dropdown-menu-left {
  right: auto;
  left: 0;
}
[dir="ltr"] .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  [dir="ltr"] .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  [dir="ltr"] .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  [dir="ltr"] .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  [dir="ltr"] .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  [dir="ltr"] .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  [dir="ltr"] .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
[dir="ltr"] .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
[dir="ltr"] .dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
[dir="ltr"] .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
[dir="ltr"] .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5rem;
}
[dir="ltr"] .dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
[dir="ltr"] .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
[dir="ltr"] .dropright .dropdown-toggle:after {
  vertical-align: 0;
}
[dir="ltr"] .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.5rem;
}
[dir="ltr"] .dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
[dir="ltr"] .dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
[dir="ltr"] .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
[dir="ltr"] .dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
[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;
  bottom: auto;
}
[dir="ltr"] .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
[dir="ltr"] .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: rgba(39, 44, 51, 0.7);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
[dir="ltr"] .dropdown-item:focus,
[dir="ltr"] .dropdown-item:hover {
  color: rgba(39, 44, 51, 0.9);
  text-decoration: none;
  background-color: transparent;
}
[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
  text-decoration: none;
}
[dir="ltr"] .dropdown-item.disabled,
[dir="ltr"] .dropdown-item:disabled {
  color: rgba(39, 44, 51, 0.3);
  pointer-events: none;
  background-color: transparent;
}
[dir="ltr"] .dropdown-menu.show {
  display: block;
}
[dir="ltr"] .dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.7109375rem;
  color: #868e96;
  white-space: nowrap;
}
[dir="ltr"] .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.25rem;
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .btn-group,
[dir="ltr"] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
[dir="ltr"] .btn-group-vertical > .btn,
[dir="ltr"] .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
[dir="ltr"] .btn-group-vertical > .btn.active,
[dir="ltr"] .btn-group-vertical > .btn:active,
[dir="ltr"] .btn-group-vertical > .btn:focus,
[dir="ltr"] .btn-group-vertical > .btn:hover,
[dir="ltr"] .btn-group > .btn.active,
[dir="ltr"] .btn-group > .btn:active,
[dir="ltr"] .btn-group > .btn:focus,
[dir="ltr"] .btn-group > .btn:hover {
  z-index: 1;
}
[dir="ltr"] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
[dir="ltr"] .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: -1px;
}
[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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
[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 {
  margin-right: 0;
}
[dir="ltr"] .btn-group-sm > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
[dir="ltr"] .btn-group-lg > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-lg + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
[dir="ltr"] .btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125);
}
[dir="ltr"] .btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
[dir="ltr"] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
[dir="ltr"] .btn-group-vertical > .btn,
[dir="ltr"] .btn-group-vertical > .btn-group {
  width: 100%;
}
[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child),
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
[dir="ltr"] .btn-group-vertical > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .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) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir="ltr"] .btn-group-toggle > .btn,
[dir="ltr"] .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
[dir="ltr"] .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
[dir="ltr"] .btn-group-toggle > .btn-group > .btn input[type="radio"],
[dir="ltr"] .btn-group-toggle > .btn input[type="checkbox"],
[dir="ltr"] .btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[dir="ltr"] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
[dir="ltr"] .input-group > .custom-file,
[dir="ltr"] .input-group > .custom-select,
[dir="ltr"] .input-group > .form-control,
[dir="ltr"] .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  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="ltr"]
  .input-group
  > .custom-file
  .custom-file-input:focus
  ~ .custom-file-label,
[dir="ltr"] .input-group > .custom-select:focus,
[dir="ltr"] .input-group > .form-control:focus {
  z-index: 3;
}
[dir="ltr"] .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
[dir="ltr"] .input-group > .custom-select:not(:last-child),
[dir="ltr"] .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[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="ltr"] .input-group > .custom-file {
  display: flex;
  align-items: center;
}
[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label,
[dir="ltr"]
  .input-group
  > .custom-file:not(:last-child)
  .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .input-group-append,
[dir="ltr"] .input-group-prepend {
  display: flex;
}
[dir="ltr"] .input-group-append .btn,
[dir="ltr"] .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
[dir="ltr"] .input-group-append .btn:focus,
[dir="ltr"] .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 {
  margin-right: -1px;
}
[dir="ltr"] .input-group-append {
  margin-left: -1px;
}
[dir="ltr"] .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272c33;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #edf0f2;
  border-radius: 0.25rem;
}
[dir="ltr"] .input-group-text input[type="checkbox"],
[dir="ltr"] .input-group-text input[type="radio"] {
  margin-top: 0;
}
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .form-control:not(textarea) {
  height: calc(1.75em + 1rem + 2px);
}
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-lg > .form-control,
[dir="ltr"] .input-group-lg > .input-group-append > .btn,
[dir="ltr"] .input-group-lg > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-lg > .input-group-prepend > .btn,
[dir="ltr"] .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.21875rem;
  line-height: 1.75;
  border-radius: 0.5rem;
}
[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
[dir="ltr"] .input-group-sm > .custom-select,
[dir="ltr"] .input-group-sm > .form-control,
[dir="ltr"] .input-group-sm > .input-group-append > .btn,
[dir="ltr"] .input-group-sm > .input-group-append > .input-group-text,
[dir="ltr"] .input-group-sm > .input-group-prepend > .btn,
[dir="ltr"] .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
[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-append:not(:last-child) > .btn,
[dir="ltr"]
  .input-group
  > .input-group-append:not(:last-child)
  > .input-group-text,
[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 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .custom-control {
  position: relative;
  display: block;
  min-height: 1.21875rem;
  padding-left: 1.5rem;
}
[dir="ltr"] .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
[dir="ltr"] .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.109375rem;
  opacity: 0;
}
[dir="ltr"] .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #5567ff;
  background-color: #5567ff;
  box-shadow: none;
}
[dir="ltr"] .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: inset 0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px #5567ff;
}
[dir="ltr"]
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #fff;
}
[dir="ltr"]
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label:before {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label,
[dir="ltr"] .custom-control-input[disabled] ~ .custom-control-label {
  color: #868e96;
}
[dir="ltr"] .custom-control-input:disabled ~ .custom-control-label:before,
[dir="ltr"] .custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
[dir="ltr"] .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
[dir="ltr"] .custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #edf0f2;
  box-shadow: inset 0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .custom-control-label:after,
[dir="ltr"] .custom-control-label:before {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
[dir="ltr"] .custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
[dir="ltr"] .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
[dir="ltr"]
  .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="ltr"]
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #5567ff;
  background-color: #5567ff;
  box-shadow: none;
}
[dir="ltr"]
  .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="ltr"]
  .custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(85, 103, 255, 0.5);
}
[dir="ltr"]
  .custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .custom-radio .custom-control-label:before {
  border-radius: 50%;
}
[dir="ltr"]
  .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="ltr"]
  .custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .custom-switch {
  padding-left: 2.25rem;
}
[dir="ltr"] .custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
[dir="ltr"] .custom-switch .custom-control-label:after {
  top: calc(0.10938rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #edf0f2;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-switch .custom-control-label:after {
    transition: none;
  }
}
[dir="ltr"]
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
[dir="ltr"]
  .custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #272c33;
  vertical-align: middle;
  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='rgba(39, 44, 51, 0.5)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px !important;
  border: 1px solid #edf0f2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(39, 44, 51, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[dir="ltr"] .custom-select:focus {
  border-color: #5567ff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(39, 44, 51, 0.075), 0 0 0 1px #5567ff;
}
[dir="ltr"] .custom-select:focus::-ms-value {
  color: #272c33;
  background-color: #fff;
}
[dir="ltr"] .custom-select[multiple],
[dir="ltr"] .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
[dir="ltr"] .custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
[dir="ltr"] .custom-select::-ms-expand {
  display: none;
}
[dir="ltr"] .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #272c33;
}
[dir="ltr"] .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7109375rem;
}
[dir="ltr"] .custom-select-lg {
  height: calc(1.75em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.21875rem;
}
[dir="ltr"] .custom-file {
  display: inline-block;
  margin-bottom: 0;
}
[dir="ltr"] .custom-file,
[dir="ltr"] .custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
}
[dir="ltr"] .custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
[dir="ltr"] .custom-file-input:focus ~ .custom-file-label {
  border-color: #fff;
  box-shadow: 0 0 0 1px #5567ff;
}
[dir="ltr"] .custom-file-input:disabled ~ .custom-file-label,
[dir="ltr"] .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
[dir="ltr"] .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
[dir="ltr"] .custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
[dir="ltr"] .custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  font-weight: 400;
  color: #272c33;
  background-color: #fff;
  border: 1px solid #edf0f2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .custom-file-label,
[dir="ltr"] .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
}
[dir="ltr"] .custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  color: #fff;
  content: "Browse";
  background-color: #868e96;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
[dir="ltr"] .custom-range {
  width: 100%;
  height: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[dir="ltr"] .custom-range:focus {
  outline: none;
}
[dir="ltr"] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 1px #5567ff;
}
[dir="ltr"] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 1px #5567ff;
}
[dir="ltr"] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 1px #5567ff;
}
[dir="ltr"] .custom-range::-moz-focus-outer {
  border: 0;
}
[dir="ltr"] .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5567ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(39, 44, 51, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
[dir="ltr"] .custom-range::-webkit-slider-thumb:active {
  background-color: #fff;
}
[dir="ltr"] .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(39, 44, 51, 0.1);
}
[dir="ltr"] .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5567ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(39, 44, 51, 0.1);
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
[dir="ltr"] .custom-range::-moz-range-thumb:active {
  background-color: #fff;
}
[dir="ltr"] .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(39, 44, 51, 0.1);
}
[dir="ltr"] .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #5567ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(39, 44, 51, 0.1);
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
[dir="ltr"] .custom-range::-ms-thumb:active {
  background-color: #fff;
}
[dir="ltr"] .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(39, 44, 51, 0.1);
}
[dir="ltr"] .custom-range::-ms-fill-lower,
[dir="ltr"] .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
[dir="ltr"] .custom-range::-ms-fill-upper {
  margin-right: 15px;
}
[dir="ltr"] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
[dir="ltr"] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
[dir="ltr"] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
[dir="ltr"] .custom-range:disabled::-moz-range-track {
  cursor: default;
}
[dir="ltr"] .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
[dir="ltr"] .custom-control-label:before,
[dir="ltr"] .custom-file-label,
[dir="ltr"] .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .custom-control-label:before,
  [dir="ltr"] .custom-file-label,
  [dir="ltr"] .custom-select {
    transition: none;
  }
}
[dir="ltr"] .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[dir="ltr"] .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
[dir="ltr"] .nav-link:focus,
[dir="ltr"] .nav-link:hover {
  text-decoration: none;
}
[dir="ltr"] .nav-link.disabled {
  color: #868e96;
  pointer-events: none;
  cursor: default;
}
[dir="ltr"] .nav-tabs {
  border-bottom: 1px solid #e9edf2;
}
[dir="ltr"] .nav-tabs .nav-item {
  margin-bottom: -1px;
}
[dir="ltr"] .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
[dir="ltr"] .nav-tabs .nav-link:focus,
[dir="ltr"] .nav-tabs .nav-link:hover {
  border-color: transparent transparent #e9edf2;
}
[dir="ltr"] .nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
[dir="ltr"] .nav-tabs .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs .nav-link.active {
  color: #272c33;
  background-color: #f5f7fa;
  border-color: transparent transparent #f5f7fa;
}
[dir="ltr"] .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir="ltr"] .nav-pills .nav-link {
  border-radius: 0.25rem;
}
[dir="ltr"] .nav-pills .nav-link.active,
[dir="ltr"] .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5567ff;
}
[dir="ltr"] .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
[dir="ltr"] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
[dir="ltr"] .tab-content > .tab-pane {
  display: none;
}
[dir="ltr"] .tab-content > .active {
  display: block;
}
[dir="ltr"] .navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
[dir="ltr"] .navbar,
[dir="ltr"] .navbar .container,
[dir="ltr"] .navbar .container-fluid,
[dir="ltr"] .navbar .container-lg,
[dir="ltr"] .navbar .container-md,
[dir="ltr"] .navbar .container-sm,
[dir="ltr"] .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
[dir="ltr"] .navbar-brand {
  display: inline-block;
  padding-top: 0.1953125rem;
  padding-bottom: 0.1953125rem;
  font-size: 1.21875rem;
  line-height: inherit;
  white-space: nowrap;
}
[dir="ltr"] .navbar-brand:focus,
[dir="ltr"] .navbar-brand:hover {
  text-decoration: none;
}
[dir="ltr"] .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
[dir="ltr"] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
[dir="ltr"] .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
[dir="ltr"] .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
[dir="ltr"] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
[dir="ltr"] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.21875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
[dir="ltr"] .navbar-toggler:focus,
[dir="ltr"] .navbar-toggler:hover {
  text-decoration: none;
}
[dir="ltr"] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  [dir="ltr"] .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [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 {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [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 {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [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 {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [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 {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  [dir="ltr"] .navbar-expand-xxl > .container,
  [dir="ltr"] .navbar-expand-xxl > .container-fluid,
  [dir="ltr"] .navbar-expand-xxl > .container-lg,
  [dir="ltr"] .navbar-expand-xxl > .container-md,
  [dir="ltr"] .navbar-expand-xxl > .container-sm,
  [dir="ltr"] .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [dir="ltr"] .navbar-expand-xxl > .container,
  [dir="ltr"] .navbar-expand-xxl > .container-fluid,
  [dir="ltr"] .navbar-expand-xxl > .container-lg,
  [dir="ltr"] .navbar-expand-xxl > .container-md,
  [dir="ltr"] .navbar-expand-xxl > .container-sm,
  [dir="ltr"] .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
[dir="ltr"] .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 {
  padding-right: 0;
  padding-left: 0;
}
[dir="ltr"] .navbar-expand .navbar-nav {
  flex-direction: row;
}
[dir="ltr"] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
[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 {
  flex-wrap: nowrap;
}
[dir="ltr"] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
[dir="ltr"] .navbar-expand .navbar-toggler {
  display: none;
}
[dir="ltr"] .navbar-light .navbar-brand,
[dir="ltr"] .navbar-light .navbar-brand:focus,
[dir="ltr"] .navbar-light .navbar-brand:hover {
  color: rgba(39, 44, 51, 0.9);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link {
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(39, 44, 51, 0.3);
}
[dir="ltr"] .navbar-light .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-light .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(39, 44, 51, 0.9);
}
[dir="ltr"] .navbar-light .navbar-toggler {
  color: rgba(39, 44, 51, 0.5);
  border-color: rgba(39, 44, 51, 0.1);
}
[dir="ltr"] .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(39, 44, 51, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
[dir="ltr"] .navbar-light .navbar-text {
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .navbar-light .navbar-text a,
[dir="ltr"] .navbar-light .navbar-text a:focus,
[dir="ltr"] .navbar-light .navbar-text a:hover {
  color: rgba(39, 44, 51, 0.9);
}
[dir="ltr"] .navbar-dark .navbar-brand,
[dir="ltr"] .navbar-dark .navbar-brand:focus,
[dir="ltr"] .navbar-dark .navbar-brand:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link {
  color: #858d94;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
[dir="ltr"] .navbar-dark .navbar-toggler {
  color: #858d94;
  border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .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='%23858D94' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
[dir="ltr"] .navbar-dark .navbar-text {
  color: #858d94;
}
[dir="ltr"] .navbar-dark .navbar-text a,
[dir="ltr"] .navbar-dark .navbar-text a:focus,
[dir="ltr"] .navbar-dark .navbar-text a:hover {
  color: #fff;
}
[dir="ltr"] .card,
[dir="ltr"] .card-nav .tab-content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dfe2e6;
  border-radius: 0.5rem;
}
[dir="ltr"] .card-nav .tab-content > hr,
[dir="ltr"] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
[dir="ltr"] .card-nav .tab-content > .list-group,
[dir="ltr"] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
[dir="ltr"] .card-nav .tab-content > .list-group:first-child,
[dir="ltr"] .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
[dir="ltr"] .card-nav .tab-content > .list-group:last-child,
[dir="ltr"] .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}
[dir="ltr"] .card-title {
  margin-bottom: 1rem;
}
[dir="ltr"] .card-subtitle {
  margin-top: -0.5rem;
}
[dir="ltr"] .card-subtitle,
[dir="ltr"] .card-text:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .card-link:hover {
  text-decoration: none;
}
[dir="ltr"] .card-link + .card-link {
  margin-left: 1rem;
}
[dir="ltr"] .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #fff;
}
[dir="ltr"] .card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
[dir="ltr"] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
[dir="ltr"] .card-footer {
  padding: 1rem;
  background-color: #fff;
}
[dir="ltr"] .card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
[dir="ltr"] .card-header-tabs {
  margin-bottom: -1rem;
  border-bottom: 0;
}
[dir="ltr"] .card-header-pills,
[dir="ltr"] .card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
[dir="ltr"] .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
[dir="ltr"] .card-img,
[dir="ltr"] .card-img-bottom,
[dir="ltr"] .card-img-top {
  flex-shrink: 0;
  width: 100%;
}
[dir="ltr"] .card-img,
[dir="ltr"] .card-img-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
[dir="ltr"] .card-img,
[dir="ltr"] .card-img-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .card-deck .card,
[dir="ltr"] .card-deck .card-nav .tab-content,
[dir="ltr"] .card-nav .card-deck .tab-content {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  [dir="ltr"] .card-deck .card,
  [dir="ltr"] .card-deck .card-nav .tab-content,
  [dir="ltr"] .card-nav .card-deck .tab-content {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}
[dir="ltr"] .card-group > .card,
[dir="ltr"] .card-nav .card-group > .tab-content {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  [dir="ltr"] .card-group > .card,
  [dir="ltr"] .card-nav .card-group > .tab-content {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  [dir="ltr"] .card-group > .card + .card,
  [dir="ltr"] .card-nav .card-group > .card + .tab-content,
  [dir="ltr"] .card-nav .card-group > .tab-content + .card,
  [dir="ltr"] .card-nav .card-group > .tab-content + .tab-content {
    margin-left: 0;
    border-left: 0;
  }
  [dir="ltr"] .card-group > .card:not(:last-child),
  [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .card-group > .card:not(:last-child) .card-header,
  [dir="ltr"] .card-group > .card:not(:last-child) .card-img-top,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:last-child)
    .card-header,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:last-child)
    .card-img-top {
    border-top-right-radius: 0;
  }
  [dir="ltr"] .card-group > .card:not(:last-child) .card-footer,
  [dir="ltr"] .card-group > .card:not(:last-child) .card-img-bottom,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:last-child)
    .card-footer,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:last-child)
    .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  [dir="ltr"] .card-group > .card:not(:first-child),
  [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .card-group > .card:not(:first-child) .card-header,
  [dir="ltr"] .card-group > .card:not(:first-child) .card-img-top,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:first-child)
    .card-header,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:first-child)
    .card-img-top {
    border-top-left-radius: 0;
  }
  [dir="ltr"] .card-group > .card:not(:first-child) .card-footer,
  [dir="ltr"] .card-group > .card:not(:first-child) .card-img-bottom,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:first-child)
    .card-footer,
  [dir="ltr"]
    .card-nav
    .card-group
    > .tab-content:not(:first-child)
    .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
[dir="ltr"] .card-columns .card,
[dir="ltr"] .card-columns .card-nav .tab-content,
[dir="ltr"] .card-nav .card-columns .tab-content {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
    orphans: 1;
    widows: 1;
  }
  [dir="ltr"] .card-columns .card,
  [dir="ltr"] .card-columns .card-nav .tab-content,
  [dir="ltr"] .card-nav .card-columns .tab-content {
    display: inline-block;
    width: 100%;
  }
}
[dir="ltr"] .accordion > .card,
[dir="ltr"] .card-nav .accordion > .tab-content {
  overflow: hidden;
}
[dir="ltr"] .accordion > .card:not(:last-of-type),
[dir="ltr"] .card-nav .accordion > .tab-content:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .accordion > .card:not(:first-of-type),
[dir="ltr"] .card-nav .accordion > .tab-content:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[dir="ltr"] .accordion > .card > .card-header,
[dir="ltr"] .card-nav .accordion > .tab-content > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
[dir="ltr"] .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 0;
  color: rgba(39, 44, 51, 0.5);
  content: "/";
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
[dir="ltr"] .breadcrumb-item.active {
  color: rgba(39, 44, 51, 0.35);
}
[dir="ltr"] .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
[dir="ltr"] .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgba(39, 44, 51, 0.7);
  background-color: transparent;
  border: 1px solid #dee2e6;
}
[dir="ltr"] .page-link:hover {
  z-index: 2;
  color: rgba(6, 7, 8, 0.7);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
[dir="ltr"] .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 1px #5567ff;
}
[dir="ltr"] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .page-item.disabled .page-link {
  color: #cfcfcf;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}
[dir="ltr"] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.21875rem;
  line-height: 1.5;
}
[dir="ltr"] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
[dir="ltr"] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7109375rem;
  line-height: 1.5;
}
[dir="ltr"] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
[dir="ltr"] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
[dir="ltr"] .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .badge {
    transition: none;
  }
}
[dir="ltr"] a.badge:focus,
[dir="ltr"] a.badge:hover {
  text-decoration: none;
}
[dir="ltr"] .badge:empty {
  display: none;
}
[dir="ltr"] .btn .badge {
  position: relative;
  top: -1px;
}
[dir="ltr"] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
[dir="ltr"] .badge-primary {
  color: #fff;
  background-color: #5567ff;
}
[dir="ltr"] a.badge-primary:focus,
[dir="ltr"] a.badge-primary:hover {
  color: #fff;
  background-color: #2239ff;
}
[dir="ltr"] a.badge-primary.focus,
[dir="ltr"] a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .badge-secondary {
  color: #fff;
  background-color: #868e96;
}
[dir="ltr"] a.badge-secondary:focus,
[dir="ltr"] a.badge-secondary:hover {
  color: #fff;
  background-color: #6c757d;
}
[dir="ltr"] a.badge-secondary.focus,
[dir="ltr"] a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .badge-success {
  color: #212529;
  background-color: #77c13a;
}
[dir="ltr"] a.badge-success:focus,
[dir="ltr"] a.badge-success:hover {
  color: #212529;
  background-color: #5f9a2e;
}
[dir="ltr"] a.badge-success.focus,
[dir="ltr"] a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
[dir="ltr"] a.badge-info:focus,
[dir="ltr"] a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
[dir="ltr"] a.badge-info.focus,
[dir="ltr"] a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .badge-warning {
  color: #212529;
  background-color: #e4a93c;
}
[dir="ltr"] a.badge-warning:focus,
[dir="ltr"] a.badge-warning:hover {
  color: #212529;
  background-color: #d0911d;
}
[dir="ltr"] a.badge-warning.focus,
[dir="ltr"] a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .badge-danger {
  color: #fff;
  background-color: #d9534f;
}
[dir="ltr"] a.badge-danger:focus,
[dir="ltr"] a.badge-danger:hover {
  color: #fff;
  background-color: #c9302c;
}
[dir="ltr"] a.badge-danger.focus,
[dir="ltr"] a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
[dir="ltr"] a.badge-light:focus,
[dir="ltr"] a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
[dir="ltr"] a.badge-light.focus,
[dir="ltr"] a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .badge-dark {
  color: #fff;
  background-color: #303956;
}
[dir="ltr"] a.badge-dark:focus,
[dir="ltr"] a.badge-dark:hover {
  color: #fff;
  background-color: #1e2335;
}
[dir="ltr"] a.badge-dark.focus,
[dir="ltr"] a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .badge-black {
  color: #fff;
  background-color: #272c33;
}
[dir="ltr"] a.badge-black:focus,
[dir="ltr"] a.badge-black:hover {
  color: #fff;
  background-color: #111316;
}
[dir="ltr"] a.badge-black.focus,
[dir="ltr"] a.badge-black:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .badge-accent {
  color: #fff;
  background-color: #ed0b4c;
}
[dir="ltr"] a.badge-accent:focus,
[dir="ltr"] a.badge-accent:hover {
  color: #fff;
  background-color: #bc093c;
}
[dir="ltr"] a.badge-accent.focus,
[dir="ltr"] a.badge-accent:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .badge-accent-red {
  color: #fff;
  background-color: #ed0b4c;
}
[dir="ltr"] a.badge-accent-red:focus,
[dir="ltr"] a.badge-accent-red:hover {
  color: #fff;
  background-color: #bc093c;
}
[dir="ltr"] a.badge-accent-red.focus,
[dir="ltr"] a.badge-accent-red:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .badge-accent-yellow {
  color: #212529;
  background-color: #e4a93c;
}
[dir="ltr"] a.badge-accent-yellow:focus,
[dir="ltr"] a.badge-accent-yellow:hover {
  color: #212529;
  background-color: #d0911d;
}
[dir="ltr"] a.badge-accent-yellow.focus,
[dir="ltr"] a.badge-accent-yellow:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .badge-accent-dodger-blue {
  color: #fff;
  background-color: #5567ff;
}
[dir="ltr"] a.badge-accent-dodger-blue:focus,
[dir="ltr"] a.badge-accent-dodger-blue:hover {
  color: #fff;
  background-color: #2239ff;
}
[dir="ltr"] a.badge-accent-dodger-blue.focus,
[dir="ltr"] a.badge-accent-dodger-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .badge-accent-pickled-bluewood {
  color: #fff;
  background-color: #303956;
}
[dir="ltr"] a.badge-accent-pickled-bluewood:focus,
[dir="ltr"] a.badge-accent-pickled-bluewood:hover {
  color: #fff;
  background-color: #1e2335;
}
[dir="ltr"] a.badge-accent-pickled-bluewood.focus,
[dir="ltr"] a.badge-accent-pickled-bluewood:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .badge-accent-electric-violet {
  color: #fff;
  background-color: #9c42ff;
}
[dir="ltr"] a.badge-accent-electric-violet:focus,
[dir="ltr"] a.badge-accent-electric-violet:hover {
  color: #fff;
  background-color: #810fff;
}
[dir="ltr"] a.badge-accent-electric-violet.focus,
[dir="ltr"] a.badge-accent-electric-violet:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(156, 66, 255, 0.5);
}
[dir="ltr"] .badge-primary-purple {
  color: #fff;
  background-color: #824ee1;
}
[dir="ltr"] a.badge-primary-purple:focus,
[dir="ltr"] a.badge-primary-purple:hover {
  color: #fff;
  background-color: #6425d7;
}
[dir="ltr"] a.badge-primary-purple.focus,
[dir="ltr"] a.badge-primary-purple:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(130, 78, 225, 0.5);
}
[dir="ltr"] .badge-primary-red {
  color: #fff;
  background-color: #ed0b4c;
}
[dir="ltr"] a.badge-primary-red:focus,
[dir="ltr"] a.badge-primary-red:hover {
  color: #fff;
  background-color: #bc093c;
}
[dir="ltr"] a.badge-primary-red.focus,
[dir="ltr"] a.badge-primary-red:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .badge-primary-yellow {
  color: #212529;
  background-color: #e4a93c;
}
[dir="ltr"] a.badge-primary-yellow:focus,
[dir="ltr"] a.badge-primary-yellow:hover {
  color: #212529;
  background-color: #d0911d;
}
[dir="ltr"] a.badge-primary-yellow.focus,
[dir="ltr"] a.badge-primary-yellow:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .badge-primary-light {
  color: #212529;
  background-color: #9cf;
}
[dir="ltr"] a.badge-primary-light:focus,
[dir="ltr"] a.badge-primary-light:hover {
  color: #212529;
  background-color: #66b3ff;
}
[dir="ltr"] a.badge-primary-light.focus,
[dir="ltr"] a.badge-primary-light:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .badge-primary-dodger-blue {
  color: #fff;
  background-color: #5567ff;
}
[dir="ltr"] a.badge-primary-dodger-blue:focus,
[dir="ltr"] a.badge-primary-dodger-blue:hover {
  color: #fff;
  background-color: #2239ff;
}
[dir="ltr"] a.badge-primary-dodger-blue.focus,
[dir="ltr"] a.badge-primary-dodger-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .badge-primary-pickled-bluewood {
  color: #fff;
  background-color: #303956;
}
[dir="ltr"] a.badge-primary-pickled-bluewood:focus,
[dir="ltr"] a.badge-primary-pickled-bluewood:hover {
  color: #fff;
  background-color: #1e2335;
}
[dir="ltr"] a.badge-primary-pickled-bluewood.focus,
[dir="ltr"] a.badge-primary-pickled-bluewood:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .jumbotron {
    padding: 4rem 2rem;
  }
}
[dir="ltr"] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
[dir="ltr"] .alert {
  position: relative;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
[dir="ltr"] .alert-heading {
  color: inherit;
}
[dir="ltr"] .alert-link {
  font-weight: 500;
}
[dir="ltr"] .alert-dismissible {
  padding-right: 2.21875rem;
}
[dir="ltr"] .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  color: inherit;
}
[dir="ltr"] .alert-primary {
  color: #3f4b9d;
  background-color: #dde1ff;
  border-color: #cfd4ff;
}
[dir="ltr"] .alert-primary hr {
  border-top-color: #b6bdff;
}
[dir="ltr"] .alert-primary .alert-link {
  color: #303a79;
}
[dir="ltr"] .alert-secondary {
  color: #585f66;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
[dir="ltr"] .alert-secondary hr {
  border-top-color: #cfd2d6;
}
[dir="ltr"] .alert-secondary .alert-link {
  color: #40464b;
}
[dir="ltr"] .alert-success {
  color: #517937;
  background-color: #e4f3d8;
  border-color: #d9eec8;
}
[dir="ltr"] .alert-success hr {
  border-top-color: #cce8b5;
}
[dir="ltr"] .alert-success .alert-link {
  color: #3a5627;
}
[dir="ltr"] .alert-info {
  color: #1f6978;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
[dir="ltr"] .alert-info hr {
  border-top-color: #abdde5;
}
[dir="ltr"] .alert-info .alert-link {
  color: #15464f;
}
[dir="ltr"] .alert-warning {
  color: #896d38;
  background-color: #faeed8;
  border-color: #f7e7c8;
}
[dir="ltr"] .alert-warning hr {
  border-top-color: #f4ddb2;
}
[dir="ltr"] .alert-warning .alert-link {
  color: #655029;
}
[dir="ltr"] .alert-danger {
  color: #844042;
  background-color: #f7dddc;
  border-color: #f4cfce;
}
[dir="ltr"] .alert-danger hr {
  border-top-color: #efbbb9;
}
[dir="ltr"] .alert-danger .alert-link {
  color: #622f31;
}
[dir="ltr"] .alert-light {
  color: #94979a;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
[dir="ltr"] .alert-light hr {
  border-top-color: #ececf6;
}
[dir="ltr"] .alert-light .alert-link {
  color: #7a7e81;
}
[dir="ltr"] .alert-dark {
  color: #2c3345;
  background-color: #d6d7dd;
  border-color: #c5c8d0;
}
[dir="ltr"] .alert-dark hr {
  border-top-color: #b7bbc5;
}
[dir="ltr"] .alert-dark .alert-link {
  color: #181c26;
}
[dir="ltr"] .alert-black {
  color: #272c33;
  background-color: #d4d5d6;
  border-color: #c3c4c6;
}
[dir="ltr"] .alert-black hr {
  border-top-color: #b6b7ba;
}
[dir="ltr"] .alert-black .alert-link {
  color: #111316;
}
[dir="ltr"] .alert-accent {
  color: #8e1b40;
  background-color: #fbcedb;
  border-color: #fabbcd;
}
[dir="ltr"] .alert-accent hr {
  border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-accent .alert-link {
  color: #63132d;
}
[dir="ltr"] .alert-accent-red {
  color: #8e1b40;
  background-color: #fbcedb;
  border-color: #fabbcd;
}
[dir="ltr"] .alert-accent-red hr {
  border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-accent-red .alert-link {
  color: #63132d;
}
[dir="ltr"] .alert-accent-yellow {
  color: #896d38;
  background-color: #faeed8;
  border-color: #f7e7c8;
}
[dir="ltr"] .alert-accent-yellow hr {
  border-top-color: #f4ddb2;
}
[dir="ltr"] .alert-accent-yellow .alert-link {
  color: #655029;
}
[dir="ltr"] .alert-accent-dodger-blue {
  color: #3f4b9d;
  background-color: #dde1ff;
  border-color: #cfd4ff;
}
[dir="ltr"] .alert-accent-dodger-blue hr {
  border-top-color: #b6bdff;
}
[dir="ltr"] .alert-accent-dodger-blue .alert-link {
  color: #303a79;
}
[dir="ltr"] .alert-accent-pickled-bluewood {
  color: #2c3345;
  background-color: #d6d7dd;
  border-color: #c5c8d0;
}
[dir="ltr"] .alert-accent-pickled-bluewood hr {
  border-top-color: #b7bbc5;
}
[dir="ltr"] .alert-accent-pickled-bluewood .alert-link {
  color: #181c26;
}
[dir="ltr"] .alert-accent-electric-violet {
  color: #64379d;
  background-color: #ebd9ff;
  border-color: #e3caff;
}
[dir="ltr"] .alert-accent-electric-violet hr {
  border-top-color: #d6b1ff;
}
[dir="ltr"] .alert-accent-electric-violet .alert-link {
  color: #4c2a77;
}
[dir="ltr"] .alert-primary-purple {
  color: #563e8d;
  background-color: #e6dcf9;
  border-color: #dccdf7;
}
[dir="ltr"] .alert-primary-purple hr {
  border-top-color: #cdb7f3;
}
[dir="ltr"] .alert-primary-purple .alert-link {
  color: #402e6a;
}
[dir="ltr"] .alert-primary-red {
  color: #8e1b40;
  background-color: #fbcedb;
  border-color: #fabbcd;
}
[dir="ltr"] .alert-primary-red hr {
  border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-primary-red .alert-link {
  color: #63132d;
}
[dir="ltr"] .alert-primary-yellow {
  color: #896d38;
  background-color: #faeed8;
  border-color: #f7e7c8;
}
[dir="ltr"] .alert-primary-yellow hr {
  border-top-color: #f4ddb2;
}
[dir="ltr"] .alert-primary-yellow .alert-link {
  color: #655029;
}
[dir="ltr"] .alert-primary-light {
  color: #627f9d;
  background-color: #ebf5ff;
  border-color: #e2f1ff;
}
[dir="ltr"] .alert-primary-light hr {
  border-top-color: #c9e5ff;
}
[dir="ltr"] .alert-primary-light .alert-link {
  color: #4e667e;
}
[dir="ltr"] .alert-primary-dodger-blue {
  color: #3f4b9d;
  background-color: #dde1ff;
  border-color: #cfd4ff;
}
[dir="ltr"] .alert-primary-dodger-blue hr {
  border-top-color: #b6bdff;
}
[dir="ltr"] .alert-primary-dodger-blue .alert-link {
  color: #303a79;
}
[dir="ltr"] .alert-primary-pickled-bluewood {
  color: #2c3345;
  background-color: #d6d7dd;
  border-color: #c5c8d0;
}
[dir="ltr"] .alert-primary-pickled-bluewood hr {
  border-top-color: #b7bbc5;
}
[dir="ltr"] .alert-primary-pickled-bluewood .alert-link {
  color: #181c26;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
[dir="ltr"] .progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.609375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(39, 44, 51, 0.1);
}
[dir="ltr"] .progress,
[dir="ltr"] .progress-bar {
  display: flex;
  overflow: hidden;
}
[dir="ltr"] .progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5567ff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .progress-bar {
    transition: none;
  }
}
[dir="ltr"] .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
[dir="ltr"] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
[dir="ltr"] .media {
  align-items: flex-start;
}
[dir="ltr"] .media-body {
  flex: 1;
}
[dir="ltr"] .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
[dir="ltr"] .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
[dir="ltr"] .list-group-item-action:focus,
[dir="ltr"] .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
[dir="ltr"] .list-group-item-action:active {
  color: #272c33;
  background-color: #e9ecef;
}
[dir="ltr"] .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #e9edf2;
}
[dir="ltr"] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
[dir="ltr"] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
[dir="ltr"] .list-group-item.disabled,
[dir="ltr"] .list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}
[dir="ltr"] .list-group-item.active {
  z-index: 2;
  color: #272c33;
  background-color: transparent;
  border-color: transparent;
}
[dir="ltr"] .list-group-item + .list-group-item {
  border-top-width: 0;
}
[dir="ltr"] .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
[dir="ltr"] .list-group-horizontal {
  flex-direction: row;
}
[dir="ltr"] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
[dir="ltr"] .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
[dir="ltr"] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
[dir="ltr"]
  .list-group-horizontal
  > .list-group-item
  + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  [dir="ltr"] .list-group-horizontal-sm {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .list-group-horizontal-md {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .list-group-horizontal-lg {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .list-group-horizontal-xl {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  [dir="ltr"]
    .list-group-horizontal-xxl
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
[dir="ltr"] .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
[dir="ltr"] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
[dir="ltr"] .list-group-item-primary {
  color: #3f4b9d;
  background-color: #cfd4ff;
}
[dir="ltr"] .list-group-item-primary.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary.list-group-item-action:hover {
  color: #3f4b9d;
  background-color: #b6bdff;
}
[dir="ltr"] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3f4b9d;
  border-color: #3f4b9d;
}
[dir="ltr"] .list-group-item-secondary {
  color: #585f66;
  background-color: #dddfe2;
}
[dir="ltr"] .list-group-item-secondary.list-group-item-action:focus,
[dir="ltr"] .list-group-item-secondary.list-group-item-action:hover {
  color: #585f66;
  background-color: #cfd2d6;
}
[dir="ltr"] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #585f66;
  border-color: #585f66;
}
[dir="ltr"] .list-group-item-success {
  color: #517937;
  background-color: #d9eec8;
}
[dir="ltr"] .list-group-item-success.list-group-item-action:focus,
[dir="ltr"] .list-group-item-success.list-group-item-action:hover {
  color: #517937;
  background-color: #cce8b5;
}
[dir="ltr"] .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #517937;
  border-color: #517937;
}
[dir="ltr"] .list-group-item-info {
  color: #1f6978;
  background-color: #bee5eb;
}
[dir="ltr"] .list-group-item-info.list-group-item-action:focus,
[dir="ltr"] .list-group-item-info.list-group-item-action:hover {
  color: #1f6978;
  background-color: #abdde5;
}
[dir="ltr"] .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1f6978;
  border-color: #1f6978;
}
[dir="ltr"] .list-group-item-warning {
  color: #896d38;
  background-color: #f7e7c8;
}
[dir="ltr"] .list-group-item-warning.list-group-item-action:focus,
[dir="ltr"] .list-group-item-warning.list-group-item-action:hover {
  color: #896d38;
  background-color: #f4ddb2;
}
[dir="ltr"] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #896d38;
  border-color: #896d38;
}
[dir="ltr"] .list-group-item-danger {
  color: #844042;
  background-color: #f4cfce;
}
[dir="ltr"] .list-group-item-danger.list-group-item-action:focus,
[dir="ltr"] .list-group-item-danger.list-group-item-action:hover {
  color: #844042;
  background-color: #efbbb9;
}
[dir="ltr"] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #844042;
  border-color: #844042;
}
[dir="ltr"] .list-group-item-light {
  color: #94979a;
  background-color: #fdfdfe;
}
[dir="ltr"] .list-group-item-light.list-group-item-action:focus,
[dir="ltr"] .list-group-item-light.list-group-item-action:hover {
  color: #94979a;
  background-color: #ececf6;
}
[dir="ltr"] .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #94979a;
  border-color: #94979a;
}
[dir="ltr"] .list-group-item-dark {
  color: #2c3345;
  background-color: #c5c8d0;
}
[dir="ltr"] .list-group-item-dark.list-group-item-action:focus,
[dir="ltr"] .list-group-item-dark.list-group-item-action:hover {
  color: #2c3345;
  background-color: #b7bbc5;
}
[dir="ltr"] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2c3345;
  border-color: #2c3345;
}
[dir="ltr"] .list-group-item-black {
  color: #272c33;
  background-color: #c3c4c6;
}
[dir="ltr"] .list-group-item-black.list-group-item-action:focus,
[dir="ltr"] .list-group-item-black.list-group-item-action:hover {
  color: #272c33;
  background-color: #b6b7ba;
}
[dir="ltr"] .list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .list-group-item-accent {
  color: #8e1b40;
  background-color: #fabbcd;
}
[dir="ltr"] .list-group-item-accent.list-group-item-action:focus,
[dir="ltr"] .list-group-item-accent.list-group-item-action:hover {
  color: #8e1b40;
  background-color: #f8a3bc;
}
[dir="ltr"] .list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: #8e1b40;
  border-color: #8e1b40;
}
[dir="ltr"] .list-group-item-accent-red {
  color: #8e1b40;
  background-color: #fabbcd;
}
[dir="ltr"] .list-group-item-accent-red.list-group-item-action:focus,
[dir="ltr"] .list-group-item-accent-red.list-group-item-action:hover {
  color: #8e1b40;
  background-color: #f8a3bc;
}
[dir="ltr"] .list-group-item-accent-red.list-group-item-action.active {
  color: #fff;
  background-color: #8e1b40;
  border-color: #8e1b40;
}
[dir="ltr"] .list-group-item-accent-yellow {
  color: #896d38;
  background-color: #f7e7c8;
}
[dir="ltr"] .list-group-item-accent-yellow.list-group-item-action:focus,
[dir="ltr"] .list-group-item-accent-yellow.list-group-item-action:hover {
  color: #896d38;
  background-color: #f4ddb2;
}
[dir="ltr"] .list-group-item-accent-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #896d38;
  border-color: #896d38;
}
[dir="ltr"] .list-group-item-accent-dodger-blue {
  color: #3f4b9d;
  background-color: #cfd4ff;
}
[dir="ltr"] .list-group-item-accent-dodger-blue.list-group-item-action:focus,
[dir="ltr"] .list-group-item-accent-dodger-blue.list-group-item-action:hover {
  color: #3f4b9d;
  background-color: #b6bdff;
}
[dir="ltr"] .list-group-item-accent-dodger-blue.list-group-item-action.active {
  color: #fff;
  background-color: #3f4b9d;
  border-color: #3f4b9d;
}
[dir="ltr"] .list-group-item-accent-pickled-bluewood {
  color: #2c3345;
  background-color: #c5c8d0;
}
[dir="ltr"]
  .list-group-item-accent-pickled-bluewood.list-group-item-action:focus,
[dir="ltr"]
  .list-group-item-accent-pickled-bluewood.list-group-item-action:hover {
  color: #2c3345;
  background-color: #b7bbc5;
}
[dir="ltr"]
  .list-group-item-accent-pickled-bluewood.list-group-item-action.active {
  color: #fff;
  background-color: #2c3345;
  border-color: #2c3345;
}
[dir="ltr"] .list-group-item-accent-electric-violet {
  color: #64379d;
  background-color: #e3caff;
}
[dir="ltr"]
  .list-group-item-accent-electric-violet.list-group-item-action:focus,
[dir="ltr"]
  .list-group-item-accent-electric-violet.list-group-item-action:hover {
  color: #64379d;
  background-color: #d6b1ff;
}
[dir="ltr"]
  .list-group-item-accent-electric-violet.list-group-item-action.active {
  color: #fff;
  background-color: #64379d;
  border-color: #64379d;
}
[dir="ltr"] .list-group-item-primary-purple {
  color: #563e8d;
  background-color: #dccdf7;
}
[dir="ltr"] .list-group-item-primary-purple.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary-purple.list-group-item-action:hover {
  color: #563e8d;
  background-color: #cdb7f3;
}
[dir="ltr"] .list-group-item-primary-purple.list-group-item-action.active {
  color: #fff;
  background-color: #563e8d;
  border-color: #563e8d;
}
[dir="ltr"] .list-group-item-primary-red {
  color: #8e1b40;
  background-color: #fabbcd;
}
[dir="ltr"] .list-group-item-primary-red.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary-red.list-group-item-action:hover {
  color: #8e1b40;
  background-color: #f8a3bc;
}
[dir="ltr"] .list-group-item-primary-red.list-group-item-action.active {
  color: #fff;
  background-color: #8e1b40;
  border-color: #8e1b40;
}
[dir="ltr"] .list-group-item-primary-yellow {
  color: #896d38;
  background-color: #f7e7c8;
}
[dir="ltr"] .list-group-item-primary-yellow.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary-yellow.list-group-item-action:hover {
  color: #896d38;
  background-color: #f4ddb2;
}
[dir="ltr"] .list-group-item-primary-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #896d38;
  border-color: #896d38;
}
[dir="ltr"] .list-group-item-primary-light {
  color: #627f9d;
  background-color: #e2f1ff;
}
[dir="ltr"] .list-group-item-primary-light.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary-light.list-group-item-action:hover {
  color: #627f9d;
  background-color: #c9e5ff;
}
[dir="ltr"] .list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #627f9d;
  border-color: #627f9d;
}
[dir="ltr"] .list-group-item-primary-dodger-blue {
  color: #3f4b9d;
  background-color: #cfd4ff;
}
[dir="ltr"] .list-group-item-primary-dodger-blue.list-group-item-action:focus,
[dir="ltr"] .list-group-item-primary-dodger-blue.list-group-item-action:hover {
  color: #3f4b9d;
  background-color: #b6bdff;
}
[dir="ltr"] .list-group-item-primary-dodger-blue.list-group-item-action.active {
  color: #fff;
  background-color: #3f4b9d;
  border-color: #3f4b9d;
}
[dir="ltr"] .list-group-item-primary-pickled-bluewood {
  color: #2c3345;
  background-color: #c5c8d0;
}
[dir="ltr"]
  .list-group-item-primary-pickled-bluewood.list-group-item-action:focus,
[dir="ltr"]
  .list-group-item-primary-pickled-bluewood.list-group-item-action:hover {
  color: #2c3345;
  background-color: #b7bbc5;
}
[dir="ltr"]
  .list-group-item-primary-pickled-bluewood.list-group-item-action.active {
  color: #fff;
  background-color: #2c3345;
  border-color: #2c3345;
}
[dir="ltr"] .close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 500;
  line-height: 1;
  color: #272c33;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
[dir="ltr"] .close:hover {
  color: #272c33;
  text-decoration: none;
}
[dir="ltr"] .close:not(:disabled):not(.disabled):focus,
[dir="ltr"] .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
[dir="ltr"] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
[dir="ltr"] a.close.disabled {
  pointer-events: none;
}
[dir="ltr"] .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(39, 44, 51, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
[dir="ltr"] .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
[dir="ltr"] .toast.showing {
  opacity: 1;
}
[dir="ltr"] .toast.show {
  display: block;
  opacity: 1;
}
[dir="ltr"] .toast.hide {
  display: none;
}
[dir="ltr"] .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #868e96;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
[dir="ltr"] .toast-body {
  padding: 0.75rem;
}
[dir="ltr"] .modal-open {
  overflow: hidden;
}
[dir="ltr"] .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
[dir="ltr"] .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
[dir="ltr"] .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
[dir="ltr"] .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .modal.fade .modal-dialog {
    transition: none;
  }
}
[dir="ltr"] .modal.show .modal-dialog {
  transform: none;
}
[dir="ltr"] .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
[dir="ltr"] .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
[dir="ltr"] .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
[dir="ltr"] .modal-dialog-scrollable .modal-footer,
[dir="ltr"] .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
[dir="ltr"] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
[dir="ltr"] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
[dir="ltr"] .modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
[dir="ltr"] .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
[dir="ltr"] .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
[dir="ltr"] .modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
[dir="ltr"] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(39, 44, 51, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(39, 44, 51, 0.5);
  outline: 0;
}
[dir="ltr"] .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(39, 44, 51, 0.8);
}
[dir="ltr"] .modal-backdrop.fade {
  opacity: 0;
}
[dir="ltr"] .modal-backdrop.show {
  opacity: 1;
}
[dir="ltr"] .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9edf2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
[dir="ltr"] .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
[dir="ltr"] .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
[dir="ltr"] .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
[dir="ltr"] .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9edf2;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
[dir="ltr"] .modal-footer > * {
  margin: 0.25rem;
}
[dir="ltr"] .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  [dir="ltr"] .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  [dir="ltr"] .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  [dir="ltr"] .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  [dir="ltr"] .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  [dir="ltr"] .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  [dir="ltr"] .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(39, 44, 51, 0.5);
  }
  [dir="ltr"] .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .modal-lg,
  [dir="ltr"] .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .modal-xl {
    max-width: 1140px;
  }
}
[dir="ltr"] .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.5rem;
  font-family: "Montserrat Regular",
    Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
[dir="ltr"] .tooltip.show {
  opacity: 1;
}
[dir="ltr"] .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
[dir="ltr"] .tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="top"],
[dir="ltr"] .bs-tooltip-top {
  padding: 0.4rem 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="top"] .arrow,
[dir="ltr"] .bs-tooltip-top .arrow {
  bottom: 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="top"] .arrow:before,
[dir="ltr"] .bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #fff;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"],
[dir="ltr"] .bs-tooltip-right {
  padding: 0 0.4rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow,
[dir="ltr"] .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"],
[dir="ltr"] .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"] .arrow,
[dir="ltr"] .bs-tooltip-bottom .arrow {
  top: 0;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
[dir="ltr"] .bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #fff;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"],
[dir="ltr"] .bs-tooltip-left {
  padding: 0 0.4rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow,
[dir="ltr"] .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
}
[dir="ltr"] .tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 1rem;
  color: #272c33;
  text-align: center;
  background-color: #fff;
  border-radius: 0.25rem;
}
[dir="ltr"] .popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 304px;
  font-family: "Montserrat Regular",
    Segoe UI Emoji, Segoe UI Symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9edf2;
  border-radius: 0.5rem;
  box-shadow: 0 2px 3px rgba(39, 44, 51, 0.05);
}
[dir="ltr"] .popover,
[dir="ltr"] .popover .arrow {
  position: absolute;
  display: block;
}
[dir="ltr"] .popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
[dir="ltr"] .popover .arrow:after,
[dir="ltr"] .popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"],
[dir="ltr"] .bs-popover-top {
  margin-bottom: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"] > .arrow,
[dir="ltr"] .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"] > .arrow:before,
[dir="ltr"] .bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #e9edf2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"] > .arrow:after,
[dir="ltr"] .bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"],
[dir="ltr"] .bs-popover-right {
  margin-left: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow,
[dir="ltr"] .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow:before,
[dir="ltr"] .bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #e9edf2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow:after,
[dir="ltr"] .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"],
[dir="ltr"] .bs-popover-bottom {
  margin-top: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] > .arrow,
[dir="ltr"] .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] > .arrow:before,
[dir="ltr"] .bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #e9edf2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] > .arrow:after,
[dir="ltr"] .bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
[dir="ltr"] .bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f5f7fa;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"],
[dir="ltr"] .bs-popover-left {
  margin-right: 0.5rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow,
[dir="ltr"] .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow:before,
[dir="ltr"] .bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #e9edf2;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow:after,
[dir="ltr"] .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
[dir="ltr"] .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #303956;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e9f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
[dir="ltr"] .popover-header:empty {
  display: none;
}
[dir="ltr"] .popover-body {
  padding: 0.5rem 0.75rem;
  color: #272c33;
}
[dir="ltr"] .carousel {
  position: relative;
}
[dir="ltr"] .carousel.pointer-event {
  touch-action: pan-y;
}
[dir="ltr"] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
[dir="ltr"] .carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
[dir="ltr"] .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-item {
    transition: none;
  }
}
[dir="ltr"] .carousel-item-next,
[dir="ltr"] .carousel-item-prev,
[dir="ltr"] .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) {
  transform: translateX(-100%);
}
[dir="ltr"] .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
[dir="ltr"] .carousel-fade .carousel-item-next.carousel-item-left,
[dir="ltr"] .carousel-fade .carousel-item-prev.carousel-item-right,
[dir="ltr"] .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
[dir="ltr"] .carousel-fade .active.carousel-item-left,
[dir="ltr"] .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-fade .active.carousel-item-left,
  [dir="ltr"] .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
[dir="ltr"] .carousel-control-next,
[dir="ltr"] .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-control-next,
  [dir="ltr"] .carousel-control-prev {
    transition: none;
  }
}
[dir="ltr"] .carousel-control-next:focus,
[dir="ltr"] .carousel-control-next:hover,
[dir="ltr"] .carousel-control-prev:focus,
[dir="ltr"] .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
[dir="ltr"] .carousel-control-prev {
  left: 0;
}
[dir="ltr"] .carousel-control-next {
  right: 0;
}
[dir="ltr"] .carousel-control-next-icon,
[dir="ltr"] .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
[dir="ltr"] .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="ltr"] .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");
}
[dir="ltr"] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
[dir="ltr"] .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .carousel-indicators li {
    transition: none;
  }
}
[dir="ltr"] .carousel-indicators .active {
  opacity: 1;
}
[dir="ltr"] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
[dir="ltr"] .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
[dir="ltr"] .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.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;
  }
}
[dir="ltr"] .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
[dir="ltr"] .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
[dir="ltr"] .align-baseline {
  vertical-align: baseline !important;
}
[dir="ltr"] .align-top {
  vertical-align: top !important;
}
[dir="ltr"] .align-middle {
  vertical-align: middle !important;
}
[dir="ltr"] .align-bottom {
  vertical-align: bottom !important;
}
[dir="ltr"] .align-text-bottom {
  vertical-align: text-bottom !important;
}
[dir="ltr"] .align-text-top {
  vertical-align: text-top !important;
}
[dir="ltr"] a.bg-primary:focus,
[dir="ltr"] a.bg-primary:hover,
[dir="ltr"] button.bg-primary:focus,
[dir="ltr"] button.bg-primary:hover {
  background-color: #013D79 !important;
}
[dir="ltr"] a.bg-secondary:focus,
[dir="ltr"] a.bg-secondary:hover,
[dir="ltr"] button.bg-secondary:focus,
[dir="ltr"] button.bg-secondary:hover {
  background-color: #6c757d !important;
}
[dir="ltr"] a.bg-success:focus,
[dir="ltr"] a.bg-success:hover,
[dir="ltr"] button.bg-success:focus,
[dir="ltr"] button.bg-success:hover {
  background-color: #5f9a2e !important;
}
[dir="ltr"] a.bg-info:focus,
[dir="ltr"] a.bg-info:hover,
[dir="ltr"] button.bg-info:focus,
[dir="ltr"] button.bg-info:hover {
  background-color: #117a8b !important;
}
[dir="ltr"] a.bg-warning:focus,
[dir="ltr"] a.bg-warning:hover,
[dir="ltr"] button.bg-warning:focus,
[dir="ltr"] button.bg-warning:hover {
  background-color: #d0911d !important;
}
[dir="ltr"] a.bg-danger:focus,
[dir="ltr"] a.bg-danger:hover,
[dir="ltr"] button.bg-danger:focus,
[dir="ltr"] button.bg-danger:hover {
  background-color: #c9302c !important;
}
[dir="ltr"] a.bg-light:focus,
[dir="ltr"] a.bg-light:hover,
[dir="ltr"] button.bg-light:focus,
[dir="ltr"] button.bg-light:hover {
  background-color: #dae0e5 !important;
}
[dir="ltr"] a.bg-dark:focus,
[dir="ltr"] a.bg-dark:hover,
[dir="ltr"] button.bg-dark:focus,
[dir="ltr"] button.bg-dark:hover {
  background-color: #1e2335 !important;
}
[dir="ltr"] a.bg-black:focus,
[dir="ltr"] a.bg-black:hover,
[dir="ltr"] button.bg-black:focus,
[dir="ltr"] button.bg-black:hover {
  background-color: #111316 !important;
}
[dir="ltr"] a.bg-accent-red:focus,
[dir="ltr"] a.bg-accent-red:hover,
[dir="ltr"] a.bg-accent:focus,
[dir="ltr"] a.bg-accent:hover,
[dir="ltr"] button.bg-accent-red:focus,
[dir="ltr"] button.bg-accent-red:hover,
[dir="ltr"] button.bg-accent:focus,
[dir="ltr"] button.bg-accent:hover {
  background-color: #bc093c !important;
}
[dir="ltr"] a.bg-accent-yellow:focus,
[dir="ltr"] a.bg-accent-yellow:hover,
[dir="ltr"] button.bg-accent-yellow:focus,
[dir="ltr"] button.bg-accent-yellow:hover {
  background-color: #d0911d !important;
}
[dir="ltr"] a.bg-accent-dodger-blue:focus,
[dir="ltr"] a.bg-accent-dodger-blue:hover,
[dir="ltr"] button.bg-accent-dodger-blue:focus,
[dir="ltr"] button.bg-accent-dodger-blue:hover {
  background-color: #2239ff !important;
}
[dir="ltr"] a.bg-accent-pickled-bluewood:focus,
[dir="ltr"] a.bg-accent-pickled-bluewood:hover,
[dir="ltr"] button.bg-accent-pickled-bluewood:focus,
[dir="ltr"] button.bg-accent-pickled-bluewood:hover {
  background-color: #1e2335 !important;
}
[dir="ltr"] a.bg-accent-electric-violet:focus,
[dir="ltr"] a.bg-accent-electric-violet:hover,
[dir="ltr"] button.bg-accent-electric-violet:focus,
[dir="ltr"] button.bg-accent-electric-violet:hover {
  background-color: #810fff !important;
}
[dir="ltr"] a.bg-primary-purple:focus,
[dir="ltr"] a.bg-primary-purple:hover,
[dir="ltr"] button.bg-primary-purple:focus,
[dir="ltr"] button.bg-primary-purple:hover {
  background-color: #6425d7 !important;
}
[dir="ltr"] a.bg-primary-red:focus,
[dir="ltr"] a.bg-primary-red:hover,
[dir="ltr"] button.bg-primary-red:focus,
[dir="ltr"] button.bg-primary-red:hover {
  background-color: #bc093c !important;
}
[dir="ltr"] a.bg-primary-yellow:focus,
[dir="ltr"] a.bg-primary-yellow:hover,
[dir="ltr"] button.bg-primary-yellow:focus,
[dir="ltr"] button.bg-primary-yellow:hover {
  background-color: #d0911d !important;
}
[dir="ltr"] a.bg-primary-light:focus,
[dir="ltr"] a.bg-primary-light:hover,
[dir="ltr"] button.bg-primary-light:focus,
[dir="ltr"] button.bg-primary-light:hover {
  background-color: #66b3ff !important;
}
[dir="ltr"] a.bg-primary-dodger-blue:focus,
[dir="ltr"] a.bg-primary-dodger-blue:hover,
[dir="ltr"] button.bg-primary-dodger-blue:focus,
[dir="ltr"] button.bg-primary-dodger-blue:hover {
  background-color: #2239ff !important;
}
[dir="ltr"] a.bg-primary-pickled-bluewood:focus,
[dir="ltr"] a.bg-primary-pickled-bluewood:hover,
[dir="ltr"] button.bg-primary-pickled-bluewood:focus,
[dir="ltr"] button.bg-primary-pickled-bluewood:hover {
  background-color: #1e2335 !important;
}
[dir="ltr"] .bg-transparent {
  background-color: transparent !important;
}
[dir="ltr"] .border-white {
  border-color: #fff !important;
}
[dir="ltr"] .rounded-sm {
  border-radius: 0.2rem !important;
}
[dir="ltr"] .rounded {
  border-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-top {
  border-top-left-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-right,
[dir="ltr"] .rounded-top {
  border-top-right-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-bottom,
[dir="ltr"] .rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-bottom,
[dir="ltr"] .rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-left {
  border-top-left-radius: 0.25rem !important;
}
[dir="ltr"] .rounded-lg {
  border-radius: 0.5rem !important;
}
[dir="ltr"] .rounded-circle {
  border-radius: 50% !important;
}
[dir="ltr"] .rounded-pill {
  border-radius: 50rem !important;
}
[dir="ltr"] .rounded-0 {
  border-radius: 0 !important;
}
[dir="ltr"] .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
[dir="ltr"] .d-none {
  display: none !important;
}
[dir="ltr"] .d-inline {
  display: inline !important;
}
[dir="ltr"] .d-inline-block {
  display: inline-block !important;
}
[dir="ltr"] .d-block {
  display: block !important;
}
[dir="ltr"] .d-table {
  display: table !important;
}
[dir="ltr"] .d-table-row {
  display: table-row !important;
}
[dir="ltr"] .d-table-cell {
  display: table-cell !important;
}
[dir="ltr"] .d-flex {
  display: flex !important;
}
[dir="ltr"] .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .d-sm-none {
    display: none !important;
  }
  [dir="ltr"] .d-sm-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-sm-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-sm-block {
    display: block !important;
  }
  [dir="ltr"] .d-sm-table {
    display: table !important;
  }
  [dir="ltr"] .d-sm-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-sm-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-sm-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .d-md-none {
    display: none !important;
  }
  [dir="ltr"] .d-md-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-md-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-md-block {
    display: block !important;
  }
  [dir="ltr"] .d-md-table {
    display: table !important;
  }
  [dir="ltr"] .d-md-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-md-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-md-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .d-lg-none {
    display: none !important;
  }
  [dir="ltr"] .d-lg-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-lg-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-lg-block {
    display: block !important;
  }
  [dir="ltr"] .d-lg-table {
    display: table !important;
  }
  [dir="ltr"] .d-lg-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-lg-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-lg-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .d-xl-none {
    display: none !important;
  }
  [dir="ltr"] .d-xl-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-xl-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-xl-block {
    display: block !important;
  }
  [dir="ltr"] .d-xl-table {
    display: table !important;
  }
  [dir="ltr"] .d-xl-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-xl-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-xl-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .d-xxl-none {
    display: none !important;
  }
  [dir="ltr"] .d-xxl-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-xxl-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-xxl-block {
    display: block !important;
  }
  [dir="ltr"] .d-xxl-table {
    display: table !important;
  }
  [dir="ltr"] .d-xxl-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-xxl-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-xxl-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  [dir="ltr"] .d-print-none {
    display: none !important;
  }
  [dir="ltr"] .d-print-inline {
    display: inline !important;
  }
  [dir="ltr"] .d-print-inline-block {
    display: inline-block !important;
  }
  [dir="ltr"] .d-print-block {
    display: block !important;
  }
  [dir="ltr"] .d-print-table {
    display: table !important;
  }
  [dir="ltr"] .d-print-table-row {
    display: table-row !important;
  }
  [dir="ltr"] .d-print-table-cell {
    display: table-cell !important;
  }
  [dir="ltr"] .d-print-flex {
    display: flex !important;
  }
  [dir="ltr"] .d-print-inline-flex {
    display: inline-flex !important;
  }
}
[dir="ltr"] .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
[dir="ltr"] .embed-responsive:before {
  display: block;
  content: "";
}
[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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
[dir="ltr"] .embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}
[dir="ltr"] .embed-responsive-16by9:before {
  padding-top: 56.25%;
}
[dir="ltr"] .embed-responsive-4by3:before {
  padding-top: 75%;
}
[dir="ltr"] .embed-responsive-1by1:before {
  padding-top: 100%;
}
[dir="ltr"] .flex-row {
  flex-direction: row !important;
}
[dir="ltr"] .flex-column {
  flex-direction: column !important;
}
[dir="ltr"] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
[dir="ltr"] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
[dir="ltr"] .flex-wrap {
  flex-wrap: wrap !important;
}
[dir="ltr"] .flex-nowrap {
  flex-wrap: nowrap !important;
}
[dir="ltr"] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
[dir="ltr"] .flex-fill {
  flex: 1 1 auto !important;
}
[dir="ltr"] .flex-grow-0 {
  flex-grow: 0 !important;
}
[dir="ltr"] .flex-grow-1 {
  flex-grow: 1 !important;
}
[dir="ltr"] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
[dir="ltr"] .justify-content-start {
  justify-content: flex-start !important;
}
[dir="ltr"] .justify-content-end {
  justify-content: flex-end !important;
}
[dir="ltr"] .justify-content-center {
  justify-content: center !important;
}
[dir="ltr"] .justify-content-between {
  justify-content: space-between !important;
}
[dir="ltr"] .justify-content-around {
  justify-content: space-around !important;
}
[dir="ltr"] .align-items-start {
  align-items: flex-start !important;
}
[dir="ltr"] .align-items-end {
  align-items: flex-end !important;
}
[dir="ltr"] .align-items-center {
  align-items: center !important;
}
[dir="ltr"] .align-items-baseline {
  align-items: baseline !important;
}
[dir="ltr"] .align-items-stretch {
  align-items: stretch !important;
}
[dir="ltr"] .align-content-start {
  align-content: flex-start !important;
}
[dir="ltr"] .align-content-end {
  align-content: flex-end !important;
}
[dir="ltr"] .align-content-center {
  align-content: center !important;
}
[dir="ltr"] .align-content-between {
  align-content: space-between !important;
}
[dir="ltr"] .align-content-around {
  align-content: space-around !important;
}
[dir="ltr"] .align-content-stretch {
  align-content: stretch !important;
}
[dir="ltr"] .align-self-auto {
  align-self: auto !important;
}
[dir="ltr"] .align-self-start {
  align-self: flex-start !important;
}
[dir="ltr"] .align-self-end {
  align-self: flex-end !important;
}
[dir="ltr"] .align-self-center {
  align-self: center !important;
}
[dir="ltr"] .align-self-baseline {
  align-self: baseline !important;
}
[dir="ltr"] .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .flex-sm-row {
    flex-direction: row !important;
  }
  [dir="ltr"] .flex-sm-column {
    flex-direction: column !important;
  }
  [dir="ltr"] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  [dir="ltr"] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  [dir="ltr"] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  [dir="ltr"] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  [dir="ltr"] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [dir="ltr"] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  [dir="ltr"] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  [dir="ltr"] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  [dir="ltr"] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  [dir="ltr"] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  [dir="ltr"] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  [dir="ltr"] .justify-content-sm-center {
    justify-content: center !important;
  }
  [dir="ltr"] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  [dir="ltr"] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  [dir="ltr"] .align-items-sm-start {
    align-items: flex-start !important;
  }
  [dir="ltr"] .align-items-sm-end {
    align-items: flex-end !important;
  }
  [dir="ltr"] .align-items-sm-center {
    align-items: center !important;
  }
  [dir="ltr"] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  [dir="ltr"] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  [dir="ltr"] .align-content-sm-start {
    align-content: flex-start !important;
  }
  [dir="ltr"] .align-content-sm-end {
    align-content: flex-end !important;
  }
  [dir="ltr"] .align-content-sm-center {
    align-content: center !important;
  }
  [dir="ltr"] .align-content-sm-between {
    align-content: space-between !important;
  }
  [dir="ltr"] .align-content-sm-around {
    align-content: space-around !important;
  }
  [dir="ltr"] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  [dir="ltr"] .align-self-sm-auto {
    align-self: auto !important;
  }
  [dir="ltr"] .align-self-sm-start {
    align-self: flex-start !important;
  }
  [dir="ltr"] .align-self-sm-end {
    align-self: flex-end !important;
  }
  [dir="ltr"] .align-self-sm-center {
    align-self: center !important;
  }
  [dir="ltr"] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  [dir="ltr"] .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .flex-md-row {
    flex-direction: row !important;
  }
  [dir="ltr"] .flex-md-column {
    flex-direction: column !important;
  }
  [dir="ltr"] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  [dir="ltr"] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  [dir="ltr"] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  [dir="ltr"] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  [dir="ltr"] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [dir="ltr"] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  [dir="ltr"] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  [dir="ltr"] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  [dir="ltr"] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  [dir="ltr"] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  [dir="ltr"] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  [dir="ltr"] .justify-content-md-center {
    justify-content: center !important;
  }
  [dir="ltr"] .justify-content-md-between {
    justify-content: space-between !important;
  }
  [dir="ltr"] .justify-content-md-around {
    justify-content: space-around !important;
  }
  [dir="ltr"] .align-items-md-start {
    align-items: flex-start !important;
  }
  [dir="ltr"] .align-items-md-end {
    align-items: flex-end !important;
  }
  [dir="ltr"] .align-items-md-center {
    align-items: center !important;
  }
  [dir="ltr"] .align-items-md-baseline {
    align-items: baseline !important;
  }
  [dir="ltr"] .align-items-md-stretch {
    align-items: stretch !important;
  }
  [dir="ltr"] .align-content-md-start {
    align-content: flex-start !important;
  }
  [dir="ltr"] .align-content-md-end {
    align-content: flex-end !important;
  }
  [dir="ltr"] .align-content-md-center {
    align-content: center !important;
  }
  [dir="ltr"] .align-content-md-between {
    align-content: space-between !important;
  }
  [dir="ltr"] .align-content-md-around {
    align-content: space-around !important;
  }
  [dir="ltr"] .align-content-md-stretch {
    align-content: stretch !important;
  }
  [dir="ltr"] .align-self-md-auto {
    align-self: auto !important;
  }
  [dir="ltr"] .align-self-md-start {
    align-self: flex-start !important;
  }
  [dir="ltr"] .align-self-md-end {
    align-self: flex-end !important;
  }
  [dir="ltr"] .align-self-md-center {
    align-self: center !important;
  }
  [dir="ltr"] .align-self-md-baseline {
    align-self: baseline !important;
  }
  [dir="ltr"] .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .flex-lg-row {
    flex-direction: row !important;
  }
  [dir="ltr"] .flex-lg-column {
    flex-direction: column !important;
  }
  [dir="ltr"] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  [dir="ltr"] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  [dir="ltr"] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  [dir="ltr"] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  [dir="ltr"] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [dir="ltr"] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  [dir="ltr"] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  [dir="ltr"] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  [dir="ltr"] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  [dir="ltr"] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  [dir="ltr"] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  [dir="ltr"] .justify-content-lg-center {
    justify-content: center !important;
  }
  [dir="ltr"] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  [dir="ltr"] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  [dir="ltr"] .align-items-lg-start {
    align-items: flex-start !important;
  }
  [dir="ltr"] .align-items-lg-end {
    align-items: flex-end !important;
  }
  [dir="ltr"] .align-items-lg-center {
    align-items: center !important;
  }
  [dir="ltr"] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  [dir="ltr"] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  [dir="ltr"] .align-content-lg-start {
    align-content: flex-start !important;
  }
  [dir="ltr"] .align-content-lg-end {
    align-content: flex-end !important;
  }
  [dir="ltr"] .align-content-lg-center {
    align-content: center !important;
  }
  [dir="ltr"] .align-content-lg-between {
    align-content: space-between !important;
  }
  [dir="ltr"] .align-content-lg-around {
    align-content: space-around !important;
  }
  [dir="ltr"] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  [dir="ltr"] .align-self-lg-auto {
    align-self: auto !important;
  }
  [dir="ltr"] .align-self-lg-start {
    align-self: flex-start !important;
  }
  [dir="ltr"] .align-self-lg-end {
    align-self: flex-end !important;
  }
  [dir="ltr"] .align-self-lg-center {
    align-self: center !important;
  }
  [dir="ltr"] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  [dir="ltr"] .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .flex-xl-row {
    flex-direction: row !important;
  }
  [dir="ltr"] .flex-xl-column {
    flex-direction: column !important;
  }
  [dir="ltr"] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [dir="ltr"] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [dir="ltr"] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  [dir="ltr"] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  [dir="ltr"] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [dir="ltr"] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  [dir="ltr"] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  [dir="ltr"] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [dir="ltr"] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [dir="ltr"] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  [dir="ltr"] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  [dir="ltr"] .justify-content-xl-center {
    justify-content: center !important;
  }
  [dir="ltr"] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  [dir="ltr"] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  [dir="ltr"] .align-items-xl-start {
    align-items: flex-start !important;
  }
  [dir="ltr"] .align-items-xl-end {
    align-items: flex-end !important;
  }
  [dir="ltr"] .align-items-xl-center {
    align-items: center !important;
  }
  [dir="ltr"] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  [dir="ltr"] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  [dir="ltr"] .align-content-xl-start {
    align-content: flex-start !important;
  }
  [dir="ltr"] .align-content-xl-end {
    align-content: flex-end !important;
  }
  [dir="ltr"] .align-content-xl-center {
    align-content: center !important;
  }
  [dir="ltr"] .align-content-xl-between {
    align-content: space-between !important;
  }
  [dir="ltr"] .align-content-xl-around {
    align-content: space-around !important;
  }
  [dir="ltr"] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  [dir="ltr"] .align-self-xl-auto {
    align-self: auto !important;
  }
  [dir="ltr"] .align-self-xl-start {
    align-self: flex-start !important;
  }
  [dir="ltr"] .align-self-xl-end {
    align-self: flex-end !important;
  }
  [dir="ltr"] .align-self-xl-center {
    align-self: center !important;
  }
  [dir="ltr"] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  [dir="ltr"] .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .flex-xxl-row {
    flex-direction: row !important;
  }
  [dir="ltr"] .flex-xxl-column {
    flex-direction: column !important;
  }
  [dir="ltr"] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  [dir="ltr"] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  [dir="ltr"] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  [dir="ltr"] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  [dir="ltr"] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [dir="ltr"] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  [dir="ltr"] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  [dir="ltr"] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  [dir="ltr"] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  [dir="ltr"] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  [dir="ltr"] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  [dir="ltr"] .justify-content-xxl-center {
    justify-content: center !important;
  }
  [dir="ltr"] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  [dir="ltr"] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  [dir="ltr"] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  [dir="ltr"] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  [dir="ltr"] .align-items-xxl-center {
    align-items: center !important;
  }
  [dir="ltr"] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  [dir="ltr"] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  [dir="ltr"] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  [dir="ltr"] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  [dir="ltr"] .align-content-xxl-center {
    align-content: center !important;
  }
  [dir="ltr"] .align-content-xxl-between {
    align-content: space-between !important;
  }
  [dir="ltr"] .align-content-xxl-around {
    align-content: space-around !important;
  }
  [dir="ltr"] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  [dir="ltr"] .align-self-xxl-auto {
    align-self: auto !important;
  }
  [dir="ltr"] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  [dir="ltr"] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  [dir="ltr"] .align-self-xxl-center {
    align-self: center !important;
  }
  [dir="ltr"] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  [dir="ltr"] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
[dir="ltr"] .float-left {
  float: left !important;
}
[dir="ltr"] .float-right {
  float: right !important;
}
[dir="ltr"] .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .float-sm-left {
    float: left !important;
  }
  [dir="ltr"] .float-sm-right {
    float: right !important;
  }
  [dir="ltr"] .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .float-md-left {
    float: left !important;
  }
  [dir="ltr"] .float-md-right {
    float: right !important;
  }
  [dir="ltr"] .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .float-lg-left {
    float: left !important;
  }
  [dir="ltr"] .float-lg-right {
    float: right !important;
  }
  [dir="ltr"] .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .float-xl-left {
    float: left !important;
  }
  [dir="ltr"] .float-xl-right {
    float: right !important;
  }
  [dir="ltr"] .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .float-xxl-left {
    float: left !important;
  }
  [dir="ltr"] .float-xxl-right {
    float: right !important;
  }
  [dir="ltr"] .float-xxl-none {
    float: none !important;
  }
}
[dir="ltr"] .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
[dir="ltr"] .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
[dir="ltr"] .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
[dir="ltr"] .overflow-auto {
  overflow: auto !important;
}
[dir="ltr"] .overflow-hidden {
  overflow: hidden !important;
}
[dir="ltr"] .position-static {
  position: static !important;
}
[dir="ltr"] .position-relative {
  position: relative !important;
}
[dir="ltr"] .position-absolute {
  position: absolute !important;
}
[dir="ltr"] .position-fixed {
  position: fixed !important;
}
[dir="ltr"] .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
[dir="ltr"] .fixed-top {
  top: 0;
}
[dir="ltr"] .fixed-bottom,
[dir="ltr"] .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
[dir="ltr"] .fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  [dir="ltr"] .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
[dir="ltr"] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
[dir="ltr"] .sr-only-focusable:active,
[dir="ltr"] .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
[dir="ltr"] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(39, 44, 51, 0.075) !important;
}
[dir="ltr"] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(39, 44, 51, 0.15) !important;
}
[dir="ltr"] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(39, 44, 51, 0.175) !important;
}
[dir="ltr"] .shadow-none {
  box-shadow: none !important;
}
[dir="ltr"] .w-25 {
  width: 25% !important;
}
[dir="ltr"] .w-50 {
  width: 50% !important;
}
[dir="ltr"] .w-75 {
  width: 75% !important;
}
[dir="ltr"] .w-100 {
  width: 100% !important;
}
[dir="ltr"] .w-auto {
  width: auto !important;
}
[dir="ltr"] .w-64 {
  width: 64px !important;
}
[dir="ltr"] .h-25 {
  height: 25% !important;
}
[dir="ltr"] .h-50 {
  height: 50% !important;
}
[dir="ltr"] .h-75 {
  height: 75% !important;
}
[dir="ltr"] .h-100 {
  height: 100% !important;
}
[dir="ltr"] .h-auto {
  height: auto !important;
}
[dir="ltr"] .h-64 {
  height: 64px !important;
}
[dir="ltr"] .mw-100 {
  max-width: 100% !important;
}
[dir="ltr"] .mh-100 {
  max-height: 100% !important;
}
[dir="ltr"] .min-vw-100 {
  min-width: 100vw !important;
}
[dir="ltr"] .min-vh-100 {
  min-height: 100vh !important;
}
[dir="ltr"] .vw-100 {
  width: 100vw !important;
}
[dir="ltr"] .vh-100 {
  height: 100vh !important;
}
[dir="ltr"] .m-0 {
  margin: 0 !important;
}
[dir="ltr"] .mt-0,
[dir="ltr"] .my-0 {
  margin-top: 0 !important;
}
[dir="ltr"] .mr-0,
[dir="ltr"] .mx-0 {
  margin-right: 0 !important;
}
[dir="ltr"] .mb-0,
[dir="ltr"] .my-0 {
  margin-bottom: 0 !important;
}
[dir="ltr"] .ml-0,
[dir="ltr"] .mx-0 {
  margin-left: 0 !important;
}
[dir="ltr"] .m-1 {
  margin: 0.25rem !important;
}
[dir="ltr"] .mt-1,
[dir="ltr"] .my-1 {
  margin-top: 0.25rem !important;
}
[dir="ltr"] .mr-1,
[dir="ltr"] .mx-1 {
  margin-right: 0.25rem !important;
}
[dir="ltr"] .mb-1,
[dir="ltr"] .my-1 {
  margin-bottom: 0.25rem !important;
}
[dir="ltr"] .ml-1,
[dir="ltr"] .mx-1 {
  margin-left: 0.25rem !important;
}
[dir="ltr"] .m-2 {
  margin: 0.5rem !important;
}
[dir="ltr"] .mt-2,
[dir="ltr"] .my-2 {
  margin-top: 0.5rem !important;
}
[dir="ltr"] .mr-2,
[dir="ltr"] .mx-2 {
  margin-right: 0.5rem !important;
}
[dir="ltr"] .mb-2,
[dir="ltr"] .my-2 {
  margin-bottom: 0.5rem !important;
}
[dir="ltr"] .ml-2,
[dir="ltr"] .mx-2 {
  margin-left: 0.5rem !important;
}
[dir="ltr"] .m-3 {
  margin: 1rem !important;
}
[dir="ltr"] .mt-3,
[dir="ltr"] .my-3 {
  margin-top: 1rem !important;
}
[dir="ltr"] .mr-3,
[dir="ltr"] .mx-3 {
  margin-right: 1rem !important;
}
[dir="ltr"] .mb-3,
[dir="ltr"] .my-3 {
  margin-bottom: 1rem !important;
}
[dir="ltr"] .ml-3,
[dir="ltr"] .mx-3 {
  margin-left: 1rem !important;
}
[dir="ltr"] .m-4 {
  margin: 1.5rem !important;
}
[dir="ltr"] .mt-4,
[dir="ltr"] .my-4 {
  margin-top: 1.5rem !important;
}
[dir="ltr"] .mr-4,
[dir="ltr"] .mx-4 {
  margin-right: 1.5rem !important;
}
[dir="ltr"] .mb-4,
[dir="ltr"] .my-4 {
  margin-bottom: 1.5rem !important;
}
[dir="ltr"] .ml-4,
[dir="ltr"] .mx-4 {
  margin-left: 1.5rem !important;
}
[dir="ltr"] .m-5 {
  margin: 3rem !important;
}
[dir="ltr"] .mt-5,
[dir="ltr"] .my-5 {
  margin-top: 3rem !important;
}
[dir="ltr"] .mr-5,
[dir="ltr"] .mx-5 {
  margin-right: 3rem !important;
}
[dir="ltr"] .mb-5,
[dir="ltr"] .my-5 {
  margin-bottom: 3rem !important;
}
[dir="ltr"] .ml-5,
[dir="ltr"] .mx-5 {
  margin-left: 3rem !important;
}
[dir="ltr"] .m-4pt {
  margin: 0.25rem !important;
}
[dir="ltr"] .mt-4pt,
[dir="ltr"] .my-4pt {
  margin-top: 0.25rem !important;
}
[dir="ltr"] .mr-4pt,
[dir="ltr"] .mx-4pt {
  margin-right: 0.25rem !important;
}
[dir="ltr"] .mb-4pt,
[dir="ltr"] .my-4pt {
  margin-bottom: 0.25rem !important;
}
[dir="ltr"] .ml-4pt,
[dir="ltr"] .mx-4pt {
  margin-left: 0.25rem !important;
}
[dir="ltr"] .m-8pt {
  margin: 0.5rem !important;
}
[dir="ltr"] .mt-8pt,
[dir="ltr"] .my-8pt {
  margin-top: 0.5rem !important;
}
[dir="ltr"] .mr-8pt,
[dir="ltr"] .mx-8pt {
  margin-right: 0.5rem !important;
}
[dir="ltr"] .mb-8pt,
[dir="ltr"] .my-8pt {
  margin-bottom: 0.5rem !important;
}
[dir="ltr"] .ml-8pt,
[dir="ltr"] .mx-8pt {
  margin-left: 0.5rem !important;
}
[dir="ltr"] .m-12pt {
  margin: 0.75rem !important;
}
[dir="ltr"] .mt-12pt,
[dir="ltr"] .my-12pt {
  margin-top: 0.75rem !important;
}
[dir="ltr"] .mr-12pt,
[dir="ltr"] .mx-12pt {
  margin-right: 0.75rem !important;
}
[dir="ltr"] .mb-12pt,
[dir="ltr"] .my-12pt {
  margin-bottom: 0.75rem !important;
}
[dir="ltr"] .ml-12pt,
[dir="ltr"] .mx-12pt {
  margin-left: 0.75rem !important;
}
[dir="ltr"] .m-16pt {
  margin: 1rem !important;
}
[dir="ltr"] .mt-16pt,
[dir="ltr"] .my-16pt {
  margin-top: 1rem !important;
}
[dir="ltr"] .mr-16pt,
[dir="ltr"] .mx-16pt {
  margin-right: 1rem !important;
}
[dir="ltr"] .mb-16pt,
[dir="ltr"] .my-16pt {
  margin-bottom: 1rem !important;
}
[dir="ltr"] .ml-16pt,
[dir="ltr"] .mx-16pt {
  margin-left: 1rem !important;
}
[dir="ltr"] .m-20pt {
  margin: 1.25rem !important;
}
[dir="ltr"] .mt-20pt,
[dir="ltr"] .my-20pt {
  margin-top: 1.25rem !important;
}
[dir="ltr"] .mr-20pt,
[dir="ltr"] .mx-20pt {
  margin-right: 1.25rem !important;
}
[dir="ltr"] .mb-20pt,
[dir="ltr"] .my-20pt {
  margin-bottom: 1.25rem !important;
}
[dir="ltr"] .ml-20pt,
[dir="ltr"] .mx-20pt {
  margin-left: 1.25rem !important;
}
[dir="ltr"] .m-24pt {
  margin: 1.5rem !important;
}
[dir="ltr"] .mt-24pt,
[dir="ltr"] .my-24pt {
  margin-top: 1.5rem !important;
}
[dir="ltr"] .mr-24pt,
[dir="ltr"] .mx-24pt {
  margin-right: 1.5rem !important;
}
[dir="ltr"] .mb-24pt,
[dir="ltr"] .my-24pt {
  margin-bottom: 1.5rem !important;
}
[dir="ltr"] .ml-24pt,
[dir="ltr"] .mx-24pt {
  margin-left: 1.5rem !important;
}
[dir="ltr"] .m-32pt {
  margin: 2rem !important;
}
[dir="ltr"] .mt-32pt,
[dir="ltr"] .my-32pt {
  margin-top: 2rem !important;
}
[dir="ltr"] .mr-32pt,
[dir="ltr"] .mx-32pt {
  margin-right: 2rem !important;
}
[dir="ltr"] .mb-32pt,
[dir="ltr"] .my-32pt {
  margin-bottom: 2rem !important;
}
[dir="ltr"] .ml-32pt,
[dir="ltr"] .mx-32pt {
  margin-left: 2rem !important;
}
[dir="ltr"] .m-40pt {
  margin: 2.5rem !important;
}
[dir="ltr"] .mt-40pt,
[dir="ltr"] .my-40pt {
  margin-top: 2.5rem !important;
}
[dir="ltr"] .mr-40pt,
[dir="ltr"] .mx-40pt {
  margin-right: 2.5rem !important;
}
[dir="ltr"] .mb-40pt,
[dir="ltr"] .my-40pt {
  margin-bottom: 2.5rem !important;
}
[dir="ltr"] .ml-40pt,
[dir="ltr"] .mx-40pt {
  margin-left: 2.5rem !important;
}
[dir="ltr"] .m-44pt {
  margin: 2.75rem !important;
}
[dir="ltr"] .mt-44pt,
[dir="ltr"] .my-44pt {
  margin-top: 2.75rem !important;
}
[dir="ltr"] .mr-44pt,
[dir="ltr"] .mx-44pt {
  margin-right: 2.75rem !important;
}
[dir="ltr"] .mb-44pt,
[dir="ltr"] .my-44pt {
  margin-bottom: 2.75rem !important;
}
[dir="ltr"] .ml-44pt,
[dir="ltr"] .mx-44pt {
  margin-left: 2.75rem !important;
}
[dir="ltr"] .m-48pt {
  margin: 3rem !important;
}
[dir="ltr"] .mt-48pt,
[dir="ltr"] .my-48pt {
  margin-top: 3rem !important;
}
[dir="ltr"] .mr-48pt,
[dir="ltr"] .mx-48pt {
  margin-right: 3rem !important;
}
[dir="ltr"] .mb-48pt,
[dir="ltr"] .my-48pt {
  margin-bottom: 3rem !important;
}
[dir="ltr"] .ml-48pt,
[dir="ltr"] .mx-48pt {
  margin-left: 3rem !important;
}
[dir="ltr"] .m-64pt {
  margin: 4rem !important;
}
[dir="ltr"] .mt-64pt,
[dir="ltr"] .my-64pt {
  margin-top: 4rem !important;
}
[dir="ltr"] .mr-64pt,
[dir="ltr"] .mx-64pt {
  margin-right: 4rem !important;
}
[dir="ltr"] .mb-64pt,
[dir="ltr"] .my-64pt {
  margin-bottom: 4rem !important;
}
[dir="ltr"] .ml-64pt,
[dir="ltr"] .mx-64pt {
  margin-left: 4rem !important;
}
[dir="ltr"] .m-112pt {
  margin: 7rem !important;
}
[dir="ltr"] .mt-112pt,
[dir="ltr"] .my-112pt {
  margin-top: 7rem !important;
}
[dir="ltr"] .mr-112pt,
[dir="ltr"] .mx-112pt {
  margin-right: 7rem !important;
}
[dir="ltr"] .mb-112pt,
[dir="ltr"] .my-112pt {
  margin-bottom: 7rem !important;
}
[dir="ltr"] .ml-112pt,
[dir="ltr"] .mx-112pt {
  margin-left: 7rem !important;
}
[dir="ltr"] .m-128pt {
  margin: 8rem !important;
}
[dir="ltr"] .mt-128pt,
[dir="ltr"] .my-128pt {
  margin-top: 8rem !important;
}
[dir="ltr"] .mr-128pt,
[dir="ltr"] .mx-128pt {
  margin-right: 8rem !important;
}
[dir="ltr"] .mb-128pt,
[dir="ltr"] .my-128pt {
  margin-bottom: 8rem !important;
}
[dir="ltr"] .ml-128pt,
[dir="ltr"] .mx-128pt {
  margin-left: 8rem !important;
}
[dir="ltr"] .p-0 {
  padding: 0 !important;
}
[dir="ltr"] .pt-0,
[dir="ltr"] .py-0 {
  padding-top: 0 !important;
}
[dir="ltr"] .pr-0,
[dir="ltr"] .px-0 {
  padding-right: 0 !important;
}
[dir="ltr"] .pb-0,
[dir="ltr"] .py-0 {
  padding-bottom: 0 !important;
}
[dir="ltr"] .pl-0,
[dir="ltr"] .px-0 {
  padding-left: 0 !important;
}
[dir="ltr"] .p-1 {
  padding: 0.25rem !important;
}
[dir="ltr"] .pt-1,
[dir="ltr"] .py-1 {
  padding-top: 0.25rem !important;
}
[dir="ltr"] .pr-1,
[dir="ltr"] .px-1 {
  padding-right: 0.25rem !important;
}
[dir="ltr"] .pb-1,
[dir="ltr"] .py-1 {
  padding-bottom: 0.25rem !important;
}
[dir="ltr"] .pl-1,
[dir="ltr"] .px-1 {
  padding-left: 0.25rem !important;
}
[dir="ltr"] .p-2 {
  padding: 0.5rem !important;
}
[dir="ltr"] .pt-2,
[dir="ltr"] .py-2 {
  padding-top: 0.5rem !important;
}
[dir="ltr"] .pr-2,
[dir="ltr"] .px-2 {
  padding-right: 0.5rem !important;
}
[dir="ltr"] .pb-2,
[dir="ltr"] .py-2 {
  padding-bottom: 0.5rem !important;
}
[dir="ltr"] .pl-2,
[dir="ltr"] .px-2 {
  padding-left: 0.5rem !important;
}
[dir="ltr"] .p-3 {
  padding: 1rem !important;
}
[dir="ltr"] .pt-3,
[dir="ltr"] .py-3 {
  padding-top: 1rem !important;
}
[dir="ltr"] .pr-3,
[dir="ltr"] .px-3 {
  padding-right: 1rem !important;
}
[dir="ltr"] .pb-3,
[dir="ltr"] .py-3 {
  padding-bottom: 1rem !important;
}
[dir="ltr"] .pl-3,
[dir="ltr"] .px-3 {
  padding-left: 1rem !important;
}
[dir="ltr"] .p-4 {
  padding: 1.5rem !important;
}
[dir="ltr"] .pt-4,
[dir="ltr"] .py-4 {
  padding-top: 1.5rem !important;
}
[dir="ltr"] .pr-4,
[dir="ltr"] .px-4 {
  padding-right: 1.5rem !important;
}
[dir="ltr"] .pb-4,
[dir="ltr"] .py-4 {
  padding-bottom: 1.5rem !important;
}
[dir="ltr"] .pl-4,
[dir="ltr"] .px-4 {
  padding-left: 1.5rem !important;
}
[dir="ltr"] .p-5 {
  padding: 3rem !important;
}
[dir="ltr"] .pt-5,
[dir="ltr"] .py-5 {
  padding-top: 3rem !important;
}
[dir="ltr"] .pr-5,
[dir="ltr"] .px-5 {
  padding-right: 3rem !important;
}
[dir="ltr"] .pb-5,
[dir="ltr"] .py-5 {
  padding-bottom: 3rem !important;
}
[dir="ltr"] .pl-5,
[dir="ltr"] .px-5 {
  padding-left: 3rem !important;
}
[dir="ltr"] .p-4pt {
  padding: 0.25rem !important;
}
[dir="ltr"] .pt-4pt,
[dir="ltr"] .py-4pt {
  padding-top: 0.25rem !important;
}
[dir="ltr"] .pr-4pt,
[dir="ltr"] .px-4pt {
  padding-right: 0.25rem !important;
}
[dir="ltr"] .pb-4pt,
[dir="ltr"] .py-4pt {
  padding-bottom: 0.25rem !important;
}
[dir="ltr"] .pl-4pt,
[dir="ltr"] .px-4pt {
  padding-left: 0.25rem !important;
}
[dir="ltr"] .p-8pt {
  padding: 0.5rem !important;
}
[dir="ltr"] .pt-8pt,
[dir="ltr"] .py-8pt {
  padding-top: 0.5rem !important;
}
[dir="ltr"] .pr-8pt,
[dir="ltr"] .px-8pt {
  padding-right: 0.5rem !important;
}
[dir="ltr"] .pb-8pt,
[dir="ltr"] .py-8pt {
  padding-bottom: 0.5rem !important;
}
[dir="ltr"] .pl-8pt,
[dir="ltr"] .px-8pt {
  padding-left: 0.5rem !important;
}
[dir="ltr"] .p-12pt {
  padding: 0.75rem !important;
}
[dir="ltr"] .pt-12pt,
[dir="ltr"] .py-12pt {
  padding-top: 0.75rem !important;
}
[dir="ltr"] .pr-12pt,
[dir="ltr"] .px-12pt {
  padding-right: 0.75rem !important;
}
[dir="ltr"] .pb-12pt,
[dir="ltr"] .py-12pt {
  padding-bottom: 0.75rem !important;
}
[dir="ltr"] .pl-12pt,
[dir="ltr"] .px-12pt {
  padding-left: 0.75rem !important;
}
[dir="ltr"] .p-16pt {
  padding: 1rem !important;
}
[dir="ltr"] .pt-16pt,
[dir="ltr"] .py-16pt {
  padding-top: 1rem !important;
}
[dir="ltr"] .pr-16pt,
[dir="ltr"] .px-16pt {
  padding-right: 1rem !important;
}
[dir="ltr"] .pb-16pt,
[dir="ltr"] .py-16pt {
  padding-bottom: 1rem !important;
}
[dir="ltr"] .pl-16pt,
[dir="ltr"] .px-16pt {
  padding-left: 1rem !important;
}
[dir="ltr"] .p-20pt {
  padding: 1.25rem !important;
}
[dir="ltr"] .pt-20pt,
[dir="ltr"] .py-20pt {
  padding-top: 1.25rem !important;
}
[dir="ltr"] .pr-20pt,
[dir="ltr"] .px-20pt {
  padding-right: 1.25rem !important;
}
[dir="ltr"] .pb-20pt,
[dir="ltr"] .py-20pt {
  padding-bottom: 1.25rem !important;
}
[dir="ltr"] .pl-20pt,
[dir="ltr"] .px-20pt {
  padding-left: 1.25rem !important;
}
[dir="ltr"] .p-24pt {
  padding: 1.5rem !important;
}
[dir="ltr"] .pt-24pt,
[dir="ltr"] .py-24pt {
  padding-top: 1.5rem !important;
}
[dir="ltr"] .pr-24pt,
[dir="ltr"] .px-24pt {
  padding-right: 1.5rem !important;
}
[dir="ltr"] .pb-24pt,
[dir="ltr"] .py-24pt {
  padding-bottom: 1.5rem !important;
}
[dir="ltr"] .pl-24pt,
[dir="ltr"] .px-24pt {
  padding-left: 1.5rem !important;
}
[dir="ltr"] .p-32pt {
  padding: 2rem !important;
}
[dir="ltr"] .pt-32pt,
[dir="ltr"] .py-32pt {
  padding-top: 2rem !important;
}
[dir="ltr"] .pr-32pt,
[dir="ltr"] .px-32pt {
  padding-right: 2rem !important;
}
[dir="ltr"] .pb-32pt,
[dir="ltr"] .py-32pt {
  padding-bottom: 2rem !important;
}
[dir="ltr"] .pl-32pt,
[dir="ltr"] .px-32pt {
  padding-left: 2rem !important;
}
[dir="ltr"] .p-40pt {
  padding: 2.5rem !important;
}
[dir="ltr"] .pt-40pt,
[dir="ltr"] .py-40pt {
  padding-top: 2.5rem !important;
}
[dir="ltr"] .pr-40pt,
[dir="ltr"] .px-40pt {
  padding-right: 2.5rem !important;
}
[dir="ltr"] .pb-40pt,
[dir="ltr"] .py-40pt {
  padding-bottom: 2.5rem !important;
}
[dir="ltr"] .pl-40pt,
[dir="ltr"] .px-40pt {
  padding-left: 2.5rem !important;
}
[dir="ltr"] .p-44pt {
  padding: 2.75rem !important;
}
[dir="ltr"] .pt-44pt,
[dir="ltr"] .py-44pt {
  padding-top: 2.75rem !important;
}
[dir="ltr"] .pr-44pt,
[dir="ltr"] .px-44pt {
  padding-right: 2.75rem !important;
}
[dir="ltr"] .pb-44pt,
[dir="ltr"] .py-44pt {
  padding-bottom: 2.75rem !important;
}
[dir="ltr"] .pl-44pt,
[dir="ltr"] .px-44pt {
  padding-left: 2.75rem !important;
}
[dir="ltr"] .p-48pt {
  padding: 3rem !important;
}
[dir="ltr"] .pt-48pt,
[dir="ltr"] .py-48pt {
  padding-top: 3rem !important;
}
[dir="ltr"] .pr-48pt,
[dir="ltr"] .px-48pt {
  padding-right: 3rem !important;
}
[dir="ltr"] .pb-48pt,
[dir="ltr"] .py-48pt {
  padding-bottom: 3rem !important;
}
[dir="ltr"] .pl-48pt,
[dir="ltr"] .px-48pt {
  padding-left: 3rem !important;
}
[dir="ltr"] .p-64pt {
  padding: 4rem !important;
}
[dir="ltr"] .pt-64pt,
[dir="ltr"] .py-64pt {
  padding-top: 4rem !important;
}
[dir="ltr"] .pr-64pt,
[dir="ltr"] .px-64pt {
  padding-right: 4rem !important;
}
[dir="ltr"] .pb-64pt,
[dir="ltr"] .py-64pt {
  padding-bottom: 4rem !important;
}
[dir="ltr"] .pl-64pt,
[dir="ltr"] .px-64pt {
  padding-left: 4rem !important;
}
[dir="ltr"] .p-112pt {
  padding: 7rem !important;
}
[dir="ltr"] .pt-112pt,
[dir="ltr"] .py-112pt {
  padding-top: 7rem !important;
}
[dir="ltr"] .pr-112pt,
[dir="ltr"] .px-112pt {
  padding-right: 7rem !important;
}
[dir="ltr"] .pb-112pt,
[dir="ltr"] .py-112pt {
  padding-bottom: 7rem !important;
}
[dir="ltr"] .pl-112pt,
[dir="ltr"] .px-112pt {
  padding-left: 7rem !important;
}
[dir="ltr"] .p-128pt {
  padding: 8rem !important;
}
[dir="ltr"] .pt-128pt,
[dir="ltr"] .py-128pt {
  padding-top: 8rem !important;
}
[dir="ltr"] .pr-128pt,
[dir="ltr"] .px-128pt {
  padding-right: 8rem !important;
}
[dir="ltr"] .pb-128pt,
[dir="ltr"] .py-128pt {
  padding-bottom: 8rem !important;
}
[dir="ltr"] .pl-128pt,
[dir="ltr"] .px-128pt {
  padding-left: 8rem !important;
}
[dir="ltr"] .m-n1 {
  margin: -0.25rem !important;
}
[dir="ltr"] .mt-n1,
[dir="ltr"] .my-n1 {
  margin-top: -0.25rem !important;
}
[dir="ltr"] .mr-n1,
[dir="ltr"] .mx-n1 {
  margin-right: -0.25rem !important;
}
[dir="ltr"] .mb-n1,
[dir="ltr"] .my-n1 {
  margin-bottom: -0.25rem !important;
}
[dir="ltr"] .ml-n1,
[dir="ltr"] .mx-n1 {
  margin-left: -0.25rem !important;
}
[dir="ltr"] .m-n2 {
  margin: -0.5rem !important;
}
[dir="ltr"] .mt-n2,
[dir="ltr"] .my-n2 {
  margin-top: -0.5rem !important;
}
[dir="ltr"] .mr-n2,
[dir="ltr"] .mx-n2 {
  margin-right: -0.5rem !important;
}
[dir="ltr"] .mb-n2,
[dir="ltr"] .my-n2 {
  margin-bottom: -0.5rem !important;
}
[dir="ltr"] .ml-n2,
[dir="ltr"] .mx-n2 {
  margin-left: -0.5rem !important;
}
[dir="ltr"] .m-n3 {
  margin: -1rem !important;
}
[dir="ltr"] .mt-n3,
[dir="ltr"] .my-n3 {
  margin-top: -1rem !important;
}
[dir="ltr"] .mr-n3,
[dir="ltr"] .mx-n3 {
  margin-right: -1rem !important;
}
[dir="ltr"] .mb-n3,
[dir="ltr"] .my-n3 {
  margin-bottom: -1rem !important;
}
[dir="ltr"] .ml-n3,
[dir="ltr"] .mx-n3 {
  margin-left: -1rem !important;
}
[dir="ltr"] .m-n4 {
  margin: -1.5rem !important;
}
[dir="ltr"] .mt-n4,
[dir="ltr"] .my-n4 {
  margin-top: -1.5rem !important;
}
[dir="ltr"] .mr-n4,
[dir="ltr"] .mx-n4 {
  margin-right: -1.5rem !important;
}
[dir="ltr"] .mb-n4,
[dir="ltr"] .my-n4 {
  margin-bottom: -1.5rem !important;
}
[dir="ltr"] .ml-n4,
[dir="ltr"] .mx-n4 {
  margin-left: -1.5rem !important;
}
[dir="ltr"] .m-n5 {
  margin: -3rem !important;
}
[dir="ltr"] .mt-n5,
[dir="ltr"] .my-n5 {
  margin-top: -3rem !important;
}
[dir="ltr"] .mr-n5,
[dir="ltr"] .mx-n5 {
  margin-right: -3rem !important;
}
[dir="ltr"] .mb-n5,
[dir="ltr"] .my-n5 {
  margin-bottom: -3rem !important;
}
[dir="ltr"] .ml-n5,
[dir="ltr"] .mx-n5 {
  margin-left: -3rem !important;
}
[dir="ltr"] .m-n4pt {
  margin: -0.25rem !important;
}
[dir="ltr"] .mt-n4pt,
[dir="ltr"] .my-n4pt {
  margin-top: -0.25rem !important;
}
[dir="ltr"] .mr-n4pt,
[dir="ltr"] .mx-n4pt {
  margin-right: -0.25rem !important;
}
[dir="ltr"] .mb-n4pt,
[dir="ltr"] .my-n4pt {
  margin-bottom: -0.25rem !important;
}
[dir="ltr"] .ml-n4pt,
[dir="ltr"] .mx-n4pt {
  margin-left: -0.25rem !important;
}
[dir="ltr"] .m-n8pt {
  margin: -0.5rem !important;
}
[dir="ltr"] .mt-n8pt,
[dir="ltr"] .my-n8pt {
  margin-top: -0.5rem !important;
}
[dir="ltr"] .mr-n8pt,
[dir="ltr"] .mx-n8pt {
  margin-right: -0.5rem !important;
}
[dir="ltr"] .mb-n8pt,
[dir="ltr"] .my-n8pt {
  margin-bottom: -0.5rem !important;
}
[dir="ltr"] .ml-n8pt,
[dir="ltr"] .mx-n8pt {
  margin-left: -0.5rem !important;
}
[dir="ltr"] .m-n12pt {
  margin: -0.75rem !important;
}
[dir="ltr"] .mt-n12pt,
[dir="ltr"] .my-n12pt {
  margin-top: -0.75rem !important;
}
[dir="ltr"] .mr-n12pt,
[dir="ltr"] .mx-n12pt {
  margin-right: -0.75rem !important;
}
[dir="ltr"] .mb-n12pt,
[dir="ltr"] .my-n12pt {
  margin-bottom: -0.75rem !important;
}
[dir="ltr"] .ml-n12pt,
[dir="ltr"] .mx-n12pt {
  margin-left: -0.75rem !important;
}
[dir="ltr"] .m-n16pt {
  margin: -1rem !important;
}
[dir="ltr"] .mt-n16pt,
[dir="ltr"] .my-n16pt {
  margin-top: -1rem !important;
}
[dir="ltr"] .mr-n16pt,
[dir="ltr"] .mx-n16pt {
  margin-right: -1rem !important;
}
[dir="ltr"] .mb-n16pt,
[dir="ltr"] .my-n16pt {
  margin-bottom: -1rem !important;
}
[dir="ltr"] .ml-n16pt,
[dir="ltr"] .mx-n16pt {
  margin-left: -1rem !important;
}
[dir="ltr"] .m-n20pt {
  margin: -1.25rem !important;
}
[dir="ltr"] .mt-n20pt,
[dir="ltr"] .my-n20pt {
  margin-top: -1.25rem !important;
}
[dir="ltr"] .mr-n20pt,
[dir="ltr"] .mx-n20pt {
  margin-right: -1.25rem !important;
}
[dir="ltr"] .mb-n20pt,
[dir="ltr"] .my-n20pt {
  margin-bottom: -1.25rem !important;
}
[dir="ltr"] .ml-n20pt,
[dir="ltr"] .mx-n20pt {
  margin-left: -1.25rem !important;
}
[dir="ltr"] .m-n24pt {
  margin: -1.5rem !important;
}
[dir="ltr"] .mt-n24pt,
[dir="ltr"] .my-n24pt {
  margin-top: -1.5rem !important;
}
[dir="ltr"] .mr-n24pt,
[dir="ltr"] .mx-n24pt {
  margin-right: -1.5rem !important;
}
[dir="ltr"] .mb-n24pt,
[dir="ltr"] .my-n24pt {
  margin-bottom: -1.5rem !important;
}
[dir="ltr"] .ml-n24pt,
[dir="ltr"] .mx-n24pt {
  margin-left: -1.5rem !important;
}
[dir="ltr"] .m-n32pt {
  margin: -2rem !important;
}
[dir="ltr"] .mt-n32pt,
[dir="ltr"] .my-n32pt {
  margin-top: -2rem !important;
}
[dir="ltr"] .mr-n32pt,
[dir="ltr"] .mx-n32pt {
  margin-right: -2rem !important;
}
[dir="ltr"] .mb-n32pt,
[dir="ltr"] .my-n32pt {
  margin-bottom: -2rem !important;
}
[dir="ltr"] .ml-n32pt,
[dir="ltr"] .mx-n32pt {
  margin-left: -2rem !important;
}
[dir="ltr"] .m-n40pt {
  margin: -2.5rem !important;
}
[dir="ltr"] .mt-n40pt,
[dir="ltr"] .my-n40pt {
  margin-top: -2.5rem !important;
}
[dir="ltr"] .mr-n40pt,
[dir="ltr"] .mx-n40pt {
  margin-right: -2.5rem !important;
}
[dir="ltr"] .mb-n40pt,
[dir="ltr"] .my-n40pt {
  margin-bottom: -2.5rem !important;
}
[dir="ltr"] .ml-n40pt,
[dir="ltr"] .mx-n40pt {
  margin-left: -2.5rem !important;
}
[dir="ltr"] .m-n44pt {
  margin: -2.75rem !important;
}
[dir="ltr"] .mt-n44pt,
[dir="ltr"] .my-n44pt {
  margin-top: -2.75rem !important;
}
[dir="ltr"] .mr-n44pt,
[dir="ltr"] .mx-n44pt {
  margin-right: -2.75rem !important;
}
[dir="ltr"] .mb-n44pt,
[dir="ltr"] .my-n44pt {
  margin-bottom: -2.75rem !important;
}
[dir="ltr"] .ml-n44pt,
[dir="ltr"] .mx-n44pt {
  margin-left: -2.75rem !important;
}
[dir="ltr"] .m-n48pt {
  margin: -3rem !important;
}
[dir="ltr"] .mt-n48pt,
[dir="ltr"] .my-n48pt {
  margin-top: -3rem !important;
}
[dir="ltr"] .mr-n48pt,
[dir="ltr"] .mx-n48pt {
  margin-right: -3rem !important;
}
[dir="ltr"] .mb-n48pt,
[dir="ltr"] .my-n48pt {
  margin-bottom: -3rem !important;
}
[dir="ltr"] .ml-n48pt,
[dir="ltr"] .mx-n48pt {
  margin-left: -3rem !important;
}
[dir="ltr"] .m-n64pt {
  margin: -4rem !important;
}
[dir="ltr"] .mt-n64pt,
[dir="ltr"] .my-n64pt {
  margin-top: -4rem !important;
}
[dir="ltr"] .mr-n64pt,
[dir="ltr"] .mx-n64pt {
  margin-right: -4rem !important;
}
[dir="ltr"] .mb-n64pt,
[dir="ltr"] .my-n64pt {
  margin-bottom: -4rem !important;
}
[dir="ltr"] .ml-n64pt,
[dir="ltr"] .mx-n64pt {
  margin-left: -4rem !important;
}
[dir="ltr"] .m-n112pt {
  margin: -7rem !important;
}
[dir="ltr"] .mt-n112pt,
[dir="ltr"] .my-n112pt {
  margin-top: -7rem !important;
}
[dir="ltr"] .mr-n112pt,
[dir="ltr"] .mx-n112pt {
  margin-right: -7rem !important;
}
[dir="ltr"] .mb-n112pt,
[dir="ltr"] .my-n112pt {
  margin-bottom: -7rem !important;
}
[dir="ltr"] .ml-n112pt,
[dir="ltr"] .mx-n112pt {
  margin-left: -7rem !important;
}
[dir="ltr"] .m-n128pt {
  margin: -8rem !important;
}
[dir="ltr"] .mt-n128pt,
[dir="ltr"] .my-n128pt {
  margin-top: -8rem !important;
}
[dir="ltr"] .mr-n128pt,
[dir="ltr"] .mx-n128pt {
  margin-right: -8rem !important;
}
[dir="ltr"] .mb-n128pt,
[dir="ltr"] .my-n128pt {
  margin-bottom: -8rem !important;
}
[dir="ltr"] .ml-n128pt,
[dir="ltr"] .mx-n128pt {
  margin-left: -8rem !important;
}
[dir="ltr"] .m-auto {
  margin: auto !important;
}
[dir="ltr"] .mt-auto,
[dir="ltr"] .my-auto {
  margin-top: auto !important;
}
[dir="ltr"] .mr-auto,
[dir="ltr"] .mx-auto {
  margin-right: auto !important;
}
[dir="ltr"] .mb-auto,
[dir="ltr"] .my-auto {
  margin-bottom: auto !important;
}
[dir="ltr"] .ml-auto,
[dir="ltr"] .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .m-sm-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-sm-0,
  [dir="ltr"] .my-sm-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-sm-0,
  [dir="ltr"] .my-sm-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-sm-1,
  [dir="ltr"] .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-sm-1,
  [dir="ltr"] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-sm-2,
  [dir="ltr"] .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-sm-2,
  [dir="ltr"] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-sm-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-sm-3,
  [dir="ltr"] .my-sm-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-sm-3,
  [dir="ltr"] .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-sm-4,
  [dir="ltr"] .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-sm-4,
  [dir="ltr"] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-sm-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-sm-5,
  [dir="ltr"] .my-sm-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-sm-5,
  [dir="ltr"] .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-sm-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-sm-4pt,
  [dir="ltr"] .my-sm-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-sm-4pt,
  [dir="ltr"] .mx-sm-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-sm-4pt,
  [dir="ltr"] .my-sm-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-sm-4pt,
  [dir="ltr"] .mx-sm-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-sm-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-sm-8pt,
  [dir="ltr"] .my-sm-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-sm-8pt,
  [dir="ltr"] .mx-sm-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-sm-8pt,
  [dir="ltr"] .my-sm-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-sm-8pt,
  [dir="ltr"] .mx-sm-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-sm-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-sm-12pt,
  [dir="ltr"] .my-sm-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-sm-12pt,
  [dir="ltr"] .mx-sm-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-sm-12pt,
  [dir="ltr"] .my-sm-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-sm-12pt,
  [dir="ltr"] .mx-sm-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-sm-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-sm-16pt,
  [dir="ltr"] .my-sm-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-sm-16pt,
  [dir="ltr"] .mx-sm-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-sm-16pt,
  [dir="ltr"] .my-sm-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-sm-16pt,
  [dir="ltr"] .mx-sm-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-sm-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-sm-20pt,
  [dir="ltr"] .my-sm-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-sm-20pt,
  [dir="ltr"] .mx-sm-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-sm-20pt,
  [dir="ltr"] .my-sm-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-sm-20pt,
  [dir="ltr"] .mx-sm-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-sm-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-sm-24pt,
  [dir="ltr"] .my-sm-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-sm-24pt,
  [dir="ltr"] .mx-sm-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-sm-24pt,
  [dir="ltr"] .my-sm-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-sm-24pt,
  [dir="ltr"] .mx-sm-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-sm-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-sm-32pt,
  [dir="ltr"] .my-sm-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-sm-32pt,
  [dir="ltr"] .mx-sm-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-sm-32pt,
  [dir="ltr"] .my-sm-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-sm-32pt,
  [dir="ltr"] .mx-sm-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-sm-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-sm-40pt,
  [dir="ltr"] .my-sm-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-sm-40pt,
  [dir="ltr"] .mx-sm-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-sm-40pt,
  [dir="ltr"] .my-sm-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-sm-40pt,
  [dir="ltr"] .mx-sm-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-sm-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-sm-44pt,
  [dir="ltr"] .my-sm-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-sm-44pt,
  [dir="ltr"] .mx-sm-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-sm-44pt,
  [dir="ltr"] .my-sm-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-sm-44pt,
  [dir="ltr"] .mx-sm-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-sm-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-sm-48pt,
  [dir="ltr"] .my-sm-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-sm-48pt,
  [dir="ltr"] .mx-sm-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-sm-48pt,
  [dir="ltr"] .my-sm-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-sm-48pt,
  [dir="ltr"] .mx-sm-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-sm-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-sm-64pt,
  [dir="ltr"] .my-sm-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-sm-64pt,
  [dir="ltr"] .mx-sm-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-sm-64pt,
  [dir="ltr"] .my-sm-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-sm-64pt,
  [dir="ltr"] .mx-sm-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-sm-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-sm-112pt,
  [dir="ltr"] .my-sm-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-sm-112pt,
  [dir="ltr"] .mx-sm-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-sm-112pt,
  [dir="ltr"] .my-sm-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-sm-112pt,
  [dir="ltr"] .mx-sm-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-sm-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-sm-128pt,
  [dir="ltr"] .my-sm-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-sm-128pt,
  [dir="ltr"] .mx-sm-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-sm-128pt,
  [dir="ltr"] .my-sm-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-sm-128pt,
  [dir="ltr"] .mx-sm-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-sm-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-sm-0,
  [dir="ltr"] .py-sm-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-sm-0,
  [dir="ltr"] .py-sm-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-sm-1,
  [dir="ltr"] .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-sm-1,
  [dir="ltr"] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-sm-2,
  [dir="ltr"] .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-sm-2,
  [dir="ltr"] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-sm-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-sm-3,
  [dir="ltr"] .py-sm-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-sm-3,
  [dir="ltr"] .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-sm-4,
  [dir="ltr"] .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-sm-4,
  [dir="ltr"] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-sm-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-sm-5,
  [dir="ltr"] .py-sm-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-sm-5,
  [dir="ltr"] .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-sm-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-sm-4pt,
  [dir="ltr"] .py-sm-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-sm-4pt,
  [dir="ltr"] .px-sm-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-sm-4pt,
  [dir="ltr"] .py-sm-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-sm-4pt,
  [dir="ltr"] .px-sm-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-sm-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-sm-8pt,
  [dir="ltr"] .py-sm-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-sm-8pt,
  [dir="ltr"] .px-sm-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-sm-8pt,
  [dir="ltr"] .py-sm-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-sm-8pt,
  [dir="ltr"] .px-sm-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-sm-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-sm-12pt,
  [dir="ltr"] .py-sm-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-sm-12pt,
  [dir="ltr"] .px-sm-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-sm-12pt,
  [dir="ltr"] .py-sm-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-sm-12pt,
  [dir="ltr"] .px-sm-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-sm-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-sm-16pt,
  [dir="ltr"] .py-sm-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-sm-16pt,
  [dir="ltr"] .px-sm-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-sm-16pt,
  [dir="ltr"] .py-sm-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-sm-16pt,
  [dir="ltr"] .px-sm-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-sm-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-sm-20pt,
  [dir="ltr"] .py-sm-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-sm-20pt,
  [dir="ltr"] .px-sm-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-sm-20pt,
  [dir="ltr"] .py-sm-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-sm-20pt,
  [dir="ltr"] .px-sm-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-sm-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-sm-24pt,
  [dir="ltr"] .py-sm-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-sm-24pt,
  [dir="ltr"] .px-sm-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-sm-24pt,
  [dir="ltr"] .py-sm-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-sm-24pt,
  [dir="ltr"] .px-sm-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-sm-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-sm-32pt,
  [dir="ltr"] .py-sm-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-sm-32pt,
  [dir="ltr"] .px-sm-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-sm-32pt,
  [dir="ltr"] .py-sm-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-sm-32pt,
  [dir="ltr"] .px-sm-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-sm-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-sm-40pt,
  [dir="ltr"] .py-sm-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-sm-40pt,
  [dir="ltr"] .px-sm-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-sm-40pt,
  [dir="ltr"] .py-sm-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-sm-40pt,
  [dir="ltr"] .px-sm-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-sm-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-sm-44pt,
  [dir="ltr"] .py-sm-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-sm-44pt,
  [dir="ltr"] .px-sm-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-sm-44pt,
  [dir="ltr"] .py-sm-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-sm-44pt,
  [dir="ltr"] .px-sm-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-sm-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-sm-48pt,
  [dir="ltr"] .py-sm-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-sm-48pt,
  [dir="ltr"] .px-sm-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-sm-48pt,
  [dir="ltr"] .py-sm-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-sm-48pt,
  [dir="ltr"] .px-sm-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-sm-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-sm-64pt,
  [dir="ltr"] .py-sm-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-sm-64pt,
  [dir="ltr"] .px-sm-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-sm-64pt,
  [dir="ltr"] .py-sm-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-sm-64pt,
  [dir="ltr"] .px-sm-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-sm-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-sm-112pt,
  [dir="ltr"] .py-sm-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-sm-112pt,
  [dir="ltr"] .px-sm-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-sm-112pt,
  [dir="ltr"] .py-sm-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-sm-112pt,
  [dir="ltr"] .px-sm-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-sm-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-sm-128pt,
  [dir="ltr"] .py-sm-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-sm-128pt,
  [dir="ltr"] .px-sm-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-sm-128pt,
  [dir="ltr"] .py-sm-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-sm-128pt,
  [dir="ltr"] .px-sm-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-sm-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-sm-n1,
  [dir="ltr"] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-sm-n1,
  [dir="ltr"] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-sm-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-sm-n2,
  [dir="ltr"] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-sm-n2,
  [dir="ltr"] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-sm-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-sm-n3,
  [dir="ltr"] .my-sm-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-sm-n3,
  [dir="ltr"] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-sm-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-sm-n4,
  [dir="ltr"] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-sm-n4,
  [dir="ltr"] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-sm-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-sm-n5,
  [dir="ltr"] .my-sm-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-sm-n5,
  [dir="ltr"] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-sm-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-sm-n4pt,
  [dir="ltr"] .my-sm-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-sm-n4pt,
  [dir="ltr"] .mx-sm-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-sm-n4pt,
  [dir="ltr"] .my-sm-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-sm-n4pt,
  [dir="ltr"] .mx-sm-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-sm-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-sm-n8pt,
  [dir="ltr"] .my-sm-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-sm-n8pt,
  [dir="ltr"] .mx-sm-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-sm-n8pt,
  [dir="ltr"] .my-sm-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-sm-n8pt,
  [dir="ltr"] .mx-sm-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-sm-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-sm-n12pt,
  [dir="ltr"] .my-sm-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-sm-n12pt,
  [dir="ltr"] .mx-sm-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-sm-n12pt,
  [dir="ltr"] .my-sm-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-sm-n12pt,
  [dir="ltr"] .mx-sm-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-sm-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-sm-n16pt,
  [dir="ltr"] .my-sm-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-sm-n16pt,
  [dir="ltr"] .mx-sm-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-sm-n16pt,
  [dir="ltr"] .my-sm-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-sm-n16pt,
  [dir="ltr"] .mx-sm-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-sm-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-sm-n20pt,
  [dir="ltr"] .my-sm-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-sm-n20pt,
  [dir="ltr"] .mx-sm-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-sm-n20pt,
  [dir="ltr"] .my-sm-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-sm-n20pt,
  [dir="ltr"] .mx-sm-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-sm-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-sm-n24pt,
  [dir="ltr"] .my-sm-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-sm-n24pt,
  [dir="ltr"] .mx-sm-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-sm-n24pt,
  [dir="ltr"] .my-sm-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-sm-n24pt,
  [dir="ltr"] .mx-sm-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-sm-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-sm-n32pt,
  [dir="ltr"] .my-sm-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-sm-n32pt,
  [dir="ltr"] .mx-sm-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-sm-n32pt,
  [dir="ltr"] .my-sm-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-sm-n32pt,
  [dir="ltr"] .mx-sm-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-sm-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-sm-n40pt,
  [dir="ltr"] .my-sm-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-sm-n40pt,
  [dir="ltr"] .mx-sm-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-sm-n40pt,
  [dir="ltr"] .my-sm-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-sm-n40pt,
  [dir="ltr"] .mx-sm-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-sm-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-sm-n44pt,
  [dir="ltr"] .my-sm-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-sm-n44pt,
  [dir="ltr"] .mx-sm-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-sm-n44pt,
  [dir="ltr"] .my-sm-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-sm-n44pt,
  [dir="ltr"] .mx-sm-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-sm-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-sm-n48pt,
  [dir="ltr"] .my-sm-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-sm-n48pt,
  [dir="ltr"] .mx-sm-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-sm-n48pt,
  [dir="ltr"] .my-sm-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-sm-n48pt,
  [dir="ltr"] .mx-sm-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-sm-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-sm-n64pt,
  [dir="ltr"] .my-sm-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-sm-n64pt,
  [dir="ltr"] .mx-sm-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-sm-n64pt,
  [dir="ltr"] .my-sm-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-sm-n64pt,
  [dir="ltr"] .mx-sm-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-sm-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-sm-n112pt,
  [dir="ltr"] .my-sm-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-sm-n112pt,
  [dir="ltr"] .mx-sm-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-sm-n112pt,
  [dir="ltr"] .my-sm-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-sm-n112pt,
  [dir="ltr"] .mx-sm-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-sm-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-sm-n128pt,
  [dir="ltr"] .my-sm-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-sm-n128pt,
  [dir="ltr"] .mx-sm-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-sm-n128pt,
  [dir="ltr"] .my-sm-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-sm-n128pt,
  [dir="ltr"] .mx-sm-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-sm-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-sm-auto,
  [dir="ltr"] .my-sm-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-sm-auto,
  [dir="ltr"] .my-sm-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .m-md-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-md-0,
  [dir="ltr"] .my-md-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-md-0,
  [dir="ltr"] .my-md-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-md-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-md-1,
  [dir="ltr"] .my-md-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-md-1,
  [dir="ltr"] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-md-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-md-2,
  [dir="ltr"] .my-md-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-md-2,
  [dir="ltr"] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-md-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-md-3,
  [dir="ltr"] .my-md-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-md-3,
  [dir="ltr"] .my-md-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-md-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-md-4,
  [dir="ltr"] .my-md-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-md-4,
  [dir="ltr"] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-md-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-md-5,
  [dir="ltr"] .my-md-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-md-5,
  [dir="ltr"] .my-md-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-md-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-md-4pt,
  [dir="ltr"] .my-md-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-md-4pt,
  [dir="ltr"] .mx-md-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-md-4pt,
  [dir="ltr"] .my-md-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-md-4pt,
  [dir="ltr"] .mx-md-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-md-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-md-8pt,
  [dir="ltr"] .my-md-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-md-8pt,
  [dir="ltr"] .mx-md-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-md-8pt,
  [dir="ltr"] .my-md-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-md-8pt,
  [dir="ltr"] .mx-md-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-md-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-md-12pt,
  [dir="ltr"] .my-md-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-md-12pt,
  [dir="ltr"] .mx-md-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-md-12pt,
  [dir="ltr"] .my-md-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-md-12pt,
  [dir="ltr"] .mx-md-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-md-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-md-16pt,
  [dir="ltr"] .my-md-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-md-16pt,
  [dir="ltr"] .mx-md-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-md-16pt,
  [dir="ltr"] .my-md-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-md-16pt,
  [dir="ltr"] .mx-md-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-md-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-md-20pt,
  [dir="ltr"] .my-md-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-md-20pt,
  [dir="ltr"] .mx-md-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-md-20pt,
  [dir="ltr"] .my-md-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-md-20pt,
  [dir="ltr"] .mx-md-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-md-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-md-24pt,
  [dir="ltr"] .my-md-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-md-24pt,
  [dir="ltr"] .mx-md-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-md-24pt,
  [dir="ltr"] .my-md-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-md-24pt,
  [dir="ltr"] .mx-md-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-md-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-md-32pt,
  [dir="ltr"] .my-md-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-md-32pt,
  [dir="ltr"] .mx-md-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-md-32pt,
  [dir="ltr"] .my-md-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-md-32pt,
  [dir="ltr"] .mx-md-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-md-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-md-40pt,
  [dir="ltr"] .my-md-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-md-40pt,
  [dir="ltr"] .mx-md-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-md-40pt,
  [dir="ltr"] .my-md-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-md-40pt,
  [dir="ltr"] .mx-md-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-md-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-md-44pt,
  [dir="ltr"] .my-md-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-md-44pt,
  [dir="ltr"] .mx-md-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-md-44pt,
  [dir="ltr"] .my-md-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-md-44pt,
  [dir="ltr"] .mx-md-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-md-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-md-48pt,
  [dir="ltr"] .my-md-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-md-48pt,
  [dir="ltr"] .mx-md-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-md-48pt,
  [dir="ltr"] .my-md-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-md-48pt,
  [dir="ltr"] .mx-md-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-md-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-md-64pt,
  [dir="ltr"] .my-md-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-md-64pt,
  [dir="ltr"] .mx-md-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-md-64pt,
  [dir="ltr"] .my-md-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-md-64pt,
  [dir="ltr"] .mx-md-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-md-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-md-112pt,
  [dir="ltr"] .my-md-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-md-112pt,
  [dir="ltr"] .mx-md-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-md-112pt,
  [dir="ltr"] .my-md-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-md-112pt,
  [dir="ltr"] .mx-md-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-md-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-md-128pt,
  [dir="ltr"] .my-md-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-md-128pt,
  [dir="ltr"] .mx-md-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-md-128pt,
  [dir="ltr"] .my-md-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-md-128pt,
  [dir="ltr"] .mx-md-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-md-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-md-0,
  [dir="ltr"] .py-md-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-md-0,
  [dir="ltr"] .px-md-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-md-0,
  [dir="ltr"] .py-md-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-md-0,
  [dir="ltr"] .px-md-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-md-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-md-1,
  [dir="ltr"] .py-md-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-md-1,
  [dir="ltr"] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-md-1,
  [dir="ltr"] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-md-1,
  [dir="ltr"] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-md-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-md-2,
  [dir="ltr"] .py-md-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-md-2,
  [dir="ltr"] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-md-2,
  [dir="ltr"] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-md-2,
  [dir="ltr"] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-md-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-md-3,
  [dir="ltr"] .py-md-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-md-3,
  [dir="ltr"] .px-md-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-md-3,
  [dir="ltr"] .py-md-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-md-3,
  [dir="ltr"] .px-md-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-md-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-md-4,
  [dir="ltr"] .py-md-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-md-4,
  [dir="ltr"] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-md-4,
  [dir="ltr"] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-md-4,
  [dir="ltr"] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-md-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-md-5,
  [dir="ltr"] .py-md-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-md-5,
  [dir="ltr"] .px-md-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-md-5,
  [dir="ltr"] .py-md-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-md-5,
  [dir="ltr"] .px-md-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-md-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-md-4pt,
  [dir="ltr"] .py-md-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-md-4pt,
  [dir="ltr"] .px-md-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-md-4pt,
  [dir="ltr"] .py-md-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-md-4pt,
  [dir="ltr"] .px-md-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-md-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-md-8pt,
  [dir="ltr"] .py-md-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-md-8pt,
  [dir="ltr"] .px-md-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-md-8pt,
  [dir="ltr"] .py-md-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-md-8pt,
  [dir="ltr"] .px-md-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-md-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-md-12pt,
  [dir="ltr"] .py-md-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-md-12pt,
  [dir="ltr"] .px-md-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-md-12pt,
  [dir="ltr"] .py-md-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-md-12pt,
  [dir="ltr"] .px-md-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-md-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-md-16pt,
  [dir="ltr"] .py-md-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-md-16pt,
  [dir="ltr"] .px-md-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-md-16pt,
  [dir="ltr"] .py-md-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-md-16pt,
  [dir="ltr"] .px-md-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-md-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-md-20pt,
  [dir="ltr"] .py-md-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-md-20pt,
  [dir="ltr"] .px-md-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-md-20pt,
  [dir="ltr"] .py-md-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-md-20pt,
  [dir="ltr"] .px-md-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-md-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-md-24pt,
  [dir="ltr"] .py-md-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-md-24pt,
  [dir="ltr"] .px-md-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-md-24pt,
  [dir="ltr"] .py-md-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-md-24pt,
  [dir="ltr"] .px-md-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-md-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-md-32pt,
  [dir="ltr"] .py-md-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-md-32pt,
  [dir="ltr"] .px-md-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-md-32pt,
  [dir="ltr"] .py-md-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-md-32pt,
  [dir="ltr"] .px-md-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-md-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-md-40pt,
  [dir="ltr"] .py-md-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-md-40pt,
  [dir="ltr"] .px-md-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-md-40pt,
  [dir="ltr"] .py-md-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-md-40pt,
  [dir="ltr"] .px-md-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-md-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-md-44pt,
  [dir="ltr"] .py-md-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-md-44pt,
  [dir="ltr"] .px-md-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-md-44pt,
  [dir="ltr"] .py-md-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-md-44pt,
  [dir="ltr"] .px-md-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-md-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-md-48pt,
  [dir="ltr"] .py-md-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-md-48pt,
  [dir="ltr"] .px-md-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-md-48pt,
  [dir="ltr"] .py-md-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-md-48pt,
  [dir="ltr"] .px-md-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-md-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-md-64pt,
  [dir="ltr"] .py-md-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-md-64pt,
  [dir="ltr"] .px-md-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-md-64pt,
  [dir="ltr"] .py-md-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-md-64pt,
  [dir="ltr"] .px-md-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-md-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-md-112pt,
  [dir="ltr"] .py-md-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-md-112pt,
  [dir="ltr"] .px-md-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-md-112pt,
  [dir="ltr"] .py-md-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-md-112pt,
  [dir="ltr"] .px-md-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-md-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-md-128pt,
  [dir="ltr"] .py-md-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-md-128pt,
  [dir="ltr"] .px-md-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-md-128pt,
  [dir="ltr"] .py-md-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-md-128pt,
  [dir="ltr"] .px-md-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-md-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-md-n1,
  [dir="ltr"] .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-md-n1,
  [dir="ltr"] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-md-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-md-n2,
  [dir="ltr"] .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-md-n2,
  [dir="ltr"] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-md-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-md-n3,
  [dir="ltr"] .my-md-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-md-n3,
  [dir="ltr"] .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-md-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-md-n4,
  [dir="ltr"] .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-md-n4,
  [dir="ltr"] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-md-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-md-n5,
  [dir="ltr"] .my-md-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-md-n5,
  [dir="ltr"] .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-md-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-md-n4pt,
  [dir="ltr"] .my-md-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-md-n4pt,
  [dir="ltr"] .mx-md-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-md-n4pt,
  [dir="ltr"] .my-md-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-md-n4pt,
  [dir="ltr"] .mx-md-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-md-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-md-n8pt,
  [dir="ltr"] .my-md-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-md-n8pt,
  [dir="ltr"] .mx-md-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-md-n8pt,
  [dir="ltr"] .my-md-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-md-n8pt,
  [dir="ltr"] .mx-md-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-md-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-md-n12pt,
  [dir="ltr"] .my-md-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-md-n12pt,
  [dir="ltr"] .mx-md-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-md-n12pt,
  [dir="ltr"] .my-md-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-md-n12pt,
  [dir="ltr"] .mx-md-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-md-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-md-n16pt,
  [dir="ltr"] .my-md-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-md-n16pt,
  [dir="ltr"] .mx-md-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-md-n16pt,
  [dir="ltr"] .my-md-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-md-n16pt,
  [dir="ltr"] .mx-md-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-md-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-md-n20pt,
  [dir="ltr"] .my-md-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-md-n20pt,
  [dir="ltr"] .mx-md-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-md-n20pt,
  [dir="ltr"] .my-md-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-md-n20pt,
  [dir="ltr"] .mx-md-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-md-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-md-n24pt,
  [dir="ltr"] .my-md-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-md-n24pt,
  [dir="ltr"] .mx-md-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-md-n24pt,
  [dir="ltr"] .my-md-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-md-n24pt,
  [dir="ltr"] .mx-md-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-md-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-md-n32pt,
  [dir="ltr"] .my-md-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-md-n32pt,
  [dir="ltr"] .mx-md-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-md-n32pt,
  [dir="ltr"] .my-md-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-md-n32pt,
  [dir="ltr"] .mx-md-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-md-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-md-n40pt,
  [dir="ltr"] .my-md-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-md-n40pt,
  [dir="ltr"] .mx-md-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-md-n40pt,
  [dir="ltr"] .my-md-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-md-n40pt,
  [dir="ltr"] .mx-md-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-md-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-md-n44pt,
  [dir="ltr"] .my-md-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-md-n44pt,
  [dir="ltr"] .mx-md-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-md-n44pt,
  [dir="ltr"] .my-md-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-md-n44pt,
  [dir="ltr"] .mx-md-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-md-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-md-n48pt,
  [dir="ltr"] .my-md-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-md-n48pt,
  [dir="ltr"] .mx-md-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-md-n48pt,
  [dir="ltr"] .my-md-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-md-n48pt,
  [dir="ltr"] .mx-md-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-md-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-md-n64pt,
  [dir="ltr"] .my-md-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-md-n64pt,
  [dir="ltr"] .mx-md-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-md-n64pt,
  [dir="ltr"] .my-md-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-md-n64pt,
  [dir="ltr"] .mx-md-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-md-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-md-n112pt,
  [dir="ltr"] .my-md-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-md-n112pt,
  [dir="ltr"] .mx-md-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-md-n112pt,
  [dir="ltr"] .my-md-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-md-n112pt,
  [dir="ltr"] .mx-md-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-md-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-md-n128pt,
  [dir="ltr"] .my-md-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-md-n128pt,
  [dir="ltr"] .mx-md-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-md-n128pt,
  [dir="ltr"] .my-md-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-md-n128pt,
  [dir="ltr"] .mx-md-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-md-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-md-auto,
  [dir="ltr"] .my-md-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-md-auto,
  [dir="ltr"] .my-md-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .m-lg-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-lg-0,
  [dir="ltr"] .my-lg-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-lg-0,
  [dir="ltr"] .my-lg-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-lg-1,
  [dir="ltr"] .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-lg-1,
  [dir="ltr"] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-lg-2,
  [dir="ltr"] .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-lg-2,
  [dir="ltr"] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-lg-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-lg-3,
  [dir="ltr"] .my-lg-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-lg-3,
  [dir="ltr"] .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-lg-4,
  [dir="ltr"] .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-lg-4,
  [dir="ltr"] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-lg-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-lg-5,
  [dir="ltr"] .my-lg-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-lg-5,
  [dir="ltr"] .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-lg-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-lg-4pt,
  [dir="ltr"] .my-lg-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-lg-4pt,
  [dir="ltr"] .mx-lg-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-lg-4pt,
  [dir="ltr"] .my-lg-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-lg-4pt,
  [dir="ltr"] .mx-lg-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-lg-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-lg-8pt,
  [dir="ltr"] .my-lg-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-lg-8pt,
  [dir="ltr"] .mx-lg-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-lg-8pt,
  [dir="ltr"] .my-lg-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-lg-8pt,
  [dir="ltr"] .mx-lg-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-lg-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-lg-12pt,
  [dir="ltr"] .my-lg-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-lg-12pt,
  [dir="ltr"] .mx-lg-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-lg-12pt,
  [dir="ltr"] .my-lg-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-lg-12pt,
  [dir="ltr"] .mx-lg-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-lg-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-lg-16pt,
  [dir="ltr"] .my-lg-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-lg-16pt,
  [dir="ltr"] .mx-lg-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-lg-16pt,
  [dir="ltr"] .my-lg-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-lg-16pt,
  [dir="ltr"] .mx-lg-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-lg-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-lg-20pt,
  [dir="ltr"] .my-lg-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-lg-20pt,
  [dir="ltr"] .mx-lg-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-lg-20pt,
  [dir="ltr"] .my-lg-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-lg-20pt,
  [dir="ltr"] .mx-lg-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-lg-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-lg-24pt,
  [dir="ltr"] .my-lg-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-lg-24pt,
  [dir="ltr"] .mx-lg-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-lg-24pt,
  [dir="ltr"] .my-lg-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-lg-24pt,
  [dir="ltr"] .mx-lg-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-lg-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-lg-32pt,
  [dir="ltr"] .my-lg-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-lg-32pt,
  [dir="ltr"] .mx-lg-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-lg-32pt,
  [dir="ltr"] .my-lg-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-lg-32pt,
  [dir="ltr"] .mx-lg-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-lg-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-lg-40pt,
  [dir="ltr"] .my-lg-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-lg-40pt,
  [dir="ltr"] .mx-lg-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-lg-40pt,
  [dir="ltr"] .my-lg-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-lg-40pt,
  [dir="ltr"] .mx-lg-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-lg-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-lg-44pt,
  [dir="ltr"] .my-lg-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-lg-44pt,
  [dir="ltr"] .mx-lg-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-lg-44pt,
  [dir="ltr"] .my-lg-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-lg-44pt,
  [dir="ltr"] .mx-lg-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-lg-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-lg-48pt,
  [dir="ltr"] .my-lg-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-lg-48pt,
  [dir="ltr"] .mx-lg-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-lg-48pt,
  [dir="ltr"] .my-lg-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-lg-48pt,
  [dir="ltr"] .mx-lg-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-lg-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-lg-64pt,
  [dir="ltr"] .my-lg-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-lg-64pt,
  [dir="ltr"] .mx-lg-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-lg-64pt,
  [dir="ltr"] .my-lg-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-lg-64pt,
  [dir="ltr"] .mx-lg-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-lg-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-lg-112pt,
  [dir="ltr"] .my-lg-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-lg-112pt,
  [dir="ltr"] .mx-lg-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-lg-112pt,
  [dir="ltr"] .my-lg-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-lg-112pt,
  [dir="ltr"] .mx-lg-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-lg-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-lg-128pt,
  [dir="ltr"] .my-lg-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-lg-128pt,
  [dir="ltr"] .mx-lg-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-lg-128pt,
  [dir="ltr"] .my-lg-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-lg-128pt,
  [dir="ltr"] .mx-lg-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-lg-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-lg-0,
  [dir="ltr"] .py-lg-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-lg-0,
  [dir="ltr"] .py-lg-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-lg-1,
  [dir="ltr"] .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-lg-1,
  [dir="ltr"] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-lg-2,
  [dir="ltr"] .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-lg-2,
  [dir="ltr"] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-lg-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-lg-3,
  [dir="ltr"] .py-lg-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-lg-3,
  [dir="ltr"] .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-lg-4,
  [dir="ltr"] .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-lg-4,
  [dir="ltr"] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-lg-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-lg-5,
  [dir="ltr"] .py-lg-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-lg-5,
  [dir="ltr"] .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-lg-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-lg-4pt,
  [dir="ltr"] .py-lg-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-lg-4pt,
  [dir="ltr"] .px-lg-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-lg-4pt,
  [dir="ltr"] .py-lg-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-lg-4pt,
  [dir="ltr"] .px-lg-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-lg-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-lg-8pt,
  [dir="ltr"] .py-lg-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-lg-8pt,
  [dir="ltr"] .px-lg-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-lg-8pt,
  [dir="ltr"] .py-lg-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-lg-8pt,
  [dir="ltr"] .px-lg-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-lg-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-lg-12pt,
  [dir="ltr"] .py-lg-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-lg-12pt,
  [dir="ltr"] .px-lg-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-lg-12pt,
  [dir="ltr"] .py-lg-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-lg-12pt,
  [dir="ltr"] .px-lg-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-lg-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-lg-16pt,
  [dir="ltr"] .py-lg-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-lg-16pt,
  [dir="ltr"] .px-lg-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-lg-16pt,
  [dir="ltr"] .py-lg-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-lg-16pt,
  [dir="ltr"] .px-lg-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-lg-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-lg-20pt,
  [dir="ltr"] .py-lg-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-lg-20pt,
  [dir="ltr"] .px-lg-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-lg-20pt,
  [dir="ltr"] .py-lg-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-lg-20pt,
  [dir="ltr"] .px-lg-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-lg-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-lg-24pt,
  [dir="ltr"] .py-lg-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-lg-24pt,
  [dir="ltr"] .px-lg-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-lg-24pt,
  [dir="ltr"] .py-lg-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-lg-24pt,
  [dir="ltr"] .px-lg-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-lg-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-lg-32pt,
  [dir="ltr"] .py-lg-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-lg-32pt,
  [dir="ltr"] .px-lg-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-lg-32pt,
  [dir="ltr"] .py-lg-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-lg-32pt,
  [dir="ltr"] .px-lg-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-lg-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-lg-40pt,
  [dir="ltr"] .py-lg-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-lg-40pt,
  [dir="ltr"] .px-lg-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-lg-40pt,
  [dir="ltr"] .py-lg-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-lg-40pt,
  [dir="ltr"] .px-lg-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-lg-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-lg-44pt,
  [dir="ltr"] .py-lg-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-lg-44pt,
  [dir="ltr"] .px-lg-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-lg-44pt,
  [dir="ltr"] .py-lg-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-lg-44pt,
  [dir="ltr"] .px-lg-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-lg-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-lg-48pt,
  [dir="ltr"] .py-lg-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-lg-48pt,
  [dir="ltr"] .px-lg-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-lg-48pt,
  [dir="ltr"] .py-lg-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-lg-48pt,
  [dir="ltr"] .px-lg-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-lg-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-lg-64pt,
  [dir="ltr"] .py-lg-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-lg-64pt,
  [dir="ltr"] .px-lg-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-lg-64pt,
  [dir="ltr"] .py-lg-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-lg-64pt,
  [dir="ltr"] .px-lg-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-lg-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-lg-112pt,
  [dir="ltr"] .py-lg-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-lg-112pt,
  [dir="ltr"] .px-lg-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-lg-112pt,
  [dir="ltr"] .py-lg-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-lg-112pt,
  [dir="ltr"] .px-lg-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-lg-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-lg-128pt,
  [dir="ltr"] .py-lg-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-lg-128pt,
  [dir="ltr"] .px-lg-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-lg-128pt,
  [dir="ltr"] .py-lg-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-lg-128pt,
  [dir="ltr"] .px-lg-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-lg-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-lg-n1,
  [dir="ltr"] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-lg-n1,
  [dir="ltr"] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-lg-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-lg-n2,
  [dir="ltr"] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-lg-n2,
  [dir="ltr"] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-lg-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-lg-n3,
  [dir="ltr"] .my-lg-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-lg-n3,
  [dir="ltr"] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-lg-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-lg-n4,
  [dir="ltr"] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-lg-n4,
  [dir="ltr"] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-lg-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-lg-n5,
  [dir="ltr"] .my-lg-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-lg-n5,
  [dir="ltr"] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-lg-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-lg-n4pt,
  [dir="ltr"] .my-lg-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-lg-n4pt,
  [dir="ltr"] .mx-lg-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-lg-n4pt,
  [dir="ltr"] .my-lg-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-lg-n4pt,
  [dir="ltr"] .mx-lg-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-lg-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-lg-n8pt,
  [dir="ltr"] .my-lg-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-lg-n8pt,
  [dir="ltr"] .mx-lg-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-lg-n8pt,
  [dir="ltr"] .my-lg-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-lg-n8pt,
  [dir="ltr"] .mx-lg-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-lg-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-lg-n12pt,
  [dir="ltr"] .my-lg-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-lg-n12pt,
  [dir="ltr"] .mx-lg-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-lg-n12pt,
  [dir="ltr"] .my-lg-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-lg-n12pt,
  [dir="ltr"] .mx-lg-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-lg-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-lg-n16pt,
  [dir="ltr"] .my-lg-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-lg-n16pt,
  [dir="ltr"] .mx-lg-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-lg-n16pt,
  [dir="ltr"] .my-lg-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-lg-n16pt,
  [dir="ltr"] .mx-lg-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-lg-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-lg-n20pt,
  [dir="ltr"] .my-lg-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-lg-n20pt,
  [dir="ltr"] .mx-lg-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-lg-n20pt,
  [dir="ltr"] .my-lg-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-lg-n20pt,
  [dir="ltr"] .mx-lg-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-lg-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-lg-n24pt,
  [dir="ltr"] .my-lg-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-lg-n24pt,
  [dir="ltr"] .mx-lg-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-lg-n24pt,
  [dir="ltr"] .my-lg-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-lg-n24pt,
  [dir="ltr"] .mx-lg-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-lg-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-lg-n32pt,
  [dir="ltr"] .my-lg-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-lg-n32pt,
  [dir="ltr"] .mx-lg-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-lg-n32pt,
  [dir="ltr"] .my-lg-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-lg-n32pt,
  [dir="ltr"] .mx-lg-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-lg-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-lg-n40pt,
  [dir="ltr"] .my-lg-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-lg-n40pt,
  [dir="ltr"] .mx-lg-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-lg-n40pt,
  [dir="ltr"] .my-lg-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-lg-n40pt,
  [dir="ltr"] .mx-lg-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-lg-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-lg-n44pt,
  [dir="ltr"] .my-lg-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-lg-n44pt,
  [dir="ltr"] .mx-lg-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-lg-n44pt,
  [dir="ltr"] .my-lg-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-lg-n44pt,
  [dir="ltr"] .mx-lg-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-lg-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-lg-n48pt,
  [dir="ltr"] .my-lg-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-lg-n48pt,
  [dir="ltr"] .mx-lg-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-lg-n48pt,
  [dir="ltr"] .my-lg-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-lg-n48pt,
  [dir="ltr"] .mx-lg-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-lg-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-lg-n64pt,
  [dir="ltr"] .my-lg-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-lg-n64pt,
  [dir="ltr"] .mx-lg-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-lg-n64pt,
  [dir="ltr"] .my-lg-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-lg-n64pt,
  [dir="ltr"] .mx-lg-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-lg-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-lg-n112pt,
  [dir="ltr"] .my-lg-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-lg-n112pt,
  [dir="ltr"] .mx-lg-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-lg-n112pt,
  [dir="ltr"] .my-lg-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-lg-n112pt,
  [dir="ltr"] .mx-lg-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-lg-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-lg-n128pt,
  [dir="ltr"] .my-lg-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-lg-n128pt,
  [dir="ltr"] .mx-lg-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-lg-n128pt,
  [dir="ltr"] .my-lg-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-lg-n128pt,
  [dir="ltr"] .mx-lg-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-lg-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-lg-auto,
  [dir="ltr"] .my-lg-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-lg-auto,
  [dir="ltr"] .my-lg-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .m-xl-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-xl-0,
  [dir="ltr"] .my-xl-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-xl-0,
  [dir="ltr"] .my-xl-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xl-1,
  [dir="ltr"] .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xl-1,
  [dir="ltr"] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xl-2,
  [dir="ltr"] .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xl-2,
  [dir="ltr"] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xl-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xl-3,
  [dir="ltr"] .my-xl-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xl-3,
  [dir="ltr"] .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xl-4,
  [dir="ltr"] .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xl-4,
  [dir="ltr"] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xl-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xl-5,
  [dir="ltr"] .my-xl-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xl-5,
  [dir="ltr"] .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xl-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xl-4pt,
  [dir="ltr"] .my-xl-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xl-4pt,
  [dir="ltr"] .mx-xl-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xl-4pt,
  [dir="ltr"] .my-xl-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xl-4pt,
  [dir="ltr"] .mx-xl-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xl-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xl-8pt,
  [dir="ltr"] .my-xl-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xl-8pt,
  [dir="ltr"] .mx-xl-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xl-8pt,
  [dir="ltr"] .my-xl-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xl-8pt,
  [dir="ltr"] .mx-xl-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xl-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-xl-12pt,
  [dir="ltr"] .my-xl-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-xl-12pt,
  [dir="ltr"] .mx-xl-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-xl-12pt,
  [dir="ltr"] .my-xl-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-xl-12pt,
  [dir="ltr"] .mx-xl-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-xl-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xl-16pt,
  [dir="ltr"] .my-xl-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xl-16pt,
  [dir="ltr"] .mx-xl-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xl-16pt,
  [dir="ltr"] .my-xl-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xl-16pt,
  [dir="ltr"] .mx-xl-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xl-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-xl-20pt,
  [dir="ltr"] .my-xl-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-xl-20pt,
  [dir="ltr"] .mx-xl-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-xl-20pt,
  [dir="ltr"] .my-xl-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-xl-20pt,
  [dir="ltr"] .mx-xl-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-xl-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xl-24pt,
  [dir="ltr"] .my-xl-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xl-24pt,
  [dir="ltr"] .mx-xl-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xl-24pt,
  [dir="ltr"] .my-xl-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xl-24pt,
  [dir="ltr"] .mx-xl-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xl-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-xl-32pt,
  [dir="ltr"] .my-xl-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-xl-32pt,
  [dir="ltr"] .mx-xl-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-xl-32pt,
  [dir="ltr"] .my-xl-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-xl-32pt,
  [dir="ltr"] .mx-xl-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-xl-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-xl-40pt,
  [dir="ltr"] .my-xl-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-xl-40pt,
  [dir="ltr"] .mx-xl-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-xl-40pt,
  [dir="ltr"] .my-xl-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-xl-40pt,
  [dir="ltr"] .mx-xl-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-xl-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-xl-44pt,
  [dir="ltr"] .my-xl-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-xl-44pt,
  [dir="ltr"] .mx-xl-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-xl-44pt,
  [dir="ltr"] .my-xl-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-xl-44pt,
  [dir="ltr"] .mx-xl-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-xl-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xl-48pt,
  [dir="ltr"] .my-xl-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xl-48pt,
  [dir="ltr"] .mx-xl-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xl-48pt,
  [dir="ltr"] .my-xl-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xl-48pt,
  [dir="ltr"] .mx-xl-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xl-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-xl-64pt,
  [dir="ltr"] .my-xl-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-xl-64pt,
  [dir="ltr"] .mx-xl-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-xl-64pt,
  [dir="ltr"] .my-xl-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-xl-64pt,
  [dir="ltr"] .mx-xl-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-xl-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-xl-112pt,
  [dir="ltr"] .my-xl-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-xl-112pt,
  [dir="ltr"] .mx-xl-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-xl-112pt,
  [dir="ltr"] .my-xl-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-xl-112pt,
  [dir="ltr"] .mx-xl-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-xl-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-xl-128pt,
  [dir="ltr"] .my-xl-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-xl-128pt,
  [dir="ltr"] .mx-xl-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-xl-128pt,
  [dir="ltr"] .my-xl-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-xl-128pt,
  [dir="ltr"] .mx-xl-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-xl-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-xl-0,
  [dir="ltr"] .py-xl-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-xl-0,
  [dir="ltr"] .py-xl-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xl-1,
  [dir="ltr"] .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xl-1,
  [dir="ltr"] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xl-2,
  [dir="ltr"] .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xl-2,
  [dir="ltr"] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xl-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xl-3,
  [dir="ltr"] .py-xl-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xl-3,
  [dir="ltr"] .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xl-4,
  [dir="ltr"] .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xl-4,
  [dir="ltr"] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xl-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xl-5,
  [dir="ltr"] .py-xl-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xl-5,
  [dir="ltr"] .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xl-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xl-4pt,
  [dir="ltr"] .py-xl-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xl-4pt,
  [dir="ltr"] .px-xl-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xl-4pt,
  [dir="ltr"] .py-xl-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xl-4pt,
  [dir="ltr"] .px-xl-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xl-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xl-8pt,
  [dir="ltr"] .py-xl-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xl-8pt,
  [dir="ltr"] .px-xl-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xl-8pt,
  [dir="ltr"] .py-xl-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xl-8pt,
  [dir="ltr"] .px-xl-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xl-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-xl-12pt,
  [dir="ltr"] .py-xl-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-xl-12pt,
  [dir="ltr"] .px-xl-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-xl-12pt,
  [dir="ltr"] .py-xl-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-xl-12pt,
  [dir="ltr"] .px-xl-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-xl-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xl-16pt,
  [dir="ltr"] .py-xl-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xl-16pt,
  [dir="ltr"] .px-xl-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xl-16pt,
  [dir="ltr"] .py-xl-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xl-16pt,
  [dir="ltr"] .px-xl-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xl-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-xl-20pt,
  [dir="ltr"] .py-xl-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-xl-20pt,
  [dir="ltr"] .px-xl-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-xl-20pt,
  [dir="ltr"] .py-xl-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-xl-20pt,
  [dir="ltr"] .px-xl-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-xl-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xl-24pt,
  [dir="ltr"] .py-xl-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xl-24pt,
  [dir="ltr"] .px-xl-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xl-24pt,
  [dir="ltr"] .py-xl-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xl-24pt,
  [dir="ltr"] .px-xl-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xl-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-xl-32pt,
  [dir="ltr"] .py-xl-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-xl-32pt,
  [dir="ltr"] .px-xl-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-xl-32pt,
  [dir="ltr"] .py-xl-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-xl-32pt,
  [dir="ltr"] .px-xl-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-xl-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-xl-40pt,
  [dir="ltr"] .py-xl-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-xl-40pt,
  [dir="ltr"] .px-xl-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-xl-40pt,
  [dir="ltr"] .py-xl-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-xl-40pt,
  [dir="ltr"] .px-xl-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-xl-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-xl-44pt,
  [dir="ltr"] .py-xl-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-xl-44pt,
  [dir="ltr"] .px-xl-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-xl-44pt,
  [dir="ltr"] .py-xl-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-xl-44pt,
  [dir="ltr"] .px-xl-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-xl-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xl-48pt,
  [dir="ltr"] .py-xl-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xl-48pt,
  [dir="ltr"] .px-xl-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xl-48pt,
  [dir="ltr"] .py-xl-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xl-48pt,
  [dir="ltr"] .px-xl-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xl-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-xl-64pt,
  [dir="ltr"] .py-xl-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-xl-64pt,
  [dir="ltr"] .px-xl-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-xl-64pt,
  [dir="ltr"] .py-xl-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-xl-64pt,
  [dir="ltr"] .px-xl-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-xl-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-xl-112pt,
  [dir="ltr"] .py-xl-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-xl-112pt,
  [dir="ltr"] .px-xl-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-xl-112pt,
  [dir="ltr"] .py-xl-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-xl-112pt,
  [dir="ltr"] .px-xl-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-xl-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-xl-128pt,
  [dir="ltr"] .py-xl-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-xl-128pt,
  [dir="ltr"] .px-xl-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-xl-128pt,
  [dir="ltr"] .py-xl-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-xl-128pt,
  [dir="ltr"] .px-xl-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-xl-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xl-n1,
  [dir="ltr"] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xl-n1,
  [dir="ltr"] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xl-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xl-n2,
  [dir="ltr"] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xl-n2,
  [dir="ltr"] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xl-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xl-n3,
  [dir="ltr"] .my-xl-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xl-n3,
  [dir="ltr"] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xl-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xl-n4,
  [dir="ltr"] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xl-n4,
  [dir="ltr"] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xl-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xl-n5,
  [dir="ltr"] .my-xl-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xl-n5,
  [dir="ltr"] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xl-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xl-n4pt,
  [dir="ltr"] .my-xl-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xl-n4pt,
  [dir="ltr"] .mx-xl-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xl-n4pt,
  [dir="ltr"] .my-xl-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xl-n4pt,
  [dir="ltr"] .mx-xl-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xl-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xl-n8pt,
  [dir="ltr"] .my-xl-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xl-n8pt,
  [dir="ltr"] .mx-xl-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xl-n8pt,
  [dir="ltr"] .my-xl-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xl-n8pt,
  [dir="ltr"] .mx-xl-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xl-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-xl-n12pt,
  [dir="ltr"] .my-xl-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-xl-n12pt,
  [dir="ltr"] .mx-xl-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-xl-n12pt,
  [dir="ltr"] .my-xl-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-xl-n12pt,
  [dir="ltr"] .mx-xl-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-xl-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xl-n16pt,
  [dir="ltr"] .my-xl-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xl-n16pt,
  [dir="ltr"] .mx-xl-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xl-n16pt,
  [dir="ltr"] .my-xl-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xl-n16pt,
  [dir="ltr"] .mx-xl-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xl-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-xl-n20pt,
  [dir="ltr"] .my-xl-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-xl-n20pt,
  [dir="ltr"] .mx-xl-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-xl-n20pt,
  [dir="ltr"] .my-xl-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-xl-n20pt,
  [dir="ltr"] .mx-xl-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-xl-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xl-n24pt,
  [dir="ltr"] .my-xl-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xl-n24pt,
  [dir="ltr"] .mx-xl-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xl-n24pt,
  [dir="ltr"] .my-xl-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xl-n24pt,
  [dir="ltr"] .mx-xl-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xl-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-xl-n32pt,
  [dir="ltr"] .my-xl-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-xl-n32pt,
  [dir="ltr"] .mx-xl-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-xl-n32pt,
  [dir="ltr"] .my-xl-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-xl-n32pt,
  [dir="ltr"] .mx-xl-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-xl-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-xl-n40pt,
  [dir="ltr"] .my-xl-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-xl-n40pt,
  [dir="ltr"] .mx-xl-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-xl-n40pt,
  [dir="ltr"] .my-xl-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-xl-n40pt,
  [dir="ltr"] .mx-xl-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-xl-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-xl-n44pt,
  [dir="ltr"] .my-xl-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-xl-n44pt,
  [dir="ltr"] .mx-xl-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-xl-n44pt,
  [dir="ltr"] .my-xl-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-xl-n44pt,
  [dir="ltr"] .mx-xl-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-xl-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xl-n48pt,
  [dir="ltr"] .my-xl-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xl-n48pt,
  [dir="ltr"] .mx-xl-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xl-n48pt,
  [dir="ltr"] .my-xl-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xl-n48pt,
  [dir="ltr"] .mx-xl-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xl-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-xl-n64pt,
  [dir="ltr"] .my-xl-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-xl-n64pt,
  [dir="ltr"] .mx-xl-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-xl-n64pt,
  [dir="ltr"] .my-xl-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-xl-n64pt,
  [dir="ltr"] .mx-xl-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-xl-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-xl-n112pt,
  [dir="ltr"] .my-xl-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-xl-n112pt,
  [dir="ltr"] .mx-xl-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-xl-n112pt,
  [dir="ltr"] .my-xl-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-xl-n112pt,
  [dir="ltr"] .mx-xl-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-xl-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-xl-n128pt,
  [dir="ltr"] .my-xl-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-xl-n128pt,
  [dir="ltr"] .mx-xl-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-xl-n128pt,
  [dir="ltr"] .my-xl-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-xl-n128pt,
  [dir="ltr"] .mx-xl-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-xl-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-xl-auto,
  [dir="ltr"] .my-xl-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-xl-auto,
  [dir="ltr"] .my-xl-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .m-xxl-0 {
    margin: 0 !important;
  }
  [dir="ltr"] .mt-xxl-0,
  [dir="ltr"] .my-xxl-0 {
    margin-top: 0 !important;
  }
  [dir="ltr"] .mr-xxl-0,
  [dir="ltr"] .mx-xxl-0 {
    margin-right: 0 !important;
  }
  [dir="ltr"] .mb-xxl-0,
  [dir="ltr"] .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .ml-xxl-0,
  [dir="ltr"] .mx-xxl-0 {
    margin-left: 0 !important;
  }
  [dir="ltr"] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-1,
  [dir="ltr"] .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-1,
  [dir="ltr"] .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-1,
  [dir="ltr"] .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-1,
  [dir="ltr"] .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-2,
  [dir="ltr"] .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-2,
  [dir="ltr"] .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-2,
  [dir="ltr"] .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-2,
  [dir="ltr"] .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xxl-3 {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xxl-3,
  [dir="ltr"] .my-xxl-3 {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xxl-3,
  [dir="ltr"] .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xxl-3,
  [dir="ltr"] .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xxl-3,
  [dir="ltr"] .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-4,
  [dir="ltr"] .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-4,
  [dir="ltr"] .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-4,
  [dir="ltr"] .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-4,
  [dir="ltr"] .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xxl-5 {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xxl-5,
  [dir="ltr"] .my-xxl-5 {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xxl-5,
  [dir="ltr"] .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xxl-5,
  [dir="ltr"] .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xxl-5,
  [dir="ltr"] .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xxl-4pt {
    margin: 0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-4pt,
  [dir="ltr"] .my-xxl-4pt {
    margin-top: 0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-4pt,
  [dir="ltr"] .mx-xxl-4pt {
    margin-right: 0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-4pt,
  [dir="ltr"] .my-xxl-4pt {
    margin-bottom: 0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-4pt,
  [dir="ltr"] .mx-xxl-4pt {
    margin-left: 0.25rem !important;
  }
  [dir="ltr"] .m-xxl-8pt {
    margin: 0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-8pt,
  [dir="ltr"] .my-xxl-8pt {
    margin-top: 0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-8pt,
  [dir="ltr"] .mx-xxl-8pt {
    margin-right: 0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-8pt,
  [dir="ltr"] .my-xxl-8pt {
    margin-bottom: 0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-8pt,
  [dir="ltr"] .mx-xxl-8pt {
    margin-left: 0.5rem !important;
  }
  [dir="ltr"] .m-xxl-12pt {
    margin: 0.75rem !important;
  }
  [dir="ltr"] .mt-xxl-12pt,
  [dir="ltr"] .my-xxl-12pt {
    margin-top: 0.75rem !important;
  }
  [dir="ltr"] .mr-xxl-12pt,
  [dir="ltr"] .mx-xxl-12pt {
    margin-right: 0.75rem !important;
  }
  [dir="ltr"] .mb-xxl-12pt,
  [dir="ltr"] .my-xxl-12pt {
    margin-bottom: 0.75rem !important;
  }
  [dir="ltr"] .ml-xxl-12pt,
  [dir="ltr"] .mx-xxl-12pt {
    margin-left: 0.75rem !important;
  }
  [dir="ltr"] .m-xxl-16pt {
    margin: 1rem !important;
  }
  [dir="ltr"] .mt-xxl-16pt,
  [dir="ltr"] .my-xxl-16pt {
    margin-top: 1rem !important;
  }
  [dir="ltr"] .mr-xxl-16pt,
  [dir="ltr"] .mx-xxl-16pt {
    margin-right: 1rem !important;
  }
  [dir="ltr"] .mb-xxl-16pt,
  [dir="ltr"] .my-xxl-16pt {
    margin-bottom: 1rem !important;
  }
  [dir="ltr"] .ml-xxl-16pt,
  [dir="ltr"] .mx-xxl-16pt {
    margin-left: 1rem !important;
  }
  [dir="ltr"] .m-xxl-20pt {
    margin: 1.25rem !important;
  }
  [dir="ltr"] .mt-xxl-20pt,
  [dir="ltr"] .my-xxl-20pt {
    margin-top: 1.25rem !important;
  }
  [dir="ltr"] .mr-xxl-20pt,
  [dir="ltr"] .mx-xxl-20pt {
    margin-right: 1.25rem !important;
  }
  [dir="ltr"] .mb-xxl-20pt,
  [dir="ltr"] .my-xxl-20pt {
    margin-bottom: 1.25rem !important;
  }
  [dir="ltr"] .ml-xxl-20pt,
  [dir="ltr"] .mx-xxl-20pt {
    margin-left: 1.25rem !important;
  }
  [dir="ltr"] .m-xxl-24pt {
    margin: 1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-24pt,
  [dir="ltr"] .my-xxl-24pt {
    margin-top: 1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-24pt,
  [dir="ltr"] .mx-xxl-24pt {
    margin-right: 1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-24pt,
  [dir="ltr"] .my-xxl-24pt {
    margin-bottom: 1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-24pt,
  [dir="ltr"] .mx-xxl-24pt {
    margin-left: 1.5rem !important;
  }
  [dir="ltr"] .m-xxl-32pt {
    margin: 2rem !important;
  }
  [dir="ltr"] .mt-xxl-32pt,
  [dir="ltr"] .my-xxl-32pt {
    margin-top: 2rem !important;
  }
  [dir="ltr"] .mr-xxl-32pt,
  [dir="ltr"] .mx-xxl-32pt {
    margin-right: 2rem !important;
  }
  [dir="ltr"] .mb-xxl-32pt,
  [dir="ltr"] .my-xxl-32pt {
    margin-bottom: 2rem !important;
  }
  [dir="ltr"] .ml-xxl-32pt,
  [dir="ltr"] .mx-xxl-32pt {
    margin-left: 2rem !important;
  }
  [dir="ltr"] .m-xxl-40pt {
    margin: 2.5rem !important;
  }
  [dir="ltr"] .mt-xxl-40pt,
  [dir="ltr"] .my-xxl-40pt {
    margin-top: 2.5rem !important;
  }
  [dir="ltr"] .mr-xxl-40pt,
  [dir="ltr"] .mx-xxl-40pt {
    margin-right: 2.5rem !important;
  }
  [dir="ltr"] .mb-xxl-40pt,
  [dir="ltr"] .my-xxl-40pt {
    margin-bottom: 2.5rem !important;
  }
  [dir="ltr"] .ml-xxl-40pt,
  [dir="ltr"] .mx-xxl-40pt {
    margin-left: 2.5rem !important;
  }
  [dir="ltr"] .m-xxl-44pt {
    margin: 2.75rem !important;
  }
  [dir="ltr"] .mt-xxl-44pt,
  [dir="ltr"] .my-xxl-44pt {
    margin-top: 2.75rem !important;
  }
  [dir="ltr"] .mr-xxl-44pt,
  [dir="ltr"] .mx-xxl-44pt {
    margin-right: 2.75rem !important;
  }
  [dir="ltr"] .mb-xxl-44pt,
  [dir="ltr"] .my-xxl-44pt {
    margin-bottom: 2.75rem !important;
  }
  [dir="ltr"] .ml-xxl-44pt,
  [dir="ltr"] .mx-xxl-44pt {
    margin-left: 2.75rem !important;
  }
  [dir="ltr"] .m-xxl-48pt {
    margin: 3rem !important;
  }
  [dir="ltr"] .mt-xxl-48pt,
  [dir="ltr"] .my-xxl-48pt {
    margin-top: 3rem !important;
  }
  [dir="ltr"] .mr-xxl-48pt,
  [dir="ltr"] .mx-xxl-48pt {
    margin-right: 3rem !important;
  }
  [dir="ltr"] .mb-xxl-48pt,
  [dir="ltr"] .my-xxl-48pt {
    margin-bottom: 3rem !important;
  }
  [dir="ltr"] .ml-xxl-48pt,
  [dir="ltr"] .mx-xxl-48pt {
    margin-left: 3rem !important;
  }
  [dir="ltr"] .m-xxl-64pt {
    margin: 4rem !important;
  }
  [dir="ltr"] .mt-xxl-64pt,
  [dir="ltr"] .my-xxl-64pt {
    margin-top: 4rem !important;
  }
  [dir="ltr"] .mr-xxl-64pt,
  [dir="ltr"] .mx-xxl-64pt {
    margin-right: 4rem !important;
  }
  [dir="ltr"] .mb-xxl-64pt,
  [dir="ltr"] .my-xxl-64pt {
    margin-bottom: 4rem !important;
  }
  [dir="ltr"] .ml-xxl-64pt,
  [dir="ltr"] .mx-xxl-64pt {
    margin-left: 4rem !important;
  }
  [dir="ltr"] .m-xxl-112pt {
    margin: 7rem !important;
  }
  [dir="ltr"] .mt-xxl-112pt,
  [dir="ltr"] .my-xxl-112pt {
    margin-top: 7rem !important;
  }
  [dir="ltr"] .mr-xxl-112pt,
  [dir="ltr"] .mx-xxl-112pt {
    margin-right: 7rem !important;
  }
  [dir="ltr"] .mb-xxl-112pt,
  [dir="ltr"] .my-xxl-112pt {
    margin-bottom: 7rem !important;
  }
  [dir="ltr"] .ml-xxl-112pt,
  [dir="ltr"] .mx-xxl-112pt {
    margin-left: 7rem !important;
  }
  [dir="ltr"] .m-xxl-128pt {
    margin: 8rem !important;
  }
  [dir="ltr"] .mt-xxl-128pt,
  [dir="ltr"] .my-xxl-128pt {
    margin-top: 8rem !important;
  }
  [dir="ltr"] .mr-xxl-128pt,
  [dir="ltr"] .mx-xxl-128pt {
    margin-right: 8rem !important;
  }
  [dir="ltr"] .mb-xxl-128pt,
  [dir="ltr"] .my-xxl-128pt {
    margin-bottom: 8rem !important;
  }
  [dir="ltr"] .ml-xxl-128pt,
  [dir="ltr"] .mx-xxl-128pt {
    margin-left: 8rem !important;
  }
  [dir="ltr"] .p-xxl-0 {
    padding: 0 !important;
  }
  [dir="ltr"] .pt-xxl-0,
  [dir="ltr"] .py-xxl-0 {
    padding-top: 0 !important;
  }
  [dir="ltr"] .pr-xxl-0,
  [dir="ltr"] .px-xxl-0 {
    padding-right: 0 !important;
  }
  [dir="ltr"] .pb-xxl-0,
  [dir="ltr"] .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .pl-xxl-0,
  [dir="ltr"] .px-xxl-0 {
    padding-left: 0 !important;
  }
  [dir="ltr"] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xxl-1,
  [dir="ltr"] .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xxl-1,
  [dir="ltr"] .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xxl-1,
  [dir="ltr"] .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xxl-1,
  [dir="ltr"] .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xxl-2,
  [dir="ltr"] .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xxl-2,
  [dir="ltr"] .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xxl-2,
  [dir="ltr"] .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xxl-2,
  [dir="ltr"] .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xxl-3 {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xxl-3,
  [dir="ltr"] .py-xxl-3 {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xxl-3,
  [dir="ltr"] .px-xxl-3 {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xxl-3,
  [dir="ltr"] .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xxl-3,
  [dir="ltr"] .px-xxl-3 {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xxl-4,
  [dir="ltr"] .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xxl-4,
  [dir="ltr"] .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xxl-4,
  [dir="ltr"] .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xxl-4,
  [dir="ltr"] .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xxl-5 {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xxl-5,
  [dir="ltr"] .py-xxl-5 {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xxl-5,
  [dir="ltr"] .px-xxl-5 {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xxl-5,
  [dir="ltr"] .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xxl-5,
  [dir="ltr"] .px-xxl-5 {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xxl-4pt {
    padding: 0.25rem !important;
  }
  [dir="ltr"] .pt-xxl-4pt,
  [dir="ltr"] .py-xxl-4pt {
    padding-top: 0.25rem !important;
  }
  [dir="ltr"] .pr-xxl-4pt,
  [dir="ltr"] .px-xxl-4pt {
    padding-right: 0.25rem !important;
  }
  [dir="ltr"] .pb-xxl-4pt,
  [dir="ltr"] .py-xxl-4pt {
    padding-bottom: 0.25rem !important;
  }
  [dir="ltr"] .pl-xxl-4pt,
  [dir="ltr"] .px-xxl-4pt {
    padding-left: 0.25rem !important;
  }
  [dir="ltr"] .p-xxl-8pt {
    padding: 0.5rem !important;
  }
  [dir="ltr"] .pt-xxl-8pt,
  [dir="ltr"] .py-xxl-8pt {
    padding-top: 0.5rem !important;
  }
  [dir="ltr"] .pr-xxl-8pt,
  [dir="ltr"] .px-xxl-8pt {
    padding-right: 0.5rem !important;
  }
  [dir="ltr"] .pb-xxl-8pt,
  [dir="ltr"] .py-xxl-8pt {
    padding-bottom: 0.5rem !important;
  }
  [dir="ltr"] .pl-xxl-8pt,
  [dir="ltr"] .px-xxl-8pt {
    padding-left: 0.5rem !important;
  }
  [dir="ltr"] .p-xxl-12pt {
    padding: 0.75rem !important;
  }
  [dir="ltr"] .pt-xxl-12pt,
  [dir="ltr"] .py-xxl-12pt {
    padding-top: 0.75rem !important;
  }
  [dir="ltr"] .pr-xxl-12pt,
  [dir="ltr"] .px-xxl-12pt {
    padding-right: 0.75rem !important;
  }
  [dir="ltr"] .pb-xxl-12pt,
  [dir="ltr"] .py-xxl-12pt {
    padding-bottom: 0.75rem !important;
  }
  [dir="ltr"] .pl-xxl-12pt,
  [dir="ltr"] .px-xxl-12pt {
    padding-left: 0.75rem !important;
  }
  [dir="ltr"] .p-xxl-16pt {
    padding: 1rem !important;
  }
  [dir="ltr"] .pt-xxl-16pt,
  [dir="ltr"] .py-xxl-16pt {
    padding-top: 1rem !important;
  }
  [dir="ltr"] .pr-xxl-16pt,
  [dir="ltr"] .px-xxl-16pt {
    padding-right: 1rem !important;
  }
  [dir="ltr"] .pb-xxl-16pt,
  [dir="ltr"] .py-xxl-16pt {
    padding-bottom: 1rem !important;
  }
  [dir="ltr"] .pl-xxl-16pt,
  [dir="ltr"] .px-xxl-16pt {
    padding-left: 1rem !important;
  }
  [dir="ltr"] .p-xxl-20pt {
    padding: 1.25rem !important;
  }
  [dir="ltr"] .pt-xxl-20pt,
  [dir="ltr"] .py-xxl-20pt {
    padding-top: 1.25rem !important;
  }
  [dir="ltr"] .pr-xxl-20pt,
  [dir="ltr"] .px-xxl-20pt {
    padding-right: 1.25rem !important;
  }
  [dir="ltr"] .pb-xxl-20pt,
  [dir="ltr"] .py-xxl-20pt {
    padding-bottom: 1.25rem !important;
  }
  [dir="ltr"] .pl-xxl-20pt,
  [dir="ltr"] .px-xxl-20pt {
    padding-left: 1.25rem !important;
  }
  [dir="ltr"] .p-xxl-24pt {
    padding: 1.5rem !important;
  }
  [dir="ltr"] .pt-xxl-24pt,
  [dir="ltr"] .py-xxl-24pt {
    padding-top: 1.5rem !important;
  }
  [dir="ltr"] .pr-xxl-24pt,
  [dir="ltr"] .px-xxl-24pt {
    padding-right: 1.5rem !important;
  }
  [dir="ltr"] .pb-xxl-24pt,
  [dir="ltr"] .py-xxl-24pt {
    padding-bottom: 1.5rem !important;
  }
  [dir="ltr"] .pl-xxl-24pt,
  [dir="ltr"] .px-xxl-24pt {
    padding-left: 1.5rem !important;
  }
  [dir="ltr"] .p-xxl-32pt {
    padding: 2rem !important;
  }
  [dir="ltr"] .pt-xxl-32pt,
  [dir="ltr"] .py-xxl-32pt {
    padding-top: 2rem !important;
  }
  [dir="ltr"] .pr-xxl-32pt,
  [dir="ltr"] .px-xxl-32pt {
    padding-right: 2rem !important;
  }
  [dir="ltr"] .pb-xxl-32pt,
  [dir="ltr"] .py-xxl-32pt {
    padding-bottom: 2rem !important;
  }
  [dir="ltr"] .pl-xxl-32pt,
  [dir="ltr"] .px-xxl-32pt {
    padding-left: 2rem !important;
  }
  [dir="ltr"] .p-xxl-40pt {
    padding: 2.5rem !important;
  }
  [dir="ltr"] .pt-xxl-40pt,
  [dir="ltr"] .py-xxl-40pt {
    padding-top: 2.5rem !important;
  }
  [dir="ltr"] .pr-xxl-40pt,
  [dir="ltr"] .px-xxl-40pt {
    padding-right: 2.5rem !important;
  }
  [dir="ltr"] .pb-xxl-40pt,
  [dir="ltr"] .py-xxl-40pt {
    padding-bottom: 2.5rem !important;
  }
  [dir="ltr"] .pl-xxl-40pt,
  [dir="ltr"] .px-xxl-40pt {
    padding-left: 2.5rem !important;
  }
  [dir="ltr"] .p-xxl-44pt {
    padding: 2.75rem !important;
  }
  [dir="ltr"] .pt-xxl-44pt,
  [dir="ltr"] .py-xxl-44pt {
    padding-top: 2.75rem !important;
  }
  [dir="ltr"] .pr-xxl-44pt,
  [dir="ltr"] .px-xxl-44pt {
    padding-right: 2.75rem !important;
  }
  [dir="ltr"] .pb-xxl-44pt,
  [dir="ltr"] .py-xxl-44pt {
    padding-bottom: 2.75rem !important;
  }
  [dir="ltr"] .pl-xxl-44pt,
  [dir="ltr"] .px-xxl-44pt {
    padding-left: 2.75rem !important;
  }
  [dir="ltr"] .p-xxl-48pt {
    padding: 3rem !important;
  }
  [dir="ltr"] .pt-xxl-48pt,
  [dir="ltr"] .py-xxl-48pt {
    padding-top: 3rem !important;
  }
  [dir="ltr"] .pr-xxl-48pt,
  [dir="ltr"] .px-xxl-48pt {
    padding-right: 3rem !important;
  }
  [dir="ltr"] .pb-xxl-48pt,
  [dir="ltr"] .py-xxl-48pt {
    padding-bottom: 3rem !important;
  }
  [dir="ltr"] .pl-xxl-48pt,
  [dir="ltr"] .px-xxl-48pt {
    padding-left: 3rem !important;
  }
  [dir="ltr"] .p-xxl-64pt {
    padding: 4rem !important;
  }
  [dir="ltr"] .pt-xxl-64pt,
  [dir="ltr"] .py-xxl-64pt {
    padding-top: 4rem !important;
  }
  [dir="ltr"] .pr-xxl-64pt,
  [dir="ltr"] .px-xxl-64pt {
    padding-right: 4rem !important;
  }
  [dir="ltr"] .pb-xxl-64pt,
  [dir="ltr"] .py-xxl-64pt {
    padding-bottom: 4rem !important;
  }
  [dir="ltr"] .pl-xxl-64pt,
  [dir="ltr"] .px-xxl-64pt {
    padding-left: 4rem !important;
  }
  [dir="ltr"] .p-xxl-112pt {
    padding: 7rem !important;
  }
  [dir="ltr"] .pt-xxl-112pt,
  [dir="ltr"] .py-xxl-112pt {
    padding-top: 7rem !important;
  }
  [dir="ltr"] .pr-xxl-112pt,
  [dir="ltr"] .px-xxl-112pt {
    padding-right: 7rem !important;
  }
  [dir="ltr"] .pb-xxl-112pt,
  [dir="ltr"] .py-xxl-112pt {
    padding-bottom: 7rem !important;
  }
  [dir="ltr"] .pl-xxl-112pt,
  [dir="ltr"] .px-xxl-112pt {
    padding-left: 7rem !important;
  }
  [dir="ltr"] .p-xxl-128pt {
    padding: 8rem !important;
  }
  [dir="ltr"] .pt-xxl-128pt,
  [dir="ltr"] .py-xxl-128pt {
    padding-top: 8rem !important;
  }
  [dir="ltr"] .pr-xxl-128pt,
  [dir="ltr"] .px-xxl-128pt {
    padding-right: 8rem !important;
  }
  [dir="ltr"] .pb-xxl-128pt,
  [dir="ltr"] .py-xxl-128pt {
    padding-bottom: 8rem !important;
  }
  [dir="ltr"] .pl-xxl-128pt,
  [dir="ltr"] .px-xxl-128pt {
    padding-left: 8rem !important;
  }
  [dir="ltr"] .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-n1,
  [dir="ltr"] .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-n1,
  [dir="ltr"] .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-n1,
  [dir="ltr"] .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-n1,
  [dir="ltr"] .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n2,
  [dir="ltr"] .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n2,
  [dir="ltr"] .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n2,
  [dir="ltr"] .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n2,
  [dir="ltr"] .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xxl-n3 {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xxl-n3,
  [dir="ltr"] .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xxl-n3,
  [dir="ltr"] .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xxl-n3,
  [dir="ltr"] .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xxl-n3,
  [dir="ltr"] .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n4,
  [dir="ltr"] .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n4,
  [dir="ltr"] .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n4,
  [dir="ltr"] .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n4,
  [dir="ltr"] .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xxl-n5 {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xxl-n5,
  [dir="ltr"] .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xxl-n5,
  [dir="ltr"] .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xxl-n5,
  [dir="ltr"] .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xxl-n5,
  [dir="ltr"] .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xxl-n4pt {
    margin: -0.25rem !important;
  }
  [dir="ltr"] .mt-xxl-n4pt,
  [dir="ltr"] .my-xxl-n4pt {
    margin-top: -0.25rem !important;
  }
  [dir="ltr"] .mr-xxl-n4pt,
  [dir="ltr"] .mx-xxl-n4pt {
    margin-right: -0.25rem !important;
  }
  [dir="ltr"] .mb-xxl-n4pt,
  [dir="ltr"] .my-xxl-n4pt {
    margin-bottom: -0.25rem !important;
  }
  [dir="ltr"] .ml-xxl-n4pt,
  [dir="ltr"] .mx-xxl-n4pt {
    margin-left: -0.25rem !important;
  }
  [dir="ltr"] .m-xxl-n8pt {
    margin: -0.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n8pt,
  [dir="ltr"] .my-xxl-n8pt {
    margin-top: -0.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n8pt,
  [dir="ltr"] .mx-xxl-n8pt {
    margin-right: -0.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n8pt,
  [dir="ltr"] .my-xxl-n8pt {
    margin-bottom: -0.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n8pt,
  [dir="ltr"] .mx-xxl-n8pt {
    margin-left: -0.5rem !important;
  }
  [dir="ltr"] .m-xxl-n12pt {
    margin: -0.75rem !important;
  }
  [dir="ltr"] .mt-xxl-n12pt,
  [dir="ltr"] .my-xxl-n12pt {
    margin-top: -0.75rem !important;
  }
  [dir="ltr"] .mr-xxl-n12pt,
  [dir="ltr"] .mx-xxl-n12pt {
    margin-right: -0.75rem !important;
  }
  [dir="ltr"] .mb-xxl-n12pt,
  [dir="ltr"] .my-xxl-n12pt {
    margin-bottom: -0.75rem !important;
  }
  [dir="ltr"] .ml-xxl-n12pt,
  [dir="ltr"] .mx-xxl-n12pt {
    margin-left: -0.75rem !important;
  }
  [dir="ltr"] .m-xxl-n16pt {
    margin: -1rem !important;
  }
  [dir="ltr"] .mt-xxl-n16pt,
  [dir="ltr"] .my-xxl-n16pt {
    margin-top: -1rem !important;
  }
  [dir="ltr"] .mr-xxl-n16pt,
  [dir="ltr"] .mx-xxl-n16pt {
    margin-right: -1rem !important;
  }
  [dir="ltr"] .mb-xxl-n16pt,
  [dir="ltr"] .my-xxl-n16pt {
    margin-bottom: -1rem !important;
  }
  [dir="ltr"] .ml-xxl-n16pt,
  [dir="ltr"] .mx-xxl-n16pt {
    margin-left: -1rem !important;
  }
  [dir="ltr"] .m-xxl-n20pt {
    margin: -1.25rem !important;
  }
  [dir="ltr"] .mt-xxl-n20pt,
  [dir="ltr"] .my-xxl-n20pt {
    margin-top: -1.25rem !important;
  }
  [dir="ltr"] .mr-xxl-n20pt,
  [dir="ltr"] .mx-xxl-n20pt {
    margin-right: -1.25rem !important;
  }
  [dir="ltr"] .mb-xxl-n20pt,
  [dir="ltr"] .my-xxl-n20pt {
    margin-bottom: -1.25rem !important;
  }
  [dir="ltr"] .ml-xxl-n20pt,
  [dir="ltr"] .mx-xxl-n20pt {
    margin-left: -1.25rem !important;
  }
  [dir="ltr"] .m-xxl-n24pt {
    margin: -1.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n24pt,
  [dir="ltr"] .my-xxl-n24pt {
    margin-top: -1.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n24pt,
  [dir="ltr"] .mx-xxl-n24pt {
    margin-right: -1.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n24pt,
  [dir="ltr"] .my-xxl-n24pt {
    margin-bottom: -1.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n24pt,
  [dir="ltr"] .mx-xxl-n24pt {
    margin-left: -1.5rem !important;
  }
  [dir="ltr"] .m-xxl-n32pt {
    margin: -2rem !important;
  }
  [dir="ltr"] .mt-xxl-n32pt,
  [dir="ltr"] .my-xxl-n32pt {
    margin-top: -2rem !important;
  }
  [dir="ltr"] .mr-xxl-n32pt,
  [dir="ltr"] .mx-xxl-n32pt {
    margin-right: -2rem !important;
  }
  [dir="ltr"] .mb-xxl-n32pt,
  [dir="ltr"] .my-xxl-n32pt {
    margin-bottom: -2rem !important;
  }
  [dir="ltr"] .ml-xxl-n32pt,
  [dir="ltr"] .mx-xxl-n32pt {
    margin-left: -2rem !important;
  }
  [dir="ltr"] .m-xxl-n40pt {
    margin: -2.5rem !important;
  }
  [dir="ltr"] .mt-xxl-n40pt,
  [dir="ltr"] .my-xxl-n40pt {
    margin-top: -2.5rem !important;
  }
  [dir="ltr"] .mr-xxl-n40pt,
  [dir="ltr"] .mx-xxl-n40pt {
    margin-right: -2.5rem !important;
  }
  [dir="ltr"] .mb-xxl-n40pt,
  [dir="ltr"] .my-xxl-n40pt {
    margin-bottom: -2.5rem !important;
  }
  [dir="ltr"] .ml-xxl-n40pt,
  [dir="ltr"] .mx-xxl-n40pt {
    margin-left: -2.5rem !important;
  }
  [dir="ltr"] .m-xxl-n44pt {
    margin: -2.75rem !important;
  }
  [dir="ltr"] .mt-xxl-n44pt,
  [dir="ltr"] .my-xxl-n44pt {
    margin-top: -2.75rem !important;
  }
  [dir="ltr"] .mr-xxl-n44pt,
  [dir="ltr"] .mx-xxl-n44pt {
    margin-right: -2.75rem !important;
  }
  [dir="ltr"] .mb-xxl-n44pt,
  [dir="ltr"] .my-xxl-n44pt {
    margin-bottom: -2.75rem !important;
  }
  [dir="ltr"] .ml-xxl-n44pt,
  [dir="ltr"] .mx-xxl-n44pt {
    margin-left: -2.75rem !important;
  }
  [dir="ltr"] .m-xxl-n48pt {
    margin: -3rem !important;
  }
  [dir="ltr"] .mt-xxl-n48pt,
  [dir="ltr"] .my-xxl-n48pt {
    margin-top: -3rem !important;
  }
  [dir="ltr"] .mr-xxl-n48pt,
  [dir="ltr"] .mx-xxl-n48pt {
    margin-right: -3rem !important;
  }
  [dir="ltr"] .mb-xxl-n48pt,
  [dir="ltr"] .my-xxl-n48pt {
    margin-bottom: -3rem !important;
  }
  [dir="ltr"] .ml-xxl-n48pt,
  [dir="ltr"] .mx-xxl-n48pt {
    margin-left: -3rem !important;
  }
  [dir="ltr"] .m-xxl-n64pt {
    margin: -4rem !important;
  }
  [dir="ltr"] .mt-xxl-n64pt,
  [dir="ltr"] .my-xxl-n64pt {
    margin-top: -4rem !important;
  }
  [dir="ltr"] .mr-xxl-n64pt,
  [dir="ltr"] .mx-xxl-n64pt {
    margin-right: -4rem !important;
  }
  [dir="ltr"] .mb-xxl-n64pt,
  [dir="ltr"] .my-xxl-n64pt {
    margin-bottom: -4rem !important;
  }
  [dir="ltr"] .ml-xxl-n64pt,
  [dir="ltr"] .mx-xxl-n64pt {
    margin-left: -4rem !important;
  }
  [dir="ltr"] .m-xxl-n112pt {
    margin: -7rem !important;
  }
  [dir="ltr"] .mt-xxl-n112pt,
  [dir="ltr"] .my-xxl-n112pt {
    margin-top: -7rem !important;
  }
  [dir="ltr"] .mr-xxl-n112pt,
  [dir="ltr"] .mx-xxl-n112pt {
    margin-right: -7rem !important;
  }
  [dir="ltr"] .mb-xxl-n112pt,
  [dir="ltr"] .my-xxl-n112pt {
    margin-bottom: -7rem !important;
  }
  [dir="ltr"] .ml-xxl-n112pt,
  [dir="ltr"] .mx-xxl-n112pt {
    margin-left: -7rem !important;
  }
  [dir="ltr"] .m-xxl-n128pt {
    margin: -8rem !important;
  }
  [dir="ltr"] .mt-xxl-n128pt,
  [dir="ltr"] .my-xxl-n128pt {
    margin-top: -8rem !important;
  }
  [dir="ltr"] .mr-xxl-n128pt,
  [dir="ltr"] .mx-xxl-n128pt {
    margin-right: -8rem !important;
  }
  [dir="ltr"] .mb-xxl-n128pt,
  [dir="ltr"] .my-xxl-n128pt {
    margin-bottom: -8rem !important;
  }
  [dir="ltr"] .ml-xxl-n128pt,
  [dir="ltr"] .mx-xxl-n128pt {
    margin-left: -8rem !important;
  }
  [dir="ltr"] .m-xxl-auto {
    margin: auto !important;
  }
  [dir="ltr"] .mt-xxl-auto,
  [dir="ltr"] .my-xxl-auto {
    margin-top: auto !important;
  }
  [dir="ltr"] .mr-xxl-auto,
  [dir="ltr"] .mx-xxl-auto {
    margin-right: auto !important;
  }
  [dir="ltr"] .mb-xxl-auto,
  [dir="ltr"] .my-xxl-auto {
    margin-bottom: auto !important;
  }
  [dir="ltr"] .ml-xxl-auto,
  [dir="ltr"] .mx-xxl-auto {
    margin-left: auto !important;
  }
}
[dir="ltr"] .stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
[dir="ltr"] .text-monospace {
  font-family: "Montserrat Regular",
    Courier New, monospace !important;
}
[dir="ltr"] .text-justify {
  text-align: justify !important;
}
[dir="ltr"] .text-wrap {
  white-space: normal !important;
}
[dir="ltr"] .text-nowrap {
  white-space: nowrap !important;
}
[dir="ltr"] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir="ltr"] .text-left {
  text-align: left !important;
}
[dir="ltr"] .text-right {
  text-align: right !important;
}
[dir="ltr"] .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .text-sm-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-sm-right {
    text-align: right !important;
  }
  [dir="ltr"] .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 {
    text-align: right !important;
  }
  [dir="ltr"] .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 {
    text-align: right !important;
  }
  [dir="ltr"] .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 {
    text-align: right !important;
  }
  [dir="ltr"] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .text-xxl-left {
    text-align: left !important;
  }
  [dir="ltr"] .text-xxl-right {
    text-align: right !important;
  }
  [dir="ltr"] .text-xxl-center {
    text-align: center !important;
  }
}
[dir="ltr"] .text-lowercase {
  text-transform: lowercase !important;
}
[dir="ltr"] .text-uppercase {
  text-transform: uppercase !important;
}
[dir="ltr"] .text-capitalize {
  text-transform: capitalize !important;
}
[dir="ltr"] .font-weight-light {
  font-weight: 300 !important;
}
[dir="ltr"] .font-weight-lighter {
  font-weight: lighter !important;
}
[dir="ltr"] .font-weight-normal {
  font-weight: 400 !important;
}
[dir="ltr"] .font-weight-bold {
  font-weight: 500 !important;
}
[dir="ltr"] .font-weight-bolder {
  font-weight: bolder !important;
}
[dir="ltr"] .font-italic {
  font-style: italic !important;
}
[dir="ltr"] .text-white {
  color: #fff !important;
}
[dir="ltr"] .text-primary {
  color: #013D79 !important;
}
[dir="ltr"] a.text-primary:focus,
[dir="ltr"] a.text-primary:hover {
  color: #0923ff !important;
}
[dir="ltr"] .text-secondary {
  color: #868e96 !important;
}
[dir="ltr"] a.text-secondary:focus,
[dir="ltr"] a.text-secondary:hover {
  color: #60686f !important;
}
[dir="ltr"] .text-success {
  color: #77c13a !important;
}
[dir="ltr"] a.text-success:focus,
[dir="ltr"] a.text-success:hover {
  color: #538628 !important;
}
[dir="ltr"] .text-info {
  color: #17a2b8 !important;
}
[dir="ltr"] a.text-info:focus,
[dir="ltr"] a.text-info:hover {
  color: #0f6674 !important;
}
[dir="ltr"] .text-warning {
  color: #e4a93c !important;
}
[dir="ltr"] a.text-warning:focus,
[dir="ltr"] a.text-warning:hover {
  color: #ba821a !important;
}
[dir="ltr"] .text-danger {
  color: #d9534f !important;
}
[dir="ltr"] a.text-danger:focus,
[dir="ltr"] a.text-danger:hover {
  color: #b52b27 !important;
}
[dir="ltr"] .text-light {
  color: #f8f9fa !important;
}
[dir="ltr"] a.text-light:focus,
[dir="ltr"] a.text-light:hover {
  color: #cbd3da !important;
}
[dir="ltr"] .text-dark {
  color: #303956 !important;
}
[dir="ltr"] a.text-dark:focus,
[dir="ltr"] a.text-dark:hover {
  color: #151825 !important;
}
[dir="ltr"] .text-black {
  color: #272c33 !important;
}
[dir="ltr"] a.text-black:focus,
[dir="ltr"] a.text-black:hover {
  color: #060708 !important;
}
[dir="ltr"] .text-accent {
  color: #ed0b4c !important;
}
[dir="ltr"] a.text-accent:focus,
[dir="ltr"] a.text-accent:hover {
  color: #a40835 !important;
}
[dir="ltr"] .text-accent-red {
  color: #ed0b4c !important;
}
[dir="ltr"] a.text-accent-red:focus,
[dir="ltr"] a.text-accent-red:hover {
  color: #a40835 !important;
}
[dir="ltr"] .text-accent-yellow {
  color: #e4a93c !important;
}
[dir="ltr"] a.text-accent-yellow:focus,
[dir="ltr"] a.text-accent-yellow:hover {
  color: #ba821a !important;
}
[dir="ltr"] .text-accent-dodger-blue {
  color: #5567ff !important;
}
[dir="ltr"] a.text-accent-dodger-blue:focus,
[dir="ltr"] a.text-accent-dodger-blue:hover {
  color: #0923ff !important;
}
[dir="ltr"] .text-accent-pickled-bluewood {
  color: #303956 !important;
}
[dir="ltr"] a.text-accent-pickled-bluewood:focus,
[dir="ltr"] a.text-accent-pickled-bluewood:hover {
  color: #151825 !important;
}
[dir="ltr"] .text-accent-electric-violet {
  color: #9c42ff !important;
}
[dir="ltr"] a.text-accent-electric-violet:focus,
[dir="ltr"] a.text-accent-electric-violet:hover {
  color: #7400f5 !important;
}
[dir="ltr"] .text-primary-purple {
  color: #824ee1 !important;
}
[dir="ltr"] a.text-primary-purple:focus,
[dir="ltr"] a.text-primary-purple:hover {
  color: #5a21c2 !important;
}
[dir="ltr"] .text-primary-red {
  color: #ed0b4c !important;
}
[dir="ltr"] a.text-primary-red:focus,
[dir="ltr"] a.text-primary-red:hover {
  color: #a40835 !important;
}
[dir="ltr"] .text-primary-yellow {
  color: #e4a93c !important;
}
[dir="ltr"] a.text-primary-yellow:focus,
[dir="ltr"] a.text-primary-yellow:hover {
  color: #ba821a !important;
}
[dir="ltr"] .text-primary-light {
  color: #9cf !important;
}
[dir="ltr"] a.text-primary-light:focus,
[dir="ltr"] a.text-primary-light:hover {
  color: #4da6ff !important;
}
[dir="ltr"] .text-primary-dodger-blue {
  color: #5567ff !important;
}
[dir="ltr"] a.text-primary-dodger-blue:focus,
[dir="ltr"] a.text-primary-dodger-blue:hover {
  color: #0923ff !important;
}
[dir="ltr"] .text-primary-pickled-bluewood {
  color: #303956 !important;
}
[dir="ltr"] a.text-primary-pickled-bluewood:focus,
[dir="ltr"] a.text-primary-pickled-bluewood:hover {
  color: #151825 !important;
}
[dir="ltr"] .text-body {
  color: #272c33 !important;
}
[dir="ltr"] .text-black-50,
[dir="ltr"] .text-muted {
  color: rgba(39, 44, 51, 0.5) !important;
}
[dir="ltr"] .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
[dir="ltr"] .text-decoration-none {
  text-decoration: none !important;
}
[dir="ltr"] .text-break {
  word-wrap: break-word !important;
}
[dir="ltr"] .text-reset {
  color: inherit !important;
}
[dir="ltr"] .visible {
  visibility: visible !important;
}
[dir="ltr"] .invisible {
  visibility: hidden !important;
}
@media print {
  [dir="ltr"] *,
  [dir="ltr"] :after,
  [dir="ltr"] :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  [dir="ltr"] a:not(.btn) {
    text-decoration: underline;
  }
  [dir="ltr"] abbr[title]:after {
    content: " (" attr(title) ")";
  }
  [dir="ltr"] pre {
    white-space: pre-wrap !important;
  }
  [dir="ltr"] blockquote,
  [dir="ltr"] pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  [dir="ltr"] thead {
    display: table-header-group;
  }
  [dir="ltr"] img,
  [dir="ltr"] tr {
    page-break-inside: avoid;
  }
  [dir="ltr"] h2,
  [dir="ltr"] h3,
  [dir="ltr"] p {
    orphans: 3;
    widows: 3;
  }
  [dir="ltr"] h2,
  [dir="ltr"] h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  [dir="ltr"] .container,
  [dir="ltr"] body {
    min-width: 992px !important;
  }
  [dir="ltr"] .navbar {
    display: none;
  }
  [dir="ltr"] .badge {
    border: 1px solid #272c33;
  }
  [dir="ltr"] .table {
    border-collapse: collapse !important;
  }
  [dir="ltr"] .table td,
  [dir="ltr"] .table th {
    background-color: #fff !important;
  }
  [dir="ltr"] .table-bordered td,
  [dir="ltr"] .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  [dir="ltr"] .table-dark {
    color: inherit;
  }
  [dir="ltr"] .table-dark tbody + tbody,
  [dir="ltr"] .table-dark td,
  [dir="ltr"] .table-dark th,
  [dir="ltr"] .table-dark thead th {
    border-color: #e9edf2;
  }
  [dir="ltr"] .table .thead-dark th {
    color: inherit;
    border-color: #e9edf2;
  }
}
[dir="ltr"] .custom-checkbox-toggle {
  width: 3rem;
  height: 1.5rem;
  padding-left: 0;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label {
  position: relative;
  width: 100%;
  height: 100%;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:after,
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.2s ease;
  border-radius: 1.5rem;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:before {
  width: 100%;
  height: 100%;
  background-color: #e3ebf6;
}
[dir="ltr"] .custom-checkbox-toggle .custom-control-label:after {
  width: 1.5rem;
  height: 100%;
  transform: scale(0.8);
  background-color: #fff;
}
[dir="ltr"]
  .custom-checkbox-toggle
  .custom-control-input:checked
  ~ .custom-control-label:after {
  right: 0;
  left: 1.5rem;
  background-color: #fff;
}
[dir="ltr"] .form-image-group {
  position: relative;
}
[dir="ltr"] .form-image-group .custom-control {
  margin: 0;
  padding: 0;
}
[dir="ltr"] .form-image-group .custom-control-inline .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
[dir="ltr"] .form-image-group label {
  cursor: pointer;
  margin: 0;
  padding: 4px;
  border: 1px solid #e9edf2;
  border-radius: 0.25rem;
}
[dir="ltr"] .form-image-group label:after,
[dir="ltr"] .form-image-group label:before {
  display: none;
}
[dir="ltr"] .form-image-group :checked ~ label {
  padding: 2px;
  border: 3px solid #5567ff;
}
[dir="ltr"] .is-valid .form-image-group :checked ~ label {
  border-color: #77c13a;
}
[dir="ltr"] .is-invalid .form-image-group label {
  border-color: #d9534f;
}
[dir="ltr"] #settings .form-image-group {
  flex-wrap: wrap !important;
}
[dir="ltr"] #settings .form-image-group:focus {
  outline: none;
}
[dir="ltr"] #settings .form-image-group .col {
  margin-left: 0 !important;
}
[dir="ltr"] #settings .form-image-group .col:nth-child(2n) {
  margin-left: 0.5rem !important;
}
[dir="ltr"] #settings .form-image-group .col:nth-child(1n + 3) {
  margin-top: 0.5rem !important;
}
[dir="ltr"] #settings .form-image-group img {
  width: 110px;
}
[dir="ltr"] .flatpickr-input[readonly] {
  background-color: #fff;
}
[dir="ltr"] .flatpickr-wrapper {
  display: block;
}
[dir="ltr"] .flatpickr-hidden-input {
  visibility: hidden;
  height: 0;
}
[dir="ltr"] .flatpickr-calendar-right .flatpickr-calendar {
  right: -1.5rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .flatpickr-calendar-right .flatpickr-calendar {
    right: 0;
  }
}
[dir="ltr"] .flatpickr-calendar.inline {
  box-shadow: none;
  border: none;
}
[dir="ltr"] .flatpickr-calendar.inline:after,
[dir="ltr"] .flatpickr-calendar.inline:before {
  display: none;
}
[dir="ltr"] .flatpickr-calendar.inline,
[dir="ltr"] .flatpickr-calendar.inline .dayContainer,
[dir="ltr"] .flatpickr-calendar.inline .flatpickr-days {
  width: 100%;
  max-width: none;
}
[dir="ltr"] .flatpickr-wrapper .flatpickr-input {
  height: 0;
  visibility: hidden;
  padding: 0;
}
[dir="ltr"] .chart {
  position: relative;
  height: 300px;
}
[dir="ltr"] .chart-legend {
  display: flex;
  margin-top: 2.5rem;
  white-space: nowrap;
  justify-content: center;
}
[dir="ltr"] .chart-legend-item {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 0.8125rem;
  color: rgba(39, 44, 51, 0.5);
  padding: 0.25rem 0.5rem;
  border: 1px solid #e9edf2;
  border-radius: 0.2rem;
}
[dir="ltr"] .chart-legend-indicator {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border-radius: 50%;
}
[dir="ltr"]
  .chart-legend:not(.chart-legend--vertical)
  .chart-legend-item
  + .chart-legend-item {
  margin-left: 0.5rem;
}
[dir="ltr"] .chart-legend--vertical {
  flex-direction: column;
}
[dir="ltr"] .chart-legend--vertical .chart-legend-item + .chart-legend-item {
  margin-top: 0.5rem;
}
[dir="ltr"] #chart-tooltip {
  z-index: 0;
  pointer-events: none;
}
[dir="ltr"] #chart-tooltip .popover-header {
  border-bottom: 0;
}
[dir="ltr"] #chart-tooltip .popover-body {
  text-transform: uppercase;
  font-size: 0.707rem;
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] #chart-tooltip .popover-body + .popover-body {
  padding-top: 0;
}
[dir="ltr"] #chart-tooltip .popover-body-label,
[dir="ltr"] #chart-tooltip .popover-body-value {
  margin-left: 0.25rem;
}
[dir="ltr"] #chart-tooltip .popover-body-indicator {
  margin-right: 0.25rem;
}
[dir="ltr"] #chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}
[dir="ltr"] #chart-tooltip .popover-body-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
[dir="ltr"] .avatar {
  font-size: 1rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 0;
}
[dir="ltr"] .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online:after,
[dir="ltr"] .avatar-online:before {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 20%;
  height: 20%;
  content: "";
  border-radius: 50%;
}
[dir="ltr"] .avatar-offline:before,
[dir="ltr"] .avatar-online:before {
  width: 22%;
  height: 22%;
  right: 4%;
  bottom: 4%;
  background-color: #fff;
}
[dir="ltr"] .avatar-online:after {
  background-color: #77c13a;
}
[dir="ltr"] .avatar-offline:after,
[dir="ltr"] .avatar-title {
  background-color: #818a91;
}
[dir="ltr"] .avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
[dir="ltr"] .avatar-xl,
[dir="ltr"] .avatar-xxl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}
[dir="ltr"] .avatar-lg {
  font-size: 1.33333rem;
  width: 4rem;
  height: 4rem;
}
[dir="ltr"] .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
[dir="ltr"] .avatar-xs {
  font-size: 0.54167rem;
  width: 1.625rem;
  height: 1.625rem;
}
@media (min-width: 768px) {
  [dir="ltr"] .avatar-xxl {
    font-size: 2.66667rem;
    width: 8rem;
    height: 8rem;
  }
}
[dir="ltr"] .avatar.avatar-4by3 {
  width: 4rem;
}
[dir="ltr"] .avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}
[dir="ltr"] .avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}
[dir="ltr"] .avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}
[dir="ltr"] .avatar-group {
  display: inline-flex;
}
[dir="ltr"] .avatar-group .avatar:hover {
  z-index: 1;
}
[dir="ltr"] .avatar-group .avatar-img,
[dir="ltr"] .avatar-group .avatar-title {
  border: 2px solid #fff;
}
[dir="ltr"] .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
[dir="ltr"] .avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}
[dir="ltr"] .avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}
[dir="ltr"] .avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}
[dir="ltr"] .avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}
[dir="ltr"] .avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}
[dir="ltr"] .avatar-list > .avatar,
[dir="ltr"] .avatar-list > .avatar-group {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}
[dir="ltr"] .is-loading {
  position: relative;
  color: transparent !important;
}
[dir="ltr"] .is-loading:after,
[dir="ltr"] .loader {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: is-loading 1s linear infinite;
  animation: is-loading 1s linear infinite;
  border: 3px solid #272c33;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}
[dir="ltr"] .is-loading-sm:after,
[dir="ltr"] .loader-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}
[dir="ltr"] .is-loading-lg:after,
[dir="ltr"] .loader-lg {
  width: 2rem;
  height: 2rem;
  border-width: 5px;
}
[dir="ltr"] .is-loading > * {
  opacity: 0 !important;
}
[dir="ltr"] .is-loading:after {
  position: absolute;
  top: calc(50% - 0.75rem);
  left: calc(50% - 0.75rem);
  content: "";
}
[dir="ltr"] .is-loading-sm:after {
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
}
[dir="ltr"] .is-loading-lg:after {
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}
[dir="ltr"] .btn-outline-primary.is-loading:after,
[dir="ltr"] .is-loading-primary:after,
[dir="ltr"] .loader-primary {
  border-color: #5567ff #5567ff transparent;
}
[dir="ltr"] .btn-primary.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-secondary.is-loading:after,
[dir="ltr"] .is-loading-secondary:after,
[dir="ltr"] .loader-secondary {
  border-color: #868e96 #868e96 transparent;
}
[dir="ltr"] .btn-secondary.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-success.is-loading:after,
[dir="ltr"] .is-loading-success:after,
[dir="ltr"] .loader-success {
  border-color: #77c13a #77c13a transparent;
}
[dir="ltr"] .btn-success.is-loading:after {
  border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-info.is-loading:after,
[dir="ltr"] .is-loading-info:after,
[dir="ltr"] .loader-info {
  border-color: #17a2b8 #17a2b8 transparent;
}
[dir="ltr"] .btn-info.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-warning.is-loading:after,
[dir="ltr"] .is-loading-warning:after,
[dir="ltr"] .loader-warning {
  border-color: #e4a93c #e4a93c transparent;
}
[dir="ltr"] .btn-warning.is-loading:after {
  border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-danger.is-loading:after,
[dir="ltr"] .is-loading-danger:after,
[dir="ltr"] .loader-danger {
  border-color: #d9534f #d9534f transparent;
}
[dir="ltr"] .btn-danger.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-light.is-loading:after,
[dir="ltr"] .is-loading-light:after,
[dir="ltr"] .loader-light {
  border-color: #f8f9fa #f8f9fa transparent;
}
[dir="ltr"] .btn-light.is-loading:after,
[dir="ltr"] .navbar-light .is-loading.navbar-btn:after {
  border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-dark.is-loading:after,
[dir="ltr"] .is-loading-dark:after,
[dir="ltr"] .loader-dark {
  border-color: #303956 #303956 transparent;
}
[dir="ltr"] .btn-dark.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-black.is-loading:after,
[dir="ltr"] .is-loading-black:after,
[dir="ltr"] .loader-black {
  border-color: #272c33 #272c33 transparent;
}
[dir="ltr"] .btn-black.is-loading:after,
[dir="ltr"] .navbar-dark .is-loading.navbar-btn:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-accent.is-loading:after,
[dir="ltr"] .is-loading-accent:after,
[dir="ltr"] .loader-accent {
  border-color: #ed0b4c #ed0b4c transparent;
}
[dir="ltr"] .btn-accent.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-accent-red.is-loading:after,
[dir="ltr"] .is-loading-accent-red:after,
[dir="ltr"] .loader-accent-red {
  border-color: #ed0b4c #ed0b4c transparent;
}
[dir="ltr"] .btn-accent-red.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-accent-yellow.is-loading:after,
[dir="ltr"] .is-loading-accent-yellow:after,
[dir="ltr"] .loader-accent-yellow {
  border-color: #e4a93c #e4a93c transparent;
}
[dir="ltr"] .btn-accent-yellow.is-loading:after {
  border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-accent-dodger-blue.is-loading:after,
[dir="ltr"] .is-loading-accent-dodger-blue:after,
[dir="ltr"] .loader-accent-dodger-blue {
  border-color: #5567ff #5567ff transparent;
}
[dir="ltr"] .btn-accent-dodger-blue.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-accent-pickled-bluewood.is-loading:after,
[dir="ltr"] .is-loading-accent-pickled-bluewood:after,
[dir="ltr"] .loader-accent-pickled-bluewood {
  border-color: #303956 #303956 transparent;
}
[dir="ltr"] .btn-accent-pickled-bluewood.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-accent-electric-violet.is-loading:after,
[dir="ltr"] .is-loading-accent-electric-violet:after,
[dir="ltr"] .loader-accent-electric-violet {
  border-color: #9c42ff #9c42ff transparent;
}
[dir="ltr"] .btn-accent-electric-violet.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-primary-purple.is-loading:after,
[dir="ltr"] .is-loading-primary-purple:after,
[dir="ltr"] .loader-primary-purple {
  border-color: #824ee1 #824ee1 transparent;
}
[dir="ltr"] .btn-primary-purple.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-primary-red.is-loading:after,
[dir="ltr"] .is-loading-primary-red:after,
[dir="ltr"] .loader-primary-red {
  border-color: #ed0b4c #ed0b4c transparent;
}
[dir="ltr"] .btn-primary-red.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-primary-yellow.is-loading:after,
[dir="ltr"] .is-loading-primary-yellow:after,
[dir="ltr"] .loader-primary-yellow {
  border-color: #e4a93c #e4a93c transparent;
}
[dir="ltr"] .btn-primary-yellow.is-loading:after {
  border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-primary-light.is-loading:after,
[dir="ltr"] .is-loading-primary-light:after,
[dir="ltr"] .loader-primary-light {
  border-color: #9cf #9cf transparent;
}
[dir="ltr"] .btn-primary-light.is-loading:after {
  border-color: #212529 #212529 transparent;
}
[dir="ltr"] .btn-outline-primary-dodger-blue.is-loading:after,
[dir="ltr"] .is-loading-primary-dodger-blue:after,
[dir="ltr"] .loader-primary-dodger-blue {
  border-color: #5567ff #5567ff transparent;
}
[dir="ltr"] .btn-primary-dodger-blue.is-loading:after {
  border-color: #fff #fff transparent;
}
[dir="ltr"] .btn-outline-primary-pickled-bluewood.is-loading:after,
[dir="ltr"] .is-loading-primary-pickled-bluewood:after,
[dir="ltr"] .loader-primary-pickled-bluewood {
  border-color: #303956 #303956 transparent;
}
[dir="ltr"] .btn-primary-pickled-bluewood.is-loading:after {
  border-color: #fff #fff transparent;
}
@-webkit-keyframes is-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes is-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
[dir="ltr"] .loader-list {
  display: flex;
  align-items: center;
}
[dir="ltr"] .loader-list > .loader {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}
[dir="ltr"] .corner-ribbon {
  margin: 0;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  font-weight: 500;
  box-sizing: border-box;
}
[dir="ltr"] .corner-ribbon--default-left-top {
  transform-origin: 100% 100%;
  height: 30px;
  width: 100px;
  transform: rotate(-45deg);
  padding-right: -30px;
  padding-left: -29px;
  line-height: 30px;
  left: -30px;
  top: -30px;
}
[dir="ltr"] .corner-ribbon--default-left-bottom {
  transform-origin: 100% 0;
  transform: rotate(45deg);
  left: -30px;
  bottom: -30px;
}
[dir="ltr"] .corner-ribbon--default-left-bottom,
[dir="ltr"] .corner-ribbon--default-right-top {
  height: 30px;
  width: 100px;
  padding-right: 31px;
  padding-left: 30px;
  line-height: 30px;
}
[dir="ltr"] .corner-ribbon--default-right-top {
  transform-origin: 0 100%;
  transform: rotate(45deg);
  right: -30px;
  top: -30px;
}
[dir="ltr"] .corner-ribbon--default-right-bottom {
  transform-origin: 0 0;
  height: 30px;
  width: 100px;
  transform: rotate(-45deg);
  padding-right: -30px;
  padding-left: -29px;
  line-height: 30px;
  right: -30px;
  bottom: -30px;
}
[dir="ltr"] .corner-ribbon--fixed {
  position: fixed;
}
[dir="ltr"] .corner-ribbon--shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
[dir="ltr"] .corner-ribbon--primary {
  color: #fff;
  background-color: #2c84dd;
}
[dir="ltr"] .corner-ribbon--success {
  color: #fff;
  background-color: #77c13a;
}
[dir="ltr"] .mdk-header {
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
  height: 200px;
}
[dir="ltr"] .mdk-header :last-child {
  margin-bottom: 0;
}
[dir="ltr"] .mdk-header[data-condenses],
[dir="ltr"] .mdk-header[data-reveals] {
  will-change: transform;
}
[dir="ltr"] .mdk-header [data-fx-condenses] {
  transform-origin: left top;
  opacity: 0;
}
[dir="ltr"] .mdk-header [data-fx-condenses][data-fx-id] {
  opacity: 1;
}
[dir="ltr"] .mdk-header [data-primary] {
  z-index: 1;
}
[dir="ltr"] .mdk-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
[dir="ltr"] [data-effects*="parallax-background"] .mdk-header__bg {
  visibility: hidden;
}
[dir="ltr"] .mdk-header__bg-front,
[dir="ltr"] .mdk-header__bg-rear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: cover;
}
[dir="ltr"] .mdk-header__bg-rear {
  opacity: 0;
}
[dir="ltr"] .mdk-header__content {
  position: relative;
  width: 100%;
  height: 100%;
}
[dir="ltr"] .mdk-header[data-condenses] .mdk-header__content {
  z-index: 0;
}
[dir="ltr"] .mdk-header[data-condenses] [data-primary] {
  z-index: 1;
}
[dir="ltr"] .mdk-header--shadow:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  z-index: -1;
}
[dir="ltr"] .mdk-header--shadow-show:after {
  opacity: 1;
}
[dir="ltr"] .mdk-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
[dir="ltr"] .mdk-header[disabled],
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-front,
[dir="ltr"] .mdk-header[disabled] .mdk-header__bg-rear,
[dir="ltr"] .mdk-header[disabled] .mdk-header__content > [data-primary],
[dir="ltr"] .mdk-header[disabled]:after {
  transition: none !important;
}
[dir="ltr"] .mdk-header-layout {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
[dir="ltr"] .mdk-header-layout--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .mdk-header-layout > .mdk-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[dir="ltr"] .mdk-header-layout[data-fullbleed] > .mdk-header,
[dir="ltr"] .mdk-header-layout[data-has-scrolling-region] > .mdk-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
[dir="ltr"] .mdk-header-layout__content {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .mdk-header-layout__content--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .mdk-header-layout__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .mdk-box {
  position: relative;
  margin-bottom: 1.25rem;
}
[dir="ltr"] .mdk-box__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}
[dir="ltr"] [data-effects*="parallax-background"] .mdk-box__bg {
  visibility: hidden;
}
[dir="ltr"] .mdk-box__bg-front,
[dir="ltr"] .mdk-box__bg-rear {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-size: cover;
}
[dir="ltr"] .mdk-box__bg-rear {
  opacity: 0;
}
[dir="ltr"] .mdk-box__content {
  position: relative;
  width: 100%;
  height: 100%;
}
[dir="ltr"] .mdk-box[disabled],
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-front,
[dir="ltr"] .mdk-box[disabled] .mdk-box__bg-rear,
[dir="ltr"] .mdk-box[disabled] .mdk-box__content > [data-primary],
[dir="ltr"] .mdk-box[disabled]:after {
  transition: none !important;
}
[dir="ltr"] .mdk-drawer {
  position: relative;
  visibility: hidden;
}
[dir="ltr"] .mdk-drawer[data-closing],
[dir="ltr"] .mdk-drawer[data-opened] {
  visibility: visible;
}
[dir="ltr"] .mdk-drawer[data-persistent] {
  width: 256px;
}
[dir="ltr"] .mdk-drawer[data-persistent][data-position="left"] {
  /*!rtl:ignore*/
  right: auto;
}
[dir="ltr"] .mdk-drawer[data-persistent][data-position="right"] {
  /*!rtl:ignore*/
  left: auto;
}
[dir="ltr"] .mdk-drawer__content {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  transition: transform 0.2s ease;
  background-color: #fff;
  /*!rtl:begin:ignore*/
  left: 0;
  transform: translate3d(-100%, 0, 0);
  /*!rtl:end:ignore*/
}
[dir="ltr"] [data-position="right"] > .mdk-drawer__content {
  /*!rtl:begin:ignore*/
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
  /*!rtl:end:ignore*/
}
[dir="ltr"] .mdk-drawer__scrim,
[dir="ltr"] [data-opened] > .mdk-drawer__content {
  transform: translateZ(0);
}
[dir="ltr"] .mdk-drawer__scrim {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.2s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
[dir="ltr"] [data-opened] > .mdk-drawer__scrim {
  opacity: 1;
}
[dir="ltr"] [data-persistent] > .mdk-drawer__scrim {
  visibility: hidden;
  opacity: 0;
}
[dir="ltr"] .mdk-drawer-layout {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
[dir="ltr"] .mdk-drawer-layout--fullbleed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer {
  position: relative;
}
[dir="ltr"] .mdk-drawer-layout .mdk-drawer[data-persistent] {
  width: 256px;
}
[dir="ltr"]
  .mdk-drawer-layout
  .mdk-drawer[data-persistent][data-position="left"] {
  /*!rtl:remove*/
  order: 0;
}
[dir="ltr"]
  .mdk-drawer-layout
  .mdk-drawer[data-persistent][data-position="right"] {
  /*!rtl:remove*/
  order: 2;
}
[dir="ltr"] .mdk-drawer-layout__content {
  position: relative;
  height: 100%;
  transition: transform 0.2s;
  min-width: 320px;
  z-index: 0;
  order: 1;
  flex: 1 1 0%;
}
[dir="ltr"] .mdk-drawer-layout__content--scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[dir="ltr"] .mdk-reveal {
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
[dir="ltr"] .mdk-reveal--hover:hover .mdk-reveal__partial,
[dir="ltr"] .mdk-reveal[data-opened] .mdk-reveal__partial {
  opacity: 0;
}
[dir="ltr"] .mdk-reveal__content {
  transition: transform 0.2s;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
[dir="ltr"] .mdk-reveal__partial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 60%,
    hsla(0, 0%, 100%, 0.95) 80%,
    #fff
  );
  opacity: 1;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
}
[dir="ltr"] .mdk-carousel__content {
  transition: transform 0.4s;
  transform: translateZ(0);
  touch-action: pan-x;
}
[dir="ltr"] .mdk-carousel__item {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-touch-callout: none;
  width: 100%;
}
[dir="ltr"] .mdk-tooltip {
  transform: scale(0);
  transition: transform 0.2s;
  transform-origin: top center;
  will-change: transform;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  z-index: 999;
  font-weight: 500;
  text-align: center;
  position: fixed;
  line-height: 1;
  max-width: 200px;
  padding: 0.4rem;
  border-radius: 0.25rem;
  pointer-events: none;
}
[dir="ltr"] .mdk-tooltip[data-opened] {
  transform: scale(1);
}
[dir="ltr"] .flex {
  flex: 1 1 0% !important;
}
[dir="ltr"] .flex-0,
[dir="ltr"] .flex-none {
  flex: none !important;
}
[dir="ltr"] .flex-grow {
  flex: 1 1 auto !important;
}
[dir="ltr"] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .flex-sm {
    flex: 1 1 0% !important;
  }
  [dir="ltr"] .flex-sm-0,
  [dir="ltr"] .flex-sm-none {
    flex: none !important;
  }
  [dir="ltr"] .flex-sm-grow {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .flex-md {
    flex: 1 1 0% !important;
  }
  [dir="ltr"] .flex-md-0,
  [dir="ltr"] .flex-md-none {
    flex: none !important;
  }
  [dir="ltr"] .flex-md-grow {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .flex-lg {
    flex: 1 1 0% !important;
  }
  [dir="ltr"] .flex-lg-0,
  [dir="ltr"] .flex-lg-none {
    flex: none !important;
  }
  [dir="ltr"] .flex-lg-grow {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .flex-xl {
    flex: 1 1 0% !important;
  }
  [dir="ltr"] .flex-xl-0,
  [dir="ltr"] .flex-xl-none {
    flex: none !important;
  }
  [dir="ltr"] .flex-xl-grow {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .flex-xxl {
    flex: 1 1 0% !important;
  }
  [dir="ltr"] .flex-xxl-0,
  [dir="ltr"] .flex-xxl-none {
    flex: none !important;
  }
  [dir="ltr"] .flex-xxl-grow {
    flex: 1 1 auto !important;
  }
  [dir="ltr"] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
[dir="ltr"] .w-30px,
[dir="ltr"] .w-100px {
  width: !important;
}
[dir="ltr"] .h-30px,
[dir="ltr"] .h-100px {
  height: !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .w-sm-30px,
  [dir="ltr"] .w-sm-100px {
    width: !important;
  }
  [dir="ltr"] .h-sm-30px,
  [dir="ltr"] .h-sm-100px {
    height: !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .w-md-30px,
  [dir="ltr"] .w-md-100px {
    width: !important;
  }
  [dir="ltr"] .h-md-30px,
  [dir="ltr"] .h-md-100px {
    height: !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .w-lg-30px,
  [dir="ltr"] .w-lg-100px {
    width: !important;
  }
  [dir="ltr"] .h-lg-30px,
  [dir="ltr"] .h-lg-100px {
    height: !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .w-xl-30px,
  [dir="ltr"] .w-xl-100px {
    width: !important;
  }
  [dir="ltr"] .h-xl-30px,
  [dir="ltr"] .h-xl-100px {
    height: !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .w-xxl-30px,
  [dir="ltr"] .w-xxl-100px {
    width: !important;
  }
  [dir="ltr"] .h-xxl-30px,
  [dir="ltr"] .h-xxl-100px {
    height: !important;
  }
}
[dir="ltr"] .text-underline {
  text-decoration: underline;
}
[dir="ltr"] .text-facebook {
  color: #3b5998;
}
[dir="ltr"] .text-twitter {
  color: #0084b4;
}
[dir="ltr"] .text-dribbble {
  color: #ea4c89;
}
[dir="ltr"] .hover-text-decoration-0:focus,
[dir="ltr"] .hover-text-decoration-0:hover {
  text-decoration: none;
}
[dir="ltr"] .lh-1 {
  line-height: 1rem;
}
[dir="ltr"] .text-20,
[dir="ltr"] .text-black-20 {
  color: rgba(39, 44, 51, 0.2) !important;
}
[dir="ltr"] .text-50,
[dir="ltr"] .text-black-50 {
  color: rgba(39, 44, 51, 0.5) !important;
}
[dir="ltr"] .text-70,
[dir="ltr"] .text-black-70 {
  color: rgba(39, 44, 51, 0.7) !important;
}
[dir="ltr"] .text-100,
[dir="ltr"] .text-black-100 {
  color: #272c33 !important;
}
[dir="ltr"] .text-white-20 {
  color: hsla(0, 0%, 100%, 0.2) !important;
}
[dir="ltr"] .text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
[dir="ltr"] .text-white-60 {
  color: hsla(0, 0%, 100%, 0.6) !important;
}
[dir="ltr"] .text-white-70 {
  color: hsla(0, 0%, 100%, 0.7) !important;
}
[dir="ltr"] .mb-heading {
  margin-bottom: 1rem !important;
}
[dir="ltr"] .mb-grid-gutter {
  margin-bottom: 24px !important;
}
[dir="ltr"] .mb-card-y {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  [dir="ltr"] .p-0-xs {
    padding: 0 !important;
  }
}
[dir="ltr"] .col {
  padding-left: 12px;
  padding-right: 12px;
}
[dir="ltr"] .icon--left {
  margin-right: 0.5rem;
}
[dir="ltr"] .icon--right {
  margin-left: 0.5rem;
}
[dir="ltr"] .fullbleed {
  right: 0;
  bottom: 0;
}
[dir="ltr"] .absolute-top,
[dir="ltr"] .fullbleed,
[dir="ltr"] .position-absolute-top {
  position: absolute;
  left: 0;
  top: 0;
}
[dir="ltr"] .top-0 {
  top: 0;
}
[dir="ltr"] .right-0 {
  right: 0;
}
[dir="ltr"] .o-hidden {
  overflow: hidden !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  [dir="ltr"] .hidden-sm {
    display: none;
  }
}
[dir="ltr"] .z-0 {
  z-index: 0;
}
[dir="ltr"] .z-1 {
  z-index: 1;
}
[dir="ltr"] .z-2 {
  z-index: 2;
}
[dir="ltr"] .bg-primary {
  background-color: #5567ff !important;
}
[dir="ltr"] .bg-secondary {
  background-color: #868e96 !important;
}
[dir="ltr"] .bg-success {
  background-color: #77c13a !important;
}
[dir="ltr"] .bg-info {
  background-color: #17a2b8 !important;
}
[dir="ltr"] .bg-warning {
  background-color: #e4a93c !important;
}
[dir="ltr"] .bg-danger {
  background-color: #d9534f !important;
}
[dir="ltr"] .bg-light {
  background-color: #f8f9fa !important;
}
[dir="ltr"] .bg-dark {
  background-color: #303956 !important;
}
[dir="ltr"] .bg-black {
  background-color: #272c33 !important;
}
[dir="ltr"] .bg-accent,
[dir="ltr"] .bg-accent-red {
  background-color: #ed0b4c !important;
}
[dir="ltr"] .bg-accent-yellow {
  background-color: #e4a93c !important;
}
[dir="ltr"] .bg-accent-dodger-blue {
  background-color: #5567ff !important;
}
[dir="ltr"] .bg-accent-pickled-bluewood {
  background-color: #303956 !important;
}
[dir="ltr"] .bg-accent-electric-violet {
  background-color: #9c42ff !important;
}
[dir="ltr"] .bg-primary-purple {
  background-color: #824ee1 !important;
}
[dir="ltr"] .bg-primary-red {
  background-color: #ed0b4c !important;
}
[dir="ltr"] .bg-primary-yellow {
  background-color: #e4a93c !important;
}
[dir="ltr"] .bg-primary-light {
  background-color: #9cf !important;
}
[dir="ltr"] .bg-primary-dodger-blue {
  background-color: #013D79 !important;
}
[dir="ltr"] .bg-primary-pickled-bluewood {
  background-color: #303956 !important;
}
[dir="ltr"] .bg-white {
  background-color: #fff !important;
}
[dir="ltr"] .bg-alt {
  background: #fff !important;
}
[dir="ltr"] .bg-body {
  background-color: #f5f7fa !important;
}
[dir="ltr"] .bg-transparent {
  background: transparent !important;
}
[dir="ltr"] .bg-darker {
  background-color: #2b324c !important;
}
[dir="ltr"] .bg-gradient-purple {
  background-image: linear-gradient(-128deg, #8a4182, #3289dc);
}
[dir="ltr"] .bg-gradient-primary {
  background-image: linear-gradient(128deg, #1e6dbd, #3287db);
}
[dir="ltr"] .bg-dark-blue {
  background-color: #0c2440 !important;
}
[dir="ltr"] .bg-dark-purple {
  background: #824ee1 !important;
}
[dir="ltr"] .border-1 {
  border: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-left-1 {
  border-left: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-right-1 {
  border-right: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-top-1 {
  border-top: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-bottom-1 {
  border-bottom: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-2 {
  border: 2px solid #e9edf2 !important;
}
[dir="ltr"] .border-left-2 {
  border-left: 2px solid #e9edf2 !important;
}
[dir="ltr"] .border-right-2 {
  border-right: 2px solid #e9edf2 !important;
}
[dir="ltr"] .border-top-2 {
  border-top: 2px solid #e9edf2 !important;
}
[dir="ltr"] .border-bottom-2 {
  border-bottom: 2px solid #e9edf2 !important;
}
[dir="ltr"] .border-3 {
  border: 3px solid #e9edf2 !important;
}
[dir="ltr"] .border-left-3 {
  border-left: 3px solid #e9edf2 !important;
}
[dir="ltr"] .border-right-3 {
  border-right: 3px solid #e9edf2 !important;
}
[dir="ltr"] .border-top-3 {
  border-top: 3px solid #e9edf2 !important;
}
[dir="ltr"] .border-bottom-3 {
  border-bottom: 3px solid #e9edf2 !important;
}
[dir="ltr"] .border-4 {
  border: 4px solid #e9edf2 !important;
}
[dir="ltr"] .border-left-4 {
  border-left: 4px solid #e9edf2 !important;
}
[dir="ltr"] .border-right-4 {
  border-right: 4px solid #e9edf2 !important;
}
[dir="ltr"] .border-top-4 {
  border-top: 4px solid #e9edf2 !important;
}
[dir="ltr"] .border-bottom-4 {
  border-bottom: 4px solid #e9edf2 !important;
}
[dir="ltr"] .border {
  border: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-top {
  border-top: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-right {
  border-right: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-bottom {
  border-bottom: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-left {
  border-left: 1px solid #e9edf2 !important;
}
[dir="ltr"] .border-0 {
  border: 0 !important;
}
[dir="ltr"] .border-top-0 {
  border-top: 0 !important;
}
[dir="ltr"] .border-right-0 {
  border-right: 0 !important;
}
[dir="ltr"] .border-bottom-0 {
  border-bottom: 0 !important;
}
[dir="ltr"] .border-left-0 {
  border-left: 0 !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .border-sm {
    border: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-top-sm {
    border-top: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-right-sm {
    border-right: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-bottom-sm {
    border-bottom: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-left-sm {
    border-left: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-sm-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-sm-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-sm-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-sm-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .border-md {
    border: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-top-md {
    border-top: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-right-md {
    border-right: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-bottom-md {
    border-bottom: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-left-md {
    border-left: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-md-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-md-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-md-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-md-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .border-lg {
    border: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-top-lg {
    border-top: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-right-lg {
    border-right: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-bottom-lg {
    border-bottom: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-left-lg {
    border-left: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-lg-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-lg-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-lg-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-lg-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .border-xl {
    border: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-top-xl {
    border-top: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-right-xl {
    border-right: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-bottom-xl {
    border-bottom: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-left-xl {
    border-left: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-xl-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-xl-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-xl-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-xl-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .border-xxl {
    border: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-top-xxl {
    border-top: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-right-xxl {
    border-right: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-bottom-xxl {
    border-bottom: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-left-xxl {
    border-left: 1px solid #e9edf2 !important;
  }
  [dir="ltr"] .border-xxl-0 {
    border: 0 !important;
  }
  [dir="ltr"] .border-top-xxl-0 {
    border-top: 0 !important;
  }
  [dir="ltr"] .border-right-xxl-0 {
    border-right: 0 !important;
  }
  [dir="ltr"] .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  [dir="ltr"] .border-left-xxl-0 {
    border-left: 0 !important;
  }
}
[dir="ltr"] .border-primary {
  border-color: #5567ff !important;
}
[dir="ltr"] .border-left-primary {
  border-left-color: #5567ff !important;
}
[dir="ltr"] .border-right-primary {
  border-right-color: #5567ff !important;
}
[dir="ltr"] .border-top-primary {
  border-top-color: #5567ff !important;
}
[dir="ltr"] .border-bottom-primary {
  border-bottom-color: #5567ff !important;
}
[dir="ltr"] .border-secondary {
  border-color: #868e96 !important;
}
[dir="ltr"] .border-left-secondary {
  border-left-color: #868e96 !important;
}
[dir="ltr"] .border-right-secondary {
  border-right-color: #868e96 !important;
}
[dir="ltr"] .border-top-secondary {
  border-top-color: #868e96 !important;
}
[dir="ltr"] .border-bottom-secondary {
  border-bottom-color: #868e96 !important;
}
[dir="ltr"] .border-success {
  border-color: #77c13a !important;
}
[dir="ltr"] .border-left-success {
  border-left-color: #77c13a !important;
}
[dir="ltr"] .border-right-success {
  border-right-color: #77c13a !important;
}
[dir="ltr"] .border-top-success {
  border-top-color: #77c13a !important;
}
[dir="ltr"] .border-bottom-success {
  border-bottom-color: #77c13a !important;
}
[dir="ltr"] .border-info {
  border-color: #17a2b8 !important;
}
[dir="ltr"] .border-left-info {
  border-left-color: #17a2b8 !important;
}
[dir="ltr"] .border-right-info {
  border-right-color: #17a2b8 !important;
}
[dir="ltr"] .border-top-info {
  border-top-color: #17a2b8 !important;
}
[dir="ltr"] .border-bottom-info {
  border-bottom-color: #17a2b8 !important;
}
[dir="ltr"] .border-warning {
  border-color: #e4a93c !important;
}
[dir="ltr"] .border-left-warning {
  border-left-color: #e4a93c !important;
}
[dir="ltr"] .border-right-warning {
  border-right-color: #e4a93c !important;
}
[dir="ltr"] .border-top-warning {
  border-top-color: #e4a93c !important;
}
[dir="ltr"] .border-bottom-warning {
  border-bottom-color: #e4a93c !important;
}
[dir="ltr"] .border-danger {
  border-color: #d9534f !important;
}
[dir="ltr"] .border-left-danger {
  border-left-color: #d9534f !important;
}
[dir="ltr"] .border-right-danger {
  border-right-color: #d9534f !important;
}
[dir="ltr"] .border-top-danger {
  border-top-color: #d9534f !important;
}
[dir="ltr"] .border-bottom-danger {
  border-bottom-color: #d9534f !important;
}
[dir="ltr"] .border-light {
  border-color: #f8f9fa !important;
}
[dir="ltr"] .border-left-light {
  border-left-color: #f8f9fa !important;
}
[dir="ltr"] .border-right-light {
  border-right-color: #f8f9fa !important;
}
[dir="ltr"] .border-top-light {
  border-top-color: #f8f9fa !important;
}
[dir="ltr"] .border-bottom-light {
  border-bottom-color: #f8f9fa !important;
}
[dir="ltr"] .border-dark {
  border-color: #303956 !important;
}
[dir="ltr"] .border-left-dark {
  border-left-color: #303956 !important;
}
[dir="ltr"] .border-right-dark {
  border-right-color: #303956 !important;
}
[dir="ltr"] .border-top-dark {
  border-top-color: #303956 !important;
}
[dir="ltr"] .border-bottom-dark {
  border-bottom-color: #303956 !important;
}
[dir="ltr"] .border-black {
  border-color: #272c33 !important;
}
[dir="ltr"] .border-left-black {
  border-left-color: #272c33 !important;
}
[dir="ltr"] .border-right-black {
  border-right-color: #272c33 !important;
}
[dir="ltr"] .border-top-black {
  border-top-color: #272c33 !important;
}
[dir="ltr"] .border-bottom-black {
  border-bottom-color: #272c33 !important;
}
[dir="ltr"] .border-accent {
  border-color: #ed0b4c !important;
}
[dir="ltr"] .border-left-accent {
  border-left-color: #ed0b4c !important;
}
[dir="ltr"] .border-right-accent {
  border-right-color: #ed0b4c !important;
}
[dir="ltr"] .border-top-accent {
  border-top-color: #ed0b4c !important;
}
[dir="ltr"] .border-bottom-accent {
  border-bottom-color: #ed0b4c !important;
}
[dir="ltr"] .border-accent-red {
  border-color: #ed0b4c !important;
}
[dir="ltr"] .border-left-accent-red {
  border-left-color: #ed0b4c !important;
}
[dir="ltr"] .border-right-accent-red {
  border-right-color: #ed0b4c !important;
}
[dir="ltr"] .border-top-accent-red {
  border-top-color: #ed0b4c !important;
}
[dir="ltr"] .border-bottom-accent-red {
  border-bottom-color: #ed0b4c !important;
}
[dir="ltr"] .border-accent-yellow {
  border-color: #e4a93c !important;
}
[dir="ltr"] .border-left-accent-yellow {
  border-left-color: #e4a93c !important;
}
[dir="ltr"] .border-right-accent-yellow {
  border-right-color: #e4a93c !important;
}
[dir="ltr"] .border-top-accent-yellow {
  border-top-color: #e4a93c !important;
}
[dir="ltr"] .border-bottom-accent-yellow {
  border-bottom-color: #e4a93c !important;
}
[dir="ltr"] .border-accent-dodger-blue {
  border-color: #5567ff !important;
}
[dir="ltr"] .border-left-accent-dodger-blue {
  border-left-color: #5567ff !important;
}
[dir="ltr"] .border-right-accent-dodger-blue {
  border-right-color: #5567ff !important;
}
[dir="ltr"] .border-top-accent-dodger-blue {
  border-top-color: #5567ff !important;
}
[dir="ltr"] .border-bottom-accent-dodger-blue {
  border-bottom-color: #5567ff !important;
}
[dir="ltr"] .border-accent-pickled-bluewood {
  border-color: #303956 !important;
}
[dir="ltr"] .border-left-accent-pickled-bluewood {
  border-left-color: #303956 !important;
}
[dir="ltr"] .border-right-accent-pickled-bluewood {
  border-right-color: #303956 !important;
}
[dir="ltr"] .border-top-accent-pickled-bluewood {
  border-top-color: #303956 !important;
}
[dir="ltr"] .border-bottom-accent-pickled-bluewood {
  border-bottom-color: #303956 !important;
}
[dir="ltr"] .border-accent-electric-violet {
  border-color: #9c42ff !important;
}
[dir="ltr"] .border-left-accent-electric-violet {
  border-left-color: #9c42ff !important;
}
[dir="ltr"] .border-right-accent-electric-violet {
  border-right-color: #9c42ff !important;
}
[dir="ltr"] .border-top-accent-electric-violet {
  border-top-color: #9c42ff !important;
}
[dir="ltr"] .border-bottom-accent-electric-violet {
  border-bottom-color: #9c42ff !important;
}
[dir="ltr"] .border-primary-purple {
  border-color: #824ee1 !important;
}
[dir="ltr"] .border-left-primary-purple {
  border-left-color: #824ee1 !important;
}
[dir="ltr"] .border-right-primary-purple {
  border-right-color: #824ee1 !important;
}
[dir="ltr"] .border-top-primary-purple {
  border-top-color: #824ee1 !important;
}
[dir="ltr"] .border-bottom-primary-purple {
  border-bottom-color: #824ee1 !important;
}
[dir="ltr"] .border-primary-red {
  border-color: #ed0b4c !important;
}
[dir="ltr"] .border-left-primary-red {
  border-left-color: #ed0b4c !important;
}
[dir="ltr"] .border-right-primary-red {
  border-right-color: #ed0b4c !important;
}
[dir="ltr"] .border-top-primary-red {
  border-top-color: #ed0b4c !important;
}
[dir="ltr"] .border-bottom-primary-red {
  border-bottom-color: #ed0b4c !important;
}
[dir="ltr"] .border-primary-yellow {
  border-color: #e4a93c !important;
}
[dir="ltr"] .border-left-primary-yellow {
  border-left-color: #e4a93c !important;
}
[dir="ltr"] .border-right-primary-yellow {
  border-right-color: #e4a93c !important;
}
[dir="ltr"] .border-top-primary-yellow {
  border-top-color: #e4a93c !important;
}
[dir="ltr"] .border-bottom-primary-yellow {
  border-bottom-color: #e4a93c !important;
}
[dir="ltr"] .border-primary-light {
  border-color: #9cf !important;
}
[dir="ltr"] .border-left-primary-light {
  border-left-color: #9cf !important;
}
[dir="ltr"] .border-right-primary-light {
  border-right-color: #9cf !important;
}
[dir="ltr"] .border-top-primary-light {
  border-top-color: #9cf !important;
}
[dir="ltr"] .border-bottom-primary-light {
  border-bottom-color: #9cf !important;
}
[dir="ltr"] .border-primary-dodger-blue {
  border-color: #5567ff !important;
}
[dir="ltr"] .border-left-primary-dodger-blue {
  border-left-color: #5567ff !important;
}
[dir="ltr"] .border-right-primary-dodger-blue {
  border-right-color: #5567ff !important;
}
[dir="ltr"] .border-top-primary-dodger-blue {
  border-top-color: #5567ff !important;
}
[dir="ltr"] .border-bottom-primary-dodger-blue {
  border-bottom-color: #5567ff !important;
}
[dir="ltr"] .border-primary-pickled-bluewood {
  border-color: #303956 !important;
}
[dir="ltr"] .border-left-primary-pickled-bluewood {
  border-left-color: #303956 !important;
}
[dir="ltr"] .border-right-primary-pickled-bluewood {
  border-right-color: #303956 !important;
}
[dir="ltr"] .border-top-primary-pickled-bluewood {
  border-top-color: #303956 !important;
}
[dir="ltr"] .border-bottom-primary-pickled-bluewood {
  border-bottom-color: #303956 !important;
}
[dir="ltr"] .border-bottom-white {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
[dir="ltr"] .order-0 {
  order: 0 !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .order-sm-0 {
    order: 0 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .order-md-0 {
    order: 0 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .order-lg-0 {
    order: 0 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .order-xl-0 {
    order: 0 !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .order-xxl-0 {
    order: 0 !important;
  }
}
[dir="ltr"] .order-1 {
  order: 1 !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .order-sm-1 {
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .order-md-1 {
    order: 1 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .order-lg-1 {
    order: 1 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .order-xl-1 {
    order: 1 !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .order-xxl-1 {
    order: 1 !important;
  }
}
[dir="ltr"] .order-2 {
  order: 2 !important;
}
@media (min-width: 576px) {
  [dir="ltr"] .order-sm-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .order-md-2 {
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .order-lg-2 {
    order: 2 !important;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .order-xl-2 {
    order: 2 !important;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .order-xxl-2 {
    order: 2 !important;
  }
}
[dir="ltr"] .position-close-4pt {
  position: absolute;
  right: 4px;
  top: 4px;
  display: flex;
}
[dir="ltr"] .text-white-100 {
  color: #fff !important;
}
[dir="ltr"] .text-shadow {
  text-shadow: rgba(39, 44, 51, 0.2) 0 9px 10px;
}
[dir="ltr"] .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
}
[dir="ltr"] .text-headings {
  font-family: "Montserrat Regular" !important;
}
[dir="ltr"] .lh-24pt {
  line-height: 1.5rem;
}
[dir="ltr"] .bg-dark-blue {
  background-image: #0c2440;
}
[dir="ltr"] .bg-purple-gradient {
  background-image: linear-gradient(180deg, #9a55fe, #753efd);
}
[dir="ltr"] .bg-black,
[dir="ltr"] .bg-black-100 {
  background-color: #272c33 !important;
}
[dir="ltr"] .bg-black-50 {
  background-color: rgba(39, 44, 51, 0.5) !important;
}
[dir="ltr"] .bg-black-20 {
  background-color: rgba(39, 44, 51, 0.2) !important;
}
[dir="ltr"] .p-card-header {
  padding: 1rem;
}
[dir="ltr"] .link-date {
  color: rgba(39, 44, 51, 0.7);
  position: relative;
  overflow: hidden;
  background: rgba(85, 103, 255, 0.05);
  padding: 2px 4px;
  border-radius: 2px;
}
[dir="ltr"] .link-date:after {
  content: "................................................................";
  color: rgba(39, 44, 51, 0.4);
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  top: 0.525rem;
  white-space: nowrap;
}
[dir="ltr"] .link-date:hover {
  text-decoration: none;
}
[dir="ltr"] .material-icons {
  vertical-align: middle;
}
[dir="ltr"] .icon-16pt {
  font-size: 1rem !important;
}
[dir="ltr"] .icon-24pt {
  font-size: 1.5rem !important;
}
[dir="ltr"] .icon-32pt {
  font-size: 2rem !important;
}
[dir="ltr"] .icon-40pt {
  font-size: 2.5rem !important;
}
[dir="ltr"] .icon-48pt {
  font-size: 3rem !important;
}
[dir="ltr"] .icon-64pt {
  font-size: 4rem !important;
}
[dir="ltr"] .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
}
[dir="ltr"] .icon-holder[href]:hover {
  text-decoration: none;
}
[dir="ltr"] .icon-holder--small {
  width: 30px;
  height: 30px;
}
[dir="ltr"] .icon-holder--default {
  background-color: #e9ecef;
}
[dir="ltr"] .icon-holder--primary {
  color: #fff;
  background-image: none;
  background-color: #5567ff;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--primary:hover {
  color: #5567ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--primary:hover:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .icon-holder--outline-primary {
  color: #5567ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--outline-primary:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .icon-holder--secondary {
  color: #fff;
  background-image: none;
  background-color: #868e96;
  border: 1px solid #868e96;
}
[dir="ltr"] .icon-holder--secondary:hover {
  color: #868e96;
  background-image: none;
  background-color: transparent;
  border: 1px solid #868e96;
}
[dir="ltr"] .icon-holder--secondary:hover:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .icon-holder--outline-secondary {
  color: #868e96;
  background-image: none;
  background-color: transparent;
  border: 1px solid #868e96;
}
[dir="ltr"] .icon-holder--outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .icon-holder--success {
  color: #fff;
  background-image: none;
  background-color: #77c13a;
  border: 1px solid #77c13a;
}
[dir="ltr"] .icon-holder--success:hover {
  color: #77c13a;
  background-image: none;
  background-color: transparent;
  border: 1px solid #77c13a;
}
[dir="ltr"] .icon-holder--success:hover:hover {
  color: #fff;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .icon-holder--outline-success {
  color: #77c13a;
  background-image: none;
  background-color: transparent;
  border: 1px solid #77c13a;
}
[dir="ltr"] .icon-holder--outline-success:hover {
  color: #fff;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .icon-holder--info {
  color: #fff;
  background-color: #17a2b8;
}
[dir="ltr"] .icon-holder--info,
[dir="ltr"] .icon-holder--info:hover {
  background-image: none;
  border: 1px solid #17a2b8;
}
[dir="ltr"] .icon-holder--info:hover {
  color: #17a2b8;
  background-color: transparent;
}
[dir="ltr"] .icon-holder--info:hover:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .icon-holder--outline-info {
  color: #17a2b8;
  background-image: none;
  background-color: transparent;
  border: 1px solid #17a2b8;
}
[dir="ltr"] .icon-holder--outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .icon-holder--warning {
  color: #fff;
  background-image: none;
  background-color: #e4a93c;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--warning:hover {
  color: #e4a93c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--warning:hover:hover {
  color: #fff;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .icon-holder--outline-warning {
  color: #e4a93c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--outline-warning:hover {
  color: #fff;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .icon-holder--danger {
  color: #fff;
  background-image: none;
  background-color: #d9534f;
  border: 1px solid #d9534f;
}
[dir="ltr"] .icon-holder--danger:hover {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border: 1px solid #d9534f;
}
[dir="ltr"] .icon-holder--danger:hover:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .icon-holder--outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border: 1px solid #d9534f;
}
[dir="ltr"] .icon-holder--outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .icon-holder--light {
  color: #fff;
  background-color: #f8f9fa;
}
[dir="ltr"] .icon-holder--light,
[dir="ltr"] .icon-holder--light:hover {
  background-image: none;
  border: 1px solid #f8f9fa;
}
[dir="ltr"] .icon-holder--light:hover {
  color: #f8f9fa;
  background-color: transparent;
}
[dir="ltr"] .icon-holder--light:hover:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .icon-holder--outline-light {
  color: #f8f9fa;
  background-image: none;
  background-color: transparent;
  border: 1px solid #f8f9fa;
}
[dir="ltr"] .icon-holder--outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .icon-holder--dark {
  color: #fff;
  background-color: #303956;
}
[dir="ltr"] .icon-holder--dark,
[dir="ltr"] .icon-holder--dark:hover {
  background-image: none;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--dark:hover {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"] .icon-holder--dark:hover:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .icon-holder--outline-dark {
  color: #303956;
  background-image: none;
  background-color: transparent;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--outline-dark:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .icon-holder--black {
  color: #fff;
  background-color: #272c33;
}
[dir="ltr"] .icon-holder--black,
[dir="ltr"] .icon-holder--black:hover {
  background-image: none;
  border: 1px solid #272c33;
}
[dir="ltr"] .icon-holder--black:hover {
  color: #272c33;
  background-color: transparent;
}
[dir="ltr"] .icon-holder--black:hover:hover {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .icon-holder--outline-black {
  color: #272c33;
  background-image: none;
  background-color: transparent;
  border: 1px solid #272c33;
}
[dir="ltr"] .icon-holder--outline-black:hover {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .icon-holder--accent {
  color: #fff;
  background-image: none;
  background-color: #ed0b4c;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--accent:hover {
  color: #ed0b4c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--accent:hover:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-accent {
  color: #ed0b4c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-accent:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--accent-red {
  color: #fff;
  background-image: none;
  background-color: #ed0b4c;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--accent-red:hover {
  color: #ed0b4c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--accent-red:hover:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-accent-red {
  color: #ed0b4c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-accent-red:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--accent-yellow {
  color: #fff;
  background-image: none;
  background-color: #e4a93c;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--accent-yellow:hover {
  color: #e4a93c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--accent-yellow:hover:hover {
  color: #fff;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .icon-holder--outline-accent-yellow {
  color: #e4a93c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--outline-accent-yellow:hover {
  color: #fff;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .icon-holder--accent-dodger-blue {
  color: #fff;
  background-image: none;
  background-color: #5567ff;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--accent-dodger-blue:hover {
  color: #5567ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--accent-dodger-blue:hover:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .icon-holder--outline-accent-dodger-blue {
  color: #5567ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--outline-accent-dodger-blue:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .icon-holder--accent-pickled-bluewood {
  color: #fff;
  background-image: none;
  background-color: #303956;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--accent-pickled-bluewood:hover {
  color: #303956;
  background-image: none;
  background-color: transparent;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--accent-pickled-bluewood:hover:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .icon-holder--outline-accent-pickled-bluewood {
  color: #303956;
  background-image: none;
  background-color: transparent;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--outline-accent-pickled-bluewood:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .icon-holder--accent-electric-violet {
  color: #fff;
  background-image: none;
  background-color: #9c42ff;
  border: 1px solid #9c42ff;
}
[dir="ltr"] .icon-holder--accent-electric-violet:hover {
  color: #9c42ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #9c42ff;
}
[dir="ltr"] .icon-holder--accent-electric-violet:hover:hover {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .icon-holder--outline-accent-electric-violet {
  color: #9c42ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #9c42ff;
}
[dir="ltr"] .icon-holder--outline-accent-electric-violet:hover {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .icon-holder--primary-purple {
  color: #fff;
  background-image: none;
  background-color: #824ee1;
  border: 1px solid #824ee1;
}
[dir="ltr"] .icon-holder--primary-purple:hover {
  color: #824ee1;
  background-image: none;
  background-color: transparent;
  border: 1px solid #824ee1;
}
[dir="ltr"] .icon-holder--primary-purple:hover:hover {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .icon-holder--outline-primary-purple {
  color: #824ee1;
  background-image: none;
  background-color: transparent;
  border: 1px solid #824ee1;
}
[dir="ltr"] .icon-holder--outline-primary-purple:hover {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .icon-holder--primary-red {
  color: #fff;
  background-image: none;
  background-color: #ed0b4c;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--primary-red:hover {
  color: #ed0b4c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--primary-red:hover:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-primary-red {
  color: #ed0b4c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #ed0b4c;
}
[dir="ltr"] .icon-holder--outline-primary-red:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .icon-holder--primary-yellow {
  color: #fff;
  background-image: none;
  background-color: #e4a93c;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--primary-yellow:hover {
  color: #e4a93c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--primary-yellow:hover:hover {
  color: #fff;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .icon-holder--outline-primary-yellow {
  color: #e4a93c;
  background-image: none;
  background-color: transparent;
  border: 1px solid #e4a93c;
}
[dir="ltr"] .icon-holder--outline-primary-yellow:hover {
  color: #fff;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .icon-holder--primary-light {
  color: #fff;
  background-image: none;
  background-color: #9cf;
  border: 1px solid #9cf;
}
[dir="ltr"] .icon-holder--primary-light:hover {
  color: #9cf;
  background-image: none;
  background-color: transparent;
  border: 1px solid #9cf;
}
[dir="ltr"] .icon-holder--primary-light:hover:hover {
  color: #fff;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .icon-holder--outline-primary-light {
  color: #9cf;
  background-image: none;
  background-color: transparent;
  border: 1px solid #9cf;
}
[dir="ltr"] .icon-holder--outline-primary-light:hover {
  color: #fff;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .icon-holder--primary-dodger-blue {
  color: #fff;
  background-image: none;
  background-color: #5567ff;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--primary-dodger-blue:hover {
  color: #5567ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--primary-dodger-blue:hover:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .icon-holder--outline-primary-dodger-blue {
  color: #5567ff;
  background-image: none;
  background-color: transparent;
  border: 1px solid #5567ff;
}
[dir="ltr"] .icon-holder--outline-primary-dodger-blue:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .icon-holder--primary-pickled-bluewood {
  color: #fff;
  background-image: none;
  background-color: #303956;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--primary-pickled-bluewood:hover {
  color: #303956;
  background-image: none;
  background-color: transparent;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--primary-pickled-bluewood:hover:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .icon-holder--outline-primary-pickled-bluewood {
  color: #303956;
  background-image: none;
  background-color: transparent;
  border: 1px solid #303956;
}
[dir="ltr"] .icon-holder--outline-primary-pickled-bluewood:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .icon-holder--outline-muted {
  color: rgba(39, 44, 51, 0.5);
  background-image: none;
  background-color: transparent;
  border: 1px solid rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .icon-holder--outline-muted:hover {
  color: #fff;
  background-color: rgba(39, 44, 51, 0.5);
  border-color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .icon-holder--light,
[dir="ltr"] .icon-holder--light:focus,
[dir="ltr"] .icon-holder--light:hover {
  color: rgba(39, 44, 51, 0.7);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[dir="ltr"] b,
[dir="ltr"] strong {
  font-weight: 500;
}
[dir="ltr"] .display-1 {
  line-height: 1.25;
  font-family: "Montserrat Regular";
}
[dir="ltr"] .h1,
[dir="ltr"] .h2,
[dir="ltr"] h1,
[dir="ltr"] h2 {
  line-height: 1.5;
}
[dir="ltr"] .h3,
[dir="ltr"] .h4,
[dir="ltr"] h3,
[dir="ltr"] h4 {
  line-height: 1.414;
}
[dir="ltr"] .h5,
[dir="ltr"] h5 {
  line-height: 1.5;
  text-transform: uppercase;
  color: #303956;
}
[dir="ltr"] .headings-family-exo2 .h1,
[dir="ltr"] .headings-family-exo2 .h2,
[dir="ltr"] .headings-family-exo2 .h3,
[dir="ltr"] .headings-family-exo2 .h4,
[dir="ltr"] .headings-family-exo2 .h5,
[dir="ltr"] .headings-family-exo2 .h6,
[dir="ltr"] .headings-family-exo2 h1,
[dir="ltr"] .headings-family-exo2 h2,
[dir="ltr"] .headings-family-exo2 h3,
[dir="ltr"] .headings-family-exo2 h4,
[dir="ltr"] .headings-family-exo2 h5,
[dir="ltr"] .headings-family-exo2 h6 {
  font-family: "Montserrat Regular";
  font-weight: 600;
}
[dir="ltr"] .headings-family-lato .h1,
[dir="ltr"] .headings-family-lato .h2,
[dir="ltr"] .headings-family-lato .h3,
[dir="ltr"] .headings-family-lato .h4,
[dir="ltr"] .headings-family-lato .h5,
[dir="ltr"] .headings-family-lato .h6,
[dir="ltr"] .headings-family-lato h1,
[dir="ltr"] .headings-family-lato h2,
[dir="ltr"] .headings-family-lato h3,
[dir="ltr"] .headings-family-lato h4,
[dir="ltr"] .headings-family-lato h5,
[dir="ltr"] .headings-family-lato h6 {
  font-family: "Montserrat Regular";
  font-weight: 700;
}
[dir="ltr"] .headings-family-oswald .h1,
[dir="ltr"] .headings-family-oswald .h2,
[dir="ltr"] .headings-family-oswald .h3,
[dir="ltr"] .headings-family-oswald .h4,
[dir="ltr"] .headings-family-oswald .h5,
[dir="ltr"] .headings-family-oswald .h6,
[dir="ltr"] .headings-family-oswald h1,
[dir="ltr"] .headings-family-oswald h2,
[dir="ltr"] .headings-family-oswald h3,
[dir="ltr"] .headings-family-oswald h4,
[dir="ltr"] .headings-family-oswald h5,
[dir="ltr"] .headings-family-oswald h6 {
  font-family: "Montserrat Bold";
  font-weight: 500;
}
[dir="ltr"] .lead {
  line-height: 1.556;
}
[dir="ltr"] .lead:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .blockquote {
  padding: 0.5rem 1rem;
  border-left: 0.25rem solid #e9edf2;
}
[dir="ltr"] .blockquote--reverse {
  border-left: none;
  border-right: 0.25rem solid #e9edf2;
}
[dir="ltr"] .small,
[dir="ltr"] small {
  line-height: 1.5;
}
[dir="ltr"] a:hover {
  text-decoration: none;
}
[dir="ltr"] .font-size-16pt {
  font-size: 1rem !important;
}
[dir="ltr"] .font-size-20pt {
  font-size: 1.25rem !important;
}
[dir="ltr"] .font-size-24pt {
  font-size: 1.5rem !important;
}
[dir="ltr"] .font-size-32pt {
  font-size: 2rem !important;
}
[dir="ltr"] .font-size-48pt {
  font-size: 3rem !important;
}
[dir="ltr"] .font-size-56pt {
  font-size: 3.5rem !important;
}
[dir="ltr"] .font-size-64pt {
  font-size: 4rem !important;
}
[dir="ltr"] .measure-paragraph {
  max-width: 456px;
}
[dir="ltr"] .measure-lead,
[dir="ltr"] .measure-paragraph-max {
  max-width: 536px;
}
[dir="ltr"] .measure-lead-max {
  max-width: 616px;
}
[dir="ltr"] .measure-hero-lead {
  max-width: 696px;
}
[dir="ltr"] .container,
[dir="ltr"] .container-fluid,
[dir="ltr"] .container-lg,
[dir="ltr"] .container-md,
[dir="ltr"] .container-sm,
[dir="ltr"] .container-xl,
[dir="ltr"] .page__container {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
@media (max-width: 767.98px) {
  [dir="ltr"] .has-drawer-opened .mdk-header-layout__content {
    z-index: 2;
  }
}
[dir="ltr"] .mdk-header-layout {
  overflow: visible;
}
@media (min-width: 768px) {
  [dir="ltr"] .mdk-drawer-layout .container,
  [dir="ltr"] .mdk-drawer-layout .container-fluid,
  [dir="ltr"] .mdk-drawer-layout .container-lg,
  [dir="ltr"] .mdk-drawer-layout .container-md,
  [dir="ltr"] .mdk-drawer-layout .container-sm,
  [dir="ltr"] .mdk-drawer-layout .container-xl {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .mdk-drawer-layout .container,
  [dir="ltr"] .mdk-drawer-layout .container-fluid,
  [dir="ltr"] .mdk-drawer-layout .container-lg,
  [dir="ltr"] .mdk-drawer-layout .container-md,
  [dir="ltr"] .mdk-drawer-layout .container-sm,
  [dir="ltr"] .mdk-drawer-layout .container-xl {
    max-width: 960px;
  }
}
[dir="ltr"] .sub-layout .mdk-header-layout__content {
  height: 100%;
}
[dir="ltr"] .sub-layout .page-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  [dir="ltr"] .sub-layout-drawer .mdk-drawer__content {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .layout-app .container-fluid,
  [dir="ltr"] .layout-app .container-lg,
  [dir="ltr"] .layout-app .container-md,
  [dir="ltr"] .layout-app .container-sm,
  [dir="ltr"] .layout-app .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
[dir="ltr"] .layout-mini__drawer .mdk-drawer__content,
[dir="ltr"] .mdk-drawer[data-persistent].layout-mini__drawer {
  width: 64px;
}
[dir="ltr"] .layout-mini .sidebar-secondary {
  transition: transform 0.2s ease;
  transform: translate3d(-100%, 0, 0);
  box-shadow: none;
}
[dir="ltr"] .layout-mini--open .sidebar-secondary,
[dir="ltr"] .layout-mini-secondary .sidebar-secondary {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .layout-mini__drawer[data-position="right"] .sidebar-secondary {
  transform: translate3d(100%, 0, 0);
}
@media (min-width: 1200px) {
  [dir="ltr"] .layout-mini-secondary .page__container,
  [dir="ltr"] .layout-mini .page__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
[dir="ltr"]
  .layout-mini-secondary
  .layout-mini-secondary__drawer
  .mdk-drawer__content,
[dir="ltr"]
  .layout-mini-secondary
  .mdk-drawer[data-persistent].layout-mini-secondary__drawer,
[dir="ltr"] .layout-mini .layout-mini-secondary__drawer .mdk-drawer__content,
[dir="ltr"]
  .layout-mini
  .mdk-drawer[data-persistent].layout-mini-secondary__drawer {
  width: 320px;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini,
[dir="ltr"] .layout-mini .sidebar-mini {
  width: 64px;
  position: relative;
  z-index: 1;
}
[dir="ltr"]
  .layout-mini-secondary
  .sidebar-mini.sidebar-light
  .active.show
  .sidebar-menu-icon,
[dir="ltr"]
  .layout-mini
  .sidebar-mini.sidebar-light
  .active.show
  .sidebar-menu-icon {
  color: #303956;
}
[dir="ltr"]
  .layout-mini-secondary
  .sidebar-mini.sidebar-dark
  .active.show
  .sidebar-menu-icon,
[dir="ltr"]
  .layout-mini
  .sidebar-mini.sidebar-dark
  .active.show
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-badge,
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-text,
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-toggle-icon,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-badge,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-text,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-toggle-icon {
  display: none;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-item,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-item {
  margin: 0;
  border-radius: 0;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-button,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-button {
  flex-direction: column;
  padding: 0.5rem 0;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-initials,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-initials {
  content: attr(data-initials);
  display: block;
  visibility: visible;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-button,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-button {
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
[dir="ltr"] .layout-mini-secondary .sidebar-mini .sidebar-menu-icon,
[dir="ltr"] .layout-mini .sidebar-mini .sidebar-menu-icon {
  margin: 0;
}
[dir="ltr"] .layout-mini-secondary .sidebar-secondary,
[dir="ltr"] .layout-mini .sidebar-secondary {
  width: 256px;
  position: absolute;
  top: 0;
  left: 64px;
}
[dir="ltr"]
  .layout-mini-secondary__drawer[data-position="right"]
  .sidebar-secondary,
[dir="ltr"] .layout-mini__drawer[data-position="right"] .sidebar-secondary {
  left: auto;
  right: 64px;
}
[dir="ltr"] .layout-mini-secondary__drawer .mdk-drawer__content,
[dir="ltr"] .layout-mini__drawer .mdk-drawer__content {
  display: flex;
  z-index: 0;
}
@media (min-width: 576px) {
  [dir="ltr"] .layout-mini-secondary .layout-mini-secondary__d-none,
  [dir="ltr"] .layout-mini-secondary .layout-mini__d-none,
  [dir="ltr"] .layout-mini .layout-mini-secondary__d-none,
  [dir="ltr"] .layout-mini .layout-mini__d-none {
    display: none;
  }
}
[dir="ltr"]
  .layout-mini--open
  .layout-mini__drawer[data-position="right"]
  .sidebar-secondary,
[dir="ltr"] .layout-mini--open .sidebar-secondary,
[dir="ltr"]
  .layout-mini-secondary--open
  .layout-mini__drawer[data-position="right"]
  .sidebar-secondary,
[dir="ltr"] .layout-mini-secondary--open .sidebar-secondary {
  transform: translateZ(0);
}
@media (min-width: 1200px) {
  [dir="ltr"] .layout-mini-secondary .container {
    max-width: 936px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .layout-compact .container-fluid,
  [dir="ltr"] .layout-compact .container-lg,
  [dir="ltr"] .layout-compact .container-md,
  [dir="ltr"] .layout-compact .container-sm,
  [dir="ltr"] .layout-compact .container-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
[dir="ltr"] .layout-compact .mdk-drawer[data-persistent].layout-compact__drawer,
[dir="ltr"] .layout-compact__drawer .mdk-drawer__content {
  width: 100px;
}
[dir="ltr"] .layout-compact .sidebar-secondary {
  transition: transform 0.2s ease;
  transform: translate3d(-100%, 0, 0);
  width: 256px;
  position: absolute;
  top: 0;
  left: 100px;
  box-shadow: none;
}
[dir="ltr"] .layout-compact__drawer[data-position="right"] .sidebar-secondary {
  transform: translate3d(100%, 0, 0);
  left: auto;
  right: 100px;
}
[dir="ltr"] .layout-compact__drawer .mdk-drawer__content {
  display: flex;
  z-index: 0;
}
[dir="ltr"] .layout-compact .sidebar-mini {
  width: 100px;
  position: relative;
  z-index: 1;
}
[dir="ltr"]
  .layout-compact
  .sidebar-mini.sidebar-light
  .active.show
  .sidebar-menu-icon {
  color: #303956;
}
[dir="ltr"]
  .layout-compact
  .sidebar-mini.sidebar-dark
  .active.show
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .layout-compact .sidebar-mini .sidebar-menu-toggle-icon {
  display: none;
}
[dir="ltr"] .layout-compact .sidebar-mini .sidebar-menu-item {
  margin: 0;
  border-radius: 0;
}
[dir="ltr"] .layout-compact .sidebar-mini .sidebar-menu-initials {
  content: attr(data-initials);
  display: block;
  visibility: visible;
}
[dir="ltr"] .layout-compact .sidebar-mini .sidebar-menu-button {
  flex-direction: column;
  padding: 1.25rem 0;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1rem;
}
[dir="ltr"] .layout-compact .sidebar-mini .sidebar-menu-icon {
  margin: 0 0 0.25rem;
  font-size: 2rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .layout-compact .layout-compact__d-none {
    display: none;
  }
}
[dir="ltr"]
  .layout-compact--open
  .layout-compact__drawer[data-position="right"]
  .sidebar-secondary,
[dir="ltr"] .layout-compact--open .sidebar-secondary {
  transform: translateZ(0);
}
[dir="ltr"] .layout-compact--open .sidebar-secondary {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
}
@media (min-width: 992px) {
  [dir="ltr"] .layout-boxed > .mdk-drawer-layout {
    padding: 1rem 0;
  }
}
[dir="ltr"] .layout-boxed .page-content {
  overflow: hidden;
}
@media (min-width: 992px) {
  [dir="ltr"] .layout-boxed .page-content {
    box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
      0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
    margin: 0 1rem 0 0;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .layout-boxed #default-drawer .mdk-drawer__content {
    padding-top: 1rem;
  }
  [dir="ltr"] .layout-boxed #default-drawer .sidebar {
    background-color: transparent !important;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    padding: 0 1rem 0 0;
  }
  [dir="ltr"] .layout-boxed #default-drawer .sidebar .open {
    background: transparent !important;
  }
}
[dir="ltr"] .layout-boxed #default-drawer .sidebar-brand {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  margin-bottom: 2rem;
  height: 64px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 992px) {
  [dir="ltr"] .layout-boxed #default-drawer .sidebar-brand {
    border-radius: 10px;
    margin-left: 1rem;
  }
}
[dir="ltr"] .layout-boxed #default-drawer .sidebar-brand-icon {
  margin-left: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 2.5rem;
}
[dir="ltr"] .layout-boxed #default-drawer .sidebar-brand-dark {
  color: #fff;
}
@media (min-width: 992px) {
  [dir="ltr"] .layout-boxed #default-drawer .sidebar-menu > .sidebar-menu-item {
    margin-right: 0;
  }
}
[dir="ltr"] .badge {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}
[dir="ltr"] .badge .material-icons {
  font-size: inherit;
}
[dir="ltr"] .badge > .material-icons {
  margin-right: 5px;
}
[dir="ltr"] .badge-notifications {
  border-radius: 100px;
  padding: 0 0.5rem;
  line-height: 1rem;
  font-weight: 700;
}
[dir="ltr"] .badge-filter a {
  color: inherit;
  padding: 0 2px 0 0;
  opacity: 0.7;
}
[dir="ltr"] .badge-filter a:hover {
  opacity: 1;
}
[dir="ltr"] .badge-filter_name {
  opacity: 0.7;
  padding-right: 5px;
}
[dir="ltr"] .badge-lg {
  padding: 6px 12px;
}
[dir="ltr"] .badge-success,
[dir="ltr"] .badge-warning {
  color: #fff;
}
[dir="ltr"] .breadcrumb {
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat Regular";
  letter-spacing: 2px;
}
[dir="ltr"] .container > .breadcrumb:first-of-type {
  padding-top: 1rem;
}
[dir="ltr"] .text-breadcrumb {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat Regular";
  letter-spacing: 2px;
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .breadcrumb-item {
  display: flex;
  align-items: center;
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .breadcrumb-item > a {
  color: inherit;
  display: flex;
  align-items: center;
}
[dir="ltr"] .breadcrumb-item + .breadcrumb-item:before {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "keyboard_arrow_right";
}
[dir="ltr"] .alert-soft-primary {
  color: #5567ff;
  background-color: rgba(85, 103, 255, 0.05);
  border-color: #cfd4ff;
}
[dir="ltr"] .alert-soft-primary hr {
  border-top-color: #b6bdff;
}
[dir="ltr"] .alert-soft-primary .alert-link {
  color: #2239ff;
}
[dir="ltr"] .alert-soft-secondary {
  color: #868e96;
  background-color: rgba(134, 142, 150, 0.05);
  border-color: #dddfe2;
}
[dir="ltr"] .alert-soft-secondary hr {
  border-top-color: #cfd2d6;
}
[dir="ltr"] .alert-soft-secondary .alert-link {
  color: #6c757d;
}
[dir="ltr"] .alert-soft-success {
  color: #77c13a;
  background-color: rgba(119, 193, 58, 0.05);
  border-color: #d9eec8;
}
[dir="ltr"] .alert-soft-success hr {
  border-top-color: #cce8b5;
}
[dir="ltr"] .alert-soft-success .alert-link {
  color: #5f9a2e;
}
[dir="ltr"] .alert-soft-info {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.05);
  border-color: #bee5eb;
}
[dir="ltr"] .alert-soft-info hr {
  border-top-color: #abdde5;
}
[dir="ltr"] .alert-soft-info .alert-link {
  color: #117a8b;
}
[dir="ltr"] .alert-soft-warning {
  color: #e4a93c;
  background-color: rgba(228, 169, 60, 0.05);
  border-color: #f7e7c8;
}
[dir="ltr"] .alert-soft-warning hr {
  border-top-color: #f4ddb2;
}
[dir="ltr"] .alert-soft-warning .alert-link {
  color: #d0911d;
}
[dir="ltr"] .alert-soft-danger {
  color: #d9534f;
  background-color: rgba(217, 83, 79, 0.05);
  border-color: #f4cfce;
}
[dir="ltr"] .alert-soft-danger hr {
  border-top-color: #efbbb9;
}
[dir="ltr"] .alert-soft-danger .alert-link {
  color: #c9302c;
}
[dir="ltr"] .alert-soft-light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.05);
  border-color: #fdfdfe;
}
[dir="ltr"] .alert-soft-light hr {
  border-top-color: #ececf6;
}
[dir="ltr"] .alert-soft-light .alert-link {
  color: #dae0e5;
}
[dir="ltr"] .alert-soft-dark {
  color: #303956;
  background-color: rgba(48, 57, 86, 0.05);
  border-color: #c5c8d0;
}
[dir="ltr"] .alert-soft-dark hr {
  border-top-color: #b7bbc5;
}
[dir="ltr"] .alert-soft-dark .alert-link {
  color: #1e2335;
}
[dir="ltr"] .alert-soft-black {
  color: #272c33;
  background-color: rgba(39, 44, 51, 0.05);
  border-color: #c3c4c6;
}
[dir="ltr"] .alert-soft-black hr {
  border-top-color: #b6b7ba;
}
[dir="ltr"] .alert-soft-black .alert-link {
  color: #111316;
}
[dir="ltr"] .alert-soft-accent {
  color: #ed0b4c;
  background-color: rgba(237, 11, 76, 0.05);
  border-color: #fabbcd;
}
[dir="ltr"] .alert-soft-accent hr {
  border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-soft-accent .alert-link {
  color: #bc093c;
}
[dir="ltr"] .alert-soft-accent-red {
  color: #ed0b4c;
  background-color: rgba(237, 11, 76, 0.05);
  border-color: #fabbcd;
}
[dir="ltr"] .alert-soft-accent-red hr {
  border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-soft-accent-red .alert-link {
  color: #bc093c;
}
[dir="ltr"] .alert-soft-accent-yellow {
  color: #e4a93c;
  background-color: rgba(228, 169, 60, 0.05);
  border-color: #f7e7c8;
}
[dir="ltr"] .alert-soft-accent-yellow hr {
  border-top-color: #f4ddb2;
}
[dir="ltr"] .alert-soft-accent-yellow .alert-link {
  color: #d0911d;
}
[dir="ltr"] .alert-soft-accent-dodger-blue {
  color: #5567ff;
  background-color: rgba(85, 103, 255, 0.05);
  border-color: #cfd4ff;
}
[dir="ltr"] .alert-soft-accent-dodger-blue hr {
  border-top-color: #b6bdff;
}
[dir="ltr"] .alert-soft-accent-dodger-blue .alert-link {
  color: #2239ff;
}
[dir="ltr"] .alert-soft-accent-pickled-bluewood {
  color: #303956;
  background-color: rgba(48, 57, 86, 0.05);
  border-color: #c5c8d0;
}
[dir="ltr"] .alert-soft-accent-pickled-bluewood hr {
  border-top-color: #b7bbc5;
}
[dir="ltr"] .alert-soft-accent-pickled-bluewood .alert-link {
  color: #1e2335;
}
[dir="ltr"] .alert-soft-accent-electric-violet {
  color: #9c42ff;
  background-color: rgba(156, 66, 255, 0.05);
  border-color: #e3caff;
}
[dir="ltr"] .alert-soft-accent-electric-violet hr {
  border-top-color: #d6b1ff;
}
[dir="ltr"] .alert-soft-accent-electric-violet .alert-link {
  color: #810fff;
}
[dir="ltr"] .alert-soft-primary-purple {
  color: #824ee1;
  background-color: rgba(130, 78, 225, 0.05);
  border-color: #dccdf7;
}
[dir="ltr"] .alert-soft-primary-purple hr {
  border-top-color: #cdb7f3;
}
[dir="ltr"] .alert-soft-primary-purple .alert-link {
  color: #6425d7;
}
[dir="ltr"] .alert-soft-primary-red {
  color: #ed0b4c;
  background-color: rgba(237, 11, 76, 0.05);
  border-color: #fabbcd;
}
[dir="ltr"] .alert-soft-primary-red hr {
  border-top-color: #f8a3bc;
}
[dir="ltr"] .alert-soft-primary-red .alert-link {
  color: #bc093c;
}
[dir="ltr"] .alert-soft-primary-yellow {
  color: #e4a93c;
  background-color: rgba(228, 169, 60, 0.05);
  border-color: #f7e7c8;
}
[dir="ltr"] .alert-soft-primary-yellow hr {
  border-top-color: #f4ddb2;
}
[dir="ltr"] .alert-soft-primary-yellow .alert-link {
  color: #d0911d;
}
[dir="ltr"] .alert-soft-primary-light {
  color: #9cf;
  background-color: rgba(153, 204, 255, 0.05);
  border-color: #e2f1ff;
}
[dir="ltr"] .alert-soft-primary-light hr {
  border-top-color: #c9e5ff;
}
[dir="ltr"] .alert-soft-primary-light .alert-link {
  color: #66b3ff;
}
[dir="ltr"] .alert-soft-primary-dodger-blue {
  color: #5567ff;
  background-color: rgba(85, 103, 255, 0.05);
  border-color: #cfd4ff;
}
[dir="ltr"] .alert-soft-primary-dodger-blue hr {
  border-top-color: #b6bdff;
}
[dir="ltr"] .alert-soft-primary-dodger-blue .alert-link {
  color: #2239ff;
}
[dir="ltr"] .alert-soft-primary-pickled-bluewood {
  color: #303956;
  background-color: rgba(48, 57, 86, 0.05);
  border-color: #c5c8d0;
}
[dir="ltr"] .alert-soft-primary-pickled-bluewood hr {
  border-top-color: #b7bbc5;
}
[dir="ltr"] .alert-soft-primary-pickled-bluewood .alert-link {
  color: #1e2335;
}
[dir="ltr"] .alert-light,
[dir="ltr"] .alert-soft-light {
  color: #94979a;
  background-color: #f8f9fa;
  border-color: #e9ecef;
}
[dir="ltr"] .alert-light hr,
[dir="ltr"] .alert-soft-light hr {
  border-top-color: #e9ecef;
}
[dir="ltr"] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
[dir="ltr"] .btn--raised {
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1),
    0 10px 14px 1px rgba(39, 44, 51, 0.04),
    0 4px 18px 3px rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .button-list > .btn,
[dir="ltr"] .button-list > .btn-group {
  margin-bottom: 0.75rem;
  margin-left: 0.5rem;
}
[dir="ltr"] .btn-flush {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .dropdown-toggle:after {
  align-self: center;
}
[dir="ltr"] .btn .material-icons {
  font-size: inherit;
  line-height: inherit;
}
[dir="ltr"] .btn-rounded {
  border-radius: 100px;
}
[dir="ltr"] .dropdown-toggle[data-caret="false"]:after {
  display: none;
}
[dir="ltr"] .btn__secondary-text {
  display: block;
  margin-top: -2px;
  font-size: 0.925rem;
}
[dir="ltr"] .btn-success:not(:hover),
[dir="ltr"] .btn-warning:not(:hover) {
  color: #fff;
}
[dir="ltr"] .btn-outline-light {
  color: #212529;
  border-color: #212529;
}
[dir="ltr"] .btn-outline-success:hover,
[dir="ltr"] .btn-outline-warning:hover {
  color: #fff;
}
[dir="ltr"] .btn-primary--dark {
  background-color: #2239ff;
  border-color: #2239ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
  color: #fff;
}
[dir="ltr"] .btn-primary--dark.focus,
[dir="ltr"] .btn-primary--dark:focus,
[dir="ltr"] .btn-primary--dark:hover {
  color: #fff;
  background-color: #001bfb;
  border-color: #0019ee;
}
[dir="ltr"] .btn-primary--dark.focus,
[dir="ltr"] .btn-primary--dark:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(67, 87, 255, 0.5);
}
[dir="ltr"] .btn-primary--dark.disabled,
[dir="ltr"] .btn-primary--dark:disabled {
  color: #fff;
  background-color: #2239ff;
  border-color: #2239ff;
}
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-primary--dark.dropdown-toggle {
  color: #fff;
  background-color: #0019ee;
  border-color: #0018e1;
}
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-primary--dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-primary--dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(67, 87, 255, 0.5);
}
[dir="ltr"] .btn-primary--dark .btn__secondary-text,
[dir="ltr"] .btn-primary .btn__secondary-text {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .btn-black,
[dir="ltr"] .navbar-dark .navbar-btn {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-black:hover,
[dir="ltr"] .navbar-dark .navbar-btn:hover {
  color: #fff;
  background-color: #16191d;
  border-color: #111316;
}
[dir="ltr"] .btn-black.focus,
[dir="ltr"] .btn-black:focus,
[dir="ltr"] .navbar-dark .focus.navbar-btn,
[dir="ltr"] .navbar-dark .navbar-btn:focus {
  color: #fff;
  background-color: #16191d;
  border-color: #111316;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(71, 76, 82, 0.5);
}
[dir="ltr"] .btn-black.disabled,
[dir="ltr"] .btn-black:disabled,
[dir="ltr"] .navbar-dark .disabled.navbar-btn,
[dir="ltr"] .navbar-dark .navbar-btn:disabled {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .btn-black:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-black:not(:disabled):not(.disabled):active,
[dir="ltr"] .navbar-dark .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .navbar-dark .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .navbar-dark .show > .dropdown-toggle.navbar-btn,
[dir="ltr"] .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #111316;
  border-color: #0b0d0f;
}
[dir="ltr"] .btn-black:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-black:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .navbar-dark .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .navbar-dark .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .navbar-dark .show > .dropdown-toggle.navbar-btn:focus,
[dir="ltr"] .show > .btn-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(71, 76, 82, 0.5);
}
[dir="ltr"] .btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-white.focus,
[dir="ltr"] .btn-white:focus,
[dir="ltr"] .btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
[dir="ltr"] .btn-white.focus,
[dir="ltr"] .btn-white:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(222, 222, 223, 0.5);
}
[dir="ltr"] .btn-white.disabled,
[dir="ltr"] .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
[dir="ltr"] .btn-white:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
[dir="ltr"] .btn-white:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-white:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(222, 222, 223, 0.5);
}
[dir="ltr"] .btn-white .btn__secondary-text {
  color: rgba(0, 0, 0, 0.3);
}
[dir="ltr"] .btn-outline-white {
  color: #fff;
  border-color: #fff;
}
[dir="ltr"] .btn-outline-white:hover {
  color: #5567ff;
  background-color: #fff;
  border-color: #fff;
}
[dir="ltr"] .btn-outline-white.focus,
[dir="ltr"] .btn-outline-white:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .btn-outline-white.disabled,
[dir="ltr"] .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-outline-white:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .btn-outline-white .btn__secondary-text {
  color: hsla(0, 0%, 100%, 0.54);
}
[dir="ltr"] .btn-outline-white:focus .btn__secondary-text,
[dir="ltr"] .btn-outline-white:hover .btn__secondary-text {
  color: rgba(39, 44, 51, 0.5);
}
@media (max-width: 575.98px) {
  [dir="ltr"] .btn-block-xs {
    display: block;
    width: 100%;
  }
  [dir="ltr"] .btn-block-xs:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  [dir="ltr"] .btn-group-xs > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.7109375rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
}
[dir="ltr"] .btn-light,
[dir="ltr"] .navbar-light .navbar-btn {
  color: #212529;
  background-color: #edf0f2;
  border-color: #edf0f2;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .btn-light:hover,
[dir="ltr"] .navbar-light .navbar-btn:hover {
  color: #212529;
  background-color: #d7dde2;
  border-color: #cfd7dd;
}
[dir="ltr"] .btn-light.focus,
[dir="ltr"] .btn-light:focus,
[dir="ltr"] .navbar-light .focus.navbar-btn,
[dir="ltr"] .navbar-light .navbar-btn:focus {
  color: #212529;
  background-color: #d7dde2;
  border-color: #cfd7dd;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(206, 210, 212, 0.5);
}
[dir="ltr"] .btn-light.disabled,
[dir="ltr"] .btn-light:disabled,
[dir="ltr"] .navbar-light .disabled.navbar-btn,
[dir="ltr"] .navbar-light .navbar-btn:disabled {
  color: #212529;
  background-color: #edf0f2;
  border-color: #edf0f2;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .navbar-light .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .navbar-light .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .navbar-light .show > .dropdown-toggle.navbar-btn,
[dir="ltr"] .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cfd7dd;
  border-color: #c8d1d7;
}
[dir="ltr"] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"]
  .navbar-light
  .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .navbar-light
  .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .navbar-light .show > .dropdown-toggle.navbar-btn:focus,
[dir="ltr"] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(206, 210, 212, 0.5);
}
[dir="ltr"] .badge-accent-yellow,
[dir="ltr"] .btn-accent-yellow,
[dir="ltr"] .btn-accent-yellow:active,
[dir="ltr"] .btn-accent-yellow:focus,
[dir="ltr"] .btn-accent-yellow:hover {
  color: #fff;
}
[dir="ltr"] .card,
[dir="ltr"] .card-group,
[dir="ltr"] .card-nav .tab-content {
  margin-bottom: 1.5rem;
}
[dir="ltr"] .card,
[dir="ltr"] .card-nav .tab-content {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}
[dir="ltr"] .card--elevated:hover {
  box-shadow: 0 3px 5px -1px rgba(39, 44, 51, 0.1),
    0 5px 8px 0 rgba(39, 44, 51, 0.04), 0 1px 14px 0 rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .card--raised {
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1),
    0 10px 14px 1px rgba(39, 44, 51, 0.04),
    0 4px 18px 3px rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .card--scaled {
  transform: scale(1.05);
}
[dir="ltr"] .card--transparent {
  background-color: hsla(0, 0%, 100%, 0.9);
}
[dir="ltr"] .card--connect {
  position: relative;
}
[dir="ltr"] .card--connect:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #e9edf2;
  left: 50%;
  margin-left: -2px;
  z-index: -1;
}
[dir="ltr"] .card-nav .card-flush.tab-content,
[dir="ltr"] .card.card-flush {
  box-shadow: none;
  border: none;
}
[dir="ltr"] .card-nav .card-flush.tab-content,
[dir="ltr"] .card-nav .card-flush.tab-content .card-img,
[dir="ltr"] .card-nav .card-flush.tab-content .card-img-top,
[dir="ltr"] .card.card-flush,
[dir="ltr"] .card.card-flush .card-img,
[dir="ltr"] .card.card-flush .card-img-top {
  border-radius: 0;
}
[dir="ltr"] .card-nav .card-flush-y.tab-content,
[dir="ltr"] .card.card-flush-y {
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
[dir="ltr"] .card-2by1 .card-body {
  padding: 0.5rem 1rem;
}
[dir="ltr"] .card-sm .card-body,
[dir="ltr"] .card-sm .card-footer {
  padding: 0.625rem 0.75rem;
}
[dir="ltr"] .card-lg .card-body,
[dir="ltr"] .card-lg .card-footer {
  padding: 1.25rem;
}
[dir="ltr"] .card-title {
  font-size: 1rem;
  font-family: "Montserrat Bold";
  font-weight: 600;
  color: #013D79;
  line-height: 1.25;
  margin-bottom: 0;
}
[dir="ltr"] .card-subtitle {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-group > .card,
  [dir="ltr"] .card-nav .card-group > .tab-content {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  [dir="ltr"] .card-group--lg-up .card,
  [dir="ltr"] .card-group--lg-up .card-nav .tab-content,
  [dir="ltr"] .card-nav .card-group--lg-up .tab-content {
    flex: 0 0 100% !important;
    margin-bottom: 1rem;
  }
}
[dir="ltr"] .card-group-row {
  display: flex;
  flex-flow: row wrap;
}
[dir="ltr"] .card-group-row__col {
  display: flex;
}
[dir="ltr"] .card-group-row__card {
  flex: 1 0 0;
}
[dir="ltr"] .card-group-flush > .card,
[dir="ltr"] .card-nav .card-group-flush > .tab-content {
  box-shadow: none;
  border-bottom: 0;
  margin-bottom: 0;
  background: transparent;
}
[dir="ltr"] .card-group-flush > .card,
[dir="ltr"] .card-group-flush > .card .card-img,
[dir="ltr"] .card-group-flush > .card .card-img-top,
[dir="ltr"] .card-nav .card-group-flush > .tab-content,
[dir="ltr"] .card-nav .card-group-flush > .tab-content .card-img,
[dir="ltr"] .card-nav .card-group-flush > .tab-content .card-img-top {
  border-radius: 0;
}
[dir="ltr"] .card-group-flush > .card:first-child,
[dir="ltr"] .card-nav .card-group-flush > .tab-content:first-child {
  border-left: none;
}
[dir="ltr"] .card-group-flush > .card:last-child,
[dir="ltr"] .card-nav .card-group-flush > .tab-content:last-child {
  border-right: none;
}
@media (max-width: 575.98px) {
  [dir="ltr"] .card-group-flush > .card,
  [dir="ltr"] .card-nav .card-group-flush > .tab-content {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 576px) {
  [dir="ltr"] .card-columns--2 {
    -moz-column-count: 2;
    column-count: 2;
  }
}
[dir="ltr"] .card-column {
  display: inline-block;
  width: 100%;
}
[dir="ltr"] .card-body + .card-body {
  border-top: 1px solid #dfe2e6;
}
[dir="ltr"] .card-deck-row {
  display: flex;
  flex-flow: row wrap;
}
[dir="ltr"] .card-deck-row > [class*="col-"] {
  display: flex;
}
[dir="ltr"] .card-deck-row .card,
[dir="ltr"] .card-deck-row .card-nav .tab-content,
[dir="ltr"] .card-nav .card-deck-row .tab-content {
  flex: 1 1 0%;
}
[dir="ltr"] .card-title {
  font-weight: 500;
}
[dir="ltr"] .card-title[href],
[dir="ltr"] .card-title a {
  color: inherit;
  display: flex;
  text-decoration: none;
}
[dir="ltr"] .card-title:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .card-header {
  position: relative;
  border-bottom: 1px solid #dfe2e6;
}
[dir="ltr"] .card-footer {
  border-top: 1px solid #dfe2e6;
  padding: 0.75rem;
}
[dir="ltr"] .card-footer:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
[dir="ltr"] .card-nav .tab-content > .fullbleed,
[dir="ltr"] .card > .fullbleed {
  border-radius: 0.5rem;
}
[dir="ltr"] .card-img-cover {
  position: relative;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
[dir="ltr"] .card-feedback:after,
[dir="ltr"] .card-feedback:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 24px;
  z-index: -1;
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #dfe2e6;
}
[dir="ltr"] .card-feedback:after {
  border-top-color: #fff;
  bottom: -19px;
  z-index: 2;
}
[dir="ltr"] .card-header-tabs-basic {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
[dir="ltr"] .card-header-tabs-basic > div {
  display: flex;
}
[dir="ltr"] .card-header-tabs-basic a {
  padding: 0.5rem 0.75rem;
  color: rgba(39, 44, 51, 0.54);
  font-family: "Montserrat Regular";
  font-weight: 400;
}
[dir="ltr"] .card-header-tabs-basic a:hover {
  text-decoration: none;
  color: rgba(39, 44, 51, 0.84);
}
[dir="ltr"] .card-header-tabs-basic .active {
  color: #303956;
  font-weight: 600;
  border-bottom: 2px solid #5567ff;
}
[dir="ltr"] .popover-lg {
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1),
    0 10px 14px 1px rgba(39, 44, 51, 0.04),
    0 4px 18px 3px rgba(39, 44, 51, 0.02);
  border: none;
}
[dir="ltr"] .popover-lg .popover-body {
  padding: 1.5rem;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="top"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-top .arrow:before {
  border-top-color: transparent;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-right .arrow:before {
  border-right-color: transparent;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="bottom"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-bottom .arrow:before {
  border-bottom-color: transparent;
}
[dir="ltr"] .popover-lg .bs-popover-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .popover-lg .bs-popover-left .arrow:before {
  border-left-color: transparent;
}
[dir="ltr"] .bs-popover-auto[x-placement^="top"],
[dir="ltr"] .bs-popover-top {
  margin-bottom: 1rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="right"],
[dir="ltr"] .bs-popover-right {
  margin-left: 1rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="bottom"],
[dir="ltr"] .bs-popover-bottom {
  margin-top: 1rem;
}
[dir="ltr"] .bs-popover-auto[x-placement^="left"],
[dir="ltr"] .bs-popover-left {
  margin-right: 1rem;
}
[dir="ltr"] .img-fluid {
  width: 100%;
  max-width: none;
}
[dir="ltr"] .img-fluid-max {
  max-width: 100%;
  height: auto;
}
[dir="ltr"] .page-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  border-left: none;
  border-top: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  line-height: 1.25 !important;
}
[dir="ltr"] .page-link:focus,
[dir="ltr"] .page-link:hover {
  text-decoration: none;
}
[dir="ltr"] .page-item:last-of-type .page-link {
  border-right: none;
}
[dir="ltr"] .page-link .material-icons {
  line-height: 1rem;
}
[dir="ltr"] .pagination {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .pagination:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .pagination-xsm .page-link {
  padding: 0 0.5rem;
  font-size: 0.8125rem;
  line-height: 24px;
}
[dir="ltr"] .pagination-xsm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
[dir="ltr"] .pagination-xsm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
[dir="ltr"] .pagination-xsm .page-link {
  line-height: 24px !important;
}
[dir="ltr"] .pagination-xsm .material-icons {
  font-size: 1rem;
}
[dir="ltr"] .rating,
[dir="ltr"] .rating__item {
  display: flex;
  align-items: center;
}
[dir="ltr"] .rating__item {
  color: #f9c32c;
}
[dir="ltr"] .rating .material-icons {
  font-size: 1rem;
}
[dir="ltr"] .rating-24 .material-icons {
  font-size: 1.5rem;
}
[dir="ltr"] .rating-32 .material-icons {
  font-size: 2rem;
}
[dir="ltr"] .table tbody td,
[dir="ltr"] .table thead th {
  vertical-align: middle;
  line-height: 1.2;
}
[dir="ltr"] .table-nowrap td,
[dir="ltr"] .table-nowrap th {
  white-space: nowrap;
}
[dir="ltr"] .table .sort {
  color: inherit;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
[dir="ltr"] .table .sort:after {
  margin-left: 0.5rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='rgba(39, 44, 51, 0.54)'/></svg>");
}
[dir="ltr"] .table .sort.asc,
[dir="ltr"] .table .sort.desc {
  text-decoration: underline;
  font-weight: 600;
}
[dir="ltr"] .table .sort + .sort {
  margin-left: 1rem;
}
[dir="ltr"] .table--elevated {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .table-flush {
  margin-bottom: 0;
}
[dir="ltr"] .table-flush thead th {
  border-top: 0;
}
[dir="ltr"] .table-responsive {
  margin-bottom: 0;
}
[dir="ltr"] .table thead th {
  color: #303956;
  text-transform: uppercase;
  font-family: "Montserrat Regular";
  font-weight: 600;
  letter-spacing: 2px;
}
[dir="ltr"] .table tbody .selected > td {
  background-color: rgba(245, 247, 250, 0.5);
}
[dir="ltr"] .thead-border-top-0 thead th {
  border-top: 0;
}
[dir="ltr"] .table thead th {
  font-size: 0.8125rem;
  padding: 0.5rem 0.75rem;
}
[dir="ltr"] .table tbody td {
  line-height: 1.5;
  padding: 0.75rem;
}
[dir="ltr"] .table-flush {
  border-bottom: 0;
}
[dir="ltr"] .table-flush tbody td:first-of-type,
[dir="ltr"] .table-flush thead th:first-of-type {
  border-left: 0;
}
[dir="ltr"] .table-flush tbody td:last-of-type,
[dir="ltr"] .table-flush thead th:last-of-type {
  border-right: 0;
}
[dir="ltr"] .list-group {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
[dir="ltr"] .list-group-flush {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
[dir="ltr"] .list-group-flush > .list-group-item:not(.active) {
  background: none;
}
[dir="ltr"] .list-group-flush > .list-group-item:first-child {
  border-top: 0;
}
[dir="ltr"] .list-group-flush > .list-group-item:last-child {
  border-bottom: 0;
}
[dir="ltr"] .list-group-item.active a {
  color: inherit;
}
[dir="ltr"] .media-left,
[dir="ltr"] .media-right {
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .media-left {
  margin-right: 0.5rem;
}
[dir="ltr"] .media-right {
  margin-left: 0.5rem;
}
[dir="ltr"] .media-body {
  flex: 1 1 0%;
}
[dir="ltr"] .media {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575.98px) {
  [dir="ltr"] .media-stack-xs {
    flex-direction: column;
  }
  [dir="ltr"] .media-stack-xs .media-left {
    width: 100% !important;
    margin: 0 0 1rem;
  }
}
@media (max-width: 767.98px) {
  [dir="ltr"] .media-stack-sm {
    flex-direction: column;
  }
  [dir="ltr"] .media-stack-sm .media-left {
    width: 100% !important;
    margin: 0 0 1rem;
  }
}
@media (max-width: 991.98px) {
  [dir="ltr"] .media-stack-md {
    flex-direction: column;
  }
  [dir="ltr"] .media-stack-md .media-left {
    width: 100% !important;
    margin: 0 0 1rem;
  }
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .media-stack-lg {
    flex-direction: column;
  }
  [dir="ltr"] .media-stack-lg .media-left {
    width: 100% !important;
    margin: 0 0 1rem;
  }
}
@media (max-width: 1365.98px) {
  [dir="ltr"] .media-stack-xl {
    flex-direction: column;
  }
  [dir="ltr"] .media-stack-xl .media-left {
    width: 100% !important;
    margin: 0 0 1rem;
  }
}
[dir="ltr"] .media-stack-xxl {
  flex-direction: column;
}
[dir="ltr"] .media-stack-xxl .media-left {
  width: 100% !important;
  margin: 0 0 1rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .media__thumbnail {
    width: 150px;
  }
}
[dir="ltr"] .nav-link__secondary-text {
  display: block;
  margin-top: -2px;
  font-size: 0.825rem;
}
[dir="ltr"] .nav-link {
  color: rgba(39, 44, 51, 0.5);
  display: flex;
}
[dir="ltr"] .nav--flush .nav-link {
  padding: 0;
}
[dir="ltr"] .active .nav-link,
[dir="ltr"] .nav-link.active {
  font-weight: 500;
  color: #272c33;
}
[dir="ltr"] .nav-tabs--flush .nav-link {
  border: none;
}
[dir="ltr"] .nav-tabs--flush .nav-link:focus,
[dir="ltr"] .nav-tabs--flush .nav-link:hover {
  border-color: transparent;
}
[dir="ltr"] .nav-tabs--flush .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--flush .nav-link.active {
  background-color: transparent;
}
[dir="ltr"] .nav-tabs--active-bg .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--active-bg .nav-link.active {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .nav-tabs--active-underline .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--active-underline .nav-link.active {
  border: none;
  border-bottom: 4px solid #5567ff;
}
[dir="ltr"] .card-nav {
  z-index: 0;
}
[dir="ltr"] .card-nav .nav-tabs {
  border-bottom: none;
  z-index: 2;
  position: relative;
}
[dir="ltr"] .card-nav .nav-tabs .nav-item {
  margin-bottom: 0;
}
[dir="ltr"] .card-nav .nav-tabs .nav-link:not(.active):hover {
  border-color: transparent;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-nav:not(.card-nav--vertical) .nav-tabs {
    padding: 0 1rem;
  }
  [dir="ltr"] .card-nav:not(.card-nav--vertical) .tab-content {
    margin-top: -1px;
  }
}
[dir="ltr"] .card-nav--vertical .nav-tabs {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  [dir="ltr"] .card-nav--vertical .nav-tabs .active {
    border-color: #dfe2e6;
  }
  [dir="ltr"] .card-nav--vertical .nav-tabs {
    margin-bottom: 1rem;
  }
  [dir="ltr"] .card-nav--vertical .nav-tabs .nav-link {
    border-radius: 0.25rem;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .card-nav--vertical {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
  }
  [dir="ltr"] .card-nav--vertical .tab-content {
    overflow: hidden;
    margin-bottom: 0;
    flex: 1;
  }
  [dir="ltr"] .card-nav--vertical .tab-content:last-child {
    margin-left: -1px;
  }
  [dir="ltr"] .card-nav--vertical .tab-content:first-child {
    margin-right: -1px;
  }
  [dir="ltr"] .card-nav--vertical .nav-tabs {
    padding: 1rem 0;
  }
  [dir="ltr"] .card-nav--vertical .nav-tabs:last-child .nav-item.show .nav-link,
  [dir="ltr"] .card-nav--vertical .nav-tabs:last-child .nav-link.active {
    border-color: transparent transparent #f5f7fa;
  }
  [dir="ltr"] .card-nav--vertical .nav-tabs:last-child .nav-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir="ltr"]
    .card-nav--vertical
    .nav-tabs:first-child
    .nav-item.show
    .nav-link,
  [dir="ltr"] .card-nav--vertical .nav-tabs:first-child .nav-link.active {
    border-color: transparent transparent #f5f7fa #f5f7fa;
  }
  [dir="ltr"] .card-nav--vertical .nav-tabs:first-child .nav-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
[dir="ltr"] .nav-tabs--pill {
  border-bottom: none;
}
[dir="ltr"] .nav-tabs--pill .nav-link {
  border-radius: 0.25rem;
}
[dir="ltr"] .nav-tabs--pill .nav-item {
  margin-bottom: 0;
}
[dir="ltr"] .nav-tabs--pill .nav-item:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  [dir="ltr"] .nav-tabs--pill .nav-item {
    margin-bottom: 0 !important;
  }
  [dir="ltr"] .nav-tabs--pill .nav-item:not(:last-child) {
    margin-right: 5px;
  }
}
[dir="ltr"] .nav-tabs--inactive-dark .nav-link {
  color: #fff;
}
[dir="ltr"] .nav-tabs--inactive-dark .nav-link__secondary-text {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .nav-tabs--inactive-dark .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .nav-tabs--inactive-primary .nav-link {
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .nav-tabs--inactive-primary-dark .nav-link {
  background-color: #2239ff;
  border-color: #2239ff;
}
[dir="ltr"] .nav-tabs--active-white .nav-item.show .nav-link,
[dir="ltr"] .nav-tabs--active-white .nav-link.active {
  color: #272c33;
  background-color: #fff;
  border-color: #5567ff;
}
[dir="ltr"]
  .nav-tabs--active-white
  .nav-item.show
  .nav-link
  .nav-link__secondary-text,
[dir="ltr"] .nav-tabs--active-white .nav-link.active .nav-link__secondary-text {
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  [dir="ltr"] .nav-tabs--rounded-top-md-0 .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .nav-tabs--rounded-bottom-md-0 .nav-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
[dir="ltr"] .nav-tabs--rounded-0 .nav-link,
[dir="ltr"] .nav-tabs-card .nav-link {
  border-radius: 0;
}
[dir="ltr"] .nav-tabs-card .nav-link:hover {
  color: #272c33;
}
[dir="ltr"] .nav-tabs-card + .card-footer {
  border-top: none;
}
[dir="ltr"] .card-nav .tab-content > .nav-tabs-card:not(:first-child),
[dir="ltr"] .card > .nav-tabs-card:not(:first-child) {
  border-top: 1px solid #dfe2e6;
}
[dir="ltr"] .layout-sticky-subnav .mdk-header-layout {
  overflow: initial;
}
[dir="ltr"] .layout-sticky-subnav .page__subnav {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: 2;
}
[dir="ltr"] .layout-sticky-subnav .page__container {
  z-index: 0;
  position: relative;
}
[dir="ltr"] .avatar-group {
  flex-direction: row;
}
[dir="ltr"] .avatar-title {
  font-size: 0.8125rem;
  font-weight: 500;
}
[dir="ltr"] .avatar-32pt {
  width: 2rem;
  height: 2rem;
}
[dir="ltr"] .page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
[dir="ltr"] .page-heading .h4,
[dir="ltr"] .page-heading h4 {
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  [dir="ltr"] .page-heading .h4,
  [dir="ltr"] .page-heading h4 {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  [dir="ltr"] .page-heading {
    flex-direction: row;
    align-items: flex-end;
  }
}
[dir="ltr"] .page-headline {
  position: relative;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  [dir="ltr"] .page-headline {
    padding-bottom: 3rem;
  }
}
[dir="ltr"] .page-headline :last-child {
  margin-bottom: 0;
}
[dir="ltr"] .page-headline > :first-child {
  position: relative;
  display: inline-flex;
  margin-bottom: calc(1rem + 12px);
}
[dir="ltr"] .page-headline > :first-child:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #013D79;
  content: " ";
  bottom: -12px;
}
[dir="ltr"] .page-headline--title > :first-child {
  margin-bottom: 12px;
}
[dir="ltr"] .page-headline--white > :first-child:after {
  background-color: #fff;
}
[dir="ltr"] .page-separator {
  position: relative;
  color: #868e96;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 0;
  margin-bottom: 1rem;
}
[dir="ltr"] .page-separator:before {
  content: "";
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
[dir="ltr"] .page-separator__text {
  display: inline-flex;
  padding-right: 0.5rem;
  border-radius: 0.25rem;
  background-color: #f5f7fa;
  max-width: 90%;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #303956;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Montserrat Regular";
}
[dir="ltr"] .justify-content-center .page-separator__text {
  padding-left: 0.5rem;
}
[dir="ltr"] .bg-alt .page-separator__text {
  background-color: #fff;
}
[dir="ltr"] .page-separator__text:hover {
  text-decoration: none;
}
[dir="ltr"] .page-separator__bg-bottom {
  top: 50%;
}
[dir="ltr"] .page-separator__bg-bottom,
[dir="ltr"] .page-separator__bg-top {
  content: "";
  height: 50%;
  background-color: #f5f7fa;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -2;
}
[dir="ltr"] .page-separator__bg-top {
  bottom: 50%;
}
[dir="ltr"] .page-separator-mask {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 356px;
}
[dir="ltr"] .page-separator-mask .page-separator-mask__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
}
[dir="ltr"] .page-separator-mask .page-separator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
}
[dir="ltr"] .page-separator-mask .page-separator-mask__top {
  background-image: linear-gradient(
    -180deg,
    hsla(0, 0%, 100%, 0.7),
    hsla(0, 0%, 100%, 0.8) 17%,
    hsla(0, 0%, 100%, 0.9) 32%,
    #fff 70%
  );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 64px;
}
[dir="ltr"] .page-separator-mask .page-separator-mask__bottom {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
}
[dir="ltr"] .page-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  [dir="ltr"] .page-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .layout-default .page-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
[dir="ltr"] .page-nav {
  z-index: 0;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  display: block;
}
[dir="ltr"] .page-nav .page-nav__content {
  margin-left: 21px;
  padding-left: 17px;
}
[dir="ltr"] .page-nav:before {
  position: absolute;
  width: 2px;
  left: 33px;
  top: 0;
  bottom: 0;
  background-color: #e9edf2;
  content: "";
  z-index: -1;
}
[dir="ltr"] .page-nav .page-nav__menu {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  margin-left: 21px;
}
[dir="ltr"] .page-nav .page-nav__menu a {
  color: rgba(39, 44, 51, 0.7);
  position: relative;
  padding: 0 0 0 17px;
  margin-bottom: 0.5rem;
}
[dir="ltr"] .page-nav .page-nav__menu a:before {
  background-color: #d2d5d9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f5f7fa;
  content: "";
  left: -5px;
  top: 6px;
  position: absolute;
}
[dir="ltr"] .page-nav .page-nav__menu a.active {
  font-weight: 700;
}
[dir="ltr"] .page-nav .page-nav__menu a.active:before {
  background-color: #5567ff;
  border-color: #fff;
}
[dir="ltr"] .page-num {
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #e9edf2;
  background-color: #f5f7fa;
  font-family: "Montserrat Regular";
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.414rem;
  line-height: 1.414;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir="ltr"] .page-num,
[dir="ltr"] [href] .page-num {
  color: #303956;
}
[dir="ltr"] .page-num-container {
  margin-left: -3.25rem;
  margin-bottom: 1rem;
}
[dir="ltr"] .page-num-container .page-num {
  margin-right: 0.75rem;
  flex-shrink: 0;
}
[dir="ltr"] .page-num-container :last-child {
  margin-bottom: 0;
}
[dir="ltr"] .page-num-timeline {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .page-num-timeline:after {
  content: "";
  width: 0.3125rem;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #e9edf2;
  z-index: -1;
  margin-left: -0.15625rem;
}
[dir="ltr"] .page-num-timeline__item {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
[dir="ltr"] .page-num-timeline__item-tip {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  border-radius: 100%;
  background-color: #d2d5d9;
  border: 2px solid #f5f7fa;
  margin-bottom: 5px !important;
}
[dir="ltr"] .page-num-timeline__item-current {
  margin-top: 0.75rem !important;
}
[dir="ltr"] .page-num-timeline__item-current .page-num {
  background-color: #5567ff;
  color: #9cf;
  width: 4rem;
  height: 4rem;
  border: none;
}
[dir="ltr"] .page-num-timeline__item-current .page-num-timeline__item-tip {
  position: absolute;
  top: -0.375rem;
  left: 50%;
  margin-left: -0.375rem;
  border-color: #fff;
  background-color: #5567ff;
}
[dir="ltr"] .page-num-timeline__item.active .page-num-timeline__item-tip {
  border-color: #9cf;
  background-color: #5567ff;
}
@media (min-width: 576px) {
  [dir="ltr"] .page-num-timeline {
    margin-top: -0.375rem;
  }
  [dir="ltr"] .page-num-timeline__item {
    margin: 0 1rem;
  }
  [dir="ltr"] .page-num-timeline:after {
    width: 100%;
    height: 0.3125rem;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0.375rem;
    margin-left: 0;
  }
}
[dir="ltr"] .progression-bar {
  display: flex;
  color: rgba(39, 44, 51, 0.5);
  flex-direction: column;
  align-items: center;
}
[dir="ltr"] .progression-bar__item {
  text-align: center;
  position: relative;
  z-index: 0;
  color: inherit;
}
[dir="ltr"] .progression-bar__item,
[dir="ltr"] .progression-bar__item-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 0%;
}
[dir="ltr"] .progression-bar__item:not(:last-child) {
  padding-bottom: 15px;
}
[dir="ltr"] .progression-bar__item[href]:hover {
  text-decoration: none;
  color: inherit;
}
[dir="ltr"] .progression-bar__item:after,
[dir="ltr"] .progression-bar__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f2f2f2;
  width: 2px;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -1px;
}
[dir="ltr"] .progression-bar__item:before {
  display: none;
}
[dir="ltr"] .progression-bar__item-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 5px;
}
[dir="ltr"] .progression-bar__item-icon,
[dir="ltr"] .progression-bar__item-text {
  color: inherit;
  background-color: #fff;
}
[dir="ltr"] .progression-bar__item-icon:not(.progression-bar__item--disabled),
[dir="ltr"] .progression-bar__item-text:not(.progression-bar__item--disabled) {
  cursor: pointer;
}
[dir="ltr"] .progression-bar__item--complete:after {
  background-color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .progression-bar__item--complete {
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .progression-bar__item--complete .progression-bar__item-icon {
  border-color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .progression-bar__item--active {
  color: #272c33;
}
[dir="ltr"] .progression-bar__item--active:not(:last-child):after {
  height: 50%;
}
[dir="ltr"] .progression-bar__item--active:not(:last-child):before {
  display: block;
}
[dir="ltr"]
  .progression-bar--active-primary
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #5567ff;
  border-color: #5567ff;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-secondary
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #868e96;
  border-color: #868e96;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-success
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #77c13a;
  border-color: #77c13a;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-info
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-warning
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #e4a93c;
  border-color: #e4a93c;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-danger
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-light
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-dark
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #303956;
  border-color: #303956;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-black
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #272c33;
  border-color: #272c33;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-accent-red
  .progression-bar__item--active
  .progression-bar__item-icon,
[dir="ltr"]
  .progression-bar--active-accent
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-accent-yellow
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #e4a93c;
  border-color: #e4a93c;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-accent-dodger-blue
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #5567ff;
  border-color: #5567ff;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-accent-pickled-bluewood
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #303956;
  border-color: #303956;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-accent-electric-violet
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #9c42ff;
  border-color: #9c42ff;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-primary-purple
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #824ee1;
  border-color: #824ee1;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-primary-red
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-primary-yellow
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #e4a93c;
  border-color: #e4a93c;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-primary-light
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #9cf;
  border-color: #9cf;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-primary-dodger-blue
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #5567ff;
  border-color: #5567ff;
  color: #fff;
}
[dir="ltr"]
  .progression-bar--active-primary-pickled-bluewood
  .progression-bar__item--active
  .progression-bar__item-icon {
  background-color: #303956;
  border-color: #303956;
  color: #fff;
}
@media (min-width: 576px) {
  [dir="ltr"] .progression-bar {
    flex-direction: row;
    align-items: start;
  }
  [dir="ltr"] .progression-bar__item {
    padding-bottom: 0 !important;
  }
  [dir="ltr"] .progression-bar__item:first-child {
    align-items: flex-start;
  }
  [dir="ltr"] .progression-bar__item:last-child {
    align-items: flex-end;
  }
  [dir="ltr"] .progression-bar__item:after,
  [dir="ltr"] .progression-bar__item:before {
    left: 0;
    top: 12px;
    height: 2px !important;
    width: 100%;
    margin-left: 0;
  }
  [dir="ltr"] .progression-bar__item--active:not(:last-child):after {
    width: 50%;
  }
  [dir="ltr"] .progression-bar__item--active:not(:last-child):before {
    display: block;
  }
}
[dir="ltr"] code.django .hljs-template-tag {
  color: #ed0b4c;
}
[dir="ltr"] .bg-dark code {
  color: #fff;
}
[dir="ltr"] .tooltip-inner {
  box-shadow: 0 2px 1px -1px rgba(39, 44, 51, 0.1),
    0 1px 1px 0 rgba(39, 44, 51, 0.04), 0 1px 3px 0 rgba(39, 44, 51, 0.02);
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "Montserrat Regular";
}
[dir="ltr"] .chip {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 100px;
}
[dir="ltr"] .chip + .chip {
  margin-left: 0.5rem;
}
[dir="ltr"] .chip-primary {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary.focus,
[dir="ltr"] .chip-primary:focus,
[dir="ltr"] .chip-primary:hover {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
}
[dir="ltr"] .chip-primary.focus,
[dir="ltr"] .chip-primary:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .chip-primary.disabled,
[dir="ltr"] .chip-primary:disabled {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary.dropdown-toggle {
  color: #fff;
  background-color: #2239ff;
  border-color: #152eff;
}
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .chip-outline-primary {
  color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-primary:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-primary.focus,
[dir="ltr"] .chip-outline-primary:focus {
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .chip-outline-primary.disabled,
[dir="ltr"] .chip-outline-primary:disabled {
  color: #5567ff;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .chip-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-secondary.focus,
[dir="ltr"] .chip-secondary:focus,
[dir="ltr"] .chip-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
[dir="ltr"] .chip-secondary.focus,
[dir="ltr"] .chip-secondary:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .chip-secondary.disabled,
[dir="ltr"] .chip-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(152, 159, 166, 0.5);
}
[dir="ltr"] .chip-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .chip-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .chip-outline-secondary.focus,
[dir="ltr"] .chip-outline-secondary:focus {
  box-shadow: 0 0 0 1px rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .chip-outline-secondary.disabled,
[dir="ltr"] .chip-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(134, 142, 150, 0.5);
}
[dir="ltr"] .chip-success {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-success.focus,
[dir="ltr"] .chip-success:focus,
[dir="ltr"] .chip-success:hover {
  color: #fff;
  background-color: #65a431;
  border-color: #5f9a2e;
}
[dir="ltr"] .chip-success.focus,
[dir="ltr"] .chip-success:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .chip-success.disabled,
[dir="ltr"] .chip-success:disabled {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .chip-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-success.dropdown-toggle {
  color: #fff;
  background-color: #5f9a2e;
  border-color: #59902b;
}
[dir="ltr"] .chip-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(106, 170, 55, 0.5);
}
[dir="ltr"] .chip-outline-success {
  color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .chip-outline-success:hover {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .chip-outline-success.focus,
[dir="ltr"] .chip-outline-success:focus {
  box-shadow: 0 0 0 1px rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .chip-outline-success.disabled,
[dir="ltr"] .chip-outline-success:disabled {
  color: #77c13a;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #77c13a;
  border-color: #77c13a;
}
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-success:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(119, 193, 58, 0.5);
}
[dir="ltr"] .chip-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-info.focus,
[dir="ltr"] .chip-info:focus,
[dir="ltr"] .chip-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
[dir="ltr"] .chip-info.focus,
[dir="ltr"] .chip-info:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .chip-info.disabled,
[dir="ltr"] .chip-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .chip-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
[dir="ltr"] .chip-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(58, 176, 195, 0.5);
}
[dir="ltr"] .chip-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .chip-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .chip-outline-info.focus,
[dir="ltr"] .chip-outline-info:focus {
  box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .chip-outline-info.disabled,
[dir="ltr"] .chip-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-info:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(23, 162, 184, 0.5);
}
[dir="ltr"] .chip-warning {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-warning.focus,
[dir="ltr"] .chip-warning:focus,
[dir="ltr"] .chip-warning:hover {
  color: #212529;
  background-color: #db991e;
  border-color: #d0911d;
}
[dir="ltr"] .chip-warning.focus,
[dir="ltr"] .chip-warning:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .chip-warning.disabled,
[dir="ltr"] .chip-warning:disabled {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-warning.dropdown-toggle {
  color: #212529;
  background-color: #d0911d;
  border-color: #c5891b;
}
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .chip-outline-warning {
  color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-warning:hover {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-warning.focus,
[dir="ltr"] .chip-outline-warning:focus {
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .chip-outline-warning.disabled,
[dir="ltr"] .chip-outline-warning:disabled {
  color: #e4a93c;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .chip-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-danger.focus,
[dir="ltr"] .chip-danger:focus,
[dir="ltr"] .chip-danger:hover {
  color: #fff;
  background-color: #d23430;
  border-color: #c9302c;
}
[dir="ltr"] .chip-danger.focus,
[dir="ltr"] .chip-danger:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .chip-danger.disabled,
[dir="ltr"] .chip-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #bf2e29;
}
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(223, 109, 105, 0.5);
}
[dir="ltr"] .chip-outline-danger {
  color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .chip-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .chip-outline-danger.focus,
[dir="ltr"] .chip-outline-danger:focus {
  box-shadow: 0 0 0 1px rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .chip-outline-danger.disabled,
[dir="ltr"] .chip-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(217, 83, 79, 0.5);
}
[dir="ltr"] .chip-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-light.focus,
[dir="ltr"] .chip-light:focus,
[dir="ltr"] .chip-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
[dir="ltr"] .chip-light.focus,
[dir="ltr"] .chip-light:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .chip-light.disabled,
[dir="ltr"] .chip-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .chip-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
[dir="ltr"] .chip-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(216, 217, 219, 0.5);
}
[dir="ltr"] .chip-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .chip-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .chip-outline-light.focus,
[dir="ltr"] .chip-outline-light:focus {
  box-shadow: 0 0 0 1px rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .chip-outline-light.disabled,
[dir="ltr"] .chip-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(248, 249, 250, 0.5);
}
[dir="ltr"] .chip-dark {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-dark.focus,
[dir="ltr"] .chip-dark:focus,
[dir="ltr"] .chip-dark:hover {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
}
[dir="ltr"] .chip-dark.focus,
[dir="ltr"] .chip-dark:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .chip-dark.disabled,
[dir="ltr"] .chip-dark:disabled {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e2335;
  border-color: #191e2d;
}
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .chip-outline-dark {
  color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-dark:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-dark.focus,
[dir="ltr"] .chip-outline-dark:focus {
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .chip-outline-dark.disabled,
[dir="ltr"] .chip-outline-dark:disabled {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .chip-black {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-black.focus,
[dir="ltr"] .chip-black:focus,
[dir="ltr"] .chip-black:hover {
  color: #fff;
  background-color: #16191d;
  border-color: #111316;
}
[dir="ltr"] .chip-black.focus,
[dir="ltr"] .chip-black:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(71, 76, 82, 0.5);
}
[dir="ltr"] .chip-black.disabled,
[dir="ltr"] .chip-black:disabled {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .chip-black:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-black:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-black.dropdown-toggle {
  color: #fff;
  background-color: #111316;
  border-color: #0b0d0f;
}
[dir="ltr"] .chip-black:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-black:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(71, 76, 82, 0.5);
}
[dir="ltr"] .chip-outline-black {
  color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .chip-outline-black:hover {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .chip-outline-black.focus,
[dir="ltr"] .chip-outline-black:focus {
  box-shadow: 0 0 0 1px rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .chip-outline-black.disabled,
[dir="ltr"] .chip-outline-black:disabled {
  color: #272c33;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-black:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-black:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .chip-outline-black:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-black:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .chip-accent {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-accent.focus,
[dir="ltr"] .chip-accent:focus,
[dir="ltr"] .chip-accent:hover {
  color: #fff;
  background-color: #c80940;
  border-color: #bc093c;
}
[dir="ltr"] .chip-accent.focus,
[dir="ltr"] .chip-accent:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-accent.disabled,
[dir="ltr"] .chip-accent:disabled {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent.dropdown-toggle {
  color: #fff;
  background-color: #bc093c;
  border-color: #b00838;
}
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-outline-accent {
  color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent.focus,
[dir="ltr"] .chip-outline-accent:focus {
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-outline-accent.disabled,
[dir="ltr"] .chip-outline-accent:disabled {
  color: #ed0b4c;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-accent:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-accent.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-accent-red {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-accent-red.focus,
[dir="ltr"] .chip-accent-red:focus,
[dir="ltr"] .chip-accent-red:hover {
  color: #fff;
  background-color: #c80940;
  border-color: #bc093c;
}
[dir="ltr"] .chip-accent-red.focus,
[dir="ltr"] .chip-accent-red:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-accent-red.disabled,
[dir="ltr"] .chip-accent-red:disabled {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-accent-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent-red.dropdown-toggle {
  color: #fff;
  background-color: #bc093c;
  border-color: #b00838;
}
[dir="ltr"] .chip-accent-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-accent-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-outline-accent-red {
  color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent-red:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent-red.focus,
[dir="ltr"] .chip-outline-accent-red:focus {
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-outline-accent-red.disabled,
[dir="ltr"] .chip-outline-accent-red:disabled {
  color: #ed0b4c;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-accent-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-accent-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent-red.dropdown-toggle {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-accent-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-outline-accent-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-accent-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-accent-yellow {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-accent-yellow.focus,
[dir="ltr"] .chip-accent-yellow:focus,
[dir="ltr"] .chip-accent-yellow:hover {
  color: #212529;
  background-color: #db991e;
  border-color: #d0911d;
}
[dir="ltr"] .chip-accent-yellow.focus,
[dir="ltr"] .chip-accent-yellow:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .chip-accent-yellow.disabled,
[dir="ltr"] .chip-accent-yellow:disabled {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-accent-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d0911d;
  border-color: #c5891b;
}
[dir="ltr"] .chip-accent-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-accent-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .chip-outline-accent-yellow {
  color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-accent-yellow:hover {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-accent-yellow.focus,
[dir="ltr"] .chip-outline-accent-yellow:focus {
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .chip-outline-accent-yellow.disabled,
[dir="ltr"] .chip-outline-accent-yellow:disabled {
  color: #e4a93c;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-accent-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-accent-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"]
  .chip-outline-accent-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-accent-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-accent-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .chip-accent-dodger-blue {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-accent-dodger-blue:hover {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
}
[dir="ltr"] .chip-accent-dodger-blue.focus,
[dir="ltr"] .chip-accent-dodger-blue:focus {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .chip-accent-dodger-blue.disabled,
[dir="ltr"] .chip-accent-dodger-blue:disabled {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-accent-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #2239ff;
  border-color: #152eff;
}
[dir="ltr"] .chip-accent-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-accent-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .chip-outline-accent-dodger-blue {
  color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-accent-dodger-blue:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-accent-dodger-blue.focus,
[dir="ltr"] .chip-outline-accent-dodger-blue:focus {
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .chip-outline-accent-dodger-blue.disabled,
[dir="ltr"] .chip-outline-accent-dodger-blue:disabled {
  color: #5567ff;
  background-color: transparent;
}
[dir="ltr"]
  .chip-outline-accent-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .chip-outline-accent-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"]
  .chip-outline-accent-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-accent-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-accent-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .chip-accent-pickled-bluewood {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-accent-pickled-bluewood:hover {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
}
[dir="ltr"] .chip-accent-pickled-bluewood.focus,
[dir="ltr"] .chip-accent-pickled-bluewood:focus {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .chip-accent-pickled-bluewood.disabled,
[dir="ltr"] .chip-accent-pickled-bluewood:disabled {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-accent-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #1e2335;
  border-color: #191e2d;
}
[dir="ltr"]
  .chip-accent-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-accent-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .chip-outline-accent-pickled-bluewood {
  color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-accent-pickled-bluewood:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-accent-pickled-bluewood.focus,
[dir="ltr"] .chip-outline-accent-pickled-bluewood:focus {
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .chip-outline-accent-pickled-bluewood.disabled,
[dir="ltr"] .chip-outline-accent-pickled-bluewood:disabled {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"]
  .chip-outline-accent-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .chip-outline-accent-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"]
  .chip-outline-accent-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-accent-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"]
  .show
  > .chip-outline-accent-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .chip-accent-electric-violet {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-accent-electric-violet:hover {
  color: #fff;
  background-color: #881cff;
  border-color: #810fff;
}
[dir="ltr"] .chip-accent-electric-violet.focus,
[dir="ltr"] .chip-accent-electric-violet:focus {
  color: #fff;
  background-color: #881cff;
  border-color: #810fff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(171, 94, 255, 0.5);
}
[dir="ltr"] .chip-accent-electric-violet.disabled,
[dir="ltr"] .chip-accent-electric-violet:disabled {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .chip-accent-electric-violet:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-accent-electric-violet:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-accent-electric-violet.dropdown-toggle {
  color: #fff;
  background-color: #810fff;
  border-color: #7b02ff;
}
[dir="ltr"]
  .chip-accent-electric-violet:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-accent-electric-violet:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-accent-electric-violet.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(171, 94, 255, 0.5);
}
[dir="ltr"] .chip-outline-accent-electric-violet {
  color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .chip-outline-accent-electric-violet:hover {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"] .chip-outline-accent-electric-violet.focus,
[dir="ltr"] .chip-outline-accent-electric-violet:focus {
  box-shadow: 0 0 0 1px rgba(156, 66, 255, 0.5);
}
[dir="ltr"] .chip-outline-accent-electric-violet.disabled,
[dir="ltr"] .chip-outline-accent-electric-violet:disabled {
  color: #9c42ff;
  background-color: transparent;
}
[dir="ltr"]
  .chip-outline-accent-electric-violet:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .chip-outline-accent-electric-violet:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-accent-electric-violet.dropdown-toggle {
  color: #fff;
  background-color: #9c42ff;
  border-color: #9c42ff;
}
[dir="ltr"]
  .chip-outline-accent-electric-violet:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-accent-electric-violet:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-accent-electric-violet.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(156, 66, 255, 0.5);
}
[dir="ltr"] .chip-primary-purple {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary-purple.focus,
[dir="ltr"] .chip-primary-purple:focus,
[dir="ltr"] .chip-primary-purple:hover {
  color: #fff;
  background-color: #6b2ddb;
  border-color: #6425d7;
}
[dir="ltr"] .chip-primary-purple.focus,
[dir="ltr"] .chip-primary-purple:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(149, 105, 230, 0.5);
}
[dir="ltr"] .chip-primary-purple.disabled,
[dir="ltr"] .chip-primary-purple:disabled {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .chip-primary-purple:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-purple:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-purple.dropdown-toggle {
  color: #fff;
  background-color: #6425d7;
  border-color: #5f23cd;
}
[dir="ltr"] .chip-primary-purple:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary-purple:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(149, 105, 230, 0.5);
}
[dir="ltr"] .chip-outline-primary-purple {
  color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .chip-outline-primary-purple:hover {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"] .chip-outline-primary-purple.focus,
[dir="ltr"] .chip-outline-primary-purple:focus {
  box-shadow: 0 0 0 1px rgba(130, 78, 225, 0.5);
}
[dir="ltr"] .chip-outline-primary-purple.disabled,
[dir="ltr"] .chip-outline-primary-purple:disabled {
  color: #824ee1;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-primary-purple:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary-purple:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-purple.dropdown-toggle {
  color: #fff;
  background-color: #824ee1;
  border-color: #824ee1;
}
[dir="ltr"]
  .chip-outline-primary-purple:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-primary-purple:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(130, 78, 225, 0.5);
}
[dir="ltr"] .chip-primary-red {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary-red.focus,
[dir="ltr"] .chip-primary-red:focus,
[dir="ltr"] .chip-primary-red:hover {
  color: #fff;
  background-color: #c80940;
  border-color: #bc093c;
}
[dir="ltr"] .chip-primary-red.focus,
[dir="ltr"] .chip-primary-red:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-primary-red.disabled,
[dir="ltr"] .chip-primary-red:disabled {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-primary-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-red.dropdown-toggle {
  color: #fff;
  background-color: #bc093c;
  border-color: #b00838;
}
[dir="ltr"] .chip-primary-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(240, 48, 103, 0.5);
}
[dir="ltr"] .chip-outline-primary-red {
  color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-primary-red:hover {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"] .chip-outline-primary-red.focus,
[dir="ltr"] .chip-outline-primary-red:focus {
  box-shadow: 0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-outline-primary-red.disabled,
[dir="ltr"] .chip-outline-primary-red:disabled {
  color: #ed0b4c;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-primary-red:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary-red:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-red.dropdown-toggle {
  color: #fff;
  background-color: #ed0b4c;
  border-color: #ed0b4c;
}
[dir="ltr"]
  .chip-outline-primary-red:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-primary-red:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(237, 11, 76, 0.5);
}
[dir="ltr"] .chip-primary-yellow {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary-yellow.focus,
[dir="ltr"] .chip-primary-yellow:focus,
[dir="ltr"] .chip-primary-yellow:hover {
  color: #212529;
  background-color: #db991e;
  border-color: #d0911d;
}
[dir="ltr"] .chip-primary-yellow.focus,
[dir="ltr"] .chip-primary-yellow:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .chip-primary-yellow.disabled,
[dir="ltr"] .chip-primary-yellow:disabled {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-primary-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-yellow.dropdown-toggle {
  color: #212529;
  background-color: #d0911d;
  border-color: #c5891b;
}
[dir="ltr"] .chip-primary-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(199, 149, 57, 0.5);
}
[dir="ltr"] .chip-outline-primary-yellow {
  color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-primary-yellow:hover {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"] .chip-outline-primary-yellow.focus,
[dir="ltr"] .chip-outline-primary-yellow:focus {
  box-shadow: 0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .chip-outline-primary-yellow.disabled,
[dir="ltr"] .chip-outline-primary-yellow:disabled {
  color: #e4a93c;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-primary-yellow:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary-yellow:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e4a93c;
  border-color: #e4a93c;
}
[dir="ltr"]
  .chip-outline-primary-yellow:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-primary-yellow:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary-yellow.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(228, 169, 60, 0.5);
}
[dir="ltr"] .chip-primary-light {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary-light.focus,
[dir="ltr"] .chip-primary-light:focus,
[dir="ltr"] .chip-primary-light:hover {
  color: #212529;
  background-color: #73b9ff;
  border-color: #66b3ff;
}
[dir="ltr"] .chip-primary-light.focus,
[dir="ltr"] .chip-primary-light:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .chip-primary-light.disabled,
[dir="ltr"] .chip-primary-light:disabled {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #66b3ff;
  border-color: #59acff;
}
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"] .chip-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(135, 179, 223, 0.5);
}
[dir="ltr"] .chip-outline-primary-light {
  color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .chip-outline-primary-light:hover {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"] .chip-outline-primary-light.focus,
[dir="ltr"] .chip-outline-primary-light:focus {
  box-shadow: 0 0 0 1px rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .chip-outline-primary-light.disabled,
[dir="ltr"] .chip-outline-primary-light:disabled {
  color: #9cf;
  background-color: transparent;
}
[dir="ltr"] .chip-outline-primary-light:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-outline-primary-light:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #9cf;
  border-color: #9cf;
}
[dir="ltr"]
  .chip-outline-primary-light:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-primary-light:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(153, 204, 255, 0.5);
}
[dir="ltr"] .chip-primary-dodger-blue {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary-dodger-blue:hover {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
}
[dir="ltr"] .chip-primary-dodger-blue.focus,
[dir="ltr"] .chip-primary-dodger-blue:focus {
  color: #fff;
  background-color: #2f45ff;
  border-color: #2239ff;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .chip-primary-dodger-blue.disabled,
[dir="ltr"] .chip-primary-dodger-blue:disabled {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-primary-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #2239ff;
  border-color: #152eff;
}
[dir="ltr"]
  .chip-primary-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-primary-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(111, 126, 255, 0.5);
}
[dir="ltr"] .chip-outline-primary-dodger-blue {
  color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-primary-dodger-blue:hover {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"] .chip-outline-primary-dodger-blue.focus,
[dir="ltr"] .chip-outline-primary-dodger-blue:focus {
  box-shadow: 0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .chip-outline-primary-dodger-blue.disabled,
[dir="ltr"] .chip-outline-primary-dodger-blue:disabled {
  color: #5567ff;
  background-color: transparent;
}
[dir="ltr"]
  .chip-outline-primary-dodger-blue:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .chip-outline-primary-dodger-blue:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-dodger-blue.dropdown-toggle {
  color: #fff;
  background-color: #5567ff;
  border-color: #5567ff;
}
[dir="ltr"]
  .chip-outline-primary-dodger-blue:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-primary-dodger-blue:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-outline-primary-dodger-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(85, 103, 255, 0.5);
}
[dir="ltr"] .chip-primary-pickled-bluewood {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .chip-primary-pickled-bluewood:hover {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
}
[dir="ltr"] .chip-primary-pickled-bluewood.focus,
[dir="ltr"] .chip-primary-pickled-bluewood:focus {
  color: #fff;
  background-color: #22293d;
  border-color: #1e2335;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .chip-primary-pickled-bluewood.disabled,
[dir="ltr"] .chip-primary-pickled-bluewood:disabled {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-primary-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"] .chip-primary-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-primary-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #1e2335;
  border-color: #191e2d;
}
[dir="ltr"]
  .chip-primary-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-primary-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .chip-primary-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 87, 111, 0.5);
}
[dir="ltr"] .chip-outline-primary-pickled-bluewood {
  color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-primary-pickled-bluewood:hover {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"] .chip-outline-primary-pickled-bluewood.focus,
[dir="ltr"] .chip-outline-primary-pickled-bluewood:focus {
  box-shadow: 0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .chip-outline-primary-pickled-bluewood.disabled,
[dir="ltr"] .chip-outline-primary-pickled-bluewood:disabled {
  color: #303956;
  background-color: transparent;
}
[dir="ltr"]
  .chip-outline-primary-pickled-bluewood:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .chip-outline-primary-pickled-bluewood:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .chip-outline-primary-pickled-bluewood.dropdown-toggle {
  color: #fff;
  background-color: #303956;
  border-color: #303956;
}
[dir="ltr"]
  .chip-outline-primary-pickled-bluewood:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .chip-outline-primary-pickled-bluewood:not(:disabled):not(.disabled):active:focus,
[dir="ltr"]
  .show
  > .chip-outline-primary-pickled-bluewood.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(48, 57, 86, 0.5);
}
[dir="ltr"] .brand {
  font-size: 1.625rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.231;
}
[dir="ltr"] .brand-icon {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: sub;
}
[dir="ltr"] .carousel-card .carousel-control-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(39, 44, 51, 0.2),
    0 2px 2px 0 rgba(39, 44, 51, 0.14), 0 1px 5px 0 rgba(39, 44, 51, 0.12);
  color: #272c33;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir="ltr"] .carousel-card .carousel-control-next,
[dir="ltr"] .carousel-card .carousel-control-prev {
  width: 2.5rem;
  opacity: 1;
}
[dir="ltr"] .carousel-card .carousel-control-prev {
  left: -1.25rem;
}
[dir="ltr"] .carousel-card .carousel-control-next {
  right: -1.25rem;
}
[dir="ltr"] .mdk-header {
  margin-bottom: 1rem;
  height: auto;
}
[dir="ltr"] .mdk-header--shadow {
  transition: box-shadow 0.25s;
}
[dir="ltr"] .mdk-header--shadow-show {
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1),
    0 10px 14px 1px rgba(39, 44, 51, 0.04),
    0 4px 18px 3px rgba(39, 44, 51, 0.02);
  border-color: transparent !important;
}
[dir="ltr"] .mdk-header--shadow:after {
  display: none;
}
[dir="ltr"] .mdk-header__bg-front {
  background-position: 50%;
}
[dir="ltr"] .mdk-header__bg-front:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
[dir="ltr"] .mdk-header__content {
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .mdk-header--bg-gradient-primary .mdk-header__bg-front:after {
  background-image: linear-gradient(128deg, #1e6dbd, #3287db);
  opacity: 0.9;
}
[dir="ltr"] .mdk-header--bg-gradient-purple .mdk-header__bg-front:after {
  background-image: linear-gradient(-128deg, #8a4182, #3289dc);
  opacity: 0.9;
}
[dir="ltr"] .mdk-header--bg-white .mdk-header__bg-front:after {
  background-color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .mdk-header--bg-primary .mdk-header__bg-front:after {
  background-color: rgba(85, 103, 255, 0.9);
}
[dir="ltr"] .mdk-header--bg-secondary .mdk-header__bg-front:after {
  background-color: rgba(134, 142, 150, 0.9);
}
[dir="ltr"] .mdk-header--bg-success .mdk-header__bg-front:after {
  background-color: rgba(119, 193, 58, 0.9);
}
[dir="ltr"] .mdk-header--bg-info .mdk-header__bg-front:after {
  background-color: rgba(23, 162, 184, 0.9);
}
[dir="ltr"] .mdk-header--bg-warning .mdk-header__bg-front:after {
  background-color: rgba(228, 169, 60, 0.9);
}
[dir="ltr"] .mdk-header--bg-danger .mdk-header__bg-front:after {
  background-color: rgba(217, 83, 79, 0.9);
}
[dir="ltr"] .mdk-header--bg-light .mdk-header__bg-front:after {
  background-color: rgba(248, 249, 250, 0.9);
}
[dir="ltr"] .mdk-header--bg-dark .mdk-header__bg-front:after {
  background-color: rgba(48, 57, 86, 0.9);
}
[dir="ltr"] .mdk-header--bg-black .mdk-header__bg-front:after {
  background-color: rgba(39, 44, 51, 0.9);
}
[dir="ltr"] .mdk-header--bg-accent-red .mdk-header__bg-front:after,
[dir="ltr"] .mdk-header--bg-accent .mdk-header__bg-front:after {
  background-color: rgba(237, 11, 76, 0.9);
}
[dir="ltr"] .mdk-header--bg-accent-yellow .mdk-header__bg-front:after {
  background-color: rgba(228, 169, 60, 0.9);
}
[dir="ltr"] .mdk-header--bg-accent-dodger-blue .mdk-header__bg-front:after {
  background-color: rgba(85, 103, 255, 0.9);
}
[dir="ltr"]
  .mdk-header--bg-accent-pickled-bluewood
  .mdk-header__bg-front:after {
  background-color: rgba(48, 57, 86, 0.9);
}
[dir="ltr"] .mdk-header--bg-accent-electric-violet .mdk-header__bg-front:after {
  background-color: rgba(156, 66, 255, 0.9);
}
[dir="ltr"] .mdk-header--bg-primary-purple .mdk-header__bg-front:after {
  background-color: rgba(130, 78, 225, 0.9);
}
[dir="ltr"] .mdk-header--bg-primary-red .mdk-header__bg-front:after {
  background-color: rgba(237, 11, 76, 0.9);
}
[dir="ltr"] .mdk-header--bg-primary-yellow .mdk-header__bg-front:after {
  background-color: rgba(228, 169, 60, 0.9);
}
[dir="ltr"] .mdk-header--bg-primary-light .mdk-header__bg-front:after {
  background-color: rgba(153, 204, 255, 0.9);
}
[dir="ltr"] .mdk-header--bg-primary-dodger-blue .mdk-header__bg-front:after {
  background-color: rgba(85, 103, 255, 0.9);
}
[dir="ltr"]
  .mdk-header--bg-primary-pickled-bluewood
  .mdk-header__bg-front:after {
  background-color: rgba(48, 57, 86, 0.9);
}
@media (min-width: 992px) {
  [dir="ltr"] .hero .h1,
  [dir="ltr"] .hero h1 {
    font-size: 3.998rem;
    font-weight: 700;
    line-height: 1.25;
  }
  [dir="ltr"] .hero .lead,
  [dir="ltr"] .hero__lead {
    font-size: 1.414rem;
    line-height: 1.414;
  }
  [dir="ltr"] .hero .lead:not(:last-child),
  [dir="ltr"] .hero__lead:not(:last-child) {
    margin-bottom: 2rem;
  }
}
[dir="ltr"] .mdk-box__bg-front {
  background-position: 50%;
}
[dir="ltr"] .mdk-box__bg-front:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
[dir="ltr"] .mdk-box--bg-gradient-primary .mdk-box__bg-front:after {
  background-image: linear-gradient(128deg, #1e6dbd, #3287db);
  opacity: 0.9;
}
[dir="ltr"] .mdk-box--bg-primary .mdk-box__bg-front:after {
  background-color: rgba(85, 103, 255, 0.9);
}
[dir="ltr"] .mdk-box--bg-secondary .mdk-box__bg-front:after {
  background-color: rgba(134, 142, 150, 0.9);
}
[dir="ltr"] .mdk-box--bg-success .mdk-box__bg-front:after {
  background-color: rgba(119, 193, 58, 0.9);
}
[dir="ltr"] .mdk-box--bg-info .mdk-box__bg-front:after {
  background-color: rgba(23, 162, 184, 0.9);
}
[dir="ltr"] .mdk-box--bg-warning .mdk-box__bg-front:after {
  background-color: rgba(228, 169, 60, 0.9);
}
[dir="ltr"] .mdk-box--bg-danger .mdk-box__bg-front:after {
  background-color: rgba(217, 83, 79, 0.9);
}
[dir="ltr"] .mdk-box--bg-light .mdk-box__bg-front:after {
  background-color: rgba(248, 249, 250, 0.9);
}
[dir="ltr"] .mdk-box--bg-dark .mdk-box__bg-front:after {
  background-color: rgba(48, 57, 86, 0.9);
}
[dir="ltr"] .mdk-box--bg-black .mdk-box__bg-front:after {
  background-color: rgba(39, 44, 51, 0.9);
}
[dir="ltr"] .mdk-box--bg-accent-red .mdk-box__bg-front:after,
[dir="ltr"] .mdk-box--bg-accent .mdk-box__bg-front:after {
  background-color: rgba(237, 11, 76, 0.9);
}
[dir="ltr"] .mdk-box--bg-accent-yellow .mdk-box__bg-front:after {
  background-color: rgba(228, 169, 60, 0.9);
}
[dir="ltr"] .mdk-box--bg-accent-dodger-blue .mdk-box__bg-front:after {
  background-color: rgba(85, 103, 255, 0.9);
}
[dir="ltr"] .mdk-box--bg-accent-pickled-bluewood .mdk-box__bg-front:after {
  background-color: rgba(48, 57, 86, 0.9);
}
[dir="ltr"] .mdk-box--bg-accent-electric-violet .mdk-box__bg-front:after {
  background-color: rgba(156, 66, 255, 0.9);
}
[dir="ltr"] .mdk-box--bg-primary-purple .mdk-box__bg-front:after {
  background-color: rgba(130, 78, 225, 0.9);
}
[dir="ltr"] .mdk-box--bg-primary-red .mdk-box__bg-front:after {
  background-color: rgba(237, 11, 76, 0.9);
}
[dir="ltr"] .mdk-box--bg-primary-yellow .mdk-box__bg-front:after {
  background-color: rgba(228, 169, 60, 0.9);
}
[dir="ltr"] .mdk-box--bg-primary-light .mdk-box__bg-front:after {
  background-color: rgba(153, 204, 255, 0.9);
}
[dir="ltr"] .mdk-box--bg-primary-dodger-blue .mdk-box__bg-front:after {
  background-color: rgba(85, 103, 255, 0.9);
}
[dir="ltr"] .mdk-box--bg-primary-pickled-bluewood .mdk-box__bg-front:after {
  background-color: rgba(48, 57, 86, 0.9);
}
[dir="ltr"] .mdk-box--bg-white-25 .mdk-box__bg-front:after {
  background-color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .mdk-box--bg-white-35 .mdk-box__bg-front:after {
  background-color: hsla(0, 0%, 100%, 0.35);
}
[dir="ltr"] .mdk-box--bg-white-45 .mdk-box__bg-front:after {
  background-color: hsla(0, 0%, 100%, 0.45);
}
[dir="ltr"] .mdk-box--bg-white-90 .mdk-box__bg-front:after {
  background-color: hsla(0, 0%, 100%, 0.9);
}
[dir="ltr"] .mdk-box--bg-white-95 .mdk-box__bg-front:after {
  background-color: hsla(0, 0%, 100%, 0.95);
}
[dir="ltr"] .will-shrink-to-hidden {
  will-change: transform;
  transition: transform 0.2s;
}
[dir="ltr"] .shrink-to-hidden {
  transform: scale3d(0, 0, 0);
}
[dir="ltr"] .will-fade-background {
  transition: background-color 0.2s;
}
[dir="ltr"] .search-form {
  display: flex;
  align-items: center;
  background-color: grey;  
  border-radius: 0.25rem;  
}
[dir="ltr"] .search-form .form-control {
  background-color: transparent;
}
[dir="ltr"] .search-form .form-control,
[dir="ltr"] .search-form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
[dir="ltr"] .search-form .btn {
  padding: 0 0.75rem;
  box-shadow: none;
  background-color: transparent;
}
[dir="ltr"] .search-form .btn + .form-control {
  padding-left: 0;
}
[dir="ltr"] .navbar-dark .navbar-search,
[dir="ltr"] .search-form--black {
  background-color: #272c33;
  border-color: #272c33;
}
[dir="ltr"] .navbar-dark .navbar-search .form-control,
[dir="ltr"] .search-form--black .form-control {
  color: #013D79;
}
[dir="ltr"] .navbar-dark .navbar-search .form-control:focus,
[dir="ltr"] .search-form--black .form-control:focus {
  background-color: #272c33 !important;
}
[dir="ltr"] .navbar-dark .navbar-search .btn,
[dir="ltr"] .search-form--black .btn {
  background: transparent;
  color: #868e96;
}
[dir="ltr"] .navbar-light .navbar-search,
[dir="ltr"] .search-form--light {
  background-color: #edf0f2;
  border-color: #edf0f2;
}
[dir="ltr"] .navbar-light .navbar-search .form-control,
[dir="ltr"] .search-form--light .form-control {
  color: #013D79;
}
[dir="ltr"]
  .navbar-light
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"] .search-form--light .form-control::-webkit-input-placeholder {
  color: #013D79;
}
[dir="ltr"] .navbar-light .navbar-search .form-control::-moz-placeholder,
[dir="ltr"] .search-form--light .form-control::-moz-placeholder {
  color: #013D79;
}
[dir="ltr"] .navbar-light .navbar-search .form-control:-ms-input-placeholder,
[dir="ltr"] .search-form--light .form-control:-ms-input-placeholder {
  color: #013D79;
}
[dir="ltr"] .navbar-light .navbar-search .form-control::-ms-input-placeholder,
[dir="ltr"] .search-form--light .form-control::-ms-input-placeholder {
  color: #013D79;
}
[dir="ltr"] .navbar-light .navbar-search .form-control::placeholder,
[dir="ltr"] .search-form--light .form-control::placeholder {
  color: #013D79;
}
[dir="ltr"] .navbar-light .navbar-search .btn,
[dir="ltr"] .search-form--light .btn {
  color: rgba(39, 44, 51, 0.4);
}
[dir="ltr"] .stack {
  margin-bottom: calc(1rem + 10px);
  position: relative;
  overflow: initial;
  z-index: 0;
}
[dir="ltr"] .stack:after,
[dir="ltr"] .stack:before {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  transition: transform 0.2s ease-in-out;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07), inset 0 2px 1px -1px #dfe2e6,
    inset 0 1px 2px 0 rgba(223, 226, 230, 0.14),
    inset 0 1px 3px 0 rgba(48, 56, 64, 0.12);
  display: block;
  content: "";
  background: #fff;
  height: 5px;
  z-index: -1;
  pointer-events: none;
}
[dir="ltr"] .stack:before {
  height: 10px;
  left: 20px;
  right: 20px;
}
[dir="ltr"] .stack--hidden-hover:hover:after,
[dir="ltr"] .stack--hidden-hover:hover:before,
[dir="ltr"] .stack--hidden:after,
[dir="ltr"] .stack--hidden:before {
  transform: translate3d(0, -12px, 0);
}
[dir="ltr"] .stack--primary-dark:after,
[dir="ltr"] .stack--primary-dark:before {
  background: #2239ff;
  box-shadow: inset 0 2px 0 #1830ff, 0 2px 0 #1830ff;
}
[dir="ltr"] .stack--1:before {
  display: none;
}
[dir="ltr"] .footer {
  background-color: #fff;
}
[dir="ltr"] label {
  font-weight: 500;
}
[dir="ltr"] .form-control-rounded {
  border-radius: 20rem;
}
[dir="ltr"] .form-control-flush {
  padding: 0;
  border-width: 0;
}
[dir="ltr"] .form-control-flush,
[dir="ltr"] .form-control-flush:focus {
  box-shadow: none;
  background-color: transparent;
}
[dir="ltr"] .list-group-form .list-group-item {
  padding: 1rem 1.5rem;
}
[dir="ltr"] .custom-controls-stacked .custom-control:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .form-inline label {
  margin-right: 0.25rem;
}
[dir="ltr"] .form-label {
  color: #303956;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Montserrat Regular";
  font-weight: 600;
  letter-spacing: 2px;
}
[dir="ltr"] .card-form .card-body {
  padding: 1.6875rem;
}
[dir="ltr"] .card-form .card-body-form-group {
  padding: 1rem 1rem 0;
}
[dir="ltr"] .card-form__body {
  background-color: #f8fafc;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 576px) {
  [dir="ltr"] .card-form__body {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
[dir="ltr"] .card-form__body label:not([class]) {
  color: #303956;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Montserrat Regular";
  font-weight: 600;
  letter-spacing: 2px;
}
[dir="ltr"] .form-image-group :disabled ~ label:after,
[dir="ltr"] .form-image-group [disabled] ~ label:after {
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background: #e9ecef;
  width: auto;
  height: auto;
  border-radius: 0;
  content: " ";
  opacity: 0.4;
}
[dir="ltr"] .input-group-text .material-icons {
  font-size: inherit;
}
[dir="ltr"] .input-group.input-group-merge .form-control {
  box-shadow: none;
}
[dir="ltr"]
  .input-group.input-group-merge
  .form-control:focus
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #fff;
  color: #272c33;
  background-color: #fff;
}
[dir="ltr"]
  .input-group.input-group-merge
  .form-control.is-valid
  ~ [class*="input-group"]
  .input-group-text,
[dir="ltr"]
  .was-validated
  .input-group.input-group-merge
  .form-control:valid
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #77c13a;
  color: #77c13a;
}
[dir="ltr"]
  .input-group.input-group-merge
  .form-control.is-invalid
  ~ [class*="input-group"]
  .input-group-text,
[dir="ltr"]
  .was-validated
  .input-group.input-group-merge
  .form-control:invalid
  ~ [class*="input-group"]
  .input-group-text {
  border-color: #d9534f;
  color: #d9534f;
}
[dir="ltr"] .input-group.input-group-merge .form-control-prepended {
  padding-left: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .input-group.input-group-merge .form-control-appended {
  padding-right: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir="ltr"] .input-group.input-group-merge .input-group-prepend {
  order: -1;
}
[dir="ltr"]
  .input-group.input-group-merge
  .input-group-prepend
  > .input-group-text {
  border-right-width: 0 !important;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[dir="ltr"]
  .input-group.input-group-merge
  .input-group-append
  > .input-group-text {
  border-left-width: 0 !important;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir="ltr"] .custom-file-naked {
  cursor: pointer;
  width: auto;
  height: auto;
}
[dir="ltr"] .custom-file-naked .custom-file-input {
  width: auto;
  height: auto;
  cursor: pointer;
  line-height: 1;
}
[dir="ltr"] .custom-file-naked .custom-file-label {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
}
[dir="ltr"] .custom-file-naked .custom-file-label:after {
  display: none;
}
[dir="ltr"] .custom-radio-icon {
  padding-left: 1rem;
}
[dir="ltr"] .custom-radio-icon .custom-control-indicator {
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
  background-image: none;
}
[dir="ltr"]
  .custom-radio-icon
  .custom-control-input:checked
  ~ .custom-control-indicator {
  background-color: transparent;
  background-image: none;
  color: #5567ff;
}
[dir="ltr"]
  .custom-radio-icon
  .custom-control-input:active
  ~ .custom-control-indicator {
  background-color: transparent;
  background-image: none;
  color: #eef0ff;
}
[dir="ltr"] .custom-select-icon {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .custom-select-icon__select {
  padding-left: 1.75rem;
}
[dir="ltr"] .custom-select-icon__select.form-control-lg {
  padding-left: 2rem;
}
[dir="ltr"] .custom-select-icon__icon {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  line-height: inherit !important;
  font-size: 0.8125rem;
  z-index: 2;
  pointer-events: none;
}
[dir="ltr"] .custom-select-sm + .custom-select-icon__icon,
[dir="ltr"] .form-control-sm + .custom-select-icon__icon {
  font-size: 0.7109375rem;
}
[dir="ltr"] .form-control-lg + .custom-select-icon__icon {
  padding-top: 0.5rem;
  font-size: 1.21875rem;
}
[dir="ltr"] .sidebar-p-a {
  padding: 1.5rem;
}
[dir="ltr"] .sidebar-p-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
[dir="ltr"] .sidebar-p-y {
  padding-bottom: 1.5rem;
}
[dir="ltr"] .sidebar-p-t,
[dir="ltr"] .sidebar-p-y {
  padding-top: 1.5rem;
}
[dir="ltr"] .sidebar-p-b {
  padding-bottom: 1.5rem;
}
[dir="ltr"] .sidebar-p-l {
  padding-left: 1.5rem;
}
[dir="ltr"] .sidebar-p-l,
[dir="ltr"] .sidebar-p-r {
  padding-right: 1.5rem;
}
[dir="ltr"] .sidebar-m-a {
  margin: 1.5rem;
}
[dir="ltr"] .sidebar-m-x {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
[dir="ltr"] .sidebar-m-y {
  margin-bottom: 1.5rem;
}
[dir="ltr"] .sidebar-m-t,
[dir="ltr"] .sidebar-m-y {
  margin-top: 1.5rem;
}
[dir="ltr"] .sidebar-m-b {
  margin-bottom: 1.5rem;
}
[dir="ltr"] .sidebar-m-l {
  margin-left: 1.5rem;
}
[dir="ltr"] .sidebar-m-r {
  margin-right: 1.5rem;
}
[dir="ltr"] .sidebar-b-a {
  border: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-x {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-y {
  border-bottom: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-t,
[dir="ltr"] .sidebar-b-y {
  border-top: 1px solid transparent;
}
[dir="ltr"] .sidebar-b-b {
  border-bottom: 1px solid transparent;
}
[dir="ltr"] .sidebar-block,
[dir="ltr"] .sidebar > .sidebar-text,
[dir="ltr"] .sidebar > p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}
[dir="ltr"] .sidebar-brand {
  font-weight: 500;
  font-size: 1.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
[dir="ltr"] .sidebar-brand:hover {
  text-decoration: none;
}
[dir="ltr"] .sidebar-brand-icon {
  margin-right: 0.75rem;
}
[dir="ltr"] .sidebar-brand-header {
  height: 56px;
  line-height: 56px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
[dir="ltr"] .sidebar-brand-border {
  border-bottom: 1px solid transparent;
}
[dir="ltr"] .sidebar-heading {
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "Montserrat Regular";
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}
[dir="ltr"] .sidebar-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
[dir="ltr"] .sidebar-light {
  color: rgba(0, 0, 0, 0.54);
  background: #fff;
}
[dir="ltr"] .sidebar-light.sidebar-left {
  border-right: 1px solid #e5e5e5;
}
[dir="ltr"] .sidebar-light.sidebar-right {
  border-left: 1px solid #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-link {
  color: inherit;
}
[dir="ltr"] .sidebar-light [class*="sidebar-b-"] {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-text,
[dir="ltr"] .sidebar-light p {
  color: rgba(0, 0, 0, 0.54);
}
[dir="ltr"] .sidebar-light .sidebar-heading,
[dir="ltr"] .sidebar-light .sidebar-heading > a {
  color: #949799;
}
[dir="ltr"] .sidebar-light hr {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-brand {
  color: #272c33;
}
[dir="ltr"] .sidebar-light .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.07);
}
[dir="ltr"] .sidebar-light .sidebar-brand-border {
  border-color: #e5e5e5;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button {
  color: rgba(47, 55, 64, 0.4);
}
[dir="ltr"] .sidebar-light .sidebar-menu-toggle-icon {
  color: rgba(0, 0, 0, 0.24);
}
[dir="ltr"] .sidebar-light .sidebar-menu-icon {
  color: rgba(47, 55, 64, 0.2);
}
[dir="ltr"] .sidebar-light .sidebar-menu-label {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover {
  color: #8a9199;
  background: transparent;
}
[dir="ltr"] .sidebar-light .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-light
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-light .open {
  background: #f5f7fa;
}
[dir="ltr"]
  .sidebar-light
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"] .sidebar-light .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-light .active > .sidebar-menu-button .sidebar-menu-icon,
[dir="ltr"] .sidebar-light .open > .sidebar-menu-button .sidebar-menu-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button {
  color: rgba(47, 55, 64, 0.4);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-icon {
  color: rgba(47, 55, 64, 0.2);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-light
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-light
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-light .sm-bordered,
[dir="ltr"] .sidebar-light .sm-bordered.sidebar-submenu {
  border-color: #e5e5e5;
}
[dir="ltr"]
  .sidebar-light
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-light .sm-item-bordered > .sidebar-menu-item {
  border-color: #e9edf2;
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(47, 55, 64, 0.2);
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #8a9199;
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-light
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: #5567ff;
  color: #fff;
}
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-light
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-light
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: #5567ff;
}
[dir="ltr"] .sidebar-dark {
  color: hsla(0, 0%, 100%, 0.54);
  background: #303956;
}
[dir="ltr"] .sidebar-dark.sidebar-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark.sidebar-right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark .sidebar-link {
  color: #fff;
}
[dir="ltr"] .sidebar-dark [class*="sidebar-b-"] {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark .sidebar-text,
[dir="ltr"] .sidebar-dark p {
  color: hsla(0, 0%, 100%, 0.54);
}
[dir="ltr"] .sidebar-dark .sidebar-heading,
[dir="ltr"] .sidebar-dark .sidebar-heading > a {
  color: #949799;
}
[dir="ltr"] .sidebar-dark hr {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark .sidebar-brand {
  color: #fff;
}
[dir="ltr"] .sidebar-dark .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .sidebar-menu-toggle-icon {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover {
  color: #fff;
  background: transparent;
}
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sidebar-menu-button:hover .sidebar-menu-toggle-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark .open {
  background: #272c33;
}
[dir="ltr"]
  .sidebar-dark
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark .open > .sidebar-menu-button .sidebar-menu-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-dark .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-dark
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark .sm-bordered,
[dir="ltr"] .sidebar-dark .sm-bordered.sidebar-submenu,
[dir="ltr"]
  .sidebar-dark
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-dark .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #8a9199;
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark .sm-active-button-bg > .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
}
[dir="ltr"] .sidebar-menu {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}
[dir="ltr"] .sidebar-menu-item {
  position: relative;
  overflow: hidden;
}
[dir="ltr"] .sidebar-menu-button {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 40px;
  padding: 0 1.5rem;
  font-size: 15px;
}
[dir="ltr"] .sidebar-menu-button,
[dir="ltr"] .sidebar-menu-button:focus,
[dir="ltr"] .sidebar-menu-button:hover {
  text-decoration: none;
}
[dir="ltr"] .active > .sidebar-menu-button {
  font-weight: 500;
}
[dir="ltr"] .sidebar-menu-toggle-icon {
  position: relative;
  font-size: 1.25rem;
}
[dir="ltr"] .sidebar-menu-toggle-icon:before {
  font-family: Material Icons;
  content: "\E315";
  display: flex;
  align-items: center;
  font-size: inherit;
  color: inherit;
}
[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon:before {
  content: "\E315";
}
[dir="ltr"] .sidebar-menu-icon {
  vertical-align: middle;
  font-size: 24px;
  display: inline-block;
  line-height: normal;
  position: relative;
}
[dir="ltr"] .sidebar-menu-icon--left {
  margin-right: 0.5rem;
}
[dir="ltr"] .sidebar-menu-icon--right {
  margin-left: 0.5rem;
}
[dir="ltr"] .sidebar-menu-badge {
  padding: 0.2rem 0.3rem;
  font-size: 0.75rem;
}
[dir="ltr"] .sidebar-menu-badge,
[dir="ltr"] .sidebar-menu-toggle-icon {
  margin-left: 8px;
}
[dir="ltr"] .sidebar-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
[dir="ltr"] .open > .sidebar-submenu {
  display: block;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-button {
  line-height: 32px;
  font-size: 15px;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-icon {
  font-size: 24px;
}
[dir="ltr"] .sm-icons-1 .sidebar-menu-icon {
  font-size: 1rem;
}
[dir="ltr"] .sm-icons-small .sidebar-menu-icon {
  font-size: 0.875rem;
}
[dir="ltr"] .sm-condensed > .sidebar-menu-item > .sidebar-menu-button {
  line-height: 30px;
}
[dir="ltr"]
  .sm-condensed.sidebar-submenu
  > .sidebar-menu-item
  > .sidebar-menu-button {
  line-height: 24px;
}
[dir="ltr"] .sm-bordered,
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
[dir="ltr"] .sm-item-bordered .sidebar-submenu,
[dir="ltr"] .sm-item-bordered > .sidebar-menu-item:last-of-type {
  border-bottom: none;
}
[dir="ltr"]
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
[dir="ltr"]
  .sm-icons-block.sidebar-submenu
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
  padding-left: 3rem;
}
[dir="ltr"] .mdk-drawer {
  z-index: 1;
}
[dir="ltr"] .mdk-drawer__content {
  background: transparent;
}
[dir="ltr"] .sidebar {
  position: relative;
  height: 100%;
  text-align: initial;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
[dir="ltr"] .sidebar-brand {
  margin-bottom: 0;
  height: 64px;
  flex-direction: column;
  padding: 2.5rem 0;
}
[dir="ltr"] .sidebar-brand-icon {
  display: flex;
  width: 5.125rem;
  height: 5.125rem;
}
[dir="ltr"] .sidebar-menu-toggle-icon {
  transition: transform 0.15s;
  transform: translate(0);
}
[dir="ltr"] .open > .sidebar-menu-button .sidebar-menu-toggle-icon {
  transform: rotate(90deg);
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-item:first-child {
  padding-top: 0.75rem;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-item:last-child {
  padding-bottom: 0.75rem;
}
[dir="ltr"] .sidebar-menu-item.active .sidebar-menu-button:after {
  background-color: #5567ff;
}
[dir="ltr"] .sidebar-menu-item.active .sidebar-menu-button:after,
[dir="ltr"] .sidebar-menu-item.open .sidebar-menu-button:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 1px;
  content: "";
}
[dir="ltr"] .sidebar-menu-item.open > .sidebar-menu-button:after {
  background-color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-menu-item.active > .sidebar-menu-button:after {
  background-color: #5567ff;
}
[dir="ltr"] .sidebar-menu:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .sidebar-brand {
  height: auto;
  line-height: 2rem;
  margin-right: 0;
}
[dir="ltr"] .sidebar-brand-icon {
  margin-right: 0;
  margin-bottom: 0.5rem;
}
[dir="ltr"] .sidebar-heading {
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
[dir="ltr"] .sidebar-menu > .sidebar-menu-item {
  margin-right: 1rem;
  border-radius: 0 10px 10px 0;
}
[dir="ltr"] .sidebar-menu-button {
  padding-right: 0.5rem;
}
[dir="ltr"] .sidebar-menu-button.disabled,
[dir="ltr"] .sidebar-menu-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
[dir="ltr"] .sidebar-menu-badge {
  padding: 0 0.5rem;
}
[dir="ltr"] .sm-indent > .sidebar-menu-item .sidebar-menu-button {
  padding-left: 2.1875rem;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-item:first-child {
  padding-top: 0;
}
[dir="ltr"] .sidebar-menu-item.active .sidebar-menu-button:after,
[dir="ltr"] .sidebar-menu-item.open .sidebar-menu-button:after {
  display: none;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-text {
  padding-left: 1.25rem;
  position: relative;
}
[dir="ltr"] .sidebar-submenu .sidebar-menu-text:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #ed0b4c;
  display: none;
  left: -4px;
  top: 12px;
  border-radius: 100%;
}
[dir="ltr"] .active > .sidebar-menu-button .sidebar-menu-text:after {
  display: block;
}
[dir="ltr"] .sidebar-account {
  border-radius: 100px;
  box-shadow: 0 2px 1px -1px rgba(39, 44, 51, 0.1),
    0 1px 1px 0 rgba(39, 44, 51, 0.04), 0 1px 3px 0 rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .sidebar-dark .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark .sidebar-account {
  background: #fff;
}
[dir="ltr"] .sidebar-dark .navbar-toggler {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark .navbar-toggler:hover {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.04),
    0 1px 8px 0 rgba(0, 0, 0, 0.02);
}
[dir="ltr"] .sidebar-dark .text-100 {
  color: hsla(0, 0%, 100%, 0.54) !important;
}
[dir="ltr"] .sidebar-dark .text-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
[dir="ltr"] .sidebar-black {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  color: hsla(0, 0%, 100%, 0.54);
  background: #1d2126;
}
[dir="ltr"] .sidebar-black.sidebar-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-black.sidebar-right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-black .sidebar-link {
  color: #fff;
}
[dir="ltr"] .sidebar-black [class*="sidebar-b-"] {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-black .sidebar-text,
[dir="ltr"] .sidebar-black .text-100,
[dir="ltr"] .sidebar-black p {
  color: hsla(0, 0%, 100%, 0.54);
}
[dir="ltr"] .sidebar-black .text-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
[dir="ltr"] .sidebar-black .sidebar-heading,
[dir="ltr"] .sidebar-black .sidebar-heading > a {
  color: #949799;
}
[dir="ltr"] .sidebar-black hr {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-black .sidebar-brand {
  color: #fff;
}
[dir="ltr"] .sidebar-black .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-black .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-black .sidebar-menu-button,
[dir="ltr"] .sidebar-black .sidebar-menu-toggle-icon {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-black .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-black .sidebar-menu-button:hover {
  color: #fff;
  background: transparent;
}
[dir="ltr"] .sidebar-black .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-black
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-black .open {
  background: rgba(0, 0, 0, 0.2);
}
[dir="ltr"]
  .sidebar-black
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-black .open > .sidebar-menu-button {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"] .sidebar-black .open > .sidebar-menu-button .sidebar-menu-icon {
  color: #8a9199;
}
[dir="ltr"] .sidebar-black .active > .sidebar-menu-button,
[dir="ltr"] .sidebar-black .active > .sidebar-menu-button .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-black .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-black .sidebar-submenu .sidebar-menu-button {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-black .sidebar-submenu .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-black .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-black
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-black .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-black
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-black .sm-bordered,
[dir="ltr"] .sidebar-black .sm-bordered.sidebar-submenu {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"]
  .sidebar-black
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-black .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"]
  .sidebar-black
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"]
  .sidebar-black
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #8a9199;
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-black
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-black
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
  color: #fff;
}
[dir="ltr"]
  .sidebar-black
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-black
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"]
  .sidebar-black
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
}
[dir="ltr"] .sidebar-black .sidebar-account {
  background: #fff;
}
[dir="ltr"] .sidebar-black .sidebar-submenu .sidebar-menu-text:after {
  background-color: #ed0b4c;
}
[dir="ltr"] .navbar-dark .sidebar-black .navbar-search,
[dir="ltr"] .sidebar-black .navbar-dark .navbar-search,
[dir="ltr"] .sidebar-black .search-form--black {
  background-color: #303840;
  border-color: #303840;
}
[dir="ltr"] .navbar-dark .sidebar-black .navbar-search .form-control,
[dir="ltr"] .sidebar-black .navbar-dark .navbar-search .form-control,
[dir="ltr"] .sidebar-black .search-form--black .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-black
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-black
  .navbar-dark
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-black
  .search-form--black
  .form-control::-webkit-input-placeholder {
  color: #8a9199;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-black
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-black
  .navbar-dark
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"] .sidebar-black .search-form--black .form-control::-moz-placeholder {
  color: #8a9199;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-black
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-black
  .navbar-dark
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-black
  .search-form--black
  .form-control:-ms-input-placeholder {
  color: #8a9199;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-black
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-black
  .navbar-dark
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-black
  .search-form--black
  .form-control::-ms-input-placeholder {
  color: #8a9199;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-black
  .navbar-search
  .form-control::placeholder,
[dir="ltr"]
  .sidebar-black
  .navbar-dark
  .navbar-search
  .form-control::placeholder,
[dir="ltr"] .sidebar-black .search-form--black .form-control::placeholder {
  color: #8a9199;
}
[dir="ltr"] .navbar-dark .sidebar-black .navbar-search .form-control:focus,
[dir="ltr"] .sidebar-black .navbar-dark .navbar-search .form-control:focus,
[dir="ltr"] .sidebar-black .search-form--black .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark .sidebar-black .navbar-search .btn,
[dir="ltr"] .sidebar-black .navbar-dark .navbar-search .btn,
[dir="ltr"] .sidebar-black .search-form--black .btn {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"] .sidebar-black .navbar-toggler {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-black .navbar-toggler:hover {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark-purple {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  color: hsla(0, 0%, 100%, 0.54);
  background: linear-gradient(180deg, #9a55fe, #753efd);
}
[dir="ltr"] .sidebar-dark-purple.sidebar-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark-purple.sidebar-right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-link {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-purple [class*="sidebar-b-"] {
  border-color: hsla(0, 0%, 100%, 0.2);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-text,
[dir="ltr"] .sidebar-dark-purple .text-100,
[dir="ltr"] .sidebar-dark-purple p {
  color: #bf9df2 !important;
}
[dir="ltr"] .sidebar-dark-purple .text-50 {
  color: rgba(191, 157, 242, 0.5) !important;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-heading,
[dir="ltr"] .sidebar-dark-purple .sidebar-heading > a {
  color: #c8b8e6;
}
[dir="ltr"] .sidebar-dark-purple hr {
  border-color: hsla(0, 0%, 100%, 0.2);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-brand {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-menu-button {
  color: #bf9df2;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-menu-toggle-icon {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-menu-button:hover {
  color: #fff;
  background: transparent;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-purple
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-purple .open {
  background: rgba(50, 50, 51, 0.05);
}
[dir="ltr"]
  .sidebar-dark-purple
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-purple .open > .sidebar-menu-button {
  background: transparent;
  color: #deccff;
}
[dir="ltr"]
  .sidebar-dark-purple
  .open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-purple .active > .sidebar-menu-button {
  color: #deccff;
}
[dir="ltr"]
  .sidebar-dark-purple
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-submenu .sidebar-menu-button {
  color: #bf9df2;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-submenu .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .sidebar-dark-purple
  .sidebar-submenu
  .active
  > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark-purple
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark-purple .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-dark-purple
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-purple .sm-bordered,
[dir="ltr"] .sidebar-dark-purple .sm-bordered.sidebar-submenu {
  border-color: hsla(0, 0%, 100%, 0.2);
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-dark-purple .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(0, 0, 0, 0.15);
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: #fff;
  color: #824ee1;
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-purple
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #824ee1;
}
[dir="ltr"]
  .sidebar-dark-purple
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
}
[dir="ltr"] .sidebar-dark-purple .sidebar-account {
  background: #fff;
}
[dir="ltr"] .sidebar-dark-purple .sidebar-submenu .sidebar-menu-text:after {
  background-color: #ed0b4c;
}
[dir="ltr"] .navbar-dark .sidebar-dark-purple .navbar-search,
[dir="ltr"] .sidebar-dark-purple .navbar-dark .navbar-search,
[dir="ltr"] .sidebar-dark-purple .search-form--black {
  background-color: rgba(50, 50, 51, 0.05);
  border-color: rgba(50, 50, 51, 0.05);
}
[dir="ltr"] .navbar-dark .sidebar-dark-purple .navbar-search .form-control,
[dir="ltr"] .sidebar-dark-purple .navbar-dark .navbar-search .form-control,
[dir="ltr"] .sidebar-dark-purple .search-form--black .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-purple
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .navbar-dark
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .search-form--black
  .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-purple
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .navbar-dark
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .search-form--black
  .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-purple
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .navbar-dark
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .search-form--black
  .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-purple
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .navbar-dark
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .search-form--black
  .form-control::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-purple
  .navbar-search
  .form-control::placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .navbar-dark
  .navbar-search
  .form-control::placeholder,
[dir="ltr"]
  .sidebar-dark-purple
  .search-form--black
  .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-purple
  .navbar-search
  .form-control:focus,
[dir="ltr"]
  .sidebar-dark-purple
  .navbar-dark
  .navbar-search
  .form-control:focus,
[dir="ltr"] .sidebar-dark-purple .search-form--black .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark .sidebar-dark-purple .navbar-search .btn,
[dir="ltr"] .sidebar-dark-purple .navbar-dark .navbar-search .btn,
[dir="ltr"] .sidebar-dark-purple .search-form--black .btn {
  background: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-purple .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-purple .navbar-toggler:hover {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-blue {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  color: hsla(0, 0%, 100%, 0.54);
  background: #0c2440;
}
[dir="ltr"] .sidebar-dark-blue.sidebar-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark-blue.sidebar-right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-link {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-blue [class*="sidebar-b-"] {
  border-color: rgba(15, 43, 77, 0.9);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-text,
[dir="ltr"] .sidebar-dark-blue .text-50,
[dir="ltr"] .sidebar-dark-blue .text-100,
[dir="ltr"] .sidebar-dark-blue p {
  color: rgba(172, 182, 191, 0.5) !important;
}
[dir="ltr"] .sidebar-dark-blue .sidebar-heading,
[dir="ltr"] .sidebar-dark-blue .sidebar-heading > a {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark-blue hr {
  border-color: rgba(15, 43, 77, 0.9);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-brand {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-blue .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-menu-button,
[dir="ltr"] .sidebar-dark-blue .sidebar-menu-toggle-icon {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-menu-button:hover {
  color: #fff;
  background: transparent;
}
[dir="ltr"] .sidebar-dark-blue .sidebar-menu-button:hover .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-blue
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-blue .open {
  background: #0a1d33;
}
[dir="ltr"]
  .sidebar-dark-blue
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-blue .open > .sidebar-menu-button {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark-blue .open > .sidebar-menu-button .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-blue .active > .sidebar-menu-button {
  color: #8a9199;
}
[dir="ltr"]
  .sidebar-dark-blue
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-blue .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid rgba(15, 43, 77, 0.9);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-submenu .sidebar-menu-button {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-submenu .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-submenu .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark-blue
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"] .sidebar-dark-blue .sidebar-submenu .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-dark-blue
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-blue .sm-bordered,
[dir="ltr"] .sidebar-dark-blue .sm-bordered.sidebar-submenu,
[dir="ltr"]
  .sidebar-dark-blue
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-dark-blue .sm-item-bordered > .sidebar-menu-item {
  border-color: rgba(15, 43, 77, 0.9);
}
[dir="ltr"]
  .sidebar-dark-blue
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"]
  .sidebar-dark-blue
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-dark-blue
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark-blue
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: #0a1d33;
  color: #824ee1;
}
[dir="ltr"]
  .sidebar-dark-blue
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-blue
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #824ee1;
}
[dir="ltr"]
  .sidebar-dark-blue
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
}
[dir="ltr"] .sidebar-dark-blue .sidebar-account {
  background: #fff;
}
[dir="ltr"] .sidebar-dark-blue .sidebar-submenu .sidebar-menu-text:after {
  background-color: #e4a93c;
}
[dir="ltr"] .navbar-dark .sidebar-dark-blue .navbar-search,
[dir="ltr"] .sidebar-dark-blue .navbar-dark .navbar-search,
[dir="ltr"] .sidebar-dark-blue .search-form--black {
  background-color: #0a1d33;
  border-color: #0a1d33;
}
[dir="ltr"] .navbar-dark .sidebar-dark-blue .navbar-search .form-control,
[dir="ltr"] .sidebar-dark-blue .navbar-dark .navbar-search .form-control,
[dir="ltr"] .sidebar-dark-blue .search-form--black .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-blue
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .navbar-dark
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .search-form--black
  .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-blue
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .navbar-dark
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .search-form--black
  .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-blue
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .navbar-dark
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .search-form--black
  .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-blue
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .navbar-dark
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .search-form--black
  .form-control::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-blue
  .navbar-search
  .form-control::placeholder,
[dir="ltr"]
  .sidebar-dark-blue
  .navbar-dark
  .navbar-search
  .form-control::placeholder,
[dir="ltr"] .sidebar-dark-blue .search-form--black .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark .sidebar-dark-blue .navbar-search .form-control:focus,
[dir="ltr"] .sidebar-dark-blue .navbar-dark .navbar-search .form-control:focus,
[dir="ltr"] .sidebar-dark-blue .search-form--black .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark .sidebar-dark-blue .navbar-search .btn,
[dir="ltr"] .sidebar-dark-blue .navbar-dark .navbar-search .btn,
[dir="ltr"] .sidebar-dark-blue .search-form--black .btn {
  background: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-blue .navbar-toggler {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark-blue .navbar-toggler:hover {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-dodger-blue {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
  color: hsla(0, 0%, 100%, 0.54);
  background: #303956;
}
[dir="ltr"] .sidebar-dark-dodger-blue.sidebar-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark-dodger-blue.sidebar-right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-link {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-dodger-blue [class*="sidebar-b-"] {
  border-color: #212a45;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-text,
[dir="ltr"] .sidebar-dark-dodger-blue .text-100,
[dir="ltr"] .sidebar-dark-dodger-blue p {
  color: #fff !important;
}
[dir="ltr"] .sidebar-dark-dodger-blue .text-50 {
  color: rgba(172, 182, 191, 0.5) !important;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-heading,
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-heading > a {
  color: #8a9199;
}
[dir="ltr"] .sidebar-dark-dodger-blue hr {
  border-color: #212a45;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-brand {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-brand-bg {
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-brand-border {
  border-color: rgba(46, 49, 51, 0.9);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-button,
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-toggle-icon {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-button:hover {
  color: #fff;
  background: transparent;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-menu-button:hover
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-menu-button:hover
  .sidebar-menu-toggle-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-dodger-blue .open {
  background: #212a45;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .open
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-dodger-blue .open > .sidebar-menu-button {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-dodger-blue .active > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid #303956;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-submenu .sidebar-menu-button {
  color: rgba(172, 182, 191, 0.5);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-submenu .sidebar-menu-icon {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-submenu
  .active
  > .sidebar-menu-button,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-submenu
  .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-submenu
  .sidebar-menu-button:hover,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-submenu
  .sidebar-menu-button:hover
  .sidebar-menu-icon {
  color: #fff;
}
[dir="ltr"] .sidebar-dark-dodger-blue .sm-bordered,
[dir="ltr"] .sidebar-dark-dodger-blue .sm-bordered.sidebar-submenu,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-item-bordered.sidebar-submenu
  > .sidebar-menu-item,
[dir="ltr"] .sidebar-dark-dodger-blue .sm-item-bordered > .sidebar-menu-item {
  border-color: #212a45;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-icons-block
  > .sidebar-menu-item
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-icons-block
  > .sidebar-menu-item.open
  > .sidebar-menu-button
  .sidebar-menu-icon {
  color: hsla(0, 0%, 100%, 0.5);
  background: rgba(0, 0, 0, 0.12);
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-icons-block
  > .sidebar-menu-item.active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
  color: #fff;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button {
  background: #0a1d33;
  color: #824ee1;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-toggle-icon {
  color: #824ee1;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sm-icons-block.sm-active-button-bg
  > .active
  > .sidebar-menu-button
  .sidebar-menu-icon {
  background: hsla(0, 0%, 100%, 0.12);
}
[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-account {
  background: #fff;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-submenu
  .sidebar-menu-text:after {
  background-color: #e4a93c;
}
[dir="ltr"] .navbar-dark .sidebar-dark-dodger-blue .navbar-search,
[dir="ltr"] .sidebar-dark-dodger-blue .navbar-dark .navbar-search,
[dir="ltr"] .sidebar-dark-dodger-blue .search-form--black {
  background-color: #212a45;
  border-color: #212a45;
}
[dir="ltr"] .navbar-dark .sidebar-dark-dodger-blue .navbar-search .form-control,
[dir="ltr"] .sidebar-dark-dodger-blue .navbar-dark .navbar-search .form-control,
[dir="ltr"] .sidebar-dark-dodger-blue .search-form--black .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-dodger-blue
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .navbar-dark
  .navbar-search
  .form-control::-webkit-input-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .search-form--black
  .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-dodger-blue
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .navbar-dark
  .navbar-search
  .form-control::-moz-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .search-form--black
  .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-dodger-blue
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .navbar-dark
  .navbar-search
  .form-control:-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .search-form--black
  .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-dodger-blue
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .navbar-dark
  .navbar-search
  .form-control::-ms-input-placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .search-form--black
  .form-control::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-dodger-blue
  .navbar-search
  .form-control::placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .navbar-dark
  .navbar-search
  .form-control::placeholder,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .search-form--black
  .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark
  .sidebar-dark-dodger-blue
  .navbar-search
  .form-control:focus,
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .navbar-dark
  .navbar-search
  .form-control:focus,
[dir="ltr"] .sidebar-dark-dodger-blue .search-form--black .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark .sidebar-dark-dodger-blue .navbar-search .btn,
[dir="ltr"] .sidebar-dark-dodger-blue .navbar-dark .navbar-search .btn,
[dir="ltr"] .sidebar-dark-dodger-blue .search-form--black .btn {
  background: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .sidebar-dark-dodger-blue .navbar-toggler {
  color: rgba(172, 182, 191, 0.2);
}
[dir="ltr"] .sidebar-dark-dodger-blue .navbar-toggler:hover {
  color: #fff;
}
[dir="ltr"] .sidebar-light {
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .sidebar-light .sidebar-submenu .sidebar-menu-text {
  border-left: 1px solid #e9edf2;
}
[dir="ltr"] .sidebar-light-yellow .sidebar-submenu .sidebar-menu-text:after {
  background-color: #e4a93c;
}
[dir="ltr"] .sidebar-light-red .sidebar-submenu .sidebar-menu-text:after {
  background-color: #ed0b4c;
}
[dir="ltr"] .sidebar-light-purple .sidebar-submenu .sidebar-menu-text:after {
  background-color: #824ee1;
}
[dir="ltr"]
  .sidebar-light-dodger-blue
  .sidebar-submenu
  .sidebar-menu-text:after {
  background-color: #5567ff;
}
[dir="ltr"] .navbar {
  min-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
}
[dir="ltr"] .navbar-shadow {
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1),
    0 10px 14px 1px rgba(39, 44, 51, 0.04),
    0 4px 18px 3px rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .top-navbar {
  top: 64px;
}
@media (min-width: 576px) {
  [dir="ltr"] .top-sm-navbar {
    top: 64px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .top-md-navbar {
    top: 64px;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .top-lg-navbar {
    top: 64px;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .top-xl-navbar {
    top: 64px;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .top-xxl-navbar {
    top: 64px;
  }
}
[dir="ltr"] .navbar-height {
  min-height: 64px;
}
[dir="ltr"] .navbar-brand {
  font-size: 1.625rem;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 100px;
  display: flex;
  align-items: center;
}
[dir="ltr"] .navbar-brand-icon {
  margin-right: 0.5rem;
}
[dir="ltr"] .navbar-divider {
  width: 1px;
  height: 64px;
  background: hsla(0, 0%, 100%, 0.24);
  margin-left: 1rem;
  margin-right: 1rem;
}
[dir="ltr"] .navbar-nav .nav-link {
  font-size: 1rem;
  align-items: center;
  font-weight: 500;
  position: relative;
  padding: 0;
}
[dir="ltr"] .navbar-nav .dropdown-menu {
  position: absolute;
}
[dir="ltr"] .navbar-toggler {
  border: none;
  width: 64px;
  height: 64px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
[dir="ltr"] .navbar-toggler-right {
  order: 1;
}
@media (max-width: 767.98px) {
  [dir="ltr"] .navbar .container {
    max-width: none;
  }
}
[dir="ltr"] .navbar-expand-sm .nav-link {
  height: 64px;
}
@media (max-width: 575.98px) {
  [dir="ltr"] .navbar-expand-sm.navbar-list {
    height: auto;
  }
  [dir="ltr"] .navbar-expand-sm.navbar-list .navbar-list__item {
    padding: 1rem;
    width: 100%;
  }
  [dir="ltr"]
    .navbar-expand-sm.navbar-list.navbar-light
    .navbar-list__item:not(:last-child) {
    border-bottom: 1px solid #e9edf2;
  }
}
@media (min-width: 576px) {
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-nav + .navbar-nav,
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-item + .nav-item,
  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-list__content {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-collapse__content {
    display: flex;
    width: 100%;
  }
  [dir="ltr"] .navbar-expand-sm .navbar-collapse__content .navbar-nav {
    align-items: center;
  }
}
[dir="ltr"] .navbar-expand-md .nav-link {
  height: 64px;
}
@media (max-width: 767.98px) {
  [dir="ltr"] .navbar-expand-md.navbar-list {
    height: auto;
  }
  [dir="ltr"] .navbar-expand-md.navbar-list .navbar-list__item {
    padding: 1rem;
    width: 100%;
  }
  [dir="ltr"]
    .navbar-expand-md.navbar-list.navbar-light
    .navbar-list__item:not(:last-child) {
    border-bottom: 1px solid #e9edf2;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  [dir="ltr"] .navbar-expand-md .navbar-nav + .navbar-nav,
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-item + .nav-item,
  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-expand-md .navbar-list__content {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-md .navbar-collapse__content {
    display: flex;
    width: 100%;
  }
  [dir="ltr"] .navbar-expand-md .navbar-collapse__content .navbar-nav {
    align-items: center;
  }
}
[dir="ltr"] .navbar-expand-lg .nav-link {
  height: 64px;
}
@media (max-width: 991.98px) {
  [dir="ltr"] .navbar-expand-lg.navbar-list {
    height: auto;
  }
  [dir="ltr"] .navbar-expand-lg.navbar-list .navbar-list__item {
    padding: 1rem;
    width: 100%;
  }
  [dir="ltr"]
    .navbar-expand-lg.navbar-list.navbar-light
    .navbar-list__item:not(:last-child) {
    border-bottom: 1px solid #e9edf2;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-nav + .navbar-nav,
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-item + .nav-item,
  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-list__content {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-collapse__content {
    display: flex;
    width: 100%;
  }
  [dir="ltr"] .navbar-expand-lg .navbar-collapse__content .navbar-nav {
    align-items: center;
  }
}
[dir="ltr"] .navbar-expand-xl .nav-link {
  height: 64px;
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .navbar-expand-xl.navbar-list {
    height: auto;
  }
  [dir="ltr"] .navbar-expand-xl.navbar-list .navbar-list__item {
    padding: 1rem;
    width: 100%;
  }
  [dir="ltr"]
    .navbar-expand-xl.navbar-list.navbar-light
    .navbar-list__item:not(:last-child) {
    border-bottom: 1px solid #e9edf2;
  }
}
@media (min-width: 1200px) {
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-nav + .navbar-nav,
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-item + .nav-item,
  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-list__content {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-collapse__content {
    display: flex;
    width: 100%;
  }
  [dir="ltr"] .navbar-expand-xl .navbar-collapse__content .navbar-nav {
    align-items: center;
  }
}
[dir="ltr"] .navbar-expand-xxl .nav-link {
  height: 64px;
}
@media (max-width: 1365.98px) {
  [dir="ltr"] .navbar-expand-xxl.navbar-list {
    height: auto;
  }
  [dir="ltr"] .navbar-expand-xxl.navbar-list .navbar-list__item {
    padding: 1rem;
    width: 100%;
  }
  [dir="ltr"]
    .navbar-expand-xxl.navbar-list.navbar-light
    .navbar-list__item:not(:last-child) {
    border-bottom: 1px solid #e9edf2;
  }
}
@media (min-width: 1366px) {
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-item {
    display: flex;
    align-items: center;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-nav + .navbar-nav,
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-item + .nav-item,
  [dir="ltr"] .navbar-expand-xxl .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-list__content {
    flex-direction: row;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-collapse__content {
    display: flex;
    width: 100%;
  }
  [dir="ltr"] .navbar-expand-xxl .navbar-collapse__content .navbar-nav {
    align-items: center;
  }
}
[dir="ltr"] .navbar-expand .nav-link {
  height: 64px;
}
[dir="ltr"] .navbar-expand.navbar-list {
  height: auto;
}
[dir="ltr"] .navbar-expand.navbar-list .navbar-list__item {
  padding: 1rem;
  width: 100%;
}
[dir="ltr"]
  .navbar-expand.navbar-list.navbar-light
  .navbar-list__item:not(:last-child) {
  border-bottom: 1px solid #e9edf2;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
[dir="ltr"] .navbar-expand .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
[dir="ltr"] .navbar-expand .navbar-nav + .navbar-nav,
[dir="ltr"] .navbar-expand .navbar-nav .nav-item + .nav-item,
[dir="ltr"] .navbar-expand .navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
[dir="ltr"] .navbar-expand .navbar-list__content {
  flex-direction: row;
}
[dir="ltr"] .navbar-expand .navbar-collapse__content {
  display: flex;
  width: 100%;
}
[dir="ltr"] .navbar-expand .navbar-collapse__content .navbar-nav {
  align-items: center;
}
@media (max-width: 575.98px) {
  [dir="ltr"] .navbar-collapse__content {
    padding: 1rem;
  }
  [dir="ltr"] .navbar-collapse .navbar-nav + .navbar-nav {
    margin-top: 1rem;
  }
}
[dir="ltr"] .navbar-list {
  padding-left: 0;
  padding-right: 0;
}
[dir="ltr"] .navbar-list__content {
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .navbar-list__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
[dir="ltr"] .navbar-submenu {
  background: #fff;
  border-bottom: 2px solid #e9edf2;
}
@media (max-width: 575.98px) {
  [dir="ltr"] .navbar-submenu .navbar-collapse {
    border-bottom: 2px solid #e9edf2;
  }
}
[dir="ltr"] .navbar-mini {
  min-height: 40px;
}
[dir="ltr"] .navbar-mini .navbar-nav .nav-link {
  font-size: 0.8rem;
  font-weight: 400;
}
[dir="ltr"] .navbar-mini .navbar-nav > .active > .nav-link:before {
  display: none;
}
[dir="ltr"] .mr-navbar-x {
  margin-right: 1rem;
}
[dir="ltr"] .bg-primary .navbar-dark .navbar-toggler {
  color: #fff;
}
[dir="ltr"] .navbar .ps {
  padding-top: 3px;
  padding-bottom: 3px;
}
[dir="ltr"] .navbar .ps .nav {
  flex-wrap: nowrap;
}
[dir="ltr"] .navbar--active-undeline .navbar-nav .nav-link.active:before,
[dir="ltr"] .navbar--active-undeline .navbar-nav > .active > .nav-link:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #5567ff;
  content: " ";
  bottom: 0;
}
[dir="ltr"] .navbar-light .badge-notifications {
  border: 1px solid #fff;
}
[dir="ltr"] .navbar-light .navbar-text-50 {
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .navbar-light .navbar-text-70 {
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .navbar-light .navbar-text-100 {
  color: #272c33;
}
[dir="ltr"] .navbar-light .navbar-avatar {
  background-color: #edf0f2;
  border: 1px solid #edf0f2;
  color: #303956;
}
[dir="ltr"] .navbar-dark .navbar-border {
  border-color: hsla(0, 0%, 100%, 0.1) !important;
}
[dir="ltr"] .navbar-dark .badge-notifications {
  border: 1px solid #303956;
}
[dir="ltr"] .navbar-dark .navbar-text-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark .navbar-text-70 {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark .navbar-text-100 {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark.navbar--active-undeline
  .navbar-nav
  .nav-link.active:before,
[dir="ltr"]
  .navbar-dark.navbar--active-undeline
  .navbar-nav
  > .active
  > .nav-link:before {
  background-color: #fff;
}
[dir="ltr"] .navbar-dark-white .navbar-brand,
[dir="ltr"] .navbar-dark-white .navbar-brand:focus,
[dir="ltr"] .navbar-dark-white .navbar-brand:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark-white .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark-white .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark-white .navbar-nav .show > .nav-link {
  color: #fff;
}
[dir="ltr"] .navbar-dark-white .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.7);
  border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-dark-white .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path stroke="%23858D94" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
[dir="ltr"] .navbar-dark-white .navbar-text {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-white .navbar-text a,
[dir="ltr"] .navbar-dark-white .navbar-text a:focus,
[dir="ltr"] .navbar-dark-white .navbar-text a:hover {
  color: #fff;
}
[dir="ltr"] .navbar-black {
  background: #1d2126;
}
[dir="ltr"] .navbar-black .navbar-text-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-black .navbar-text-70 {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-black .navbar-text-100 {
  color: #fff;
}
[dir="ltr"] .navbar-black .navbar-search {
  background-color: #303840;
  border-color: #303840;
}
[dir="ltr"] .navbar-black .navbar-search .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-black
  .navbar-search
  .form-control::-webkit-input-placeholder {
  color: #8a9199;
}
[dir="ltr"] .navbar-black .navbar-search .form-control::-moz-placeholder {
  color: #8a9199;
}
[dir="ltr"] .navbar-black .navbar-search .form-control:-ms-input-placeholder {
  color: #8a9199;
}
[dir="ltr"] .navbar-black .navbar-search .form-control::-ms-input-placeholder {
  color: #8a9199;
}
[dir="ltr"] .navbar-black .navbar-search .form-control::placeholder {
  color: #8a9199;
}
[dir="ltr"] .navbar-black .navbar-search .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-black .navbar-search .btn {
  background: transparent;
  color: #8a9199;
}
[dir="ltr"] .navbar-black .navbar-btn {
  color: #fff;
  background-color: #303840;
  border-color: #303840;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .navbar-black .navbar-btn:hover {
  color: #fff;
  background-color: #20252a;
  border-color: #1a1f23;
}
[dir="ltr"] .navbar-black .navbar-btn.focus,
[dir="ltr"] .navbar-black .navbar-btn:focus {
  color: #fff;
  background-color: #20252a;
  border-color: #1a1f23;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(79, 86, 93, 0.5);
}
[dir="ltr"] .navbar-black .navbar-btn.disabled,
[dir="ltr"] .navbar-black .navbar-btn:disabled {
  color: #fff;
  background-color: #303840;
  border-color: #303840;
}
[dir="ltr"] .navbar-black .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .navbar-black .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .navbar-black .navbar-btn.dropdown-toggle {
  color: #fff;
  background-color: #1a1f23;
  border-color: #15181c;
}
[dir="ltr"]
  .navbar-black
  .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .navbar-black
  .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .navbar-black .navbar-btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(79, 86, 93, 0.5);
}
[dir="ltr"] .navbar-black .navbar-brand,
[dir="ltr"] .navbar-black .navbar-brand:focus,
[dir="ltr"] .navbar-black .navbar-brand:hover {
  color: #fff;
}
[dir="ltr"] .navbar-black .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-black .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-black .navbar-nav .nav-link:hover {
  color: #fff;
}
[dir="ltr"] .navbar-black .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-black .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-black .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-black .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-black .navbar-nav .show > .nav-link {
  color: #fff;
}
@media (min-width: 576px) {
  [dir="ltr"] .navbar-black .navbar-nav .active > .nav-link:before,
  [dir="ltr"] .navbar-black .navbar-nav .nav-link.active:before,
  [dir="ltr"] .navbar-black .navbar-nav .nav-link.show:before,
  [dir="ltr"] .navbar-black .navbar-nav .show > .nav-link:before {
    background-color: #fff;
  }
}
[dir="ltr"] .navbar-black .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.7);
  border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-black .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path stroke="%23858D94" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
[dir="ltr"] .navbar-dark-blue {
  background: #0c2440;
}
[dir="ltr"] .navbar-dark-blue .navbar-text-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-text-70 {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-blue .navbar-text-100 {
  color: #fff;
}
[dir="ltr"] .navbar-dark-blue .navbar-search {
  background-color: #0a1d33;
  border-color: #0a1d33;
}
[dir="ltr"] .navbar-dark-blue .navbar-search .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark-blue
  .navbar-search
  .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-search .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-blue
  .navbar-search
  .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-blue
  .navbar-search
  .form-control::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-search .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-search .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark-blue .navbar-search .btn {
  background: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-btn {
  color: #fff;
  background-color: #0a1d33;
  border-color: #0a1d33;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .navbar-dark-blue .navbar-btn:hover {
  color: #fff;
  background-color: #040b13;
  border-color: #020508;
}
[dir="ltr"] .navbar-dark-blue .navbar-btn.focus,
[dir="ltr"] .navbar-dark-blue .navbar-btn:focus {
  color: #fff;
  background-color: #040b13;
  border-color: #020508;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(47, 63, 82, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-btn.disabled,
[dir="ltr"] .navbar-dark-blue .navbar-btn:disabled {
  color: #fff;
  background-color: #0a1d33;
  border-color: #0a1d33;
}
[dir="ltr"] .navbar-dark-blue .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"] .navbar-dark-blue .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .navbar-dark-blue .navbar-btn.dropdown-toggle {
  color: #fff;
  background-color: #020508;
  border-color: #000;
}
[dir="ltr"]
  .navbar-dark-blue
  .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .navbar-dark-blue
  .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .navbar-dark-blue .navbar-btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(47, 63, 82, 0.5);
}
[dir="ltr"] .navbar-dark-blue .navbar-brand,
[dir="ltr"] .navbar-dark-blue .navbar-brand:focus,
[dir="ltr"] .navbar-dark-blue .navbar-brand:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-blue .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-blue .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark-blue .navbar-nav .nav-link:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-blue .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark-blue .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark-blue .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark-blue .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark-blue .navbar-nav .show > .nav-link {
  color: #fff;
}
[dir="ltr"] .navbar-dark-blue .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.7);
  border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-dark-blue .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path stroke="%23858D94" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
[dir="ltr"] .navbar-dark-blue .navbar-border {
  border-color: hsla(0, 0%, 100%, 0.1) !important;
}
[dir="ltr"] .navbar-dark-blue .badge-notifications {
  border: 1px solid #303956;
}
[dir="ltr"] .navbar-dark-dodger-blue {
  background: #fff;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-text-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-text-70 {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-text-100 {
  color: #fff;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-search {
  background-color: #212a45;
  border-color: #212a45;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-search .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-search
  .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-search
  .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-search
  .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-search
  .form-control::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-search .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-search .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-search .btn {
  background: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-avatar {
  background-color: #212a45;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-btn {
  color: #fff;
  background-color: #212a45;
  border-color: #212a45;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-btn:hover {
  color: #fff;
  background-color: #151a2b;
  border-color: #111523;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-btn.focus,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-btn:focus {
  color: #fff;
  background-color: #151a2b;
  border-color: #111523;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px rgba(66, 74, 97, 0.5);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-btn.disabled,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-btn:disabled {
  color: #fff;
  background-color: #212a45;
  border-color: #212a45;
}
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .navbar-dark-dodger-blue .navbar-btn.dropdown-toggle {
  color: #fff;
  background-color: #111523;
  border-color: #0c101a;
}
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .navbar-dark-dodger-blue
  .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .navbar-dark-dodger-blue .navbar-btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px rgba(66, 74, 97, 0.5);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-brand,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-brand:focus,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-brand:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .nav-link {
  color: #013D79;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .nav-link:hover {
  color: #013D79; 
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark-dodger-blue .navbar-nav .show > .nav-link {
  color: #013D79;
  font-weight: 600;
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.7);
  border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path stroke="%23858D94" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
[dir="ltr"] .navbar-dark-dodger-blue .navbar-border {
  border-color: hsla(0, 0%, 100%, 0.1) !important;
}
[dir="ltr"] .navbar-dark-dodger-blue .badge-notifications {
  border: 1px solid #303956;
}
[dir="ltr"] .navbar-dark-purple {
  background: linear-gradient(180deg, #9a55fe, #753efd);
}
[dir="ltr"] .navbar-dark-purple .navbar-text-50 {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-text-70 {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-purple .navbar-text-100 {
  color: #fff;
}
[dir="ltr"] .navbar-dark-purple .navbar-search {
  background-color: rgba(50, 50, 51, 0.05);
  border-color: rgba(50, 50, 51, 0.05);
}
[dir="ltr"] .navbar-dark-purple .navbar-search .form-control {
  color: #fff;
}
[dir="ltr"]
  .navbar-dark-purple
  .navbar-search
  .form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-search .form-control::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-purple
  .navbar-search
  .form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"]
  .navbar-dark-purple
  .navbar-search
  .form-control::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-search .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-search .form-control:focus {
  background-color: transparent !important;
}
[dir="ltr"] .navbar-dark-purple .navbar-search .btn {
  background: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-btn {
  color: #fff;
  background-color: rgba(50, 50, 51, 0.05);
  border-color: rgba(50, 50, 51, 0.05);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075);
}
[dir="ltr"] .navbar-dark-purple .navbar-btn.focus,
[dir="ltr"] .navbar-dark-purple .navbar-btn:focus,
[dir="ltr"] .navbar-dark-purple .navbar-btn:hover {
  color: #fff;
  background-color: rgba(31, 31, 32, 0.05);
  border-color: rgba(25, 25, 25, 0.05);
}
[dir="ltr"] .navbar-dark-purple .navbar-btn.focus,
[dir="ltr"] .navbar-dark-purple .navbar-btn:focus {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(39, 44, 51, 0.075), 0 0 0 1px hsla(0, 0%, 89.8%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-btn.disabled,
[dir="ltr"] .navbar-dark-purple .navbar-btn:disabled {
  color: #fff;
  background-color: rgba(50, 50, 51, 0.05);
  border-color: rgba(50, 50, 51, 0.05);
}
[dir="ltr"]
  .navbar-dark-purple
  .navbar-btn:not(:disabled):not(.disabled).active,
[dir="ltr"]
  .navbar-dark-purple
  .navbar-btn:not(:disabled):not(.disabled):active,
[dir="ltr"] .show > .navbar-dark-purple .navbar-btn.dropdown-toggle {
  color: #fff;
  background-color: rgba(25, 25, 25, 0.05);
  border-color: rgba(18, 18, 19, 0.05);
}
[dir="ltr"]
  .navbar-dark-purple
  .navbar-btn:not(:disabled):not(.disabled).active:focus,
[dir="ltr"]
  .navbar-dark-purple
  .navbar-btn:not(:disabled):not(.disabled):active:focus,
[dir="ltr"] .show > .navbar-dark-purple .navbar-btn.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(39, 44, 51, 0.125),
    0 0 0 1px hsla(0, 0%, 89.8%, 0.5);
}
[dir="ltr"] .navbar-dark-purple .navbar-brand,
[dir="ltr"] .navbar-dark-purple .navbar-brand:focus,
[dir="ltr"] .navbar-dark-purple .navbar-brand:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-purple .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.7);
}
[dir="ltr"] .navbar-dark-purple .navbar-nav .nav-link:focus,
[dir="ltr"] .navbar-dark-purple .navbar-nav .nav-link:hover {
  color: #fff;
}
[dir="ltr"] .navbar-dark-purple .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
[dir="ltr"] .navbar-dark-purple .navbar-nav .active > .nav-link,
[dir="ltr"] .navbar-dark-purple .navbar-nav .nav-link.active,
[dir="ltr"] .navbar-dark-purple .navbar-nav .nav-link.show,
[dir="ltr"] .navbar-dark-purple .navbar-nav .show > .nav-link {
  color: #fff;
}
[dir="ltr"] .navbar-dark-purple .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.7);
  border-color: hsla(0, 0%, 100%, 0.1);
}
[dir="ltr"] .navbar-dark-purple .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"><path stroke="%23858D94" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
[dir="ltr"] .navbar-dark-purple .navbar-border {
  border-color: hsla(0, 0%, 100%, 0.1) !important;
}
[dir="ltr"] .navbar-dark-purple .badge-notifications {
  border: 1px solid #824ee1;
}
[dir="ltr"] .dropdown-toggle:focus {
  outline: 0;
}
[dir="ltr"] [data-caret="false"]:after,
[dir="ltr"] [data-caret="false"]:before {
  display: none !important;
}
[dir="ltr"] .dropdown-menu {
  box-shadow: 0 5px 5px -3px rgba(39, 44, 51, 0.1),
    0 8px 10px 1px rgba(39, 44, 51, 0.04), 0 3px 14px 2px rgba(39, 44, 51, 0.02);
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 0 !important;
  transition: opacity 0.2s cubic-bezier(0.3, 0.5, 0.5, 1),
    margin 0.2s cubic-bezier(0.1, 0.3, 0.8, 1), visibility 0.3s ease;
  background-clip: initial;
}
[dir="ltr"] .dropdown-menu:after,
[dir="ltr"] .dropdown-menu:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.3, 0.5, 0.5, 1);
  position: absolute;
  top: calc(-8px + -0.5rem);
  width: 1px;
}
[dir="ltr"] .dropdown-menu:before {
  top: calc(-9px + -0.5rem);
  border-bottom-color: transparent;
}
[dir="ltr"] .dropdown-menu-right:after,
[dir="ltr"] .dropdown-menu-right:before {
  left: auto;
  right: 10px;
}
[dir="ltr"] .dropup .dropdown-menu {
  margin-bottom: 0 !important;
}
[dir="ltr"] .dropup .dropdown-menu:after,
[dir="ltr"] .dropup .dropdown-menu:before {
  top: auto;
  bottom: calc(-8px + -0.5rem);
  border-bottom-color: transparent;
  border-top-color: #fff;
}
[dir="ltr"] .dropup .dropdown-menu:before {
  bottom: calc(-9px + -0.5rem);
  border-top-color: transparent;
}
[dir="ltr"] .dropdown-menu.show,
[dir="ltr"] .show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0.5rem !important;
}
[dir="ltr"] .dropup .dropdown-menu.show,
[dir="ltr"] .dropup .show > .dropdown-menu {
  margin-bottom: 0.5rem !important;
}
[dir="ltr"] .dropdown-menu.show:after,
[dir="ltr"] .dropdown-menu.show:before,
[dir="ltr"] .show > .dropdown-menu:after,
[dir="ltr"] .show > .dropdown-menu:before {
  opacity: 1;
}
[dir="ltr"] .dropdown-item {
  display: flex;
  align-items: center;
}
[dir="ltr"] .dropdown-item > .material-icons {
  font-size: 18px;
  margin-right: 5px;
}
[dir="ltr"] .dropdown-item.active,
[dir="ltr"] .dropdown-item:active {
  color: #272c33;
  font-weight: 700;
  background-color: transparent;
  position: relative;
}
[dir="ltr"] .dropdown-item.active:after,
[dir="ltr"] .dropdown-item:active:after {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 1px;
  background-color: #5567ff;
  content: "";
}
[dir="ltr"] .dropdown-menu .close {
  padding: 0.5rem;
  line-height: 0;
}
[dir="ltr"] .dropdown-menu-full {
  left: 0 !important;
  right: 0 !important;
}
[dir="ltr"] .dropdown-menu-caret-center {
  transform-origin: 50% top;
}
[dir="ltr"] .dropup .dropdown-menu-caret-center {
  transform-origin: 50% bottom;
}
[dir="ltr"] .dropdown-menu-caret-center:after,
[dir="ltr"] .dropdown-menu-caret-center:before {
  left: 50%;
  margin-left: -4px;
}
@media (max-width: 767.98px) {
  [dir="ltr"] .dropdown-xs-down-full {
    position: static !important;
  }
  [dir="ltr"] .dropdown-xs-down-full .dropdown-menu {
    left: 0;
    right: 0;
    width: 100% !important;
    border-radius: 0;
  }
  [dir="ltr"] .dropdown-xs-down-full .dropdown-menu:after,
  [dir="ltr"] .dropdown-xs-down-full .dropdown-menu:before {
    display: none;
  }
}
[dir="ltr"] .dropdown-header {
  color: #272c33;
  font-weight: 500;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu {
  min-width: 300px;
  padding: 0;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu .list-group {
  position: relative;
  overflow: hidden;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu .list-group-item {
  display: flex;
  flex-direction: column;
  border-color: rgba(39, 44, 51, 0.05);
}
[dir="ltr"] .dropdown-notifications .dropdown-menu .unread-indicator {
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}
[dir="ltr"] .dropdown-notifications .dropdown-toggle {
  display: flex;
}
[dir="ltr"] .dropdown-notifications .dropdown-toggle .material-icons {
  font-size: 2rem;
}
[dir="ltr"] .dropdown-notifications .badge-notifications {
  position: relative;
  display: block;
  margin-left: -0.75rem;
}
[dir="ltr"] .dropdown-notifications .dropdown-menu {
  width: 300px;
}
[dir="ltr"] .overlay {
  position: relative;
}
[dir="ltr"] .overlay__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.4s, background-color 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
}
[dir="ltr"] .overlay__action {
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
[dir="ltr"] .overlay--show .overlay__content {
  opacity: 1;
}
[dir="ltr"] .overlay--show .overlay__action {
  opacity: 1;
  transform: translateZ(0);
}
[dir="ltr"] .overlay--duserselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dir="ltr"] .overlay--primary .overlay__content {
  background-color: rgba(85, 103, 255, 0.35);
}
[dir="ltr"] .overlay--primary.overlay--show .overlay__content {
  background-color: rgba(85, 103, 255, 0.95);
}
[dir="ltr"] .overlay--secondary .overlay__content {
  background-color: rgba(134, 142, 150, 0.35);
}
[dir="ltr"] .overlay--secondary.overlay--show .overlay__content {
  background-color: rgba(134, 142, 150, 0.95);
}
[dir="ltr"] .overlay--success .overlay__content {
  background-color: rgba(119, 193, 58, 0.35);
}
[dir="ltr"] .overlay--success.overlay--show .overlay__content {
  background-color: rgba(119, 193, 58, 0.95);
}
[dir="ltr"] .overlay--info .overlay__content {
  background-color: rgba(23, 162, 184, 0.35);
}
[dir="ltr"] .overlay--info.overlay--show .overlay__content {
  background-color: rgba(23, 162, 184, 0.95);
}
[dir="ltr"] .overlay--warning .overlay__content {
  background-color: rgba(228, 169, 60, 0.35);
}
[dir="ltr"] .overlay--warning.overlay--show .overlay__content {
  background-color: rgba(228, 169, 60, 0.95);
}
[dir="ltr"] .overlay--danger .overlay__content {
  background-color: rgba(217, 83, 79, 0.35);
}
[dir="ltr"] .overlay--danger.overlay--show .overlay__content {
  background-color: rgba(217, 83, 79, 0.95);
}
[dir="ltr"] .overlay--light .overlay__content {
  background-color: rgba(248, 249, 250, 0.35);
}
[dir="ltr"] .overlay--light.overlay--show .overlay__content {
  background-color: rgba(248, 249, 250, 0.95);
}
[dir="ltr"] .overlay--dark .overlay__content {
  background-color: rgba(48, 57, 86, 0.35);
}
[dir="ltr"] .overlay--dark.overlay--show .overlay__content {
  background-color: rgba(48, 57, 86, 0.95);
}
[dir="ltr"] .overlay--black .overlay__content {
  background-color: rgba(39, 44, 51, 0.35);
}
[dir="ltr"] .overlay--black.overlay--show .overlay__content {
  background-color: rgba(39, 44, 51, 0.95);
}
[dir="ltr"] .overlay--accent .overlay__content {
  background-color: rgba(237, 11, 76, 0.35);
}
[dir="ltr"] .overlay--accent.overlay--show .overlay__content {
  background-color: rgba(237, 11, 76, 0.95);
}
[dir="ltr"] .overlay--accent-red .overlay__content {
  background-color: rgba(237, 11, 76, 0.35);
}
[dir="ltr"] .overlay--accent-red.overlay--show .overlay__content {
  background-color: rgba(237, 11, 76, 0.95);
}
[dir="ltr"] .overlay--accent-yellow .overlay__content {
  background-color: rgba(228, 169, 60, 0.35);
}
[dir="ltr"] .overlay--accent-yellow.overlay--show .overlay__content {
  background-color: rgba(228, 169, 60, 0.95);
}
[dir="ltr"] .overlay--accent-dodger-blue .overlay__content {
  background-color: rgba(85, 103, 255, 0.35);
}
[dir="ltr"] .overlay--accent-dodger-blue.overlay--show .overlay__content {
  background-color: rgba(85, 103, 255, 0.95);
}
[dir="ltr"] .overlay--accent-pickled-bluewood .overlay__content {
  background-color: rgba(48, 57, 86, 0.35);
}
[dir="ltr"] .overlay--accent-pickled-bluewood.overlay--show .overlay__content {
  background-color: rgba(48, 57, 86, 0.95);
}
[dir="ltr"] .overlay--accent-electric-violet .overlay__content {
  background-color: rgba(156, 66, 255, 0.35);
}
[dir="ltr"] .overlay--accent-electric-violet.overlay--show .overlay__content {
  background-color: rgba(156, 66, 255, 0.95);
}
[dir="ltr"] .overlay--primary-purple .overlay__content {
  background-color: rgba(130, 78, 225, 0.35);
}
[dir="ltr"] .overlay--primary-purple.overlay--show .overlay__content {
  background-color: rgba(130, 78, 225, 0.95);
}
[dir="ltr"] .overlay--primary-red .overlay__content {
  background-color: rgba(237, 11, 76, 0.35);
}
[dir="ltr"] .overlay--primary-red.overlay--show .overlay__content {
  background-color: rgba(237, 11, 76, 0.95);
}
[dir="ltr"] .overlay--primary-yellow .overlay__content {
  background-color: rgba(228, 169, 60, 0.35);
}
[dir="ltr"] .overlay--primary-yellow.overlay--show .overlay__content {
  background-color: rgba(228, 169, 60, 0.95);
}
[dir="ltr"] .overlay--primary-light .overlay__content {
  background-color: rgba(153, 204, 255, 0.35);
}
[dir="ltr"] .overlay--primary-light.overlay--show .overlay__content {
  background-color: rgba(153, 204, 255, 0.95);
}
[dir="ltr"] .overlay--primary-dodger-blue .overlay__content {
  background-color: rgba(85, 103, 255, 0.35);
}
[dir="ltr"] .overlay--primary-dodger-blue.overlay--show .overlay__content {
  background-color: rgba(85, 103, 255, 0.95);
}
[dir="ltr"] .overlay--primary-pickled-bluewood .overlay__content {
  background-color: rgba(48, 57, 86, 0.35);
}
[dir="ltr"] .overlay--primary-pickled-bluewood.overlay--show .overlay__content {
  background-color: rgba(48, 57, 86, 0.95);
}
[dir="ltr"] .indicator-line {
  display: block;
  width: 18px;
  height: 4px;
  background-color: #e9edf2;
}
[dir="ltr"] .map {
  width: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
[dir="ltr"] .map-pin {
  width: 64px;
  height: 50px;
  top: -25px;
  left: -32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: top;
  color: #888;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
[dir="ltr"] .map-pin,
[dir="ltr"] .map-pin span {
  position: absolute;
  text-align: center;
}
[dir="ltr"] .map-pin span {
  bottom: 0;
  width: 100%;
  left: 0;
}
[dir="ltr"] .blue {
  background-image: url(../images/marker/blue.png);
}
[dir="ltr"] .jqvmap-zoomin,
[dir="ltr"] .jqvmap-zoomout {
  box-sizing: content-box;
  background: #5567ff;
  padding: 0.25rem;
}
[dir="ltr"] .jqvmap-label {
  z-index: 1;
  border: 1px solid #e9edf2;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0.25rem 0.5rem;
  color: #272c33;
}
[dir="ltr"] .dashboard-area-tabs__tab {
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .dashboard-area-tabs__tab:hover {
  text-decoration: none;
}
[dir="ltr"] .dashboard-area-tabs__tab,
[dir="ltr"] .dashboard-area-tabs__tab * {
  color: #272c33;
}
[dir="ltr"] .dashboard-area-tabs__tab:not(.active) {
  background-color: #f5f7fa;
}
[dir="ltr"] .dashboard-area-tabs__tab:not(.active),
[dir="ltr"] .dashboard-area-tabs__tab:not(.active) * {
  color: rgba(39, 44, 51, 0.5);
}
[dir="ltr"] .dashboard-area-tabs__tab.active {
  position: relative;
}
[dir="ltr"] .dashboard-area-tabs__tab.active:before {
  content: " ";
  height: 4px;
  background-color: #5567ff;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
}
[dir="ltr"] .dashboard-location-tabs__tab {
  margin-bottom: 8px;
  cursor: pointer;
}
[dir="ltr"] .dashboard-location-tabs__tab:not(.active) .progress-bar {
  background: rgba(39, 44, 51, 0.2) !important;
}
[dir="ltr"] .list-todo:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .list-todo li:not(:last-child) {
  margin-bottom: 1rem;
}
[dir="ltr"] .list-todo .custom-control-input:checked ~ .custom-control-label {
  text-decoration: line-through;
}
[dir="ltr"] .list-todo .custom-control {
  padding-left: 2rem;
}
[dir="ltr"] .list-todo .custom-control-label:after,
[dir="ltr"] .list-todo .custom-control-label:before {
  left: -2rem;
}
[dir="ltr"] .list-skills li {
  display: flex;
  align-items: center;
}
[dir="ltr"] .list-skills li:not(:last-child) {
  margin-bottom: 1rem;
}
[dir="ltr"] .list-skills li > div + div {
  padding-left: 1rem;
}
[dir="ltr"] .list-skills li > div:first-child {
  width: 110px;
}
[dir="ltr"] .list-skills:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .posts-card {
  margin-bottom: 12px;
}
[dir="ltr"] .posts-card:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .posts-card__content {
  padding: 0.5rem;
}
[dir="ltr"] .posts-card__title {
  white-space: nowrap;
}
[dir="ltr"] .posts-card .card-title,
[dir="ltr"] .posts-card .card-title > a,
[dir="ltr"] .posts-card__tag,
[dir="ltr"] .posts-card__title {
  max-width: 180px;
}
[dir="ltr"] .posts-card__tag {
  font-size: 0.8125rem;
}
[dir="ltr"] .posts-card .card-title,
[dir="ltr"] .posts-card__tag {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 576px) {
  [dir="ltr"] .posts-card__tag {
    width: 100px;
  }
  [dir="ltr"] .posts-card__date {
    width: 140px;
  }
  [dir="ltr"] .posts-card .card-title,
  [dir="ltr"] .posts-card .card-title > a,
  [dir="ltr"] .posts-card__title {
    max-width: 300px;
  }
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .posts-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e9edf2;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  [dir="ltr"] .posts-card--wrap .posts-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e9edf2;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
  [dir="ltr"] .posts-card--wrap .card-title,
  [dir="ltr"] .posts-card--wrap .card-title > a,
  [dir="ltr"] .posts-card--wrap .posts-card__date,
  [dir="ltr"] .posts-card--wrap .posts-card__tag,
  [dir="ltr"] .posts-card--wrap .posts-card__title {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  [dir="ltr"] .posts-card--wrap-sm .posts-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e9edf2;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
  [dir="ltr"] .posts-card--wrap-sm .card-title,
  [dir="ltr"] .posts-card--wrap-sm .card-title > a,
  [dir="ltr"] .posts-card--wrap-sm .posts-card__date,
  [dir="ltr"] .posts-card--wrap-sm .posts-card__tag,
  [dir="ltr"] .posts-card--wrap-sm .posts-card__title {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  [dir="ltr"] .posts-card--wrap-md .posts-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e9edf2;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
  [dir="ltr"] .posts-card--wrap-md .card-title,
  [dir="ltr"] .posts-card--wrap-md .card-title > a,
  [dir="ltr"] .posts-card--wrap-md .posts-card__date,
  [dir="ltr"] .posts-card--wrap-md .posts-card__tag,
  [dir="ltr"] .posts-card--wrap-md .posts-card__title {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 1199.98px) {
  [dir="ltr"] .posts-card--wrap-lg .posts-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e9edf2;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
  [dir="ltr"] .posts-card--wrap-lg .card-title,
  [dir="ltr"] .posts-card--wrap-lg .card-title > a,
  [dir="ltr"] .posts-card--wrap-lg .posts-card__date,
  [dir="ltr"] .posts-card--wrap-lg .posts-card__tag,
  [dir="ltr"] .posts-card--wrap-lg .posts-card__title {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 1365.98px) {
  [dir="ltr"] .posts-card--wrap-xl .posts-card__meta {
    margin-top: 0.4375rem;
    padding-top: 0.4375rem;
    border-top: 1px solid #e9edf2;
    width: 100%;
    order: 3;
    align-items: flex-start;
  }
  [dir="ltr"] .posts-card--wrap-xl .card-title,
  [dir="ltr"] .posts-card--wrap-xl .card-title > a,
  [dir="ltr"] .posts-card--wrap-xl .posts-card__date,
  [dir="ltr"] .posts-card--wrap-xl .posts-card__tag,
  [dir="ltr"] .posts-card--wrap-xl .posts-card__title {
    width: auto;
    max-width: none;
  }
}
[dir="ltr"] .posts-card--wrap-xxl .posts-card__meta {
  margin-top: 0.4375rem;
  padding-top: 0.4375rem;
  border-top: 1px solid #e9edf2;
  width: 100%;
  order: 3;
  align-items: flex-start;
}
[dir="ltr"] .posts-card--wrap-xxl .card-title,
[dir="ltr"] .posts-card--wrap-xxl .card-title > a,
[dir="ltr"] .posts-card--wrap-xxl .posts-card__date,
[dir="ltr"] .posts-card--wrap-xxl .posts-card__tag,
[dir="ltr"] .posts-card--wrap-xxl .posts-card__title {
  width: auto;
  max-width: none;
}
[dir="ltr"] .posts-cards {
  margin-bottom: 12px;
}
[dir="ltr"] .posts-card-popular {
  position: relative;
  overflow: hidden;
}
[dir="ltr"] .posts-card-popular__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[dir="ltr"] .posts-card-popular .card-img {
  height: 196px;
  -o-object-fit: cover;
  object-fit: cover;
}
[dir="ltr"] .posts-card-popular .card-title,
[dir="ltr"] .posts-card-popular a {
  color: #fff;
}
[dir="ltr"] .posts-card-popular .card-body {
  border: none;
}
[dir="ltr"] .posts-card-popular__title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
[dir="ltr"] .posts-card-popular__title .text-muted {
  color: hsla(0, 0%, 100%, 0.54) !important;
}
[dir="ltr"] .menu-modal .modal-content {
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1),
    0 10px 14px 1px rgba(39, 44, 51, 0.04),
    0 4px 18px 3px rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .menu-modal .modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}
[dir="ltr"] .menu-modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
[dir="ltr"] .menu-modal .tab-content .nav-link {
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .menu-modal .nav-link.active,
[dir="ltr"] .menu-modal .tab-content .nav-link:hover {
  color: #272c33;
}
[dir="ltr"] .menu-modal .menu .nav-link {
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .menu-modal .menu .active {
  color: rgba(39, 44, 51, 0.7);
  background-color: #fff;
  position: relative;
}
[dir="ltr"] .menu-modal .menu .active:after {
  content: " ";
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #5567ff;
  display: block;
  position: absolute;
}
@media (min-width: 576px) {
  [dir="ltr"] .menu-modal .modal-dialog {
    max-width: calc(800px - 2rem);
    margin-top: 64px;
  }
}
[dir="ltr"] .app-messages {
  height: 100%;
  overflow: hidden;
  position: relative;
}
[dir="ltr"] .app-messages .mdk-drawer-layout,
[dir="ltr"] .app-messages .mdk-drawer-layout__content,
[dir="ltr"] .app-messages .mdk-header-layout,
[dir="ltr"] .app-messages .mdk-header-layout__content {
  height: 100%;
}
[dir="ltr"] .app-messages .page {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}
[dir="ltr"] .app-messages__container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
[dir="ltr"] .app-messages__fullbleed {
  flex: 1 1 0%;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
[dir="ltr"] .message__aside {
  margin-right: 1rem;
}
[dir="ltr"] .message:nth-child(2n) .message__aside {
  order: 1;
  margin-right: 0;
  margin-left: 1rem;
}
[dir="ltr"] .message:nth-child(2n) .message__body {
  margin-left: auto;
}
[dir="ltr"] .messages-toggle {
  position: absolute;
  right: -1px;
  top: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir="ltr"] .layout-login-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[dir="ltr"] .layout-login-image__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(48, 57, 86, 0.5);
  z-index: -1;
  pointer-events: none;
}
[dir="ltr"] .layout-login-image__form {
  padding: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  [dir="ltr"] .layout-login-image {
    display: flex;
    flex-shrink: 0;
  }
  [dir="ltr"] .layout-login-image__form {
    min-width: calc(320px + 6rem);
    padding: 3rem;
  }
}
[dir="ltr"] .layout-login-centered-boxed {
  height: auto;
}
[dir="ltr"] .layout-login-centered-boxed__form {
  padding: 2rem;
  position: relative;
  max-width: 26rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  [dir="ltr"] .layout-login-centered-boxed {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  [dir="ltr"] .layout-login-centered-boxed__form {
    min-width: calc(320px + 6rem);
    padding: 3rem;
  }
}
[dir="ltr"] .ui .page__container {
  max-width: 944px;
}
[dir="ltr"] .course-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
}
[dir="ltr"] .course-nav:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  height: 2px;
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
}
[dir="ltr"] .course-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  background-color: #f5f7fa;
}
[dir="ltr"] .course-nav a .material-icons {
  font-size: 1rem;
  color: rgba(39, 44, 51, 0.7);
}
[dir="ltr"] .course-nav .active {
  position: relative;
  z-index: 0;
}
[dir="ltr"] .course-nav .active:before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background-color: hsla(0, 0%, 100%, 0.2);
  z-index: -1;
  position: absolute;
  content: "";
  border-radius: 100px;
}
[dir="ltr"] .course-nav .active .material-icons {
  color: #ed0b4c;
}
[dir="ltr"] .player {
  background-color: rgba(39, 44, 51, 0.8);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
[dir="ltr"] .player__image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: var(--player-image);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 768px) {
  [dir="ltr"] .player__image {
    left: 2rem;
    top: 2rem;
    bottom: 2rem;
    right: 2rem;
  }
}
[dir="ltr"] .player__play {
  background-color: #ed0b4c;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
[dir="ltr"] .player__play .material-icons {
  font-size: 2rem;
  color: #fff;
}
[dir="ltr"] .accordion {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
[dir="ltr"] .accordion__item {
  position: relative;
  display: block;
}
[dir="ltr"] .accordion__item:not(:last-child) {
  margin-bottom: -1px;
  border-bottom: 1px solid #e9edf2;
}
[dir="ltr"] .accordion__item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
[dir="ltr"] .accordion__item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
[dir="ltr"] .accordion__toggle {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  color: #272c33;
  font-weight: 500;
}
[dir="ltr"] .accordion__toggle-icon {
  transform: rotate(0);
}
[dir="ltr"] .accordion__item.open .accordion__toggle-icon {
  transform: rotate(-180deg);
}
[dir="ltr"] .accordion__menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(39, 44, 51, 0.7);
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
[dir="ltr"] .accordion__menu-link:not(:last-child) {
  margin-bottom: -1px;
  border-bottom: 1px solid #e9edf2;
}
[dir="ltr"] .accordion__menu-link:focus,
[dir="ltr"] .accordion__menu-link:hover {
  z-index: 1;
}
[dir="ltr"] .accordion__menu-link.active {
  color: #272c33;
  font-weight: 500;
}
[dir="ltr"] .accordion__menu-link a {
  color: inherit;
}
[dir="ltr"] .accordion--boxed {
  margin-bottom: 0;
}
[dir="ltr"] .accordion--boxed .accordion__item {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dfe2e6;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 3px -2px rgba(39, 44, 51, 0.1),
    0 3px 4px 0 rgba(39, 44, 51, 0.04), 0 1px 8px 0 rgba(39, 44, 51, 0.02);
}
[dir="ltr"] .accordion--boxed .accordion__item:last-child {
  margin-bottom: 0;
}
[dir="ltr"] .list-quiz {
  list-style: none;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  [dir="ltr"] .list-quiz {
    padding: 0;
  }
}
[dir="ltr"] .list-quiz .list-quiz-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
[dir="ltr"] .list-quiz .list-quiz-item.active .list-quiz-text {
  font-weight: 700;
}
[dir="ltr"] .list-quiz .list-quiz-badge {
  border-radius: 50% !important;
  padding: 0;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  border: 1px solid #e9edf2;
  color: #272c33;
}
[dir="ltr"] .list-quiz .list-quiz-badge .material-icons {
  font-size: 1rem;
}
[dir="ltr"] .list-quiz .list-quiz-text {
  margin-left: 0.625rem;
  padding: 3px 6px;
  display: inline-block;
}
[dir="ltr"] .list-quiz .list-quiz-badge-success {
  background: #77c13a;
  border-color: #77c13a;
  color: #fff;
}
[dir="ltr"] .list-quiz .list-quiz-badge-error {
  background: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
[dir="ltr"] .avatar-title img {
  padding: 0.25rem;
}
[dir="ltr"] .avatar-title {
  color: #fff;
  background-color: #303956;
}
[dir="ltr"]
  .sidebar-dark-dodger-blue
  .sidebar-submenu
  .sidebar-menu-text:after {
  background-color: #ed0b4c;
}
