div[disabled=disabled] {
  pointer-events: none;
  opacity: 0.3;
}

:root {
  --bs-indigo: #6610f2;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #008800;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-gray-dark: #4E5079;
  --bs-primary: #242e4c;
  --bs-secondary: #1c2540;
  --bs-tertiary: #893168;
  --bs-primary-app: #EBF4F6;
  --bs-secondary-app: #424AA0;
  --bs-light: #dce6f3;
  --bs-lighten: #F9FAFE;
  --bs-success: #008800;
  --bs-info: #0d6efd;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-white: #ffffff;
  --bs-gray: #424767;
  --bs-neutral: #ffffff;
  --bs-dark: #1c2540;
  --bs-soft: #eff1f5;
  --bs-black: #171f38;
  --bs-blue: #0d6efd;
  --bs-purple: #6f42c1;
  --bs-soft-indigo: #f5e8ff;
  --bs-soft-green: #2CA58D;
  --bs-gray-100: #fbfbfd;
  --bs-gray-200: #eff1f5;
  --bs-gray-300: #F9FAFE;
  --bs-gray-400: #dce6f3;
  --bs-gray-500: #B7C3D2;
  --bs-gray-600: #93a5be;
  --bs-gray-700: #52547a;
  --bs-gray-800: #4E5079;
  --bs-facebook: #3b5999;
  --bs-twitter: #1da1f2;
  --bs-google: #DB4337;
  --bs-instagram: #e4405f;
  --bs-pinterest: #bd081c;
  --bs-youtube: #cd201f;
  --bs-slack: #3aaf85;
  --bs-dribbble: #ea4c89;
  --bs-dropbox: #1E90FF;
  --bs-twitch: #4B367C;
  --bs-paypal: #ecb32c;
  --bs-behance: #0057ff;
  --bs-reddit: #E84422;
  --bs-github: #222222;
  --bs-font-sans-serif: "Inter", sans-serif;
  --fa-style-family : "Font Awesome 7 Pro";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424767;
  background-color: #fff;
  scroll-behavior: smooth;

  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(23, 31, 56, 0)
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: .0625rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1c2540
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem
  }
}

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

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

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

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

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

ol,
ul {
  padding-left: 1rem
}

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

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

dt {
  font-weight: 600
}

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

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: 700
}

.small,
small {
  font-size: .875em
}

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

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #242e4c;
  text-decoration: none
}

a:hover {
  color: #0b0f18
}

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

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
  -ms-overflow-style: scrollbar
}

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

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #424767;
  border-radius: .1rem
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #58677d;
  text-align: left
}

th {
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: .25rem;
  font-size: .875em
}

button {
  border-radius: 0
}

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

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  white-space: normal
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

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

::file-selector-button {
  font: inherit
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none!important
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 600;
  line-height: 1.3
}

@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  line-height: 1.3
}

@media (min-width:1200px) {
  .display-2 {
    font-size: 3.5rem
  }
}

.display-3 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.3
}

@media (min-width:1200px) {
  .display-3 {
    font-size: 2.5rem
  }
}

.display-4 {
  font-size: calc(1.3125rem + .75vw);
  font-weight: 600;
  line-height: 1.3
}

@media (min-width:1200px) {
  .display-4 {
    font-size: 1.875rem
  }
}

.display-5 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3
}

.display-6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3
}

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

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

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: .875em;
  text-transform: uppercase
}

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

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #93a5be
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: .0625rem solid #f9fafe;
  border-radius: .45rem;
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075);
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: .875em;
  color: #93a5be
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-docs {
  width: 100%;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  margin-right: auto;
  margin-left: auto
}

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

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm,
  .container-docs {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px
  }
}

@media (min-width:1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1680px
  }
}

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

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

.row {
  --bs-gutter-x: 1.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

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

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

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

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

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

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

.gap-1 { gap: .25rem !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }
.gap-5 { gap: 3rem !important; }

.row.g-1 { --bs-gutter-x: .25rem; --bs-gutter-y: .25rem; }
.row.g-2 { --bs-gutter-x: .5rem; --bs-gutter-y: .5rem; }
.row.g-3 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }
.row.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.row.g-5 { --bs-gutter-x: 3rem; --bs-gutter-y: 3rem; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

.g-6,
.gx-6 {
  --bs-gutter-x: 5rem
}

.g-6,
.gy-6 {
  --bs-gutter-y: 5rem
}

.g-7,
.gx-7 {
  --bs-gutter-x: 8rem
}

.g-7,
.gy-7 {
  --bs-gutter-y: 8rem
}

.g-8,
.gx-8 {
  --bs-gutter-x: 10rem
}

.g-8,
.gy-8 {
  --bs-gutter-y: 10rem
}

.g-9,
.gx-9 {
  --bs-gutter-x: 11rem
}

.g-9,
.gy-9 {
  --bs-gutter-y: 11rem
}

.g-10,
.gx-10 {
  --bs-gutter-x: 14rem
}

.g-10,
.gy-10 {
  --bs-gutter-y: 14rem
}

.g-11,
.gx-11 {
  --bs-gutter-x: 16rem
}

.g-11,
.gy-11 {
  --bs-gutter-y: 16rem
}

.g-12,
.gx-12 {
  --bs-gutter-x: 20rem
}

.g-12,
.gy-12 {
  --bs-gutter-y: 20rem
}

.g-sm,
.gx-sm {
  --bs-gutter-x: 1rem
}

.g-sm,
.gy-sm {
  --bs-gutter-y: 1rem
}

.g-md,
.gx-md {
  --bs-gutter-x: 2rem
}

.g-md,
.gy-md {
  --bs-gutter-y: 2rem
}

.g-lg,
.gx-lg {
  --bs-gutter-x: 4rem
}

.g-lg,
.gy-lg {
  --bs-gutter-y: 4rem
}

.g-xl,
.gx-xl {
  --bs-gutter-x: 8rem
}

.g-xl,
.gy-xl {
  --bs-gutter-y: 8rem
}

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }
  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 8rem
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 8rem
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 10rem
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 10rem
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 11rem
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 11rem
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 14rem
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 14rem
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 16rem
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 16rem
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 20rem
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 20rem
  }
  .g-sm-sm,
  .gx-sm-sm {
    --bs-gutter-x: 1rem
  }
  .g-sm-sm,
  .gy-sm-sm {
    --bs-gutter-y: 1rem
  }
  .g-sm-md,
  .gx-sm-md {
    --bs-gutter-x: 2rem
  }
  .g-sm-md,
  .gy-sm-md {
    --bs-gutter-y: 2rem
  }
  .g-sm-lg,
  .gx-sm-lg {
    --bs-gutter-x: 4rem
  }
  .g-sm-lg,
  .gy-sm-lg {
    --bs-gutter-y: 4rem
  }
  .g-sm-xl,
  .gx-sm-xl {
    --bs-gutter-x: 8rem
  }
  .g-sm-xl,
  .gy-sm-xl {
    --bs-gutter-y: 8rem
  }
}

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }
  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 8rem
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 8rem
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 10rem
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 10rem
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 11rem
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 11rem
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 14rem
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 14rem
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 16rem
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 16rem
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 20rem
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 20rem
  }
  .g-md-sm,
  .gx-md-sm {
    --bs-gutter-x: 1rem
  }
  .g-md-sm,
  .gy-md-sm {
    --bs-gutter-y: 1rem
  }
  .g-md-md,
  .gx-md-md {
    --bs-gutter-x: 2rem
  }
  .g-md-md,
  .gy-md-md {
    --bs-gutter-y: 2rem
  }
  .g-md-lg,
  .gx-md-lg {
    --bs-gutter-x: 4rem
  }
  .g-md-lg,
  .gy-md-lg {
    --bs-gutter-y: 4rem
  }
  .g-md-xl,
  .gx-md-xl {
    --bs-gutter-x: 8rem
  }
  .g-md-xl,
  .gy-md-xl {
    --bs-gutter-y: 8rem
  }
}

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }
  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 8rem
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 8rem
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 10rem
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 10rem
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 11rem
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 11rem
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 14rem
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 14rem
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 16rem
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 16rem
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 20rem
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 20rem
  }
  .g-lg-sm,
  .gx-lg-sm {
    --bs-gutter-x: 1rem
  }
  .g-lg-sm,
  .gy-lg-sm {
    --bs-gutter-y: 1rem
  }
  .g-lg-md,
  .gx-lg-md {
    --bs-gutter-x: 2rem
  }
  .g-lg-md,
  .gy-lg-md {
    --bs-gutter-y: 2rem
  }
  .g-lg-lg,
  .gx-lg-lg {
    --bs-gutter-x: 4rem
  }
  .g-lg-lg,
  .gy-lg-lg {
    --bs-gutter-y: 4rem
  }
  .g-lg-xl,
  .gx-lg-xl {
    --bs-gutter-x: 8rem
  }
  .g-lg-xl,
  .gy-lg-xl {
    --bs-gutter-y: 8rem
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }
  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 8rem
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 8rem
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 10rem
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 10rem
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 11rem
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 11rem
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 14rem
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 14rem
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 16rem
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 16rem
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 20rem
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 20rem
  }
  .g-xl-sm,
  .gx-xl-sm {
    --bs-gutter-x: 1rem
  }
  .g-xl-sm,
  .gy-xl-sm {
    --bs-gutter-y: 1rem
  }
  .g-xl-md,
  .gx-xl-md {
    --bs-gutter-x: 2rem
  }
  .g-xl-md,
  .gy-xl-md {
    --bs-gutter-y: 2rem
  }
  .g-xl-lg,
  .gx-xl-lg {
    --bs-gutter-x: 4rem
  }
  .g-xl-lg,
  .gy-xl-lg {
    --bs-gutter-y: 4rem
  }
  .g-xl-xl,
  .gx-xl-xl {
    --bs-gutter-x: 8rem
  }
  .g-xl-xl,
  .gy-xl-xl {
    --bs-gutter-y: 8rem
  }
}

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }
  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xxl-0 {
    margin-left: 0
  }
  .offset-xxl-1 {
    margin-left: 8.33333%
  }
  .offset-xxl-2 {
    margin-left: 16.66667%
  }
  .offset-xxl-3 {
    margin-left: 25%
  }
  .offset-xxl-4 {
    margin-left: 33.33333%
  }
  .offset-xxl-5 {
    margin-left: 41.66667%
  }
  .offset-xxl-6 {
    margin-left: 50%
  }
  .offset-xxl-7 {
    margin-left: 58.33333%
  }
  .offset-xxl-8 {
    margin-left: 66.66667%
  }
  .offset-xxl-9 {
    margin-left: 75%
  }
  .offset-xxl-10 {
    margin-left: 83.33333%
  }
  .offset-xxl-11 {
    margin-left: 91.66667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 8rem
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 8rem
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 10rem
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 10rem
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 11rem
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 11rem
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 14rem
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 14rem
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 16rem
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 16rem
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 20rem
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 20rem
  }
  .g-xxl-sm,
  .gx-xxl-sm {
    --bs-gutter-x: 1rem
  }
  .g-xxl-sm,
  .gy-xxl-sm {
    --bs-gutter-y: 1rem
  }
  .g-xxl-md,
  .gx-xxl-md {
    --bs-gutter-x: 2rem
  }
  .g-xxl-md,
  .gy-xxl-md {
    --bs-gutter-y: 2rem
  }
  .g-xxl-lg,
  .gx-xxl-lg {
    --bs-gutter-x: 4rem
  }
  .g-xxl-lg,
  .gy-xxl-lg {
    --bs-gutter-y: 4rem
  }
  .g-xxl-xl,
  .gx-xxl-xl {
    --bs-gutter-x: 8rem
  }
  .g-xxl-xl,
  .gy-xxl-xl {
    --bs-gutter-y: 8rem
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #424767;
  --bs-table-striped-bg: rgba(23, 31, 56, 0.05);
  --bs-table-active-color: #424767;
  --bs-table-active-bg: rgba(23, 31, 56, 0.1);
  --bs-table-hover-color: #424767;
  --bs-table-hover-bg: rgba(23, 31, 56, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #424767;
  vertical-align: top;
  border-color: #dce6f3
}

.table>:not(caption)>*>* {
  padding: .75rem .5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: .0625rem
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: .0625rem 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 .0625rem
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #c2c4cd;
  --bs-table-striped-bg: #babcc6;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #b1b4bf;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #b6b8c2;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #b1b4bf
}

.table-secondary {
  --bs-table-bg: #bfc2ca;
  --bs-table-striped-bg: #b7bac3;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #afb2bc;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #b3b6c0;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #afb2bc
}

.table-success {
  --bs-table-bg: #b8deb8;
  --bs-table-striped-bg: #b0d5b2;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #a8ccac;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #acd0af;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #a8ccac
}

.table-info {
  --bs-table-bg: #bbd6fe;
  --bs-table-striped-bg: #b3cdf5;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #abc4eb;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #afc9f0;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #abc4eb
}

.table-warning {
  --bs-table-bg: #ffeeba;
  --bs-table-striped-bg: #f4e4b4;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #e8daae;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #eedfb1;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #e8daae
}

.table-danger {
  --bs-table-bg: #f5c6cb;
  --bs-table-striped-bg: #eabec4;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #dfb6bd;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #e5bac1;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #dfb6bd
}

.table-light {
  --bs-table-bg: #dce6f3;
  --bs-table-striped-bg: #d2dcea;
  --bs-table-striped-color: #1c2540;
  --bs-table-active-bg: #c9d3e1;
  --bs-table-active-color: #1c2540;
  --bs-table-hover-bg: #ced8e6;
  --bs-table-hover-color: #1c2540;
  color: #1c2540;
  border-color: #c9d3e1
}

.table-dark {
  --bs-table-bg: #1c2540;
  --bs-table-striped-bg: #27304a;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #333b53;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #2d354e;
  --bs-table-hover-color: #ffffff;
  color: #fff;
  border-color: #333b53
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.form-label {
  margin-bottom: .5rem
}

.col-form-label {
  padding-top: .6125rem;
  padding-bottom: .6125rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: .875rem
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #58677d
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 1.225rem);
  padding: .55rem;
  font-size: .9rem;
  font-weight: 400;
  color: #52547a;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid #cddaec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .45rem;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control:focus {
  color: #52547a;
  background-color: #fff;
  border-color: #4d62a3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.form-control:-ms-input-placeholder {
  color: #4e5079;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #4e5079;
  opacity: 1
}

.form-control::placeholder {
  font-size: 0.875rem;
  font-style: italic;
  text-transform: lowercase;
  color: #9b9cb9;
  opacity: 1
}

.form-control:disabled,
.file-edit-trigger,
.form-control[readonly] {
  background-color: #eff1f5;
  opacity: 1
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .55rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #424767;
  background-color: transparent;
  border: solid transparent;
  border-width: .0625rem 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  min-height: calc(1.5em + .625rem);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .45rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.125rem);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.form-control-color {
  max-width: 3rem;
  padding: .55rem
}

.form-control-color::-moz-color-swatch {
  border-radius: .45rem
}

.form-control-color::-webkit-color-swatch {
  border-radius: .45rem
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.225rem);
  padding: .55rem 1.75rem .55rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #52547a;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: .0625rem solid #cddaec;
  border-radius: .45rem;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select:focus {
  border-color: #4d62a3;
  background-image: none;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.form-select:focus::-ms-value {
  color: #52547a;
  background-color: #fff
}

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

.form-select:disabled,
.file-edit-trigger {
  color: #93a5be;
  background-color: #eff1f5
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #52547a
}

.form-select-sm {
  height: calc(1.5em + .625rem);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.form-select-lg {
  height: calc(1.5em + 1.125rem);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.625em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.625em
}

.form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-top: .1875em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #cddaec;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color .2s ease-in-out, background-position .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-check-input {
    transition: none
  }
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #4d62a3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.form-check-input:checked {
  background-color: #242e4c;
  border-color: #242e4c
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #242e4c;
  border-color: #242e4c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.form-switch {
  padding-left: 2.75em
}

.form-switch .form-check-input {
  width: 2.25em;
  margin-left: -2.75em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2.25em
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234d62a3'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #242e4c;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(23, 31, 56, .1);
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #6a7eb8
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f9fafe;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075)
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #242e4c;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(23, 31, 56, .1);
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

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

.form-range::-moz-range-thumb:active {
  background-color: #6a7eb8
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f9fafe;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075)
}

.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #242e4c;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(23, 31, 56, .1);
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

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

.form-range::-ms-thumb:active {
  background-color: #6a7eb8
}

.form-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075)
}

.form-range::-ms-fill-lower {
  background-color: #f9fafe;
  border-radius: 1rem
}

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

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #b7c3d2
}

.form-range:disabled::-moz-range-thumb {
  background-color: #b7c3d2
}

.form-range:disabled::-ms-thumb,
.file-edit-trigger {
  background-color: #b7c3d2
}

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

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3
}

.form-control::-webkit-file-upload-button {
  padding: .55rem .75rem;
  margin: -.55rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #4b5563;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: .0625rem;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
  padding: .55rem .75rem;
  margin: -.55rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #4b5563;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: .0625rem;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }
  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.file-edit-trigger {
  background-color: #f2f2f2
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .55rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #52547a;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: .0625rem solid #cddaec;
  border-radius: .45rem
}

.input-group-lg>.form-control {
  min-height: calc(1.5em + 1.125rem)
}

.input-group-lg>.form-select {
  height: calc(1.5em + 1.125rem)
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-sm>.form-control {
  min-height: calc(1.5em + .625rem)
}

.input-group-sm>.form-select {
  height: calc(1.5em + .625rem)
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .3rem
}

.input-group>.dropdown-toggle:nth-last-child(n+3),
.input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not([picker_date]) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.bor-radius-right {
  border-top-right-radius: 0.45rem !important;
  border-bottom-right-radius: 0.45rem !important
}

.input-group>:not(:first-child):not(.dropdown-menu) {
  margin-left: -.0625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #080
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(0, 136, 0, .9);
  border-radius: .45rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #080;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008800' 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(.375em + .275rem) center;
  background-size: calc(.75em + .55rem) calc(.75em + .55rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #080;
  box-shadow: 0 0 0 .2rem rgba(0, 136, 0, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(.375em + .275rem) right calc(.375em + .275rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #080;
  padding-right: calc(.75em + 2.575rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234E5079' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008800' 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-position: right .75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(.75em + .55rem) calc(.75em + .55rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #080;
  box-shadow: 0 0 0 .2rem rgba(0, 136, 0, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #080
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #080
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 136, 0, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #080
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .45rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .275rem) center;
  background-size: calc(.75em + .55rem) calc(.75em + .55rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(.375em + .275rem) right calc(.375em + .275rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.575rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234E5079' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(.75em + .55rem) calc(.75em + .55rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #424767;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: .1rem solid transparent;
  padding: .55rem .75rem;
  font-size: .9rem;
  border-radius: .45rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
  color: #424767
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn:active {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125)
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn:active:focus {
  box-shadow: 0 0 0 .2rem rgba(36, 46, 76, .25), inset 0 3px 5px rgba(23, 31, 56, .125)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
  box-shadow: none
}

.btn-primary {
  color: #fff;
  background-color: #242e4c;
  border-color: #242e4c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-primary:hover {
  color: #fff;
  background-color: #181e32;
  border-color: #141929
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #181e32;
  border-color: #141929;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(69, 77, 103, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #141929;
  border-color: #101421
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(69, 77, 103, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #242e4c;
  border-color: #242e4c
}

.btn-secondary {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-secondary:hover {
  color: #fff;
  background-color: #101625;
  border-color: #0c101d
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #101625;
  border-color: #0c101d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(62, 70, 93, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0c101d;
  border-color: #090b14
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(62, 70, 93, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540
}

.btn-tertiary {
  color: #fff;
  background-color: #893168;
  border-color: #893168;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-tertiary:hover {
  color: #fff;
  background-color: #6d2753;
  border-color: #63244b
}

.btn-check:focus+.btn-tertiary,
.btn-tertiary:focus {
  color: #fff;
  background-color: #6d2753;
  border-color: #63244b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(155, 80, 127, .5)
}

.btn-check:active+.btn-tertiary,
.btn-check:checked+.btn-tertiary,
.btn-tertiary.active,
.btn-tertiary:active,
.show>.btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #63244b;
  border-color: #5a2044
}

.btn-check:active+.btn-tertiary:focus,
.btn-check:checked+.btn-tertiary:focus,
.btn-tertiary.active:focus,
.btn-tertiary:active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(155, 80, 127, .5)
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #893168;
  border-color: #893168
}

.btn-primary-app {
  color: #1c2540;
  background-color: #ebf4f6;
  border-color: #ebf4f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-primary-app:hover {
  color: #1c2540;
  background-color: #d1e5ea;
  border-color: #c8e1e6
}

.btn-check:focus+.btn-primary-app,
.btn-primary-app:focus {
  color: #1c2540;
  background-color: #d1e5ea;
  border-color: #c8e1e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(204, 213, 219, .5)
}

.btn-check:active+.btn-primary-app,
.btn-check:checked+.btn-primary-app,
.btn-primary-app.active,
.btn-primary-app:active,
.show>.btn-primary-app.dropdown-toggle {
  color: #1c2540;
  background-color: #c8e1e6;
  border-color: #bfdce2
}

.btn-check:active+.btn-primary-app:focus,
.btn-check:checked+.btn-primary-app:focus,
.btn-primary-app.active:focus,
.btn-primary-app:active:focus,
.show>.btn-primary-app.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(204, 213, 219, .5)
}

.btn-primary-app.disabled,
.btn-primary-app:disabled {
  color: #1c2540;
  background-color: #ebf4f6;
  border-color: #ebf4f6
}

.btn-secondary-app {
  color: #fff;
  background-color: #424aa0;
  border-color: #424aa0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-secondary-app:hover {
  color: #fff;
  background-color: #373d85;
  border-color: #33397c
}

.btn-check:focus+.btn-secondary-app,
.btn-secondary-app:focus {
  color: #fff;
  background-color: #373d85;
  border-color: #33397c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(94, 101, 174, .5)
}

.btn-check:active+.btn-secondary-app,
.btn-check:checked+.btn-secondary-app,
.btn-secondary-app.active,
.btn-secondary-app:active,
.show>.btn-secondary-app.dropdown-toggle {
  color: #fff;
  background-color: #33397c;
  border-color: #2f3573
}

.btn-check:active+.btn-secondary-app:focus,
.btn-check:checked+.btn-secondary-app:focus,
.btn-secondary-app.active:focus,
.btn-secondary-app:active:focus,
.show>.btn-secondary-app.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(94, 101, 174, .5)
}

.btn-secondary-app.disabled,
.btn-secondary-app:disabled {
  color: #fff;
  background-color: #424aa0;
  border-color: #424aa0
}

.btn-light {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-light:hover {
  color: #1c2540;
  background-color: #c0d2e9;
  border-color: #b6cbe6
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #1c2540;
  background-color: #c0d2e9;
  border-color: #b6cbe6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(191, 201, 216, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #1c2540;
  background-color: #b6cbe6;
  border-color: #adc4e3
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(191, 201, 216, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.btn-lighten {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-lighten:hover {
  color: #1c2540;
  background-color: #d8dff9;
  border-color: #cdd6f7
}

.btn-check:focus+.btn-lighten,
.btn-lighten:focus {
  color: #1c2540;
  background-color: #d8dff9;
  border-color: #cdd6f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(216, 218, 226, .5)
}

.btn-check:active+.btn-lighten,
.btn-check:checked+.btn-lighten,
.btn-lighten.active,
.btn-lighten:active,
.show>.btn-lighten.dropdown-toggle {
  color: #1c2540;
  background-color: #cdd6f7;
  border-color: #c2ccf5
}

.btn-check:active+.btn-lighten:focus,
.btn-check:checked+.btn-lighten:focus,
.btn-lighten.active:focus,
.btn-lighten:active:focus,
.show>.btn-lighten.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(216, 218, 226, .5)
}

.btn-lighten.disabled,
.btn-lighten:disabled {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe
}

.btn-success {
  color: #fff;
  background-color: #080;
  border-color: #080;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-success:hover {
  color: #fff;
  background-color: #006200;
  border-color: #050
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #006200;
  border-color: #050;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(38, 154, 38, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #050;
  border-color: #004800
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(38, 154, 38, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #080;
  border-color: #080
}

.btn-info {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-info:hover {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0257d5;
  border-color: #0252c9
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(49, 132, 253, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-warning {
  color: #1c2540;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-warning:hover {
  color: #1c2540;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #1c2540;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(221, 170, 16, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #1c2540;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(221, 170, 16, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #1c2540;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

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

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

.btn-white {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-white:hover {
  color: #1c2540;
  background-color: #ececec;
  border-color: #e6e6e6
}

.btn-check:focus+.btn-white,
.btn-white:focus {
  color: #1c2540;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(221, 222, 226, .5)
}

.btn-check:active+.btn-white,
.btn-check:checked+.btn-white,
.btn-white.active,
.btn-white:active,
.show>.btn-white.dropdown-toggle {
  color: #1c2540;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.btn-check:active+.btn-white:focus,
.btn-check:checked+.btn-white:focus,
.btn-white.active:focus,
.btn-white:active:focus,
.show>.btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(221, 222, 226, .5)
}

.btn-white.disabled,
.btn-white:disabled {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff
}

.btn-gray {
  color: #fff;
  background-color: #424767;
  border-color: #424767;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray:hover {
  color: #fff;
  background-color: #333750;
  border-color: #2e3248
}

.btn-check:focus+.btn-gray,
.btn-gray:focus {
  color: #fff;
  background-color: #333750;
  border-color: #2e3248;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(94, 99, 126, .5)
}

.btn-check:active+.btn-gray,
.btn-check:checked+.btn-gray,
.btn-gray.active,
.btn-gray:active,
.show>.btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #2e3248;
  border-color: #292c40
}

.btn-check:active+.btn-gray:focus,
.btn-check:checked+.btn-gray:focus,
.btn-gray.active:focus,
.btn-gray:active:focus,
.show>.btn-gray.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(94, 99, 126, .5)
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #424767;
  border-color: #424767
}

.btn-neutral {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-neutral:hover {
  color: #1c2540;
  background-color: #ececec;
  border-color: #e6e6e6
}

.btn-check:focus+.btn-neutral,
.btn-neutral:focus {
  color: #1c2540;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(221, 222, 226, .5)
}

.btn-check:active+.btn-neutral,
.btn-check:checked+.btn-neutral,
.btn-neutral.active,
.btn-neutral:active,
.show>.btn-neutral.dropdown-toggle {
  color: #1c2540;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.btn-check:active+.btn-neutral:focus,
.btn-check:checked+.btn-neutral:focus,
.btn-neutral.active:focus,
.btn-neutral:active:focus,
.show>.btn-neutral.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(221, 222, 226, .5)
}

.btn-neutral.disabled,
.btn-neutral:disabled {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff
}

.btn-dark {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-dark:hover {
  color: #fff;
  background-color: #101625;
  border-color: #0c101d
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #101625;
  border-color: #0c101d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(62, 70, 93, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c101d;
  border-color: #090b14
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(62, 70, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540
}

.btn-soft {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-soft:hover {
  color: #1c2540;
  background-color: #d7dce6;
  border-color: #d0d6e1
}

.btn-check:focus+.btn-soft,
.btn-soft:focus {
  color: #1c2540;
  background-color: #d7dce6;
  border-color: #d0d6e1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(207, 210, 218, .5)
}

.btn-check:active+.btn-soft,
.btn-check:checked+.btn-soft,
.btn-soft.active,
.btn-soft:active,
.show>.btn-soft.dropdown-toggle {
  color: #1c2540;
  background-color: #d0d6e1;
  border-color: #c8cfdc
}

.btn-check:active+.btn-soft:focus,
.btn-check:checked+.btn-soft:focus,
.btn-soft.active:focus,
.btn-soft:active:focus,
.show>.btn-soft.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(207, 210, 218, .5)
}

.btn-soft.disabled,
.btn-soft:disabled {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5
}

.btn-black {
  color: #fff;
  background-color: #171f38;
  border-color: #171f38;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-black:hover {
  color: #fff;
  background-color: #0c101d;
  border-color: #080b14
}

.btn-black:focus,
.btn-check:focus+.btn-black {
  color: #fff;
  background-color: #0c101d;
  border-color: #080b14;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(58, 65, 86, .5)
}

.btn-black.active,
.btn-black:active,
.btn-check:active+.btn-black,
.btn-check:checked+.btn-black,
.show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #080b14;
  border-color: #04060b
}

.btn-black.active:focus,
.btn-black:active:focus,
.btn-check:active+.btn-black:focus,
.btn-check:checked+.btn-black:focus,
.show>.btn-black.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(58, 65, 86, .5)
}

.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #171f38;
  border-color: #171f38
}

.btn-blue {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-blue:hover {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5
}

.btn-blue:focus,
.btn-check:focus+.btn-blue {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(49, 132, 253, .5)
}

.btn-blue.active,
.btn-blue:active,
.btn-check:active+.btn-blue,
.btn-check:checked+.btn-blue,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #0257d5;
  border-color: #0252c9
}

.btn-blue.active:focus,
.btn-blue:active:focus,
.btn-check:active+.btn-blue:focus,
.btn-check:checked+.btn-blue:focus,
.show>.btn-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(49, 132, 253, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d
}

.btn-check:focus+.btn-purple,
.btn-purple:focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(133, 94, 202, .5)
}

.btn-check:active+.btn-purple,
.btn-check:checked+.btn-purple,
.btn-purple.active,
.btn-purple:active,
.show>.btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093
}

.btn-check:active+.btn-purple:focus,
.btn-check:checked+.btn-purple:focus,
.btn-purple.active:focus,
.btn-purple:active:focus,
.show>.btn-purple.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(133, 94, 202, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1
}

.btn-soft-indigo {
  color: #1c2540;
  background-color: #f5e8ff;
  border-color: #f5e8ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-soft-indigo:hover {
  color: #1c2540;
  background-color: #e4c2ff;
  border-color: #dfb5ff
}

.btn-check:focus+.btn-soft-indigo,
.btn-soft-indigo:focus {
  color: #1c2540;
  background-color: #e4c2ff;
  border-color: #dfb5ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(212, 203, 226, .5)
}

.btn-check:active+.btn-soft-indigo,
.btn-check:checked+.btn-soft-indigo,
.btn-soft-indigo.active,
.btn-soft-indigo:active,
.show>.btn-soft-indigo.dropdown-toggle {
  color: #1c2540;
  background-color: #dfb5ff;
  border-color: #d9a8ff
}

.btn-check:active+.btn-soft-indigo:focus,
.btn-check:checked+.btn-soft-indigo:focus,
.btn-soft-indigo.active:focus,
.btn-soft-indigo:active:focus,
.show>.btn-soft-indigo.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(212, 203, 226, .5)
}

.btn-soft-indigo.disabled,
.btn-soft-indigo:disabled {
  color: #1c2540;
  background-color: #f5e8ff;
  border-color: #f5e8ff
}

.btn-soft-green {
  color: #fff;
  background-color: #2ca58d;
  border-color: #2ca58d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-soft-green:hover {
  color: #fff;
  background-color: #248773;
  border-color: #217d6b
}

.btn-check:focus+.btn-soft-green,
.btn-soft-green:focus {
  color: #fff;
  background-color: #248773;
  border-color: #217d6b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(76, 179, 158, .5)
}

.btn-check:active+.btn-soft-green,
.btn-check:checked+.btn-soft-green,
.btn-soft-green.active,
.btn-soft-green:active,
.show>.btn-soft-green.dropdown-toggle {
  color: #fff;
  background-color: #217d6b;
  border-color: #1f7362
}

.btn-check:active+.btn-soft-green:focus,
.btn-check:checked+.btn-soft-green:focus,
.btn-soft-green.active:focus,
.btn-soft-green:active:focus,
.show>.btn-soft-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(76, 179, 158, .5)
}

.btn-soft-green.disabled,
.btn-soft-green:disabled {
  color: #fff;
  background-color: #2ca58d;
  border-color: #2ca58d
}

.btn-gray-100 {
  color: #1c2540;
  background-color: #fbfbfd;
  border-color: #fbfbfd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-100:hover {
  color: #1c2540;
  background-color: #e2e2f0;
  border-color: #d9d9ec
}

.btn-check:focus+.btn-gray-100,
.btn-gray-100:focus {
  color: #1c2540;
  background-color: #e2e2f0;
  border-color: #d9d9ec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(218, 219, 225, .5)
}

.btn-check:active+.btn-gray-100,
.btn-check:checked+.btn-gray-100,
.btn-gray-100.active,
.btn-gray-100:active,
.show>.btn-gray-100.dropdown-toggle {
  color: #1c2540;
  background-color: #d9d9ec;
  border-color: #d1d1e8
}

.btn-check:active+.btn-gray-100:focus,
.btn-check:checked+.btn-gray-100:focus,
.btn-gray-100.active:focus,
.btn-gray-100:active:focus,
.show>.btn-gray-100.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(218, 219, 225, .5)
}

.btn-gray-100.disabled,
.btn-gray-100:disabled {
  color: #1c2540;
  background-color: #fbfbfd;
  border-color: #fbfbfd
}

.btn-gray-200 {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-200:hover {
  color: #1c2540;
  background-color: #d7dce6;
  border-color: #d0d6e1
}

.btn-check:focus+.btn-gray-200,
.btn-gray-200:focus {
  color: #1c2540;
  background-color: #d7dce6;
  border-color: #d0d6e1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(207, 210, 218, .5)
}

.btn-check:active+.btn-gray-200,
.btn-check:checked+.btn-gray-200,
.btn-gray-200.active,
.btn-gray-200:active,
.show>.btn-gray-200.dropdown-toggle {
  color: #1c2540;
  background-color: #d0d6e1;
  border-color: #c8cfdc
}

.btn-check:active+.btn-gray-200:focus,
.btn-check:checked+.btn-gray-200:focus,
.btn-gray-200.active:focus,
.btn-gray-200:active:focus,
.show>.btn-gray-200.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(207, 210, 218, .5)
}

.btn-gray-200.disabled,
.btn-gray-200:disabled {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5
}

.btn-gray-300 {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-300:hover {
  color: #1c2540;
  background-color: #d8dff9;
  border-color: #cdd6f7
}

.btn-check:focus+.btn-gray-300,
.btn-gray-300:focus {
  color: #1c2540;
  background-color: #d8dff9;
  border-color: #cdd6f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(216, 218, 226, .5)
}

.btn-check:active+.btn-gray-300,
.btn-check:checked+.btn-gray-300,
.btn-gray-300.active,
.btn-gray-300:active,
.show>.btn-gray-300.dropdown-toggle {
  color: #1c2540;
  background-color: #cdd6f7;
  border-color: #c2ccf5
}

.btn-check:active+.btn-gray-300:focus,
.btn-check:checked+.btn-gray-300:focus,
.btn-gray-300.active:focus,
.btn-gray-300:active:focus,
.show>.btn-gray-300.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(216, 218, 226, .5)
}

.btn-gray-300.disabled,
.btn-gray-300:disabled {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe
}

.btn-gray-400 {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-400:hover {
  color: #1c2540;
  background-color: #c0d2e9;
  border-color: #b6cbe6
}

.btn-check:focus+.btn-gray-400,
.btn-gray-400:focus {
  color: #1c2540;
  background-color: #c0d2e9;
  border-color: #b6cbe6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(191, 201, 216, .5)
}

.btn-check:active+.btn-gray-400,
.btn-check:checked+.btn-gray-400,
.btn-gray-400.active,
.btn-gray-400:active,
.show>.btn-gray-400.dropdown-toggle {
  color: #1c2540;
  background-color: #b6cbe6;
  border-color: #adc4e3
}

.btn-check:active+.btn-gray-400:focus,
.btn-check:checked+.btn-gray-400:focus,
.btn-gray-400.active:focus,
.btn-gray-400:active:focus,
.show>.btn-gray-400.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(191, 201, 216, .5)
}

.btn-gray-400.disabled,
.btn-gray-400:disabled {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.btn-gray-500 {
  color: #1c2540;
  background-color: #b7c3d2;
  border-color: #b7c3d2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-500:hover {
  color: #1c2540;
  background-color: #9fafc3;
  border-color: #98a9be
}

.btn-check:focus+.btn-gray-500,
.btn-gray-500:focus {
  color: #1c2540;
  background-color: #9fafc3;
  border-color: #98a9be;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(160, 171, 188, .5)
}

.btn-check:active+.btn-gray-500,
.btn-check:checked+.btn-gray-500,
.btn-gray-500.active,
.btn-gray-500:active,
.show>.btn-gray-500.dropdown-toggle {
  color: #1c2540;
  background-color: #98a9be;
  border-color: #90a2b9
}

.btn-check:active+.btn-gray-500:focus,
.btn-check:checked+.btn-gray-500:focus,
.btn-gray-500.active:focus,
.btn-gray-500:active:focus,
.show>.btn-gray-500.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(160, 171, 188, .5)
}

.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #1c2540;
  background-color: #b7c3d2;
  border-color: #b7c3d2
}

.btn-gray-600 {
  color: #1c2540;
  background-color: #93a5be;
  border-color: #93a5be;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-600:hover {
  color: #fff;
  background-color: #7b91b0;
  border-color: #738aab
}

.btn-check:focus+.btn-gray-600,
.btn-gray-600:focus {
  color: #fff;
  background-color: #7b91b0;
  border-color: #738aab;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(129, 146, 171, .5)
}

.btn-check:active+.btn-gray-600,
.btn-check:checked+.btn-gray-600,
.btn-gray-600.active,
.btn-gray-600:active,
.show>.btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #738aab;
  border-color: #6b84a6
}

.btn-check:active+.btn-gray-600:focus,
.btn-check:checked+.btn-gray-600:focus,
.btn-gray-600.active:focus,
.btn-gray-600:active:focus,
.show>.btn-gray-600.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(129, 146, 171, .5)
}

.btn-gray-600.disabled,
.btn-gray-600:disabled {
  color: #1c2540;
  background-color: #93a5be;
  border-color: #93a5be
}

.btn-gray-700 {
  color: #fff;
  background-color: #52547a;
  border-color: #52547a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-700:hover {
  color: #fff;
  background-color: #434463;
  border-color: #3e3f5c
}

.btn-check:focus+.btn-gray-700,
.btn-gray-700:focus {
  color: #fff;
  background-color: #434463;
  border-color: #3e3f5c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(108, 110, 142, .5)
}

.btn-check:active+.btn-gray-700,
.btn-check:checked+.btn-gray-700,
.btn-gray-700.active,
.btn-gray-700:active,
.show>.btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #3e3f5c;
  border-color: #383a54
}

.btn-check:active+.btn-gray-700:focus,
.btn-check:checked+.btn-gray-700:focus,
.btn-gray-700.active:focus,
.btn-gray-700:active:focus,
.show>.btn-gray-700.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(108, 110, 142, .5)
}

.btn-gray-700.disabled,
.btn-gray-700:disabled {
  color: #fff;
  background-color: #52547a;
  border-color: #52547a
}

.btn-gray-800 {
  color: #fff;
  background-color: #4e5079;
  border-color: #4e5079;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-gray-800:hover {
  color: #fff;
  background-color: #3f4162;
  border-color: #3a3b5a
}

.btn-check:focus+.btn-gray-800,
.btn-gray-800:focus {
  color: #fff;
  background-color: #3f4162;
  border-color: #3a3b5a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(105, 106, 141, .5)
}

.btn-check:active+.btn-gray-800,
.btn-check:checked+.btn-gray-800,
.btn-gray-800.active,
.btn-gray-800:active,
.show>.btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #3a3b5a;
  border-color: #353652
}

.btn-check:active+.btn-gray-800:focus,
.btn-check:checked+.btn-gray-800:focus,
.btn-gray-800.active:focus,
.btn-gray-800:active:focus,
.show>.btn-gray-800.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(105, 106, 141, .5)
}

.btn-gray-800.disabled,
.btn-gray-800:disabled {
  color: #fff;
  background-color: #4e5079;
  border-color: #4e5079
}

.btn-facebook {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497d;
  border-color: #2d4474
}

.btn-check:focus+.btn-facebook,
.btn-facebook:focus {
  color: #fff;
  background-color: #30497d;
  border-color: #2d4474;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(88, 114, 168, .5)
}

.btn-check:active+.btn-facebook,
.btn-check:checked+.btn-facebook,
.btn-facebook.active,
.btn-facebook:active,
.show>.btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4474;
  border-color: #293e6b
}

.btn-check:active+.btn-facebook:focus,
.btn-check:checked+.btn-facebook:focus,
.btn-facebook.active:focus,
.btn-facebook:active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(88, 114, 168, .5)
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999
}

.btn-twitter {
  color: #1c2540;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0
}

.btn-check:focus+.btn-twitter,
.btn-twitter:focus {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(29, 142, 215, .5)
}

.btn-check:active+.btn-twitter,
.btn-check:checked+.btn-twitter,
.btn-twitter.active,
.btn-twitter:active,
.show>.btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4
}

.btn-check:active+.btn-twitter:focus,
.btn-check:checked+.btn-twitter:focus,
.btn-twitter.active:focus,
.btn-twitter:active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(29, 142, 215, .5)
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #1c2540;
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-google {
  color: #fff;
  background-color: #db4337;
  border-color: #db4337;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-google:hover {
  color: #fff;
  background-color: #c83024;
  border-color: #bd2d22
}

.btn-check:focus+.btn-google,
.btn-google:focus {
  color: #fff;
  background-color: #c83024;
  border-color: #bd2d22;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(224, 95, 85, .5)
}

.btn-check:active+.btn-google,
.btn-check:checked+.btn-google,
.btn-google.active,
.btn-google:active,
.show>.btn-google.dropdown-toggle {
  color: #fff;
  background-color: #bd2d22;
  border-color: #b22b20
}

.btn-check:active+.btn-google:focus,
.btn-check:checked+.btn-google:focus,
.btn-google.active:focus,
.btn-google:active:focus,
.show>.btn-google.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(224, 95, 85, .5)
}

.btn-google.disabled,
.btn-google:disabled {
  color: #fff;
  background-color: #db4337;
  border-color: #db4337
}

.btn-instagram {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-instagram:hover {
  color: #fff;
  background-color: #de1f44;
  border-color: #d31e40
}

.btn-check:focus+.btn-instagram,
.btn-instagram:focus {
  color: #fff;
  background-color: #de1f44;
  border-color: #d31e40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(232, 93, 119, .5)
}

.btn-check:active+.btn-instagram,
.btn-check:checked+.btn-instagram,
.btn-instagram.active,
.btn-instagram:active,
.show>.btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #d31e40;
  border-color: #c81c3d
}

.btn-check:active+.btn-instagram:focus,
.btn-check:checked+.btn-instagram:focus,
.btn-instagram.active:focus,
.btn-instagram:active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(232, 93, 119, .5)
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f
}

.btn-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615
}

.btn-check:focus+.btn-pinterest,
.btn-pinterest:focus {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(199, 45, 62, .5)
}

.btn-check:active+.btn-pinterest,
.btn-check:checked+.btn-pinterest,
.btn-pinterest.active,
.btn-pinterest:active,
.show>.btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #8c0615;
  border-color: #800513
}

.btn-check:active+.btn-pinterest:focus,
.btn-check:checked+.btn-pinterest:focus,
.btn-pinterest.active:focus,
.btn-pinterest:active:focus,
.show>.btn-pinterest.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(199, 45, 62, .5)
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c
}

.btn-youtube {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-youtube:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918
}

.btn-check:focus+.btn-youtube,
.btn-youtube:focus {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(213, 65, 65, .5)
}

.btn-check:active+.btn-youtube,
.btn-check:checked+.btn-youtube,
.btn-youtube.active,
.btn-youtube:active,
.show>.btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  border-color: #961717
}

.btn-check:active+.btn-youtube:focus,
.btn-check:checked+.btn-youtube:focus,
.btn-youtube.active:focus,
.btn-youtube:active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(213, 65, 65, .5)
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f
}

.btn-slack {
  color: #1c2540;
  background-color: #3aaf85;
  border-color: #3aaf85;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-slack:hover {
  color: #fff;
  background-color: #30926f;
  border-color: #2d8968
}

.btn-check:focus+.btn-slack,
.btn-slack:focus {
  color: #fff;
  background-color: #30926f;
  border-color: #2d8968;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(54, 154, 123, .5)
}

.btn-check:active+.btn-slack,
.btn-check:checked+.btn-slack,
.btn-slack.active,
.btn-slack:active,
.show>.btn-slack.dropdown-toggle {
  color: #fff;
  background-color: #2d8968;
  border-color: #2a7f61
}

.btn-check:active+.btn-slack:focus,
.btn-check:checked+.btn-slack:focus,
.btn-slack.active:focus,
.btn-slack:active:focus,
.show>.btn-slack.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(54, 154, 123, .5)
}

.btn-slack.disabled,
.btn-slack:disabled {
  color: #1c2540;
  background-color: #3aaf85;
  border-color: #3aaf85
}

.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b
}

.btn-check:focus+.btn-dribbble,
.btn-dribbble:focus {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(237, 103, 155, .5)
}

.btn-check:active+.btn-dribbble,
.btn-check:checked+.btn-dribbble,
.btn-dribbble.active,
.btn-dribbble:active,
.show>.btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65
}

.btn-check:active+.btn-dribbble:focus,
.btn-check:checked+.btn-dribbble:focus,
.btn-dribbble.active:focus,
.btn-dribbble:active:focus,
.show>.btn-dribbble.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(237, 103, 155, .5)
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89
}

.btn-dropbox {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #007df7;
  border-color: #0077ea
}

.btn-check:focus+.btn-dropbox,
.btn-dropbox:focus {
  color: #fff;
  background-color: #007df7;
  border-color: #0077ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(64, 161, 255, .5)
}

.btn-check:active+.btn-dropbox,
.btn-check:checked+.btn-dropbox,
.btn-dropbox.active,
.btn-dropbox:active,
.show>.btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0077ea;
  border-color: #0070dd
}

.btn-check:active+.btn-dropbox:focus,
.btn-check:checked+.btn-dropbox:focus,
.btn-dropbox.active:focus,
.btn-dropbox:active:focus,
.show>.btn-dropbox.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(64, 161, 255, .5)
}

.btn-dropbox.disabled,
.btn-dropbox:disabled {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff
}

.btn-twitch {
  color: #fff;
  background-color: #4b367c;
  border-color: #4b367c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-twitch:hover {
  color: #fff;
  background-color: #3b2a61;
  border-color: #362758
}

.btn-check:focus+.btn-twitch,
.btn-twitch:focus {
  color: #fff;
  background-color: #3b2a61;
  border-color: #362758;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(102, 84, 144, .5)
}

.btn-check:active+.btn-twitch,
.btn-check:checked+.btn-twitch,
.btn-twitch.active,
.btn-twitch:active,
.show>.btn-twitch.dropdown-toggle {
  color: #fff;
  background-color: #362758;
  border-color: #302350
}

.btn-check:active+.btn-twitch:focus,
.btn-check:checked+.btn-twitch:focus,
.btn-twitch.active:focus,
.btn-twitch:active:focus,
.show>.btn-twitch.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(102, 84, 144, .5)
}

.btn-twitch.disabled,
.btn-twitch:disabled {
  color: #fff;
  background-color: #4b367c;
  border-color: #4b367c
}

.btn-paypal {
  color: #1c2540;
  background-color: #ecb32c;
  border-color: #ecb32c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-paypal:hover {
  color: #1c2540;
  background-color: #dea214;
  border-color: #d29913
}

.btn-check:focus+.btn-paypal,
.btn-paypal:focus {
  color: #1c2540;
  background-color: #dea214;
  border-color: #d29913;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(205, 158, 47, .5)
}

.btn-check:active+.btn-paypal,
.btn-check:checked+.btn-paypal,
.btn-paypal.active,
.btn-paypal:active,
.show>.btn-paypal.dropdown-toggle {
  color: #1c2540;
  background-color: #d29913;
  border-color: #c69112
}

.btn-check:active+.btn-paypal:focus,
.btn-check:checked+.btn-paypal:focus,
.btn-paypal.active:focus,
.btn-paypal:active:focus,
.show>.btn-paypal.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(205, 158, 47, .5)
}

.btn-paypal.disabled,
.btn-paypal:disabled {
  color: #1c2540;
  background-color: #ecb32c;
  border-color: #ecb32c
}

.btn-behance {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-behance:hover {
  color: #fff;
  background-color: #004ad9;
  border-color: #0046cc
}

.btn-behance:focus,
.btn-check:focus+.btn-behance {
  color: #fff;
  background-color: #004ad9;
  border-color: #0046cc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(38, 112, 255, .5)
}

.btn-behance.active,
.btn-behance:active,
.btn-check:active+.btn-behance,
.btn-check:checked+.btn-behance,
.show>.btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0046cc;
  border-color: #0041bf
}

.btn-behance.active:focus,
.btn-behance:active:focus,
.btn-check:active+.btn-behance:focus,
.btn-check:checked+.btn-behance:focus,
.show>.btn-behance.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(38, 112, 255, .5)
}

.btn-behance.disabled,
.btn-behance:disabled {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff
}

.btn-reddit {
  color: #fff;
  background-color: #e84422;
  border-color: #e84422;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-reddit:hover {
  color: #fff;
  background-color: #ce3515;
  border-color: #c33214
}

.btn-check:focus+.btn-reddit,
.btn-reddit:focus {
  color: #fff;
  background-color: #ce3515;
  border-color: #c33214;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(235, 96, 67, .5)
}

.btn-check:active+.btn-reddit,
.btn-check:checked+.btn-reddit,
.btn-reddit.active,
.btn-reddit:active,
.show>.btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #c33214;
  border-color: #b72f13
}

.btn-check:active+.btn-reddit:focus,
.btn-check:checked+.btn-reddit:focus,
.btn-reddit.active:focus,
.btn-reddit:active:focus,
.show>.btn-reddit.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(235, 96, 67, .5)
}

.btn-reddit.disabled,
.btn-reddit:disabled {
  color: #fff;
  background-color: #e84422;
  border-color: #e84422
}

.btn-github {
  color: #fff;
  background-color: #222;
  border-color: #222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075)
}

.btn-github:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909
}

.btn-check:focus+.btn-github,
.btn-github:focus {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 31, 56, .075), 0 0 0 .2rem rgba(67, 67, 67, .5)
}

.btn-check:active+.btn-github,
.btn-check:checked+.btn-github,
.btn-github.active,
.btn-github:active,
.show>.btn-github.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #020202
}

.btn-check:active+.btn-github:focus,
.btn-check:checked+.btn-github:focus,
.btn-github.active:focus,
.btn-github:active:focus,
.show>.btn-github.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(67, 67, 67, .5)
}

.btn-github.disabled,
.btn-github:disabled {
  color: #fff;
  background-color: #222;
  border-color: #222
}

.btn-outline-primary {
  color: #242e4c;
  border-color: #242e4c
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #242e4c;
  border-color: #242e4c
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(36, 46, 76, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #242e4c;
  border-color: #242e4c
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(36, 46, 76, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #242e4c;
  background-color: transparent
}

.btn-outline-secondary {
  color: #1c2540;
  border-color: #1c2540
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(28, 37, 64, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(28, 37, 64, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #1c2540;
  background-color: transparent
}

.btn-outline-tertiary {
  color: #893168;
  border-color: #893168
}

.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #893168;
  border-color: #893168
}

.btn-check:focus+.btn-outline-tertiary,
.btn-outline-tertiary:focus {
  box-shadow: 0 0 0 .2rem rgba(137, 49, 104, .5)
}

.btn-check:active+.btn-outline-tertiary,
.btn-check:checked+.btn-outline-tertiary,
.btn-outline-tertiary.active,
.btn-outline-tertiary.dropdown-toggle.show,
.btn-outline-tertiary:active {
  color: #fff;
  background-color: #893168;
  border-color: #893168
}

.btn-check:active+.btn-outline-tertiary:focus,
.btn-check:checked+.btn-outline-tertiary:focus,
.btn-outline-tertiary.active:focus,
.btn-outline-tertiary.dropdown-toggle.show:focus,
.btn-outline-tertiary:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(137, 49, 104, .5)
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #893168;
  background-color: transparent
}

.btn-outline-primary-app {
  color: #ebf4f6;
  border-color: #ebf4f6
}

.btn-outline-primary-app:hover {
  color: #1c2540;
  background-color: #ebf4f6;
  border-color: #ebf4f6
}

.btn-check:focus+.btn-outline-primary-app,
.btn-outline-primary-app:focus {
  box-shadow: 0 0 0 .2rem rgba(235, 244, 246, .5)
}

.btn-check:active+.btn-outline-primary-app,
.btn-check:checked+.btn-outline-primary-app,
.btn-outline-primary-app.active,
.btn-outline-primary-app.dropdown-toggle.show,
.btn-outline-primary-app:active {
  color: #1c2540;
  background-color: #ebf4f6;
  border-color: #ebf4f6
}

.btn-check:active+.btn-outline-primary-app:focus,
.btn-check:checked+.btn-outline-primary-app:focus,
.btn-outline-primary-app.active:focus,
.btn-outline-primary-app.dropdown-toggle.show:focus,
.btn-outline-primary-app:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(235, 244, 246, .5)
}

.btn-outline-primary-app.disabled,
.btn-outline-primary-app:disabled {
  color: #ebf4f6;
  background-color: transparent
}

.btn-outline-secondary-app {
  color: #424aa0;
  border-color: #424aa0
}

.btn-outline-secondary-app:hover {
  color: #fff;
  background-color: #424aa0;
  border-color: #424aa0
}

.btn-check:focus+.btn-outline-secondary-app,
.btn-outline-secondary-app:focus {
  box-shadow: 0 0 0 .2rem rgba(66, 74, 160, .5)
}

.btn-check:active+.btn-outline-secondary-app,
.btn-check:checked+.btn-outline-secondary-app,
.btn-outline-secondary-app.active,
.btn-outline-secondary-app.dropdown-toggle.show,
.btn-outline-secondary-app:active {
  color: #fff;
  background-color: #424aa0;
  border-color: #424aa0
}

.btn-check:active+.btn-outline-secondary-app:focus,
.btn-check:checked+.btn-outline-secondary-app:focus,
.btn-outline-secondary-app.active:focus,
.btn-outline-secondary-app.dropdown-toggle.show:focus,
.btn-outline-secondary-app:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(66, 74, 160, .5)
}

.btn-outline-secondary-app.disabled,
.btn-outline-secondary-app:disabled {
  color: #424aa0;
  background-color: transparent
}

.btn-outline-light {
  color: #dce6f3;
  border-color: #dce6f3
}

.btn-outline-light:hover {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 230, 243, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(220, 230, 243, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #dce6f3;
  background-color: transparent
}

.btn-outline-lighten {
  color: #f9fafe;
  border-color: #f9fafe
}

.btn-outline-lighten:hover {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe
}

.btn-check:focus+.btn-outline-lighten,
.btn-outline-lighten:focus {
  box-shadow: 0 0 0 .2rem rgba(249, 250, 254, .5)
}

.btn-check:active+.btn-outline-lighten,
.btn-check:checked+.btn-outline-lighten,
.btn-outline-lighten.active,
.btn-outline-lighten.dropdown-toggle.show,
.btn-outline-lighten:active {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe
}

.btn-check:active+.btn-outline-lighten:focus,
.btn-check:checked+.btn-outline-lighten:focus,
.btn-outline-lighten.active:focus,
.btn-outline-lighten.dropdown-toggle.show:focus,
.btn-outline-lighten:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(249, 250, 254, .5)
}

.btn-outline-lighten.disabled,
.btn-outline-lighten:disabled {
  color: #f9fafe;
  background-color: transparent
}

.btn-outline-success {
  color: #080;
  border-color: #080
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #080;
  border-color: #080
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 136, 0, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #080;
  border-color: #080
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(0, 136, 0, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #080;
  background-color: transparent
}

.btn-outline-info {
  color: #0d6efd;
  border-color: #0d6efd
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(13, 110, 253, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0d6efd;
  background-color: transparent
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #1c2540;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #1c2540;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

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

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}

.btn-outline-white:hover {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-check:active+.btn-outline-white,
.btn-check:checked+.btn-outline-white,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show,
.btn-outline-white:active {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff
}

.btn-check:active+.btn-outline-white:focus,
.btn-check:checked+.btn-outline-white:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus,
.btn-outline-white:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-gray {
  color: #424767;
  border-color: #424767
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #424767;
  border-color: #424767
}

.btn-check:focus+.btn-outline-gray,
.btn-outline-gray:focus {
  box-shadow: 0 0 0 .2rem rgba(66, 71, 103, .5)
}

.btn-check:active+.btn-outline-gray,
.btn-check:checked+.btn-outline-gray,
.btn-outline-gray.active,
.btn-outline-gray.dropdown-toggle.show,
.btn-outline-gray:active {
  color: #fff;
  background-color: #424767;
  border-color: #424767
}

.btn-check:active+.btn-outline-gray:focus,
.btn-check:checked+.btn-outline-gray:focus,
.btn-outline-gray.active:focus,
.btn-outline-gray.dropdown-toggle.show:focus,
.btn-outline-gray:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(66, 71, 103, .5)
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #424767;
  background-color: transparent
}

.btn-outline-neutral {
  color: #fff;
  border-color: #fff
}

.btn-outline-neutral:hover {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff
}

.btn-check:focus+.btn-outline-neutral,
.btn-outline-neutral:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-check:active+.btn-outline-neutral,
.btn-check:checked+.btn-outline-neutral,
.btn-outline-neutral.active,
.btn-outline-neutral.dropdown-toggle.show,
.btn-outline-neutral:active {
  color: #1c2540;
  background-color: #fff;
  border-color: #fff
}

.btn-check:active+.btn-outline-neutral:focus,
.btn-check:checked+.btn-outline-neutral:focus,
.btn-outline-neutral.active:focus,
.btn-outline-neutral.dropdown-toggle.show:focus,
.btn-outline-neutral:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent
}

.btn-outline-dark {
  color: #1c2540;
  border-color: #1c2540
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(28, 37, 64, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #1c2540;
  border-color: #1c2540
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(28, 37, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #1c2540;
  background-color: transparent
}

.btn-outline-soft {
  color: #eff1f5;
  border-color: #eff1f5
}

.btn-outline-soft:hover {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5
}

.btn-check:focus+.btn-outline-soft,
.btn-outline-soft:focus {
  box-shadow: 0 0 0 .2rem rgba(239, 241, 245, .5)
}

.btn-check:active+.btn-outline-soft,
.btn-check:checked+.btn-outline-soft,
.btn-outline-soft.active,
.btn-outline-soft.dropdown-toggle.show,
.btn-outline-soft:active {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5
}

.btn-check:active+.btn-outline-soft:focus,
.btn-check:checked+.btn-outline-soft:focus,
.btn-outline-soft.active:focus,
.btn-outline-soft.dropdown-toggle.show:focus,
.btn-outline-soft:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(239, 241, 245, .5)
}

.btn-outline-soft.disabled,
.btn-outline-soft:disabled {
  color: #eff1f5;
  background-color: transparent
}

.btn-outline-black {
  color: #171f38;
  border-color: #171f38
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #171f38;
  border-color: #171f38
}

.btn-check:focus+.btn-outline-black,
.btn-outline-black:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 31, 56, .5)
}

.btn-check:active+.btn-outline-black,
.btn-check:checked+.btn-outline-black,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show,
.btn-outline-black:active {
  color: #fff;
  background-color: #171f38;
  border-color: #171f38
}

.btn-check:active+.btn-outline-black:focus,
.btn-check:checked+.btn-outline-black:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus,
.btn-outline-black:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(23, 31, 56, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #171f38;
  background-color: transparent
}

.btn-outline-blue {
  color: #0d6efd;
  border-color: #0d6efd
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:focus+.btn-outline-blue,
.btn-outline-blue:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-blue,
.btn-check:checked+.btn-outline-blue,
.btn-outline-blue.active,
.btn-outline-blue.dropdown-toggle.show,
.btn-outline-blue:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:active+.btn-outline-blue:focus,
.btn-check:checked+.btn-outline-blue:focus,
.btn-outline-blue.active:focus,
.btn-outline-blue.dropdown-toggle.show:focus,
.btn-outline-blue:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(13, 110, 253, .5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #0d6efd;
  background-color: transparent
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1
}

.btn-check:focus+.btn-outline-purple,
.btn-outline-purple:focus {
  box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-check:active+.btn-outline-purple,
.btn-check:checked+.btn-outline-purple,
.btn-outline-purple.active,
.btn-outline-purple.dropdown-toggle.show,
.btn-outline-purple:active {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1
}

.btn-check:active+.btn-outline-purple:focus,
.btn-check:checked+.btn-outline-purple:focus,
.btn-outline-purple.active:focus,
.btn-outline-purple.dropdown-toggle.show:focus,
.btn-outline-purple:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(111, 66, 193, .5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent
}

.btn-outline-soft-indigo {
  color: #f5e8ff;
  border-color: #f5e8ff
}

.btn-outline-soft-indigo:hover {
  color: #1c2540;
  background-color: #f5e8ff;
  border-color: #f5e8ff
}

.btn-check:focus+.btn-outline-soft-indigo,
.btn-outline-soft-indigo:focus {
  box-shadow: 0 0 0 .2rem rgba(245, 232, 255, .5)
}

.btn-check:active+.btn-outline-soft-indigo,
.btn-check:checked+.btn-outline-soft-indigo,
.btn-outline-soft-indigo.active,
.btn-outline-soft-indigo.dropdown-toggle.show,
.btn-outline-soft-indigo:active {
  color: #1c2540;
  background-color: #f5e8ff;
  border-color: #f5e8ff
}

.btn-check:active+.btn-outline-soft-indigo:focus,
.btn-check:checked+.btn-outline-soft-indigo:focus,
.btn-outline-soft-indigo.active:focus,
.btn-outline-soft-indigo.dropdown-toggle.show:focus,
.btn-outline-soft-indigo:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(245, 232, 255, .5)
}

.btn-outline-soft-indigo.disabled,
.btn-outline-soft-indigo:disabled {
  color: #f5e8ff;
  background-color: transparent
}

.btn-outline-soft-green {
  color: #2ca58d;
  border-color: #2ca58d
}

.btn-outline-soft-green:hover {
  color: #fff;
  background-color: #2ca58d;
  border-color: #2ca58d
}

.btn-check:focus+.btn-outline-soft-green,
.btn-outline-soft-green:focus {
  box-shadow: 0 0 0 .2rem rgba(44, 165, 141, .5)
}

.btn-check:active+.btn-outline-soft-green,
.btn-check:checked+.btn-outline-soft-green,
.btn-outline-soft-green.active,
.btn-outline-soft-green.dropdown-toggle.show,
.btn-outline-soft-green:active {
  color: #fff;
  background-color: #2ca58d;
  border-color: #2ca58d
}

.btn-check:active+.btn-outline-soft-green:focus,
.btn-check:checked+.btn-outline-soft-green:focus,
.btn-outline-soft-green.active:focus,
.btn-outline-soft-green.dropdown-toggle.show:focus,
.btn-outline-soft-green:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(44, 165, 141, .5)
}

.btn-outline-soft-green.disabled,
.btn-outline-soft-green:disabled {
  color: #2ca58d;
  background-color: transparent
}

.btn-outline-gray-100 {
  color: #fbfbfd;
  border-color: #fbfbfd
}

.btn-outline-gray-100:hover {
  color: #1c2540;
  background-color: #fbfbfd;
  border-color: #fbfbfd
}

.btn-check:focus+.btn-outline-gray-100,
.btn-outline-gray-100:focus {
  box-shadow: 0 0 0 .2rem rgba(251, 251, 253, .5)
}

.btn-check:active+.btn-outline-gray-100,
.btn-check:checked+.btn-outline-gray-100,
.btn-outline-gray-100.active,
.btn-outline-gray-100.dropdown-toggle.show,
.btn-outline-gray-100:active {
  color: #1c2540;
  background-color: #fbfbfd;
  border-color: #fbfbfd
}

.btn-check:active+.btn-outline-gray-100:focus,
.btn-check:checked+.btn-outline-gray-100:focus,
.btn-outline-gray-100.active:focus,
.btn-outline-gray-100.dropdown-toggle.show:focus,
.btn-outline-gray-100:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(251, 251, 253, .5)
}

.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
  color: #fbfbfd;
  background-color: transparent
}

.btn-outline-gray-200 {
  color: #eff1f5;
  border-color: #eff1f5
}

.btn-outline-gray-200:hover {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5
}

.btn-check:focus+.btn-outline-gray-200,
.btn-outline-gray-200:focus {
  box-shadow: 0 0 0 .2rem rgba(239, 241, 245, .5)
}

.btn-check:active+.btn-outline-gray-200,
.btn-check:checked+.btn-outline-gray-200,
.btn-outline-gray-200.active,
.btn-outline-gray-200.dropdown-toggle.show,
.btn-outline-gray-200:active {
  color: #1c2540;
  background-color: #eff1f5;
  border-color: #eff1f5
}

.btn-check:active+.btn-outline-gray-200:focus,
.btn-check:checked+.btn-outline-gray-200:focus,
.btn-outline-gray-200.active:focus,
.btn-outline-gray-200.dropdown-toggle.show:focus,
.btn-outline-gray-200:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(239, 241, 245, .5)
}

.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
  color: #eff1f5;
  background-color: transparent
}

.btn-outline-gray-300 {
  color: #f9fafe;
  border-color: #f9fafe
}

.btn-outline-gray-300:hover {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe
}

.btn-check:focus+.btn-outline-gray-300,
.btn-outline-gray-300:focus {
  box-shadow: 0 0 0 .2rem rgba(249, 250, 254, .5)
}

.btn-check:active+.btn-outline-gray-300,
.btn-check:checked+.btn-outline-gray-300,
.btn-outline-gray-300.active,
.btn-outline-gray-300.dropdown-toggle.show,
.btn-outline-gray-300:active {
  color: #1c2540;
  background-color: #f9fafe;
  border-color: #f9fafe
}

.btn-check:active+.btn-outline-gray-300:focus,
.btn-check:checked+.btn-outline-gray-300:focus,
.btn-outline-gray-300.active:focus,
.btn-outline-gray-300.dropdown-toggle.show:focus,
.btn-outline-gray-300:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(249, 250, 254, .5)
}

.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
  color: #f9fafe;
  background-color: transparent
}

.btn-outline-gray-400 {
  color: #dce6f3;
  border-color: #dce6f3
}

.btn-outline-gray-400:hover {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.btn-check:focus+.btn-outline-gray-400,
.btn-outline-gray-400:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 230, 243, .5)
}

.btn-check:active+.btn-outline-gray-400,
.btn-check:checked+.btn-outline-gray-400,
.btn-outline-gray-400.active,
.btn-outline-gray-400.dropdown-toggle.show,
.btn-outline-gray-400:active {
  color: #1c2540;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.btn-check:active+.btn-outline-gray-400:focus,
.btn-check:checked+.btn-outline-gray-400:focus,
.btn-outline-gray-400.active:focus,
.btn-outline-gray-400.dropdown-toggle.show:focus,
.btn-outline-gray-400:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(220, 230, 243, .5)
}

.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
  color: #dce6f3;
  background-color: transparent
}

.btn-outline-gray-500 {
  color: #b7c3d2;
  border-color: #b7c3d2
}

.btn-outline-gray-500:hover {
  color: #1c2540;
  background-color: #b7c3d2;
  border-color: #b7c3d2
}

.btn-check:focus+.btn-outline-gray-500,
.btn-outline-gray-500:focus {
  box-shadow: 0 0 0 .2rem rgba(183, 195, 210, .5)
}

.btn-check:active+.btn-outline-gray-500,
.btn-check:checked+.btn-outline-gray-500,
.btn-outline-gray-500.active,
.btn-outline-gray-500.dropdown-toggle.show,
.btn-outline-gray-500:active {
  color: #1c2540;
  background-color: #b7c3d2;
  border-color: #b7c3d2
}

.btn-check:active+.btn-outline-gray-500:focus,
.btn-check:checked+.btn-outline-gray-500:focus,
.btn-outline-gray-500.active:focus,
.btn-outline-gray-500.dropdown-toggle.show:focus,
.btn-outline-gray-500:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(183, 195, 210, .5)
}

.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
  color: #b7c3d2;
  background-color: transparent
}

.btn-outline-gray-600 {
  color: #93a5be;
  border-color: #93a5be
}

.btn-outline-gray-600:hover {
  color: #1c2540;
  background-color: #93a5be;
  border-color: #93a5be
}

.btn-check:focus+.btn-outline-gray-600,
.btn-outline-gray-600:focus {
  box-shadow: 0 0 0 .2rem rgba(147, 165, 190, .5)
}

.btn-check:active+.btn-outline-gray-600,
.btn-check:checked+.btn-outline-gray-600,
.btn-outline-gray-600.active,
.btn-outline-gray-600.dropdown-toggle.show,
.btn-outline-gray-600:active {
  color: #1c2540;
  background-color: #93a5be;
  border-color: #93a5be
}

.btn-check:active+.btn-outline-gray-600:focus,
.btn-check:checked+.btn-outline-gray-600:focus,
.btn-outline-gray-600.active:focus,
.btn-outline-gray-600.dropdown-toggle.show:focus,
.btn-outline-gray-600:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(147, 165, 190, .5)
}

.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
  color: #93a5be;
  background-color: transparent
}

.btn-outline-gray-700 {
  color: #52547a;
  border-color: #52547a
}

.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #52547a;
  border-color: #52547a
}

.btn-check:focus+.btn-outline-gray-700,
.btn-outline-gray-700:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 84, 122, .5)
}

.btn-check:active+.btn-outline-gray-700,
.btn-check:checked+.btn-outline-gray-700,
.btn-outline-gray-700.active,
.btn-outline-gray-700.dropdown-toggle.show,
.btn-outline-gray-700:active {
  color: #fff;
  background-color: #52547a;
  border-color: #52547a
}

.btn-check:active+.btn-outline-gray-700:focus,
.btn-check:checked+.btn-outline-gray-700:focus,
.btn-outline-gray-700.active:focus,
.btn-outline-gray-700.dropdown-toggle.show:focus,
.btn-outline-gray-700:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(82, 84, 122, .5)
}

.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
  color: #52547a;
  background-color: transparent
}

.btn-outline-gray-800 {
  color: #4e5079;
  border-color: #4e5079
}

.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #4e5079;
  border-color: #4e5079
}

.btn-check:focus+.btn-outline-gray-800,
.btn-outline-gray-800:focus {
  box-shadow: 0 0 0 .2rem rgba(78, 80, 121, .5)
}

.btn-check:active+.btn-outline-gray-800,
.btn-check:checked+.btn-outline-gray-800,
.btn-outline-gray-800.active,
.btn-outline-gray-800.dropdown-toggle.show,
.btn-outline-gray-800:active {
  color: #fff;
  background-color: #4e5079;
  border-color: #4e5079
}

.btn-check:active+.btn-outline-gray-800:focus,
.btn-check:checked+.btn-outline-gray-800:focus,
.btn-outline-gray-800.active:focus,
.btn-outline-gray-800.dropdown-toggle.show:focus,
.btn-outline-gray-800:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(78, 80, 121, .5)
}

.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
  color: #4e5079;
  background-color: transparent
}

.btn-outline-facebook {
  color: #3b5999;
  border-color: #3b5999
}

.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999
}

.btn-check:focus+.btn-outline-facebook,
.btn-outline-facebook:focus {
  box-shadow: 0 0 0 .2rem rgba(59, 89, 153, .5)
}

.btn-check:active+.btn-outline-facebook,
.btn-check:checked+.btn-outline-facebook,
.btn-outline-facebook.active,
.btn-outline-facebook.dropdown-toggle.show,
.btn-outline-facebook:active {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999
}

.btn-check:active+.btn-outline-facebook:focus,
.btn-check:checked+.btn-outline-facebook:focus,
.btn-outline-facebook.active:focus,
.btn-outline-facebook.dropdown-toggle.show:focus,
.btn-outline-facebook:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(59, 89, 153, .5)
}

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
  color: #3b5999;
  background-color: transparent
}

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2
}

.btn-outline-twitter:hover {
  color: #1c2540;
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-check:focus+.btn-outline-twitter,
.btn-outline-twitter:focus {
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.btn-check:active+.btn-outline-twitter,
.btn-check:checked+.btn-outline-twitter,
.btn-outline-twitter.active,
.btn-outline-twitter.dropdown-toggle.show,
.btn-outline-twitter:active {
  color: #1c2540;
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-check:active+.btn-outline-twitter:focus,
.btn-check:checked+.btn-outline-twitter:focus,
.btn-outline-twitter.active:focus,
.btn-outline-twitter.dropdown-toggle.show:focus,
.btn-outline-twitter:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: transparent
}

.btn-outline-google {
  color: #db4337;
  border-color: #db4337
}

.btn-outline-google:hover {
  color: #fff;
  background-color: #db4337;
  border-color: #db4337
}

.btn-check:focus+.btn-outline-google,
.btn-outline-google:focus {
  box-shadow: 0 0 0 .2rem rgba(219, 67, 55, .5)
}

.btn-check:active+.btn-outline-google,
.btn-check:checked+.btn-outline-google,
.btn-outline-google.active,
.btn-outline-google.dropdown-toggle.show,
.btn-outline-google:active {
  color: #fff;
  background-color: #db4337;
  border-color: #db4337
}

.btn-check:active+.btn-outline-google:focus,
.btn-check:checked+.btn-outline-google:focus,
.btn-outline-google.active:focus,
.btn-outline-google.dropdown-toggle.show:focus,
.btn-outline-google:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(219, 67, 55, .5)
}

.btn-outline-google.disabled,
.btn-outline-google:disabled {
  color: #db4337;
  background-color: transparent
}

.btn-outline-instagram {
  color: #e4405f;
  border-color: #e4405f
}

.btn-outline-instagram:hover {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f
}

.btn-check:focus+.btn-outline-instagram,
.btn-outline-instagram:focus {
  box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5)
}

.btn-check:active+.btn-outline-instagram,
.btn-check:checked+.btn-outline-instagram,
.btn-outline-instagram.active,
.btn-outline-instagram.dropdown-toggle.show,
.btn-outline-instagram:active {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f
}

.btn-check:active+.btn-outline-instagram:focus,
.btn-check:checked+.btn-outline-instagram:focus,
.btn-outline-instagram.active:focus,
.btn-outline-instagram.dropdown-toggle.show:focus,
.btn-outline-instagram:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(228, 64, 95, .5)
}

.btn-outline-instagram.disabled,
.btn-outline-instagram:disabled {
  color: #e4405f;
  background-color: transparent
}

.btn-outline-pinterest {
  color: #bd081c;
  border-color: #bd081c
}

.btn-outline-pinterest:hover {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c
}

.btn-check:focus+.btn-outline-pinterest,
.btn-outline-pinterest:focus {
  box-shadow: 0 0 0 .2rem rgba(189, 8, 28, .5)
}

.btn-check:active+.btn-outline-pinterest,
.btn-check:checked+.btn-outline-pinterest,
.btn-outline-pinterest.active,
.btn-outline-pinterest.dropdown-toggle.show,
.btn-outline-pinterest:active {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c
}

.btn-check:active+.btn-outline-pinterest:focus,
.btn-check:checked+.btn-outline-pinterest:focus,
.btn-outline-pinterest.active:focus,
.btn-outline-pinterest.dropdown-toggle.show:focus,
.btn-outline-pinterest:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(189, 8, 28, .5)
}

.btn-outline-pinterest.disabled,
.btn-outline-pinterest:disabled {
  color: #bd081c;
  background-color: transparent
}

.btn-outline-youtube {
  color: #cd201f;
  border-color: #cd201f
}

.btn-outline-youtube:hover {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f
}

.btn-check:focus+.btn-outline-youtube,
.btn-outline-youtube:focus {
  box-shadow: 0 0 0 .2rem rgba(205, 32, 31, .5)
}

.btn-check:active+.btn-outline-youtube,
.btn-check:checked+.btn-outline-youtube,
.btn-outline-youtube.active,
.btn-outline-youtube.dropdown-toggle.show,
.btn-outline-youtube:active {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f
}

.btn-check:active+.btn-outline-youtube:focus,
.btn-check:checked+.btn-outline-youtube:focus,
.btn-outline-youtube.active:focus,
.btn-outline-youtube.dropdown-toggle.show:focus,
.btn-outline-youtube:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(205, 32, 31, .5)
}

.btn-outline-youtube.disabled,
.btn-outline-youtube:disabled {
  color: #cd201f;
  background-color: transparent
}

.btn-outline-slack {
  color: #3aaf85;
  border-color: #3aaf85
}

.btn-outline-slack:hover {
  color: #1c2540;
  background-color: #3aaf85;
  border-color: #3aaf85
}

.btn-check:focus+.btn-outline-slack,
.btn-outline-slack:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 175, 133, .5)
}

.btn-check:active+.btn-outline-slack,
.btn-check:checked+.btn-outline-slack,
.btn-outline-slack.active,
.btn-outline-slack.dropdown-toggle.show,
.btn-outline-slack:active {
  color: #1c2540;
  background-color: #3aaf85;
  border-color: #3aaf85
}

.btn-check:active+.btn-outline-slack:focus,
.btn-check:checked+.btn-outline-slack:focus,
.btn-outline-slack.active:focus,
.btn-outline-slack.dropdown-toggle.show:focus,
.btn-outline-slack:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(58, 175, 133, .5)
}

.btn-outline-slack.disabled,
.btn-outline-slack:disabled {
  color: #3aaf85;
  background-color: transparent
}

.btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89
}

.btn-outline-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89
}

.btn-check:focus+.btn-outline-dribbble,
.btn-outline-dribbble:focus {
  box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5)
}

.btn-check:active+.btn-outline-dribbble,
.btn-check:checked+.btn-outline-dribbble,
.btn-outline-dribbble.active,
.btn-outline-dribbble.dropdown-toggle.show,
.btn-outline-dribbble:active {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89
}

.btn-check:active+.btn-outline-dribbble:focus,
.btn-check:checked+.btn-outline-dribbble:focus,
.btn-outline-dribbble.active:focus,
.btn-outline-dribbble.dropdown-toggle.show:focus,
.btn-outline-dribbble:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(234, 76, 137, .5)
}

.btn-outline-dribbble.disabled,
.btn-outline-dribbble:disabled {
  color: #ea4c89;
  background-color: transparent
}

.btn-outline-dropbox {
  color: #1e90ff;
  border-color: #1e90ff
}

.btn-outline-dropbox:hover {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff
}

.btn-check:focus+.btn-outline-dropbox,
.btn-outline-dropbox:focus {
  box-shadow: 0 0 0 .2rem rgba(30, 144, 255, .5)
}

.btn-check:active+.btn-outline-dropbox,
.btn-check:checked+.btn-outline-dropbox,
.btn-outline-dropbox.active,
.btn-outline-dropbox.dropdown-toggle.show,
.btn-outline-dropbox:active {
  color: #fff;
  background-color: #1e90ff;
  border-color: #1e90ff
}

.btn-check:active+.btn-outline-dropbox:focus,
.btn-check:checked+.btn-outline-dropbox:focus,
.btn-outline-dropbox.active:focus,
.btn-outline-dropbox.dropdown-toggle.show:focus,
.btn-outline-dropbox:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(30, 144, 255, .5)
}

.btn-outline-dropbox.disabled,
.btn-outline-dropbox:disabled {
  color: #1e90ff;
  background-color: transparent
}

.btn-outline-twitch {
  color: #4b367c;
  border-color: #4b367c
}

.btn-outline-twitch:hover {
  color: #fff;
  background-color: #4b367c;
  border-color: #4b367c
}

.btn-check:focus+.btn-outline-twitch,
.btn-outline-twitch:focus {
  box-shadow: 0 0 0 .2rem rgba(75, 54, 124, .5)
}

.btn-check:active+.btn-outline-twitch,
.btn-check:checked+.btn-outline-twitch,
.btn-outline-twitch.active,
.btn-outline-twitch.dropdown-toggle.show,
.btn-outline-twitch:active {
  color: #fff;
  background-color: #4b367c;
  border-color: #4b367c
}

.btn-check:active+.btn-outline-twitch:focus,
.btn-check:checked+.btn-outline-twitch:focus,
.btn-outline-twitch.active:focus,
.btn-outline-twitch.dropdown-toggle.show:focus,
.btn-outline-twitch:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(75, 54, 124, .5)
}

.btn-outline-twitch.disabled,
.btn-outline-twitch:disabled {
  color: #4b367c;
  background-color: transparent
}

.btn-outline-paypal {
  color: #ecb32c;
  border-color: #ecb32c
}

.btn-outline-paypal:hover {
  color: #1c2540;
  background-color: #ecb32c;
  border-color: #ecb32c
}

.btn-check:focus+.btn-outline-paypal,
.btn-outline-paypal:focus {
  box-shadow: 0 0 0 .2rem rgba(236, 179, 44, .5)
}

.btn-check:active+.btn-outline-paypal,
.btn-check:checked+.btn-outline-paypal,
.btn-outline-paypal.active,
.btn-outline-paypal.dropdown-toggle.show,
.btn-outline-paypal:active {
  color: #1c2540;
  background-color: #ecb32c;
  border-color: #ecb32c
}

.btn-check:active+.btn-outline-paypal:focus,
.btn-check:checked+.btn-outline-paypal:focus,
.btn-outline-paypal.active:focus,
.btn-outline-paypal.dropdown-toggle.show:focus,
.btn-outline-paypal:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(236, 179, 44, .5)
}

.btn-outline-paypal.disabled,
.btn-outline-paypal:disabled {
  color: #ecb32c;
  background-color: transparent
}

.btn-outline-behance {
  color: #0057ff;
  border-color: #0057ff
}

.btn-outline-behance:hover {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff
}

.btn-check:focus+.btn-outline-behance,
.btn-outline-behance:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 87, 255, .5)
}

.btn-check:active+.btn-outline-behance,
.btn-check:checked+.btn-outline-behance,
.btn-outline-behance.active,
.btn-outline-behance.dropdown-toggle.show,
.btn-outline-behance:active {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff
}

.btn-check:active+.btn-outline-behance:focus,
.btn-check:checked+.btn-outline-behance:focus,
.btn-outline-behance.active:focus,
.btn-outline-behance.dropdown-toggle.show:focus,
.btn-outline-behance:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(0, 87, 255, .5)
}

.btn-outline-behance.disabled,
.btn-outline-behance:disabled {
  color: #0057ff;
  background-color: transparent
}

.btn-outline-reddit {
  color: #e84422;
  border-color: #e84422
}

.btn-outline-reddit:hover {
  color: #fff;
  background-color: #e84422;
  border-color: #e84422
}

.btn-check:focus+.btn-outline-reddit,
.btn-outline-reddit:focus {
  box-shadow: 0 0 0 .2rem rgba(232, 68, 34, .5)
}

.btn-check:active+.btn-outline-reddit,
.btn-check:checked+.btn-outline-reddit,
.btn-outline-reddit.active,
.btn-outline-reddit.dropdown-toggle.show,
.btn-outline-reddit:active {
  color: #fff;
  background-color: #e84422;
  border-color: #e84422
}

.btn-check:active+.btn-outline-reddit:focus,
.btn-check:checked+.btn-outline-reddit:focus,
.btn-outline-reddit.active:focus,
.btn-outline-reddit.dropdown-toggle.show:focus,
.btn-outline-reddit:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(232, 68, 34, .5)
}

.btn-outline-reddit.disabled,
.btn-outline-reddit:disabled {
  color: #e84422;
  background-color: transparent
}

.btn-outline-github {
  color: #222;
  border-color: #222
}

.btn-outline-github:hover {
  color: #fff;
  background-color: #222;
  border-color: #222
}

.btn-check:focus+.btn-outline-github,
.btn-outline-github:focus {
  box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .5)
}

.btn-check:active+.btn-outline-github,
.btn-check:checked+.btn-outline-github,
.btn-outline-github.active,
.btn-outline-github.dropdown-toggle.show,
.btn-outline-github:active {
  color: #fff;
  background-color: #222;
  border-color: #222
}

.btn-check:active+.btn-outline-github:focus,
.btn-check:checked+.btn-outline-github:focus,
.btn-outline-github.active:focus,
.btn-outline-github.dropdown-toggle.show:focus,
.btn-outline-github:active:focus {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125), 0 0 0 .2rem rgba(34, 34, 34, .5)
}

.btn-outline-github.disabled,
.btn-outline-github:disabled {
  color: #222;
  background-color: transparent
}

.btn-link {
  font-weight: 400;
  color: #242e4c;
  text-decoration: none
}

.btn-link:hover {
  color: #0b0f18
}

.btn-link.disabled,
.btn-link:disabled {
  color: #93a5be
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.5rem;
  font-size: .775rem;
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

.fade {
  transition: opacity .15s linear
}

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

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

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

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

.dropdown-toggle {
  white-space: nowrap
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000 !important;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #424767;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid #dce6f3;
  border-radius: .45rem;
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15)
}

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

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

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #eff1f5
}

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

.dropdown-item:focus,
.dropdown-item:hover {
  color: #383c57;
  background-color: #eff1f5
}

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

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

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #424767;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #424767
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -.0625rem
}

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(23, 31, 56, .125)
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -.0625rem
}

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

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

.icon-toggle {
    transition: transform 0.3s ease;
    display: inline-block;
}

.icon-toggle.rotate {
    transform: rotate(90deg);
}

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

.nav-link {
  display: block;
  padding: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

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

.nav-tabs {
  border-bottom: .0625rem solid #dce6f3
}

.nav-tabs .nav-link {
  margin-bottom: -.0625rem;
  border: .0625rem solid transparent;
  border-top-left-radius: .45rem;
  border-top-right-radius: .45rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eff1f5 #eff1f5 #dce6f3
}

.nav-tabs .nav-link.disabled {
  color: #93a5be;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #52547a;
  background-color: #dce6f3;
  border-color: #dce6f3
}

.nav-tabs .dropdown-menu {
  margin-top: -.0625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .45rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #242e4c;
  background-color: #f8f8f8
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .7rem;
  padding-bottom: .7rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-docs {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap
}

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

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

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  align-items: center;
  width: 100%
}

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .4rem .6rem;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1;
  background-color: transparent;
  border: .0625rem solid transparent;
  border-radius: .45rem;
  transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .2rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex!important
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem
  }
  .navbar-expand-md .navbar-collapse {
    display: flex!important
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex!important
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex!important
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex!important
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem
}

.navbar-expand .navbar-collapse {
  display: flex!important
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: #171f38
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #171f38
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(23, 31, 56, 1)
}

.navbar-light .navbar-nav .nav-link:hover {
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(23, 31, 56, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(23, 31, 56, .9);
  border-color: rgba(23, 31, 56, .7)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2823, 31, 56, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: rgba(23, 31, 56, .9)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #171f38
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .9)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .9)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  font-weight: bold;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .9);
  border-color: rgba(255, 255, 255, .2)
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .9)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: .0625rem solid rgba(23, 31, 56, .125);
  border-radius: .6rem
}

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: .3875rem;
  border-top-right-radius: .3875rem
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: .3875rem;
  border-bottom-left-radius: .3875rem
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.5rem
}

.card-title {
  margin-bottom: .875rem
}

.card-subtitle {
  margin-top: -.4375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.5rem
}

.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(23, 31, 56, .02);
  border-bottom: .0625rem solid rgba(23, 31, 56, .125)
}

.card-header:first-child {
  border-radius: .3875rem .3875rem 0 0
}

.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: rgba(23, 31, 56, .02);
  border-top: .0625rem solid rgba(23, 31, 56, .125)
}

.card-footer:last-child {
  border-radius: 0 0 .3875rem .3875rem
}

.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -1.25rem;
  margin-left: -.75rem;
  border-bottom: 0
}

.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff
}

.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: .3875rem
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: .3875rem;
  border-top-right-radius: .3875rem
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: .3875rem;
  border-bottom-left-radius: .3875rem
}

.card-group>.card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }
  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -.0625rem
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eff1f5;
  border-radius: .45rem
}

.breadcrumb-item {
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #52547a;
  content: "/"
}

.breadcrumb-item.active {
  color: #fff
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  color: #242e4c;
  background-color: #fff;
  border: .0625rem solid #dce6f3
}

.page-link:hover {
  z-index: 2;
  color: #0b0f18;
  background-color: #eff1f5;
  border-color: #f9fafe
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(36, 46, 76, .25)
}

.page-item:not(:first-child) .page-link {
  margin-left: -.0625rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #242e4c;
  border-color: #242e4c
}

.page-item.disabled .page-link {
  color: #93a5be;
  pointer-events: none;
  background-color: #fff;
  border-color: #f9fafe
}

.page-link {
  padding: .375rem .75rem
}

.page-item:first-child .page-link {
  border-top-left-radius: .45rem;
  border-bottom-left-radius: .45rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .45rem;
  border-bottom-right-radius: .45rem
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .1rem;
  border-bottom-left-radius: .1rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .1rem;
  border-bottom-right-radius: .1rem
}

.badge {
  display: inline-block;
  padding: .1rem .4rem;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .45rem
}

.badge:empty {
  display: none
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: .0625rem solid transparent;
  border-radius: .45rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 600
}

.alert-dismissible {
  padding-right: 3.5rem
}

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

.alert-primary {
  color: #1a223c;
  background-color: #d3d5db;
  border-color: #c2c4cd
}

.alert-primary .alert-link {
  color: #0b0e18
}

.alert-secondary {
  color: #18203a;
  background-color: #d2d3d9;
  border-color: #bfc2ca
}

.alert-secondary .alert-link {
  color: #090c16
}

.alert-tertiary {
  color: #2e2342;
  background-color: #e7d6e1;
  border-color: #dec5d5
}

.alert-tertiary .alert-link {
  color: #171121
}

.alert-primary-app {
  color: #414a5e;
  background-color: #fbfdfd;
  border-color: #f9fcfc
}

.alert-primary-app .alert-link {
  color: #2c3240
}

.alert-secondary-app {
  color: #20284d;
  background-color: #d9dbec;
  border-color: #cacce4
}

.alert-secondary-app .alert-link {
  color: #111529
}

.alert-light {
  color: #3e475d;
  background-color: #f8fafd;
  border-color: #f5f8fc
}

.alert-light .alert-link {
  color: #2a303e
}

.alert-lighten {
  color: #444b60;
  background-color: #fefeff;
  border-color: #fdfeff
}

.alert-lighten .alert-link {
  color: #2f3442
}

.alert-success {
  color: #12342d;
  background-color: #cce7cc;
  border-color: #b8deb8
}

.alert-success .alert-link {
  color: #050e0c
}

.alert-info {
  color: #152f5f;
  background-color: #cfe2ff;
  border-color: #bbd6fe
}

.alert-info .alert-link {
  color: #0c1a35
}

.alert-warning {
  color: #453f2e;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning .alert-link {
  color: #26231a
}

.alert-danger {
  color: #3e233b;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger .alert-link {
  color: #1d111c
}

.alert-white {
  color: #454c60;
  background-color: #fff;
  border-color: #fff
}

.alert-white .alert-link {
  color: #303542
}

.alert-gray {
  color: #202741;
  background-color: #d9dae1;
  border-color: #cacbd4
}

.alert-gray .alert-link {
  color: #0f121f
}

.alert-neutral {
  color: #454c60;
  background-color: #fff;
  border-color: #fff
}

.alert-neutral .alert-link {
  color: #303542
}

.alert-dark {
  color: #18203a;
  background-color: #d2d3d9;
  border-color: #bfc2ca
}

.alert-dark .alert-link {
  color: #090c16
}

.alert-soft {
  color: #42495e;
  background-color: #fcfcfd;
  border-color: #fbfbfc
}

.alert-soft .alert-link {
  color: #2d3240
}

.alert-black {
  color: #171f38;
  background-color: #d1d2d7;
  border-color: #bec0c7
}

.alert-black .alert-link {
  color: #080b14
}

.alert-blue {
  color: #152f5f;
  background-color: #cfe2ff;
  border-color: #bbd6fe
}

.alert-blue .alert-link {
  color: #0c1a35
}

.alert-purple {
  color: #292653;
  background-color: #e2d9f3;
  border-color: #d7caee
}

.alert-purple .alert-link {
  color: #181630
}

.alert-soft-indigo {
  color: #434760;
  background-color: #fdfaff;
  border-color: #fcf9ff
}

.alert-soft-indigo .alert-link {
  color: #2e3142
}

.alert-soft-green {
  color: #1b3a49;
  background-color: #d5ede8;
  border-color: #c4e6df
}

.alert-soft-green .alert-link {
  color: #0d1c24
}

.alert-gray-100 {
  color: #454b5f;
  background-color: #fefeff;
  border-color: #fefefe
}

.alert-gray-100 .alert-link {
  color: #303441
}

.alert-gray-200 {
  color: #42495e;
  background-color: #fcfcfd;
  border-color: #fbfbfc
}

.alert-gray-200 .alert-link {
  color: #2d3240
}

.alert-gray-300 {
  color: #444b60;
  background-color: #fefeff;
  border-color: #fdfeff
}

.alert-gray-300 .alert-link {
  color: #2f3442
}

.alert-gray-400 {
  color: #3e475d;
  background-color: #f8fafd;
  border-color: #f5f8fc
}

.alert-gray-400 .alert-link {
  color: #2a303e
}

.alert-gray-500 {
  color: #374057;
  background-color: #f1f3f6;
  border-color: #ebeef2
}

.alert-gray-500 .alert-link {
  color: #232938
}

.alert-gray-600 {
  color: #303a53;
  background-color: #e9edf2;
  border-color: #e1e6ed
}

.alert-gray-600 .alert-link {
  color: #1d2333
}

.alert-gray-700 {
  color: #232a45;
  background-color: #dcdde4;
  border-color: #cfcfda
}

.alert-gray-700 .alert-link {
  color: #121523
}

.alert-gray-800 {
  color: #222945;
  background-color: #dcdce4;
  border-color: #cdced9
}

.alert-gray-800 .alert-link {
  color: #111523
}

.alert-facebook {
  color: #1e2b4b;
  background-color: #d8deeb;
  border-color: #c8d1e2
}

.alert-facebook .alert-link {
  color: #0f1627
}

.alert-twitter {
  color: #18395d;
  background-color: #d2ecfc;
  border-color: #c0e5fb
}

.alert-twitter .alert-link {
  color: #0e2034
}

.alert-google {
  color: #3e2638;
  background-color: #f8d9d7;
  border-color: #f5cac7
}

.alert-google .alert-link {
  color: #1e131b
}

.alert-instagram {
  color: #402640;
  background-color: #fad9df;
  border-color: #f7cad2
}

.alert-instagram .alert-link {
  color: #201320
}

.alert-pinterest {
  color: #381a32;
  background-color: #f2ced2;
  border-color: #edbabf
}

.alert-pinterest .alert-link {
  color: #150a13
}

.alert-youtube {
  color: #3b1f33;
  background-color: #f5d2d2;
  border-color: #f1c1c0
}

.alert-youtube .alert-link {
  color: #1a0d16
}

.alert-slack {
  color: #1e3c47;
  background-color: #d8efe7;
  border-color: #c8e9dd
}

.alert-slack .alert-link {
  color: #0f1e23
}

.alert-dribbble {
  color: #412848;
  background-color: #fbdbe7;
  border-color: #f9cdde
}

.alert-dribbble .alert-link {
  color: #231627
}

.alert-dropbox {
  color: #183660;
  background-color: #d2e9ff;
  border-color: #c0e0ff
}

.alert-dropbox .alert-link {
  color: #0e1f37
}

.alert-twitch {
  color: #212446;
  background-color: #dbd7e5;
  border-color: #cdc7da
}

.alert-twitch .alert-link {
  color: #111223
}

.alert-paypal {
  color: #423d36;
  background-color: #fbf0d5;
  border-color: #faeac4
}

.alert-paypal .alert-link {
  color: #26231f
}

.alert-behance {
  color: #122a60;
  background-color: #cdf;
  border-color: #b8d0ff
}

.alert-behance .alert-link {
  color: #0a1735
}

.alert-reddit {
  color: #412634;
  background-color: #fadad3;
  border-color: #f9cbc1
}

.alert-reddit .alert-link {
  color: #21131a
}

.alert-github {
  color: #192034;
  background-color: #d3d3d3;
  border-color: #c1c1c1
}

.alert-github .alert-link {
  color: #080b12
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #eff1f5;
  border-radius: .45rem;
  box-shadow: inset 0 1px 2px rgba(23, 31, 56, .075)
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242e4c;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .45rem
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  background-color: #fff;
  border: .0625rem solid rgba(23, 31, 56, .125);
}

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

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

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

.list-group-item+.list-group-item.active {
  margin-top: -.0625rem;
  border-top-width: .0625rem
}
.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 .0625rem
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.text-justify {
  text-align: justify;
}

.close {
  font-size: calc(1.275rem + .3vw);
  font-weight: 600;
  line-height: 1;
  color: #171f38;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

@media (min-width:1200px) {
  .close {
    font-size: 1.5rem
  }
}

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

.close:focus,
.close:hover {
  opacity: .75
}

.close.disabled,
.close:disabled {
  pointer-events: none
}

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

.toast {
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .45rem
}

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

.toast.showing {
  opacity: 1
}

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

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #93a5be;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

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

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

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

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

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

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

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  overflow: hidden
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid rgba(23, 31, 56, .2);
  border-radius: .3rem;
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075);
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #171f38
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: .0625rem solid #dce6f3;
  border-top-left-radius: .2375rem;
  border-top-right-radius: .2375rem
}

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

.modal-header-custom {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
}

.modal-header-custom .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: .0625rem solid #dce6f3;
  border-bottom-right-radius: .2375rem;
  border-bottom-left-radius: .2375rem
}

.modal-footer>* {
  margin: .25rem
}

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

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-content {
    box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15)
  }
  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

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

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .tooltip-arrow,
.bs-tooltip-right .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow,
.bs-tooltip-left .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #fff
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #171f38;
  text-align: center;
  background-color: #fff;
  border-radius: .45rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid rgba(23, 31, 56, .2);
  border-radius: .3rem;
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15)
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

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

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: -.5625rem
}

.bs-popover-auto[x-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(23, 31, 56, .25)
}

.bs-popover-auto[x-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: .0625rem;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.popover-arrow,
.bs-popover-right>.popover-arrow {
  left: -.5625rem;
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.popover-arrow::before,
.bs-popover-right>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(23, 31, 56, .25)
}

.bs-popover-auto[x-placement^=right]>.popover-arrow::after,
.bs-popover-right>.popover-arrow::after {
  left: .0625rem;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: -.5625rem
}

.bs-popover-auto[x-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(23, 31, 56, .25)
}

.bs-popover-auto[x-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: .0625rem;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

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

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.popover-arrow,
.bs-popover-left>.popover-arrow {
  right: -.5625rem;
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.popover-arrow::before,
.bs-popover-left>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(23, 31, 56, .25)
}

.bs-popover-auto[x-placement^=left]>.popover-arrow::after,
.bs-popover-left>.popover-arrow::after {
  right: .0625rem;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1c2540;
  background-color: #f7f7f7;
  border-bottom: .0625rem solid #ebebeb;
  border-top-left-radius: .2375rem;
  border-top-right-radius: .2375rem
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem 1rem;
  color: #424767
}

.carousel {
  position: relative
}

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

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

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

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

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

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

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

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

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

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

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

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

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

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 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")
}

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

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

.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: .5;
  transition: opacity .6s ease
}

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

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

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

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

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

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

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

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

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

.link-primary {
  color: #242e4c
}

.link-primary:focus,
.link-primary:hover {
  color: #0b0f18
}

.link-secondary {
  color: #1c2540
}

.link-secondary:focus,
.link-secondary:hover {
  color: #05060b
}

.link-tertiary {
  color: #893168
}

.link-tertiary:focus,
.link-tertiary:hover {
  color: #511d3d
}

.link-primary-app {
  color: #ebf4f6
}

.link-primary-app:focus,
.link-primary-app:hover {
  color: #b6d7de
}

.link-secondary-app {
  color: #424aa0
}

.link-secondary-app:focus,
.link-secondary-app:hover {
  color: #2c316a
}

.link-light {
  color: #dce6f3
}

.link-light:focus,
.link-light:hover {
  color: #a3bddf
}

.link-lighten {
  color: #f9fafe
}

.link-lighten:focus,
.link-lighten:hover {
  color: #b7c3f3
}

.link-success {
  color: #080
}

.link-success:focus,
.link-success:hover {
  color: #003c00
}

.link-info {
  color: #0d6efd
}

.link-info:focus,
.link-info:hover {
  color: #024dbc
}

.link-warning {
  color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
  color: #ba8b00
}

.link-danger {
  color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
  color: #a71d2a
}

.link-white {
  color: #fff
}

.link-white:focus,
.link-white:hover {
  color: #d9d9d9
}

.link-gray {
  color: #424767
}

.link-gray:focus,
.link-gray:hover {
  color: #242738
}

.link-neutral {
  color: #fff
}

.link-neutral:focus,
.link-neutral:hover {
  color: #d9d9d9
}

.link-dark {
  color: #1c2540
}

.link-dark:focus,
.link-dark:hover {
  color: #05060b
}

.link-soft {
  color: #eff1f5
}

.link-soft:focus,
.link-soft:hover {
  color: #c0c8d8
}

.link-black {
  color: #171f38
}

.link-black:focus,
.link-black:hover {
  color: #010102
}

.link-blue {
  color: #0d6efd
}

.link-blue:focus,
.link-blue:hover {
  color: #024dbc
}

.link-purple {
  color: #6f42c1
}

.link-purple:focus,
.link-purple:hover {
  color: #4e2d89
}

.link-soft-indigo {
  color: #f5e8ff
}

.link-soft-indigo:focus,
.link-soft-indigo:hover {
  color: #d49cff
}

.link-soft-green {
  color: #2ca58d
}

.link-soft-green:focus,
.link-soft-green:hover {
  color: #1c6959
}

.link-gray-100 {
  color: #fbfbfd
}

.link-gray-100:focus,
.link-gray-100:hover {
  color: #c8c8e4
}

.link-gray-200 {
  color: #eff1f5
}

.link-gray-200:focus,
.link-gray-200:hover {
  color: #c0c8d8
}

.link-gray-300 {
  color: #f9fafe
}

.link-gray-300:focus,
.link-gray-300:hover {
  color: #b7c3f3
}

.link-gray-400 {
  color: #dce6f3
}

.link-gray-400:focus,
.link-gray-400:hover {
  color: #a3bddf
}

.link-gray-500 {
  color: #b7c3d2
}

.link-gray-500:focus,
.link-gray-500:hover {
  color: #889cb5
}

.link-gray-600 {
  color: #93a5be
}

.link-gray-600:focus,
.link-gray-600:hover {
  color: #637da1
}

.link-gray-700 {
  color: #52547a
}

.link-gray-700:focus,
.link-gray-700:hover {
  color: #33354c
}

.link-gray-800 {
  color: #4e5079
}

.link-gray-800:focus,
.link-gray-800:hover {
  color: #30314a
}

.link-facebook {
  color: #3b5999
}

.link-facebook:focus,
.link-facebook:hover {
  color: #263962
}

.link-twitter {
  color: #1da1f2
}

.link-twitter:focus,
.link-twitter:hover {
  color: #0b76b8
}

.link-google {
  color: #db4337
}

.link-google:focus,
.link-google:hover {
  color: #a7281e
}

.link-instagram {
  color: #e4405f
}

.link-instagram:focus,
.link-instagram:hover {
  color: #bd1b39
}

.link-pinterest {
  color: #bd081c
}

.link-pinterest:focus,
.link-pinterest:hover {
  color: #740511
}

.link-youtube {
  color: #cd201f
}

.link-youtube:focus,
.link-youtube:hover {
  color: #8b1615
}

.link-slack {
  color: #3aaf85
}

.link-slack:focus,
.link-slack:hover {
  color: #277659
}

.link-dribbble {
  color: #ea4c89
}

.link-dribbble:focus,
.link-dribbble:hover {
  color: #d11960
}

.link-dropbox {
  color: #1e90ff
}

.link-dropbox:focus,
.link-dropbox:hover {
  color: #006ad1
}

.link-twitch {
  color: #4b367c
}

.link-twitch:focus,
.link-twitch:hover {
  color: #2b1f47
}

.link-paypal {
  color: #ecb32c
}

.link-paypal:focus,
.link-paypal:hover {
  color: #b81
}

.link-behance {
  color: #0057ff
}

.link-behance:focus,
.link-behance:hover {
  color: #003db3
}

.link-reddit {
  color: #e84422
}

.link-reddit:focus,
.link-reddit:hover {
  color: #ac2c12
}

.link-github {
  color: #222
}

.link-github:focus,
.link-github:hover {
  color: #000
}

.embed-responsive {
  position: relative;
  width: 100%
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}

@media (min-width:576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0)!important;
  white-space: nowrap!important;
  border: 0!important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

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

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

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

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

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

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

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

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15)!important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075)!important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(23, 31, 56, .175)!important
}

.shadow-none {
  box-shadow: none!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.headroom--pinned,
.headroom--unpinned,
.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: sticky!important
}

.border {
  border: .0625rem solid #dce6f3!important
}

.border-0 {
  border: 0!important
}

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

.border-2 {
  border: 2px solid #dee2e6 !important;
}

.border-top {
  border-top: .0625rem solid #dce6f3!important
}

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

.border-right {
  border-right: .0625rem solid #dce6f3!important
}

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

.border-bottom {
  border-bottom: .0625rem solid #dce6f3!important
}

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

.border-left {
  border-left: .0625rem solid #dce6f3!important
}

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

.border-primary {
  border-color: #242e4c!important
}

.border-secondary {
  border-color: #1c2540!important
}

.border-tertiary {
  border-color: #893168!important
}

.border-primary-app {
  border-color: #ebf4f6!important
}

.border-secondary-app {
  border-color: #424aa0!important
}

.border-light {
  border-color: #dce6f3!important
}

.border-lighten {
  border-color: #f9fafe!important
}

.border-success {
  border-color: #080!important
}

.border-info {
  border-color: #0d6efd!important
}

.border-warning {
  border-color: #ffc107!important
}

.border-danger {
  border-color: #dc3545!important
}

.border-white {
  border-color: #fff!important
}

.border-gray {
  border-color: #424767!important
}

.border-neutral {
  border-color: #fff!important
}

.border-dark {
  border-color: #1c2540!important
}

.border-soft {
  border-color: #eff1f5!important
}

.border-black {
  border-color: #171f38!important
}

.border-blue {
  border-color: #0d6efd!important
}

.border-purple {
  border-color: #6f42c1!important
}

.border-soft-indigo {
  border-color: #f5e8ff!important
}

.border-soft-green {
  border-color: #2ca58d!important
}

.border-gray-100 {
  border-color: #fbfbfd!important
}

.border-gray-200 {
  border-color: #eff1f5!important
}

.border-gray-300 {
  border-color: #f9fafe!important
}

.border-gray-400 {
  border-color: #dce6f3!important
}

.border-gray-500 {
  border-color: #b7c3d2!important
}

.border-gray-600 {
  border-color: #93a5be!important
}

.border-gray-700 {
  border-color: #52547a!important
}

.border-gray-800 {
  border-color: #4e5079!important
}

.border-facebook {
  border-color: #3b5999!important
}

.border-twitter {
  border-color: #1da1f2!important
}

.border-google {
  border-color: #db4337!important
}

.border-instagram {
  border-color: #e4405f!important
}

.border-pinterest {
  border-color: #bd081c!important
}

.border-youtube {
  border-color: #cd201f!important
}

.border-slack {
  border-color: #3aaf85!important
}

.border-dribbble {
  border-color: #ea4c89!important
}

.border-dropbox {
  border-color: #1e90ff!important
}

.border-twitch {
  border-color: #4b367c!important
}

.border-paypal {
  border-color: #ecb32c!important
}

.border-behance {
  border-color: #0057ff!important
}

.border-reddit {
  border-color: #e84422!important
}

.border-github {
  border-color: #222!important
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-auto {
  width: auto!important
}

.mw-100 {
  max-width: 100%!important
}

.vw-100 {
  width: 100vw!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vw-20 {
  min-width: 20vw!important
}

.min-vw-50 {
  min-width: 50vw!important
}

.min-vw-40 {
  min-width: 40vw!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.h-auto {
  height: auto!important
}

.mh-100 {
  max-height: 100%!important
}

.mh-50 {
  max-height: 50%!important
}
.mh-20vh {
  max-height: 20vh!important
}

.mh-50vh {
  max-height: 50vh!important
}

.vh-5 {
  height: 5vh!important
}

.vh-7 {
  height: 7vh!important
}

.vh-13 {
  height: 13vh!important
}

.vh-100 {
  height: 100vh!important
}

.min-vh-17 {
  min-height: 17vh!important
}

.min-vh-20 {
  min-height: 20vh!important
}

.min-vh-23 {
  min-height: 23vh!important
}

.min-vh-25 {
  min-height: 25vh!important
}

.min-vh-27 {
  min-height: 27vh!important
}

.min-vh-30 {
  min-height: 30vh!important
}

.min-vh-32 {
  min-height: 32vh!important
}

.min-vh-34 {
  min-height: 34vh!important
}

.min-vh-35 {
  min-height: 35vh!important
}

.min-vh-36 {
  min-height: 36vh!important
}

.min-vh-40 {
  min-height: 40vh!important
}

.min-vh-50 {
  min-height: 50vh!important
}

.min-vh-75 {
  min-height: 75vh!important
}

.min-vh-88 {
  min-height: 88vh!important
}

.min-vh-95 {
  min-height: 93vh!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.flex-fill {
  flex: 1 1 auto!important
}

.flex-row {
  flex-direction: row!important
}

.flex-column {
  flex-direction: column!important
}

.flex-row-reverse {
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  flex-direction: column-reverse!important
}

.flex-grow-0 {
  flex-grow: 0!important
}

.flex-grow-1 {
  flex-grow: 1!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.flex-shrink-1 {
  flex-shrink: 1!important
}

.flex-wrap {
  flex-wrap: wrap!important
}

.flex-nowrap {
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}

.justify-content-start {
  justify-content: flex-start!important
}

.justify-content-end {
  justify-content: flex-end!important
}

.justify-content-center {
  justify-content: center!important
}

.justify-content-between {
  justify-content: space-between!important
}

.justify-content-around {
  justify-content: space-around!important
}

.justify-content-evenly {
  justify-content: space-evenly!important
}

.align-items-start {
  align-items: flex-start!important
}

.align-items-end {
  align-items: flex-end!important
}

.align-items-center {
  align-items: center!important
}

.align-items-baseline {
  align-items: baseline!important
}

.align-items-stretch {
  align-items: stretch!important
}

.align-content-start {
  align-content: flex-start!important
}

.align-content-end {
  align-content: flex-end!important
}

.align-content-center {
  align-content: center!important
}

.align-content-between {
  align-content: space-between!important
}

.align-content-around {
  align-content: space-around!important
}

.align-content-stretch {
  align-content: stretch!important
}

.align-self-auto {
  align-self: auto!important
}

.align-self-start {
  align-self: flex-start!important
}

.align-self-end {
  align-self: flex-end!important
}

.align-self-center {
  align-self: center!important
}

.align-self-baseline {
  align-self: baseline!important
}

.align-self-stretch {
  align-self: stretch!important
}

.order-first {
  order: -1!important
}

.order-0 {
  order: 0!important
}

.order-1 {
  order: 1!important
}

.order-2 {
  order: 2!important
}

.order-3 {
  order: 3!important
}

.order-4 {
  order: 4!important
}

.order-5 {
  order: 5!important
}

.order-last {
  order: 6!important
}

.m-0 {
  margin: 0!important
}

.m-1 {
  margin: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.m-6 {
  margin: 5rem!important
}

.m-7 {
  margin: 8rem!important
}

.m-8 {
  margin: 10rem!important
}

.m-9 {
  margin: 11rem!important
}

.m-10 {
  margin: 14rem!important
}

.m-11 {
  margin: 16rem!important
}

.m-12 {
  margin: 20rem!important
}

.m-sm {
  margin: 1rem!important
}

.m-md {
  margin: 2rem!important
}

.m-lg {
  margin: 4rem!important
}

.m-xl {
  margin: 8rem!important
}

.m-auto {
  margin: auto!important
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}

.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important
}

.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important
}

.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}

.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}

.mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}

.mx-6 {
  margin-right: 5rem!important;
  margin-left: 5rem!important
}

.mx-7 {
  margin-right: 8rem!important;
  margin-left: 8rem!important
}

.mx-8 {
  margin-right: 10rem!important;
  margin-left: 10rem!important
}

.mx-9 {
  margin-right: 11rem!important;
  margin-left: 11rem!important
}

.mx-10 {
  margin-right: 14rem!important;
  margin-left: 14rem!important
}

.mx-11 {
  margin-right: 16rem!important;
  margin-left: 16rem!important
}

.mx-12 {
  margin-right: 20rem!important;
  margin-left: 20rem!important
}

.mx-sm {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}

.mx-md {
  margin-right: 2rem!important;
  margin-left: 2rem!important
}

.mx-lg {
  margin-right: 4rem!important;
  margin-left: 4rem!important
}

.mx-xl {
  margin-right: 8rem!important;
  margin-left: 8rem!important
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important
}

.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}

.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}

.my-6 {
  margin-top: 5rem!important;
  margin-bottom: 5rem!important
}

.my-7 {
  margin-top: 8rem!important;
  margin-bottom: 8rem!important
}

.my-8 {
  margin-top: 10rem!important;
  margin-bottom: 10rem!important
}

.my-9 {
  margin-top: 11rem!important;
  margin-bottom: 11rem!important
}

.my-10 {
  margin-top: 14rem!important;
  margin-bottom: 14rem!important
}

.my-11 {
  margin-top: 16rem!important;
  margin-bottom: 16rem!important
}

.my-12 {
  margin-top: 20rem!important;
  margin-bottom: 20rem!important
}

.my-sm {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}

.my-md {
  margin-top: 2rem!important;
  margin-bottom: 2rem!important
}

.my-lg {
  margin-top: 4rem!important;
  margin-bottom: 4rem!important
}

.my-xl {
  margin-top: 8rem!important;
  margin-bottom: 8rem!important
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}

.mt-0 {
  margin-top: 0!important
}

.mt-1 {
  margin-top: .25rem!important
}

.mt-2 {
  margin-top: .5rem!important
}

.mt-3 {
  margin-top: 1rem!important
}

.mt-4 {
  margin-top: 1.5rem!important
}

.mt-5 {
  margin-top: 3rem!important
}

.mt-6 {
  margin-top: 5rem!important
}

.mt-7 {
  margin-top: 8rem!important
}

.mt-8 {
  margin-top: 10rem!important
}

.mt-9 {
  margin-top: 11rem!important
}

.mt-10 {
  margin-top: 14rem!important
}

.mt-11 {
  margin-top: 16rem!important
}

.mt-12 {
  margin-top: 20rem!important
}

.mt-sm {
  margin-top: 1rem!important
}

.mt-md {
  margin-top: 2rem!important
}

.mt-lg {
  margin-top: 4rem!important
}

.mt-xl {
  margin-top: 8rem!important
}

.mt-auto {
  margin-top: auto!important
}

.me-0,
.mr-0 {
  margin-right: 0!important
}

.me-1,
.mr-1 {
  margin-right: .25rem!important
}

.me-2,
.mr-2 {
  margin-right: .5rem!important
}

.me-3,
.mr-3 {
  margin-right: 1rem!important
}

.me-4,
.mr-4 {
  margin-right: 1.5rem!important
}

.me-5,
.mr-5 {
  margin-right: 3rem!important
}

.me-6,
.mr-6 {
  margin-right: 5rem!important
}

.me-7,
.mr-7 {
  margin-right: 8rem!important
}

.me-8,
.mr-8 {
  margin-right: 10rem!important
}

.me-9,
.mr-9 {
  margin-right: 11rem!important
}

.me-10,
.mr-10 {
  margin-right: 14rem!important
}

.me-11,
.mr-11 {
  margin-right: 16rem!important
}

.me-12,
.mr-12 {
  margin-right: 20rem!important
}

.mr-sm {
  margin-right: 1rem!important
}

.mr-md {
  margin-right: 2rem!important
}

.mr-lg {
  margin-right: 4rem!important
}

.mr-xl {
  margin-right: 8rem!important
}

.mr-auto {
  margin-right: auto!important
}

.mb-0 {
  margin-bottom: 0!important
}

.mb-1 {
  margin-bottom: .25rem!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.mb-3 {
  margin-bottom: 1rem!important
}

.mb-4 {
  margin-bottom: 1.5rem!important
}

.mb-5 {
  margin-bottom: 3rem!important
}

.mb-6 {
  margin-bottom: 5rem!important
}

.mb-7 {
  margin-bottom: 8rem!important
}

.mb-8 {
  margin-bottom: 10rem!important
}

.mb-9 {
  margin-bottom: 11rem!important
}

.mb-10 {
  margin-bottom: 14rem!important
}

.mb-11 {
  margin-bottom: 16rem!important
}

.mb-12 {
  margin-bottom: 20rem!important
}

.mb-sm {
  margin-bottom: 1rem!important
}

.mb-md {
  margin-bottom: 2rem!important
}

.mb-lg {
  margin-bottom: 4rem!important
}

.mb-xl {
  margin-bottom: 8rem!important
}

.mb-auto {
  margin-bottom: auto!important
}

.ms-0,
.ml-0 {
  margin-left: 0!important
}

.ms-1,
.ml-1 {
  margin-left: .25rem!important
}

.ms-2,
.ml-2 {
  margin-left: .5rem!important
}

.ms-3,
.ml-3 {
  margin-left: 1rem!important
}

.ms-4,
.ml-4 {
  margin-left: 1.5rem!important
}

.ms-5,
.ml-5 {
  margin-left: 3rem!important
}

.ms-6,
.ml-6 {
  margin-left: 5rem!important
}

.ms-7,
.ml-7 {
  margin-left: 8rem!important
}

.ms-8,
.ml-8 {
  margin-left: 10rem!important
}

.ms-9,
.ml-9 {
  margin-left: 11rem!important
}

.ms-10,
.ml-10 {
  margin-left: 14rem!important
}

.ms-11,
.ml-11 {
  margin-left: 16rem!important
}

.ms-12,
.ml-12 {
  margin-left: 20rem!important
}

.ml-sm {
  margin-left: 1rem!important
}

.ml-md {
  margin-left: 2rem!important
}

.ml-lg {
  margin-left: 4rem!important
}

.ml-xl {
  margin-left: 8rem!important
}

.ml-auto {
  margin-left: auto!important
}

.m-n1 {
  margin: -.25rem!important
}

.m-n2 {
  margin: -.5rem!important
}

.m-n3 {
  margin: -1rem!important
}

.m-n4 {
  margin: -1.5rem!important
}

.m-n5 {
  margin: -3rem!important
}

.m-n6 {
  margin: -5rem!important
}

.m-n7 {
  margin: -8rem!important
}

.m-n8 {
  margin: -10rem!important
}

.m-n9 {
  margin: -11rem!important
}

.m-n10 {
  margin: -14rem!important
}

.m-n11 {
  margin: -16rem!important
}

.m-n12 {
  margin: -20rem!important
}

.m-nsm {
  margin: -1rem!important
}

.m-nmd {
  margin: -2rem!important
}

.m-nlg {
  margin: -4rem!important
}

.m-nxl {
  margin: -8rem!important
}

.mx-n1 {
  margin-right: -.25rem!important;
  margin-left: -.25rem!important
}

.mx-n2 {
  margin-right: -.5rem!important;
  margin-left: -.5rem!important
}

.mx-n3 {
  margin-right: -1rem!important;
  margin-left: -1rem!important
}

.mx-n4 {
  margin-right: -1.5rem!important;
  margin-left: -1.5rem!important
}

.mx-n5 {
  margin-right: -3rem!important;
  margin-left: -3rem!important
}

.mx-n6 {
  margin-right: -5rem!important;
  margin-left: -5rem!important
}

.mx-n7 {
  margin-right: -8rem!important;
  margin-left: -8rem!important
}

.mx-n8 {
  margin-right: -10rem!important;
  margin-left: -10rem!important
}

.mx-n9 {
  margin-right: -11rem!important;
  margin-left: -11rem!important
}

.mx-n10 {
  margin-right: -14rem!important;
  margin-left: -14rem!important
}

.mx-n11 {
  margin-right: -16rem!important;
  margin-left: -16rem!important
}

.mx-n12 {
  margin-right: -20rem!important;
  margin-left: -20rem!important
}

.mx-nsm {
  margin-right: -1rem!important;
  margin-left: -1rem!important
}

.mx-nmd {
  margin-right: -2rem!important;
  margin-left: -2rem!important
}

.mx-nlg {
  margin-right: -4rem!important;
  margin-left: -4rem!important
}

.mx-nxl {
  margin-right: -8rem!important;
  margin-left: -8rem!important
}

.my-n1 {
  margin-top: -.25rem!important;
  margin-bottom: -.25rem!important
}

.my-n2 {
  margin-top: -.5rem!important;
  margin-bottom: -.5rem!important
}

.my-n3 {
  margin-top: -1rem!important;
  margin-bottom: -1rem!important
}

.my-n4 {
  margin-top: -1.5rem!important;
  margin-bottom: -1.5rem!important
}

.my-n5 {
  margin-top: -3rem!important;
  margin-bottom: -3rem!important
}

.my-n6 {
  margin-top: -5rem!important;
  margin-bottom: -5rem!important
}

.my-n7 {
  margin-top: -8rem!important;
  margin-bottom: -8rem!important
}

.my-n8 {
  margin-top: -10rem!important;
  margin-bottom: -10rem!important
}

.my-n9 {
  margin-top: -11rem!important;
  margin-bottom: -11rem!important
}

.my-n10 {
  margin-top: -14rem!important;
  margin-bottom: -14rem!important
}

.my-n11 {
  margin-top: -16rem!important;
  margin-bottom: -16rem!important
}

.my-n12 {
  margin-top: -20rem!important;
  margin-bottom: -20rem!important
}

.my-nsm {
  margin-top: -1rem!important;
  margin-bottom: -1rem!important
}

.my-nmd {
  margin-top: -2rem!important;
  margin-bottom: -2rem!important
}

.my-nlg {
  margin-top: -4rem!important;
  margin-bottom: -4rem!important
}

.my-nxl {
  margin-top: -8rem!important;
  margin-bottom: -8rem!important
}

.mt-n0 {
  margin-top: -.5rem!important
}

.mt-n1 {
  margin-top: -1rem!important
}

.mt-n2 {
  margin-top: -2rem!important
}

.mt-n3 {
  margin-top: -3rem!important
}

.mt-n4 {
  margin-top: -4rem!important
}

.mt-n5 {
  margin-top: -5rem!important
}

.mt-n6 {
  margin-top: -6rem!important
}

.mt-n7 {
  margin-top: -7rem!important
}

.mt-n8 {
  margin-top: -8rem!important
}

.mt-n9 {
  margin-top: -9rem!important
}

.mt-n10 {
  margin-top: -10rem!important
}

.mt-n11 {
  margin-top: -11rem!important
}

.mt-n12 {
  margin-top: -20rem!important
}

.mt-nsm {
  margin-top: -1rem!important
}

.mt-nmd {
  margin-top: -2rem!important
}

.mt-nlg {
  margin-top: -4rem!important
}

.mt-nxl {
  margin-top: -8rem!important
}

.mr-n1 {
  margin-right: -.25rem!important
}

.mr-n2 {
  margin-right: -.5rem!important
}

.mr-n3 {
  margin-right: -1rem!important
}

.mr-n4 {
  margin-right: -1.5rem!important
}

.mr-n5 {
  margin-right: -3rem!important
}

.mr-n6 {
  margin-right: -5rem!important
}

.mr-n7 {
  margin-right: -8rem!important
}

.mr-n8 {
  margin-right: -10rem!important
}

.mr-n9 {
  margin-right: -11rem!important
}

.mr-n10 {
  margin-right: -14rem!important
}

.mr-n11 {
  margin-right: -16rem!important
}

.mr-n12 {
  margin-right: -20rem!important
}

.mr-nsm {
  margin-right: -1rem!important
}

.mr-nmd {
  margin-right: -2rem!important
}

.mr-nlg {
  margin-right: -4rem!important
}

.mr-nxl {
  margin-right: -8rem!important
}

.mb-n1 {
  margin-bottom: -.25rem!important
}

.mb-n2 {
  margin-bottom: -.5rem!important
}

.mb-n3 {
  margin-bottom: -1rem!important
}

.mb-n4 {
  margin-bottom: -1.5rem!important
}

.mb-n5 {
  margin-bottom: -3rem!important
}

.mb-n6 {
  margin-bottom: -5rem!important
}

.mb-n7 {
  margin-bottom: -8rem!important
}

.mb-n8 {
  margin-bottom: -10rem!important
}

.mb-n9 {
  margin-bottom: -11rem!important
}

.mb-n10 {
  margin-bottom: -14rem!important
}

.mb-n11 {
  margin-bottom: -16rem!important
}

.mb-n12 {
  margin-bottom: -20rem!important
}

.mb-nsm {
  margin-bottom: -1rem!important
}

.mb-nmd {
  margin-bottom: -2rem!important
}

.mb-nlg {
  margin-bottom: -4rem!important
}

.mb-nxl {
  margin-bottom: -8rem!important
}

.ml-n1 {
  margin-left: -.25rem!important
}

.ml-n2 {
  margin-left: -.5rem!important
}

.ml-n3 {
  margin-left: -1rem!important
}

.ml-n4 {
  margin-left: -1.5rem!important
}

.ml-n5 {
  margin-left: -3rem!important
}

.ml-n6 {
  margin-left: -5rem!important
}

.ml-n7 {
  margin-left: -8rem!important
}

.ml-n8 {
  margin-left: -10rem!important
}

.ml-n9 {
  margin-left: -11rem!important
}

.ml-n10 {
  margin-left: -14rem!important
}

.ml-n11 {
  margin-left: -16rem!important
}

.ml-n12 {
  margin-left: -20rem!important
}

.ml-nsm {
  margin-left: -1rem!important
}

.ml-nmd {
  margin-left: -2rem!important
}

.ml-nlg {
  margin-left: -4rem!important
}

.ml-nxl {
  margin-left: -8rem!important
}

.p-0 {
  padding: 0!important
}

.p-1 {
  padding: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.p-6 {
  padding: 5rem!important
}

.p-7 {
  padding: 8rem!important
}

.p-8 {
  padding: 10rem!important
}

.p-9 {
  padding: 11rem!important
}

.p-10 {
  padding: 14rem!important
}

.p-11 {
  padding: 16rem!important
}

.p-12 {
  padding: 20rem!important
}

.p-sm {
  padding: 1rem!important
}

.p-md {
  padding: 2rem!important
}

.p-lg {
  padding: 4rem!important
}

.p-xl {
  padding: 8rem!important
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}

.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important
}

.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important
}

.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}

.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}

.px-6 {
  padding-right: 5rem!important;
  padding-left: 5rem!important
}

.px-7 {
  padding-right: 8rem!important;
  padding-left: 8rem!important
}

.px-8 {
  padding-right: 10rem!important;
  padding-left: 10rem!important
}

.px-9 {
  padding-right: 11rem!important;
  padding-left: 11rem!important
}

.px-10 {
  padding-right: 14rem!important;
  padding-left: 14rem!important
}

.px-11 {
  padding-right: 16rem!important;
  padding-left: 16rem!important
}

.px-12 {
  padding-right: 20rem!important;
  padding-left: 20rem!important
}

.px-sm {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}

.px-md {
  padding-right: 2rem!important;
  padding-left: 2rem!important
}

.px-lg {
  padding-right: 4rem!important;
  padding-left: 4rem!important
}

.px-xl {
  padding-right: 8rem!important;
  padding-left: 8rem!important
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}

.py-6 {
  padding-top: 6rem!important;
  padding-bottom: 6rem!important
}

.py-7 {
  padding-top: 7rem!important;
  padding-bottom: 7rem!important
}

.py-8 {
  padding-top: 8rem!important;
  padding-bottom: 8rem!important
}

.py-9 {
  padding-top: 9rem!important;
  padding-bottom: 9rem!important
}

.py-10 {
  padding-top: 10rem!important;
  padding-bottom: 10rem!important
}

.py-11 {
  padding-top: 11rem!important;
  padding-bottom: 11rem!important
}

.py-12 {
  padding-top: 12rem!important;
  padding-bottom: 12rem!important
}

.py-sm {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}

.py-md {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important
}

.py-lg {
  padding-top: 4rem!important;
  padding-bottom: 4rem!important
}

.py-xl {
  padding-top: 8rem!important;
  padding-bottom: 8rem!important
}

.pt-0 {
  padding-top: 0!important
}

.pt-1 {
  padding-top: .25rem!important
}

.pt-2 {
  padding-top: .5rem!important
}

.pt-3 {
  padding-top: 1rem!important
}

.pt-4 {
  padding-top: 1.5rem!important
}

.pt-5 {
  padding-top: 3rem!important
}

.pt-6 {
  padding-top: 5rem!important
}

.pt-6b {
  padding-top: 7rem!important
}

.pt-7 {
  padding-top: 8rem!important
}

.pt-8 {
  padding-top: 10rem!important
}

.pt-9 {
  padding-top: 11rem!important
}

.pt-10 {
  padding-top: 14rem!important
}

.pt-11 {
  padding-top: 16rem!important
}

.pt-12 {
  padding-top: 20rem!important
}

.pt-sm {
  padding-top: 1rem!important
}

.pt-md {
  padding-top: 2rem!important
}

.pt-lg {
  padding-top: 4rem!important
}

.pt-xl {
  padding-top: 8rem!important
}

.pr-0 {
  padding-right: 0!important
}

.pr-1 {
  padding-right: .25rem!important
}

.pr-2 {
  padding-right: .5rem!important
}

.pr-3 {
  padding-right: 1rem!important
}

.pr-4 {
  padding-right: 1.5rem!important
}

.pr-5 {
  padding-right: 3rem!important
}

.pr-6 {
  padding-right: 5rem!important
}

.pr-7 {
  padding-right: 8rem!important
}

.pr-8 {
  padding-right: 10rem!important
}

.pr-9 {
  padding-right: 11rem!important
}

.pr-10 {
  padding-right: 14rem!important
}

.pr-11 {
  padding-right: 16rem!important
}

.pr-12 {
  padding-right: 20rem!important
}

.pr-sm {
  padding-right: 1rem!important
}

.pr-md {
  padding-right: 2rem!important
}

.pr-lg {
  padding-right: 4rem!important
}

.pr-xl {
  padding-right: 8rem!important
}

.pb-0 {
  padding-bottom: 0!important
}

.pb-1 {
  padding-bottom: .25rem!important
}

.pb-2 {
  padding-bottom: .5rem!important
}

.pb-3 {
  padding-bottom: 1rem!important
}

.pb-4 {
  padding-bottom: 1.5rem!important
}

.pb-5 {
  padding-bottom: 3rem!important
}

.pb-6 {
  padding-bottom: 5rem!important
}

.pb-7 {
  padding-bottom: 8rem!important
}

.pb-8 {
  padding-bottom: 10rem!important
}

.pb-9 {
  padding-bottom: 11rem!important
}

.pb-10 {
  padding-bottom: 14rem!important
}

.pb-11 {
  padding-bottom: 16rem!important
}

.pb-12 {
  padding-bottom: 20rem!important
}

.pb-sm {
  padding-bottom: 1rem!important
}

.pb-md {
  padding-bottom: 2rem!important
}

.pb-lg {
  padding-bottom: 4rem!important
}

.pb-xl {
  padding-bottom: 8rem!important
}

.pl-0 {
  padding-left: 0!important
}

.pl-1 {
  padding-left: .25rem!important
}

.pl-2 {
  padding-left: .5rem!important
}

.pl-3 {
  padding-left: 1rem!important
}

.pl-4 {
  padding-left: 1.5rem!important
}

.pl-5 {
  padding-left: 3rem!important
}

.pl-6 {
  padding-left: 5rem!important
}

.pl-7 {
  padding-left: 8rem!important
}

.pl-8 {
  padding-left: 10rem!important
}

.pl-9 {
  padding-left: 11rem!important
}

.pl-10 {
  padding-left: 14rem!important
}

.pl-11 {
  padding-left: 16rem!important
}

.pl-12 {
  padding-left: 20rem!important
}

.pl-sm {
  padding-left: 1rem!important
}

.pl-md {
  padding-left: 2rem!important
}

.pl-lg {
  padding-left: 4rem!important
}

.pl-xl {
  padding-left: 8rem!important
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-lighter {
  font-weight: lighter!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 600!important
}

.font-weight-bolder {
  font-weight: 700!important
}

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

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

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

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

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

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

.text-primary {
  color: #242e4c!important
}

.text-secondary {
  color: #1c2540!important
}

.text-tertiary {
  color: #893168!important
}

.text-primary-app {
  color: #ebf4f6!important
}

.text-secondary-app {
  color: #424aa0!important
}

.text-light {
  color: #b4b9bf!important
}

.text-lighten {
  color: #f9fafe!important
}

.text-success {
  color: #080!important
}

.text-info {
  color: #0d6efd!important
}

.text-warning {
  color: #ffc107!important
}

.text-danger {
  color: #dc3545!important
}

.text-white {
  color: #fff!important
}

.text-gray {
  color: #424767!important
}

.text-neutral {
  color: #fff!important
}

.text-dark {
  color: #1c2540!important
}

.text-soft {
  color: #eff1f5!important
}

.text-black {
  color: #171f38!important
}

.text-blue {
  color: #0d6efd!important
}

.text-purple {
  color: #6f42c1!important
}

.text-soft-indigo {
  color: #f5e8ff!important
}

.text-soft-green {
  color: #2ca58d!important
}

.text-gray-100 {
  color: #fbfbfd!important
}

.text-gray-200 {
  color: #eff1f5!important
}

.text-gray-300 {
  color: #f9fafe!important
}

.text-gray-400 {
  color: #dce6f3!important
}

.text-gray-500 {
  color: #b7c3d2!important
}

.text-gray-600 {
  color: #93a5be!important
}

.text-gray-700 {
  color: #52547a!important
}

.text-gray-800 {
  color: #4e5079!important
}

.text-facebook {
  color: #3b5999!important
}

.text-twitter {
  color: #1da1f2!important
}

.text-google {
  color: #db4337!important
}

.text-instagram {
  color: #e4405f!important
}

.text-pinterest {
  color: #bd081c!important
}

.text-youtube {
  color: #cd201f!important
}

.text-slack {
  color: #3aaf85!important
}

.text-dribbble {
  color: #ea4c89!important
}

.text-dropbox {
  color: #1e90ff!important
}

.text-twitch {
  color: #4b367c!important
}

.text-paypal {
  color: #ecb32c!important
}

.text-behance {
  color: #0057ff!important
}

.text-reddit {
  color: #e84422!important
}

.text-github {
  color: #222!important
}

.text-body {
  color: #424767!important
}

.text-muted {
  color: #58677d!important
}

.text-black-50 {
  color: rgba(23, 31, 56, .5)!important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5)!important
}

.text-reset {
  color: inherit!important
}

.lh-1 {
  line-height: 1!important
}

.lh-sm {
  line-height: 1.25!important
}

.lh-base {
  line-height: 1.5!important
}

.lh-lg {
  line-height: 2!important
}

.bg-primary {
  background-color: #242e4c!important
}

.bg-secondary {
  background-color: #1c2540!important
}

.bg-tertiary {
  background-color: #893168!important
}

.bg-primary-app {
  background-color: #ebf4f6!important
}

.bg-secondary-app {
  background-color: #424aa0!important
}

.bg-light {
  background-color: #dce6f3!important
}

.bg-lighten {
  background-color: #f9fafe!important
}

.bg-success {
  background-color: #080!important
}

.bg-info {
  background-color: #0d6efd!important
}

.bg-warning {
  background-color: #ffc107!important
}

.bg-danger {
  background-color: #dc3545!important
}

.bg-white {
  background-color: #fff!important
}

.bg-gray {
  background-color: #424767!important
}

.bg-neutral {
  background-color: #fff!important
}

.bg-dark {
  background-color: #1c2540!important
}

.bg-soft {
  background-color: #eff1f5!important
}

.bg-header {
  background-color: rgba(23, 31, 56, .02) !important;
}

.bg-black {
  background-color: #171f38!important
}

.bg-blue {
  background-color: #0d6efd!important
}

.bg-purple {
  background-color: #6f42c1!important
}

.bg-soft-indigo {
  background-color: #f5e8ff!important
}

.bg-soft-green {
  background-color: #2ca58d!important
}

.bg-gray-100 {
  background-color: #fbfbfd!important
}

.bg-gray-200 {
  background-color: #eff1f5!important
}

.bg-gray-300 {
  background-color: #f9fafe!important
}

.bg-gray-400 {
  background-color: #dce6f3!important
}

.bg-gray-500 {
  background-color: #b7c3d2!important
}

.bg-gray-600 {
  background-color: #93a5be!important
}

.bg-gray-700 {
  background-color: #52547a!important
}

.bg-gray-800 {
  background-color: #4e5079!important
}

.bg-facebook {
  background-color: #3b5999!important
}

.bg-twitter {
  background-color: #1da1f2!important
}

.bg-google {
  background-color: #db4337!important
}

.bg-instagram {
  background-color: #e4405f!important
}

.bg-pinterest {
  background-color: #bd081c!important
}

.bg-youtube {
  background-color: #cd201f!important
}

.bg-slack {
  background-color: #3aaf85!important
}

.bg-dribbble {
  background-color: #ea4c89!important
}

.bg-dropbox {
  background-color: #1e90ff!important
}

.bg-twitch {
  background-color: #4b367c!important
}

.bg-paypal {
  background-color: #ecb32c!important
}

.bg-behance {
  background-color: #0057ff!important
}

.bg-reddit {
  background-color: #e84422!important
}

.bg-github {
  background-color: #222!important
}

.bg-body {
  background-color: #fff!important
}

.bg-transparent {
  background-color: transparent!important
}

.bg-gradient {
  background-image: var(--bs-gradient)!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-decoration-none {
  text-decoration: none!important
}

.text-decoration-underline {
  text-decoration: underline!important
}

.text-decoration-line-through {
  text-decoration: line-through!important
}

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

.font-normal {
  font-style: normal!important
}

.text-break {
  word-wrap: break-word!important;
  word-break: break-word!important
}

.font-monospace {
  font-family: var(--bs-font-monospace)!important
}

.user-select-all {
  -webkit-user-select: all!important;
  -ms-user-select: all!important;
  user-select: all!important
}

.user-select-auto {
  -webkit-user-select: auto!important;
  -ms-user-select: auto!important;
  user-select: auto!important
}

.user-select-none {
  -webkit-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important
}

.pe-none {
  pointer-events: none!important
}

.pe-auto {
  pointer-events: auto!important
}

.rounded {
  border-radius: .45rem!important
}

.rounded-sm {
  border-radius: .1rem!important
}

.rounded-lg {
  border-radius: .3rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-pill {
  border-radius: 50rem!important
}

.rounded-pill-right {
  border-top-right-radius: 50rem!important;
  border-bottom-right-radius: 50rem!important
}
.rounded-10 {
  border-radius: 10rem!important
}

.rounded-8 {
  border-radius: 8rem!important
}

.rounded-0 {
  border-radius: 0!important
}

.rounded-top {
  border-top-left-radius: .45rem!important;
  border-top-right-radius: .45rem!important
}

.rounded-right {
  border-top-right-radius: .45rem!important;
  border-bottom-right-radius: .45rem!important
}

.rounded-bottom {
  border-bottom-right-radius: .45rem!important;
  border-bottom-left-radius: .45rem!important
}

.rounded-left {
  border-bottom-left-radius: .45rem!important;
  border-top-left-radius: .45rem!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left!important
  }
  .float-sm-right {
    float: right!important
  }
  .float-sm-none {
    float: none!important
  }
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: flex!important
  }
  .d-sm-inline-flex {
    display: inline-flex!important
  }
  .flex-sm-fill {
    flex: 1 1 auto!important
  }
  .flex-sm-row {
    flex-direction: row!important
  }
  .flex-sm-column {
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-sm-grow-0 {
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-sm-wrap {
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-sm-start {
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    justify-content: center!important
  }
  .justify-content-sm-between {
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    justify-content: space-around!important
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly!important
  }
  .align-items-sm-start {
    align-items: flex-start!important
  }
  .align-items-sm-end {
    align-items: flex-end!important
  }
  .align-items-sm-center {
    align-items: center!important
  }
  .align-items-sm-baseline {
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    align-items: stretch!important
  }
  .align-content-sm-start {
    align-content: flex-start!important
  }
  .align-content-sm-end {
    align-content: flex-end!important
  }
  .align-content-sm-center {
    align-content: center!important
  }
  .align-content-sm-between {
    align-content: space-between!important
  }
  .align-content-sm-around {
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    align-content: stretch!important
  }
  .align-self-sm-auto {
    align-self: auto!important
  }
  .align-self-sm-start {
    align-self: flex-start!important
  }
  .align-self-sm-end {
    align-self: flex-end!important
  }
  .align-self-sm-center {
    align-self: center!important
  }
  .align-self-sm-baseline {
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    align-self: stretch!important
  }
  .order-sm-first {
    order: -1!important
  }
  .order-sm-0 {
    order: 0!important
  }
  .order-sm-1 {
    order: 1!important
  }
  .order-sm-2 {
    order: 2!important
  }
  .order-sm-3 {
    order: 3!important
  }
  .order-sm-4 {
    order: 4!important
  }
  .order-sm-5 {
    order: 5!important
  }
  .order-sm-last {
    order: 6!important
  }
  .m-sm-0 {
    margin: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .m-sm-5 {
    margin: 3rem!important
  }
  .m-sm-6 {
    margin: 5rem!important
  }
  .m-sm-7 {
    margin: 8rem!important
  }
  .m-sm-8 {
    margin: 10rem!important
  }
  .m-sm-9 {
    margin: 11rem!important
  }
  .m-sm-10 {
    margin: 14rem!important
  }
  .m-sm-11 {
    margin: 16rem!important
  }
  .m-sm-12 {
    margin: 20rem!important
  }
  .m-sm-sm {
    margin: 1rem!important
  }
  .m-sm-md {
    margin: 2rem!important
  }
  .m-sm-lg {
    margin: 4rem!important
  }
  .m-sm-xl {
    margin: 8rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-sm-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-sm-6 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
  }
  .mx-sm-7 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-sm-8 {
    margin-right: 10rem!important;
    margin-left: 10rem!important
  }
  .mx-sm-9 {
    margin-right: 11rem!important;
    margin-left: 11rem!important
  }
  .mx-sm-10 {
    margin-right: 14rem!important;
    margin-left: 14rem!important
  }
  .mx-sm-11 {
    margin-right: 16rem!important;
    margin-left: 16rem!important
  }
  .mx-sm-12 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
  }
  .mx-sm-sm {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-md {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-sm-lg {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-sm-xl {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-sm-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-sm-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-sm-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-sm-6 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
  }
  .my-sm-7 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-sm-8 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important
  }
  .my-sm-9 {
    margin-top: 11rem!important;
    margin-bottom: 11rem!important
  }
  .my-sm-10 {
    margin-top: 14rem!important;
    margin-bottom: 14rem!important
  }
  .my-sm-11 {
    margin-top: 16rem!important;
    margin-bottom: 16rem!important
  }
  .my-sm-12 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
  }
  .my-sm-sm {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-sm-md {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-sm-lg {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-sm-xl {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-sm-0 {
    margin-top: 0!important
  }
  .mt-sm-1 {
    margin-top: .25rem!important
  }
  .mt-sm-2 {
    margin-top: .5rem!important
  }
  .mt-sm-3 {
    margin-top: 1rem!important
  }
  .mt-sm-4 {
    margin-top: 1.5rem!important
  }
  .mt-sm-5 {
    margin-top: 3rem!important
  }
  .mt-sm-6 {
    margin-top: 5rem!important
  }
  .mt-sm-7 {
    margin-top: 8rem!important
  }
  .mt-sm-8 {
    margin-top: 10rem!important
  }
  .mt-sm-9 {
    margin-top: 11rem!important
  }
  .mt-sm-10 {
    margin-top: 14rem!important
  }
  .mt-sm-11 {
    margin-top: 16rem!important
  }
  .mt-sm-12 {
    margin-top: 20rem!important
  }
  .mt-sm-sm {
    margin-top: 1rem!important
  }
  .mt-sm-md {
    margin-top: 2rem!important
  }
  .mt-sm-lg {
    margin-top: 4rem!important
  }
  .mt-sm-xl {
    margin-top: 8rem!important
  }
  .mt-sm-auto {
    margin-top: auto!important
  }
  .mr-sm-0 {
    margin-right: 0!important
  }
  .mr-sm-1 {
    margin-right: .25rem!important
  }
  .mr-sm-2 {
    margin-right: .5rem!important
  }
  .mr-sm-3 {
    margin-right: 1rem!important
  }
  .mr-sm-4 {
    margin-right: 1.5rem!important
  }
  .mr-sm-5 {
    margin-right: 3rem!important
  }
  .mr-sm-6 {
    margin-right: 5rem!important
  }
  .mr-sm-7 {
    margin-right: 8rem!important
  }
  .mr-sm-8 {
    margin-right: 10rem!important
  }
  .mr-sm-9 {
    margin-right: 11rem!important
  }
  .mr-sm-10 {
    margin-right: 14rem!important
  }
  .mr-sm-11 {
    margin-right: 16rem!important
  }
  .mr-sm-12 {
    margin-right: 20rem!important
  }
  .mr-sm-sm {
    margin-right: 1rem!important
  }
  .mr-sm-md {
    margin-right: 2rem!important
  }
  .mr-sm-lg {
    margin-right: 4rem!important
  }
  .mr-sm-xl {
    margin-right: 8rem!important
  }
  .mr-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-0 {
    margin-bottom: 0!important
  }
  .mb-sm-1 {
    margin-bottom: .25rem!important
  }
  .mb-sm-2 {
    margin-bottom: .5rem!important
  }
  .mb-sm-3 {
    margin-bottom: 1rem!important
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-sm-5 {
    margin-bottom: 3rem!important
  }
  .mb-sm-6 {
    margin-bottom: 5rem!important
  }
  .mb-sm-7 {
    margin-bottom: 8rem!important
  }
  .mb-sm-8 {
    margin-bottom: 10rem!important
  }
  .mb-sm-9 {
    margin-bottom: 11rem!important
  }
  .mb-sm-10 {
    margin-bottom: 14rem!important
  }
  .mb-sm-11 {
    margin-bottom: 16rem!important
  }
  .mb-sm-12 {
    margin-bottom: 20rem!important
  }
  .mb-sm-sm {
    margin-bottom: 1rem!important
  }
  .mb-sm-md {
    margin-bottom: 2rem!important
  }
  .mb-sm-lg {
    margin-bottom: 4rem!important
  }
  .mb-sm-xl {
    margin-bottom: 8rem!important
  }
  .mb-sm-auto {
    margin-bottom: auto!important
  }
  .ml-sm-0 {
    margin-left: 0!important
  }
  .ml-sm-1 {
    margin-left: .25rem!important
  }
  .ml-sm-2 {
    margin-left: .5rem!important
  }
  .ml-sm-3 {
    margin-left: 1rem!important
  }
  .ml-sm-4 {
    margin-left: 1.5rem!important
  }
  .ml-sm-5 {
    margin-left: 3rem!important
  }
  .ml-sm-6 {
    margin-left: 5rem!important
  }
  .ml-sm-7 {
    margin-left: 8rem!important
  }
  .ml-sm-8 {
    margin-left: 10rem!important
  }
  .ml-sm-9 {
    margin-left: 11rem!important
  }
  .ml-sm-10 {
    margin-left: 14rem!important
  }
  .ml-sm-11 {
    margin-left: 16rem!important
  }
  .ml-sm-12 {
    margin-left: 20rem!important
  }
  .ml-sm-sm {
    margin-left: 1rem!important
  }
  .ml-sm-md {
    margin-left: 2rem!important
  }
  .ml-sm-lg {
    margin-left: 4rem!important
  }
  .ml-sm-xl {
    margin-left: 8rem!important
  }
  .ml-sm-auto {
    margin-left: auto!important
  }
  .m-sm-n1 {
    margin: -.25rem!important
  }
  .m-sm-n2 {
    margin: -.5rem!important
  }
  .m-sm-n3 {
    margin: -1rem!important
  }
  .m-sm-n4 {
    margin: -1.5rem!important
  }
  .m-sm-n5 {
    margin: -3rem!important
  }
  .m-sm-n6 {
    margin: -5rem!important
  }
  .m-sm-n7 {
    margin: -8rem!important
  }
  .m-sm-n8 {
    margin: -10rem!important
  }
  .m-sm-n9 {
    margin: -11rem!important
  }
  .m-sm-n10 {
    margin: -14rem!important
  }
  .m-sm-n11 {
    margin: -16rem!important
  }
  .m-sm-n12 {
    margin: -20rem!important
  }
  .m-sm-nsm {
    margin: -1rem!important
  }
  .m-sm-nmd {
    margin: -2rem!important
  }
  .m-sm-nlg {
    margin: -4rem!important
  }
  .m-sm-nxl {
    margin: -8rem!important
  }
  .mx-sm-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-sm-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-sm-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-sm-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-sm-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-sm-n6 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
  }
  .mx-sm-n7 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .mx-sm-n8 {
    margin-right: -10rem!important;
    margin-left: -10rem!important
  }
  .mx-sm-n9 {
    margin-right: -11rem!important;
    margin-left: -11rem!important
  }
  .mx-sm-n10 {
    margin-right: -14rem!important;
    margin-left: -14rem!important
  }
  .mx-sm-n11 {
    margin-right: -16rem!important;
    margin-left: -16rem!important
  }
  .mx-sm-n12 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
  }
  .mx-sm-nsm {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-sm-nmd {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-sm-nlg {
    margin-right: -4rem!important;
    margin-left: -4rem!important
  }
  .mx-sm-nxl {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .my-sm-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-sm-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-sm-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-sm-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-sm-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-sm-n6 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
  }
  .my-sm-n7 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .my-sm-n8 {
    margin-top: -10rem!important;
    margin-bottom: -10rem!important
  }
  .my-sm-n9 {
    margin-top: -11rem!important;
    margin-bottom: -11rem!important
  }
  .my-sm-n10 {
    margin-top: -14rem!important;
    margin-bottom: -14rem!important
  }
  .my-sm-n11 {
    margin-top: -16rem!important;
    margin-bottom: -16rem!important
  }
  .my-sm-n12 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
  }
  .my-sm-nsm {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-sm-nmd {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-sm-nlg {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
  }
  .my-sm-nxl {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .mt-sm-n1 {
    margin-top: -.25rem!important
  }
  .mt-sm-n2 {
    margin-top: -.5rem!important
  }
  .mt-sm-n3 {
    margin-top: -1rem!important
  }
  .mt-sm-n4 {
    margin-top: -1.5rem!important
  }
  .mt-sm-n5 {
    margin-top: -3rem!important
  }
  .mt-sm-n6 {
    margin-top: -5rem!important
  }
  .mt-sm-n7 {
    margin-top: -8rem!important
  }
  .mt-sm-n8 {
    margin-top: -10rem!important
  }
  .mt-sm-n9 {
    margin-top: -11rem!important
  }
  .mt-sm-n10 {
    margin-top: -14rem!important
  }
  .mt-sm-n11 {
    margin-top: -16rem!important
  }
  .mt-sm-n12 {
    margin-top: -20rem!important
  }
  .mt-sm-nsm {
    margin-top: -1rem!important
  }
  .mt-sm-nmd {
    margin-top: -2rem!important
  }
  .mt-sm-nlg {
    margin-top: -4rem!important
  }
  .mt-sm-nxl {
    margin-top: -8rem!important
  }
  .mr-sm-n1 {
    margin-right: -.25rem!important
  }
  .mr-sm-n2 {
    margin-right: -.5rem!important
  }
  .mr-sm-n3 {
    margin-right: -1rem!important
  }
  .mr-sm-n4 {
    margin-right: -1.5rem!important
  }
  .mr-sm-n5 {
    margin-right: -3rem!important
  }
  .mr-sm-n6 {
    margin-right: -5rem!important
  }
  .mr-sm-n7 {
    margin-right: -8rem!important
  }
  .mr-sm-n8 {
    margin-right: -10rem!important
  }
  .mr-sm-n9 {
    margin-right: -11rem!important
  }
  .mr-sm-n10 {
    margin-right: -14rem!important
  }
  .mr-sm-n11 {
    margin-right: -16rem!important
  }
  .mr-sm-n12 {
    margin-right: -20rem!important
  }
  .mr-sm-nsm {
    margin-right: -1rem!important
  }
  .mr-sm-nmd {
    margin-right: -2rem!important
  }
  .mr-sm-nlg {
    margin-right: -4rem!important
  }
  .mr-sm-nxl {
    margin-right: -8rem!important
  }
  .mb-sm-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-sm-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-sm-n3 {
    margin-bottom: -1rem!important
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-sm-n5 {
    margin-bottom: -3rem!important
  }
  .mb-sm-n6 {
    margin-bottom: -5rem!important
  }
  .mb-sm-n7 {
    margin-bottom: -8rem!important
  }
  .mb-sm-n8 {
    margin-bottom: -10rem!important
  }
  .mb-sm-n9 {
    margin-bottom: -11rem!important
  }
  .mb-sm-n10 {
    margin-bottom: -14rem!important
  }
  .mb-sm-n11 {
    margin-bottom: -16rem!important
  }
  .mb-sm-n12 {
    margin-bottom: -20rem!important
  }
  .mb-sm-nsm {
    margin-bottom: -1rem!important
  }
  .mb-sm-nmd {
    margin-bottom: -2rem!important
  }
  .mb-sm-nlg {
    margin-bottom: -4rem!important
  }
  .mb-sm-nxl {
    margin-bottom: -8rem!important
  }
  .ml-sm-n1 {
    margin-left: -.25rem!important
  }
  .ml-sm-n2 {
    margin-left: -.5rem!important
  }
  .ml-sm-n3 {
    margin-left: -1rem!important
  }
  .ml-sm-n4 {
    margin-left: -1.5rem!important
  }
  .ml-sm-n5 {
    margin-left: -3rem!important
  }
  .ml-sm-n6 {
    margin-left: -5rem!important
  }
  .ml-sm-n7 {
    margin-left: -8rem!important
  }
  .ml-sm-n8 {
    margin-left: -10rem!important
  }
  .ml-sm-n9 {
    margin-left: -11rem!important
  }
  .ml-sm-n10 {
    margin-left: -14rem!important
  }
  .ml-sm-n11 {
    margin-left: -16rem!important
  }
  .ml-sm-n12 {
    margin-left: -20rem!important
  }
  .ml-sm-nsm {
    margin-left: -1rem!important
  }
  .ml-sm-nmd {
    margin-left: -2rem!important
  }
  .ml-sm-nlg {
    margin-left: -4rem!important
  }
  .ml-sm-nxl {
    margin-left: -8rem!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .p-sm-5 {
    padding: 3rem!important
  }
  .p-sm-6 {
    padding: 5rem!important
  }
  .p-sm-7 {
    padding: 8rem!important
  }
  .p-sm-8 {
    padding: 10rem!important
  }
  .p-sm-9 {
    padding: 11rem!important
  }
  .p-sm-10 {
    padding: 14rem!important
  }
  .p-sm-11 {
    padding: 16rem!important
  }
  .p-sm-12 {
    padding: 20rem!important
  }
  .p-sm-sm {
    padding: 1rem!important
  }
  .p-sm-md {
    padding: 2rem!important
  }
  .p-sm-lg {
    padding: 4rem!important
  }
  .p-sm-xl {
    padding: 8rem!important
  }
  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-sm-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-sm-6 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
  }
  .px-sm-7 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .px-sm-8 {
    padding-right: 10rem!important;
    padding-left: 10rem!important
  }
  .px-sm-9 {
    padding-right: 11rem!important;
    padding-left: 11rem!important
  }
  .px-sm-10 {
    padding-right: 14rem!important;
    padding-left: 14rem!important
  }
  .px-sm-11 {
    padding-right: 16rem!important;
    padding-left: 16rem!important
  }
  .px-sm-12 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
  }
  .px-sm-sm {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-md {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-sm-lg {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .px-sm-xl {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-sm-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-sm-6 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
  }
  .py-sm-7 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .py-sm-8 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important
  }
  .py-sm-9 {
    padding-top: 11rem!important;
    padding-bottom: 11rem!important
  }
  .py-sm-10 {
    padding-top: 14rem!important;
    padding-bottom: 14rem!important
  }
  .py-sm-11 {
    padding-top: 16rem!important;
    padding-bottom: 16rem!important
  }
  .py-sm-12 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
  }
  .py-sm-sm {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-sm-md {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-sm-lg {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .py-sm-xl {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .pt-sm-0 {
    padding-top: 0!important
  }
  .pt-sm-1 {
    padding-top: .25rem!important
  }
  .pt-sm-2 {
    padding-top: .5rem!important
  }
  .pt-sm-3 {
    padding-top: 1rem!important
  }
  .pt-sm-4 {
    padding-top: 1.5rem!important
  }
  .pt-sm-5 {
    padding-top: 3rem!important
  }
  .pt-sm-6 {
    padding-top: 5rem!important
  }
  .pt-sm-7 {
    padding-top: 8rem!important
  }
  .pt-sm-8 {
    padding-top: 10rem!important
  }
  .pt-sm-9 {
    padding-top: 11rem!important
  }
  .pt-sm-10 {
    padding-top: 14rem!important
  }
  .pt-sm-11 {
    padding-top: 16rem!important
  }
  .pt-sm-12 {
    padding-top: 20rem!important
  }
  .pt-sm-sm {
    padding-top: 1rem!important
  }
  .pt-sm-md {
    padding-top: 2rem!important
  }
  .pt-sm-lg {
    padding-top: 4rem!important
  }
  .pt-sm-xl {
    padding-top: 8rem!important
  }
  .pr-sm-0 {
    padding-right: 0!important
  }
  .pr-sm-1 {
    padding-right: .25rem!important
  }
  .pr-sm-2 {
    padding-right: .5rem!important
  }
  .pr-sm-3 {
    padding-right: 1rem!important
  }
  .pr-sm-4 {
    padding-right: 1.5rem!important
  }
  .pr-sm-5 {
    padding-right: 3rem!important
  }
  .pr-sm-6 {
    padding-right: 5rem!important
  }
  .pr-sm-7 {
    padding-right: 8rem!important
  }
  .pr-sm-8 {
    padding-right: 10rem!important
  }
  .pr-sm-9 {
    padding-right: 11rem!important
  }
  .pr-sm-10 {
    padding-right: 14rem!important
  }
  .pr-sm-11 {
    padding-right: 16rem!important
  }
  .pr-sm-12 {
    padding-right: 20rem!important
  }
  .pr-sm-sm {
    padding-right: 1rem!important
  }
  .pr-sm-md {
    padding-right: 2rem!important
  }
  .pr-sm-lg {
    padding-right: 4rem!important
  }
  .pr-sm-xl {
    padding-right: 8rem!important
  }
  .pb-sm-0 {
    padding-bottom: 0!important
  }
  .pb-sm-1 {
    padding-bottom: .25rem!important
  }
  .pb-sm-2 {
    padding-bottom: .5rem!important
  }
  .pb-sm-3 {
    padding-bottom: 1rem!important
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-sm-5 {
    padding-bottom: 3rem!important
  }
  .pb-sm-6 {
    padding-bottom: 5rem!important
  }
  .pb-sm-7 {
    padding-bottom: 8rem!important
  }
  .pb-sm-8 {
    padding-bottom: 10rem!important
  }
  .pb-sm-9 {
    padding-bottom: 11rem!important
  }
  .pb-sm-10 {
    padding-bottom: 14rem!important
  }
  .pb-sm-11 {
    padding-bottom: 16rem!important
  }
  .pb-sm-12 {
    padding-bottom: 20rem!important
  }
  .pb-sm-sm {
    padding-bottom: 1rem!important
  }
  .pb-sm-md {
    padding-bottom: 2rem!important
  }
  .pb-sm-lg {
    padding-bottom: 4rem!important
  }
  .pb-sm-xl {
    padding-bottom: 8rem!important
  }
  .pl-sm-0 {
    padding-left: 0!important
  }
  .pl-sm-1 {
    padding-left: .25rem!important
  }
  .pl-sm-2 {
    padding-left: .5rem!important
  }
  .pl-sm-3 {
    padding-left: 1rem!important
  }
  .pl-sm-4 {
    padding-left: 1.5rem!important
  }
  .pl-sm-5 {
    padding-left: 3rem!important
  }
  .pl-sm-6 {
    padding-left: 5rem!important
  }
  .pl-sm-7 {
    padding-left: 8rem!important
  }
  .pl-sm-8 {
    padding-left: 10rem!important
  }
  .pl-sm-9 {
    padding-left: 11rem!important
  }
  .pl-sm-10 {
    padding-left: 14rem!important
  }
  .pl-sm-11 {
    padding-left: 16rem!important
  }
  .pl-sm-12 {
    padding-left: 20rem!important
  }
  .pl-sm-sm {
    padding-left: 1rem!important
  }
  .pl-sm-md {
    padding-left: 2rem!important
  }
  .pl-sm-lg {
    padding-left: 4rem!important
  }
  .pl-sm-xl {
    padding-left: 8rem!important
  }
  .text-sm-left {
    text-align: left!important
  }
  .text-sm-right {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left!important
  }
  .float-md-right {
    float: right!important
  }
  .float-md-none {
    float: none!important
  }
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: flex!important
  }
  .d-md-inline-flex {
    display: inline-flex!important
  }
  .flex-md-fill {
    flex: 1 1 auto!important
  }
  .flex-md-row {
    flex-direction: row!important
  }
  .flex-md-column {
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-md-grow-0 {
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    flex-grow: 1!important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-md-wrap {
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-md-start {
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    justify-content: center!important
  }
  .justify-content-md-between {
    justify-content: space-between!important
  }
  .justify-content-md-around {
    justify-content: space-around!important
  }
  .justify-content-md-evenly {
    justify-content: space-evenly!important
  }
  .align-items-md-start {
    align-items: flex-start!important
  }
  .align-items-md-end {
    align-items: flex-end!important
  }
  .align-items-md-center {
    align-items: center!important
  }
  .align-items-md-baseline {
    align-items: baseline!important
  }
  .align-items-md-stretch {
    align-items: stretch!important
  }
  .align-content-md-start {
    align-content: flex-start!important
  }
  .align-content-md-end {
    align-content: flex-end!important
  }
  .align-content-md-center {
    align-content: center!important
  }
  .align-content-md-between {
    align-content: space-between!important
  }
  .align-content-md-around {
    align-content: space-around!important
  }
  .align-content-md-stretch {
    align-content: stretch!important
  }
  .align-self-md-auto {
    align-self: auto!important
  }
  .align-self-md-start {
    align-self: flex-start!important
  }
  .align-self-md-end {
    align-self: flex-end!important
  }
  .align-self-md-center {
    align-self: center!important
  }
  .align-self-md-baseline {
    align-self: baseline!important
  }
  .align-self-md-stretch {
    align-self: stretch!important
  }
  .order-md-first {
    order: -1!important
  }
  .order-md-0 {
    order: 0!important
  }
  .order-md-1 {
    order: 1!important
  }
  .order-md-2 {
    order: 2!important
  }
  .order-md-3 {
    order: 3!important
  }
  .order-md-4 {
    order: 4!important
  }
  .order-md-5 {
    order: 5!important
  }
  .order-md-last {
    order: 6!important
  }
  .m-md-0 {
    margin: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .m-md-5 {
    margin: 3rem!important
  }
  .m-md-6 {
    margin: 5rem!important
  }
  .m-md-7 {
    margin: 8rem!important
  }
  .m-md-8 {
    margin: 10rem!important
  }
  .m-md-9 {
    margin: 11rem!important
  }
  .m-md-10 {
    margin: 14rem!important
  }
  .m-md-11 {
    margin: 16rem!important
  }
  .m-md-12 {
    margin: 20rem!important
  }
  .m-md-sm {
    margin: 1rem!important
  }
  .m-md-md {
    margin: 2rem!important
  }
  .m-md-lg {
    margin: 4rem!important
  }
  .m-md-xl {
    margin: 8rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-md-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-md-6 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
  }
  .mx-md-7 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-md-8 {
    margin-right: 10rem!important;
    margin-left: 10rem!important
  }
  .mx-md-9 {
    margin-right: 11rem!important;
    margin-left: 11rem!important
  }
  .mx-md-10 {
    margin-right: 14rem!important;
    margin-left: 14rem!important
  }
  .mx-md-11 {
    margin-right: 16rem!important;
    margin-left: 16rem!important
  }
  .mx-md-12 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
  }
  .mx-md-sm {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-md {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-md-lg {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-md-xl {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-md-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-md-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-md-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-md-6 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
  }
  .my-md-7 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-md-8 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important
  }
  .my-md-9 {
    margin-top: 11rem!important;
    margin-bottom: 11rem!important
  }
  .my-md-10 {
    margin-top: 14rem!important;
    margin-bottom: 14rem!important
  }
  .my-md-11 {
    margin-top: 16rem!important;
    margin-bottom: 16rem!important
  }
  .my-md-12 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
  }
  .my-md-sm {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-md-md {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-md-lg {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-md-xl {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-md-0 {
    margin-top: 0!important
  }
  .mt-md-1 {
    margin-top: .25rem!important
  }
  .mt-md-2 {
    margin-top: .5rem!important
  }
  .mt-md-3 {
    margin-top: 1rem!important
  }
  .mt-md-4 {
    margin-top: 1.5rem!important
  }
  .mt-md-5 {
    margin-top: 3rem!important
  }
  .mt-md-6 {
    margin-top: 5rem!important
  }
  .mt-md-7 {
    margin-top: 8rem!important
  }
  .mt-md-8 {
    margin-top: 10rem!important
  }
  .mt-md-9 {
    margin-top: 11rem!important
  }
  .mt-md-10 {
    margin-top: 14rem!important
  }
  .mt-md-11 {
    margin-top: 16rem!important
  }
  .mt-md-12 {
    margin-top: 20rem!important
  }
  .mt-md-sm {
    margin-top: 1rem!important
  }
  .mt-md-md {
    margin-top: 2rem!important
  }
  .mt-md-lg {
    margin-top: 4rem!important
  }
  .mt-md-xl {
    margin-top: 8rem!important
  }
  .mt-md-auto {
    margin-top: auto!important
  }
  .mr-md-0 {
    margin-right: 0!important
  }
  .mr-md-1 {
    margin-right: .25rem!important
  }
  .mr-md-2 {
    margin-right: .5rem!important
  }
  .mr-md-3 {
    margin-right: 1rem!important
  }
  .mr-md-4 {
    margin-right: 1.5rem!important
  }
  .mr-md-5 {
    margin-right: 3rem!important
  }
  .mr-md-6 {
    margin-right: 5rem!important
  }
  .mr-md-7 {
    margin-right: 8rem!important
  }
  .mr-md-8 {
    margin-right: 10rem!important
  }
  .mr-md-9 {
    margin-right: 11rem!important
  }
  .mr-md-10 {
    margin-right: 14rem!important
  }
  .mr-md-11 {
    margin-right: 16rem!important
  }
  .mr-md-12 {
    margin-right: 20rem!important
  }
  .mr-md-sm {
    margin-right: 1rem!important
  }
  .mr-md-md {
    margin-right: 2rem!important
  }
  .mr-md-lg {
    margin-right: 4rem!important
  }
  .mr-md-xl {
    margin-right: 8rem!important
  }
  .mr-md-auto {
    margin-right: auto!important
  }
  .mb-md-0 {
    margin-bottom: 0!important
  }
  .mb-md-1 {
    margin-bottom: .25rem!important
  }
  .mb-md-2 {
    margin-bottom: .5rem!important
  }
  .mb-md-3 {
    margin-bottom: 1rem!important
  }
  .mb-md-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-md-5 {
    margin-bottom: 3rem!important
  }
  .mb-md-6 {
    margin-bottom: 5rem!important
  }
  .mb-md-7 {
    margin-bottom: 8rem!important
  }
  .mb-md-8 {
    margin-bottom: 10rem!important
  }
  .mb-md-9 {
    margin-bottom: 11rem!important
  }
  .mb-md-10 {
    margin-bottom: 14rem!important
  }
  .mb-md-11 {
    margin-bottom: 16rem!important
  }
  .mb-md-12 {
    margin-bottom: 20rem!important
  }
  .mb-md-sm {
    margin-bottom: 1rem!important
  }
  .mb-md-md {
    margin-bottom: 2rem!important
  }
  .mb-md-lg {
    margin-bottom: 4rem!important
  }
  .mb-md-xl {
    margin-bottom: 8rem!important
  }
  .mb-md-auto {
    margin-bottom: auto!important
  }
  .ml-md-0 {
    margin-left: 0!important
  }
  .ml-md-1 {
    margin-left: .25rem!important
  }
  .ml-md-2 {
    margin-left: .5rem!important
  }
  .ml-md-3 {
    margin-left: 1rem!important
  }
  .ml-md-4 {
    margin-left: 1.5rem!important
  }
  .ml-md-5 {
    margin-left: 3rem!important
  }
  .ml-md-6 {
    margin-left: 5rem!important
  }
  .ml-md-7 {
    margin-left: 8rem!important
  }
  .ml-md-8 {
    margin-left: 10rem!important
  }
  .ml-md-9 {
    margin-left: 11rem!important
  }
  .ml-md-10 {
    margin-left: 14rem!important
  }
  .ml-md-11 {
    margin-left: 16rem!important
  }
  .ml-md-12 {
    margin-left: 20rem!important
  }
  .ml-md-sm {
    margin-left: 1rem!important
  }
  .ml-md-md {
    margin-left: 2rem!important
  }
  .ml-md-lg {
    margin-left: 4rem!important
  }
  .ml-md-xl {
    margin-left: 8rem!important
  }
  .ml-md-auto {
    margin-left: auto!important
  }
  .m-md-n1 {
    margin: -.25rem!important
  }
  .m-md-n2 {
    margin: -.5rem!important
  }
  .m-md-n3 {
    margin: -1rem!important
  }
  .m-md-n4 {
    margin: -1.5rem!important
  }
  .m-md-n5 {
    margin: -3rem!important
  }
  .m-md-n6 {
    margin: -5rem!important
  }
  .m-md-n7 {
    margin: -8rem!important
  }
  .m-md-n8 {
    margin: -10rem!important
  }
  .m-md-n9 {
    margin: -11rem!important
  }
  .m-md-n10 {
    margin: -14rem!important
  }
  .m-md-n11 {
    margin: -16rem!important
  }
  .m-md-n12 {
    margin: -20rem!important
  }
  .m-md-nsm {
    margin: -1rem!important
  }
  .m-md-nmd {
    margin: -2rem!important
  }
  .m-md-nlg {
    margin: -4rem!important
  }
  .m-md-nxl {
    margin: -8rem!important
  }
  .mx-md-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-md-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-md-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-md-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-md-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-md-n6 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
  }
  .mx-md-n7 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .mx-md-n8 {
    margin-right: -10rem!important;
    margin-left: -10rem!important
  }
  .mx-md-n9 {
    margin-right: -11rem!important;
    margin-left: -11rem!important
  }
  .mx-md-n10 {
    margin-right: -14rem!important;
    margin-left: -14rem!important
  }
  .mx-md-n11 {
    margin-right: -16rem!important;
    margin-left: -16rem!important
  }
  .mx-md-n12 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
  }
  .mx-md-nsm {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-md-nmd {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-md-nlg {
    margin-right: -4rem!important;
    margin-left: -4rem!important
  }
  .mx-md-nxl {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .my-md-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-md-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-md-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-md-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-md-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-md-n6 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
  }
  .my-md-n7 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .my-md-n8 {
    margin-top: -10rem!important;
    margin-bottom: -10rem!important
  }
  .my-md-n9 {
    margin-top: -11rem!important;
    margin-bottom: -11rem!important
  }
  .my-md-n10 {
    margin-top: -14rem!important;
    margin-bottom: -14rem!important
  }
  .my-md-n11 {
    margin-top: -16rem!important;
    margin-bottom: -16rem!important
  }
  .my-md-n12 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
  }
  .my-md-nsm {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-md-nmd {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-md-nlg {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
  }
  .my-md-nxl {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .mt-md-n1 {
    margin-top: -.25rem!important
  }
  .mt-md-n2 {
    margin-top: -.5rem!important
  }
  .mt-md-n3 {
    margin-top: -1rem!important
  }
  .mt-md-n4 {
    margin-top: -1.5rem!important
  }
  .mt-md-n5 {
    margin-top: -3rem!important
  }
  .mt-md-n6 {
    margin-top: -5rem!important
  }
  .mt-md-n7 {
    margin-top: -8rem!important
  }
  .mt-md-n8 {
    margin-top: -10rem!important
  }
  .mt-md-n9 {
    margin-top: -11rem!important
  }
  .mt-md-n10 {
    margin-top: -14rem!important
  }
  .mt-md-n11 {
    margin-top: -16rem!important
  }
  .mt-md-n12 {
    margin-top: -20rem!important
  }
  .mt-md-nsm {
    margin-top: -1rem!important
  }
  .mt-md-nmd {
    margin-top: -2rem!important
  }
  .mt-md-nlg {
    margin-top: -4rem!important
  }
  .mt-md-nxl {
    margin-top: -8rem!important
  }
  .mr-md-n1 {
    margin-right: -.25rem!important
  }
  .mr-md-n2 {
    margin-right: -.5rem!important
  }
  .mr-md-n3 {
    margin-right: -1rem!important
  }
  .mr-md-n4 {
    margin-right: -1.5rem!important
  }
  .mr-md-n5 {
    margin-right: -3rem!important
  }
  .mr-md-n6 {
    margin-right: -5rem!important
  }
  .mr-md-n7 {
    margin-right: -8rem!important
  }
  .mr-md-n8 {
    margin-right: -10rem!important
  }
  .mr-md-n9 {
    margin-right: -11rem!important
  }
  .mr-md-n10 {
    margin-right: -14rem!important
  }
  .mr-md-n11 {
    margin-right: -16rem!important
  }
  .mr-md-n12 {
    margin-right: -20rem!important
  }
  .mr-md-nsm {
    margin-right: -1rem!important
  }
  .mr-md-nmd {
    margin-right: -2rem!important
  }
  .mr-md-nlg {
    margin-right: -4rem!important
  }
  .mr-md-nxl {
    margin-right: -8rem!important
  }
  .mb-md-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-md-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-md-n3 {
    margin-bottom: -1rem!important
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-md-n5 {
    margin-bottom: -3rem!important
  }
  .mb-md-n6 {
    margin-bottom: -5rem!important
  }
  .mb-md-n7 {
    margin-bottom: -8rem!important
  }
  .mb-md-n8 {
    margin-bottom: -10rem!important
  }
  .mb-md-n9 {
    margin-bottom: -11rem!important
  }
  .mb-md-n10 {
    margin-bottom: -14rem!important
  }
  .mb-md-n11 {
    margin-bottom: -16rem!important
  }
  .mb-md-n12 {
    margin-bottom: -20rem!important
  }
  .mb-md-nsm {
    margin-bottom: -1rem!important
  }
  .mb-md-nmd {
    margin-bottom: -2rem!important
  }
  .mb-md-nlg {
    margin-bottom: -4rem!important
  }
  .mb-md-nxl {
    margin-bottom: -8rem!important
  }
  .ml-md-n1 {
    margin-left: -.25rem!important
  }
  .ml-md-n2 {
    margin-left: -.5rem!important
  }
  .ml-md-n3 {
    margin-left: -1rem!important
  }
  .ml-md-n4 {
    margin-left: -1.5rem!important
  }
  .ml-md-n5 {
    margin-left: -3rem!important
  }
  .ml-md-n6 {
    margin-left: -5rem!important
  }
  .ml-md-n7 {
    margin-left: -8rem!important
  }
  .ml-md-n8 {
    margin-left: -10rem!important
  }
  .ml-md-n9 {
    margin-left: -11rem!important
  }
  .ml-md-n10 {
    margin-left: -14rem!important
  }
  .ml-md-n11 {
    margin-left: -16rem!important
  }
  .ml-md-n12 {
    margin-left: -20rem!important
  }
  .ml-md-nsm {
    margin-left: -1rem!important
  }
  .ml-md-nmd {
    margin-left: -2rem!important
  }
  .ml-md-nlg {
    margin-left: -4rem!important
  }
  .ml-md-nxl {
    margin-left: -8rem!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .p-md-5 {
    padding: 3rem!important
  }
  .p-md-6 {
    padding: 5rem!important
  }
  .p-md-7 {
    padding: 8rem!important
  }
  .p-md-8 {
    padding: 10rem!important
  }
  .p-md-9 {
    padding: 11rem!important
  }
  .p-md-10 {
    padding: 14rem!important
  }
  .p-md-11 {
    padding: 16rem!important
  }
  .p-md-12 {
    padding: 20rem!important
  }
  .p-md-sm {
    padding: 1rem!important
  }
  .p-md-md {
    padding: 2rem!important
  }
  .p-md-lg {
    padding: 4rem!important
  }
  .p-md-xl {
    padding: 8rem!important
  }
  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-md-6 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
  }
  .px-md-7 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .px-md-8 {
    padding-right: 10rem!important;
    padding-left: 10rem!important
  }
  .px-md-9 {
    padding-right: 11rem!important;
    padding-left: 11rem!important
  }
  .px-md-10 {
    padding-right: 14rem!important;
    padding-left: 14rem!important
  }
  .px-md-11 {
    padding-right: 16rem!important;
    padding-left: 16rem!important
  }
  .px-md-12 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
  }
  .px-md-sm {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-md {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-md-lg {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .px-md-xl {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-md-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-md-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-md-6 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
  }
  .py-md-7 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .py-md-8 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important
  }
  .py-md-9 {
    padding-top: 11rem!important;
    padding-bottom: 11rem!important
  }
  .py-md-10 {
    padding-top: 14rem!important;
    padding-bottom: 14rem!important
  }
  .py-md-11 {
    padding-top: 16rem!important;
    padding-bottom: 16rem!important
  }
  .py-md-12 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
  }
  .py-md-sm {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-md-md {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-md-lg {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .py-md-xl {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .pt-md-0 {
    padding-top: 0!important
  }
  .pt-md-1 {
    padding-top: .25rem!important
  }
  .pt-md-2 {
    padding-top: .5rem!important
  }
  .pt-md-3 {
    padding-top: 1rem!important
  }
  .pt-md-4 {
    padding-top: 1.5rem!important
  }
  .pt-md-5 {
    padding-top: 3rem!important
  }
  .pt-md-6 {
    padding-top: 5rem!important
  }
  .pt-md-7 {
    padding-top: 8rem!important
  }
  .pt-md-8 {
    padding-top: 10rem!important
  }
  .pt-md-9 {
    padding-top: 11rem!important
  }
  .pt-md-10 {
    padding-top: 14rem!important
  }
  .pt-md-11 {
    padding-top: 16rem!important
  }
  .pt-md-12 {
    padding-top: 20rem!important
  }
  .pt-md-sm {
    padding-top: 1rem!important
  }
  .pt-md-md {
    padding-top: 2rem!important
  }
  .pt-md-lg {
    padding-top: 4rem!important
  }
  .pt-md-xl {
    padding-top: 8rem!important
  }
  .pr-md-0 {
    padding-right: 0!important
  }
  .pr-md-1 {
    padding-right: .25rem!important
  }
  .pr-md-2 {
    padding-right: .5rem!important
  }
  .pr-md-3 {
    padding-right: 1rem!important
  }
  .pr-md-4 {
    padding-right: 1.5rem!important
  }
  .pr-md-5 {
    padding-right: 3rem!important
  }
  .pr-md-6 {
    padding-right: 5rem!important
  }
  .pr-md-7 {
    padding-right: 8rem!important
  }
  .pr-md-8 {
    padding-right: 10rem!important
  }
  .pr-md-9 {
    padding-right: 11rem!important
  }
  .pr-md-10 {
    padding-right: 14rem!important
  }
  .pr-md-11 {
    padding-right: 16rem!important
  }
  .pr-md-12 {
    padding-right: 20rem!important
  }
  .pr-md-sm {
    padding-right: 1rem!important
  }
  .pr-md-md {
    padding-right: 2rem!important
  }
  .pr-md-lg {
    padding-right: 4rem!important
  }
  .pr-md-xl {
    padding-right: 8rem!important
  }
  .pb-md-0 {
    padding-bottom: 0!important
  }
  .pb-md-1 {
    padding-bottom: .25rem!important
  }
  .pb-md-2 {
    padding-bottom: .5rem!important
  }
  .pb-md-3 {
    padding-bottom: 1rem!important
  }
  .pb-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-md-5 {
    padding-bottom: 3rem!important
  }
  .pb-md-6 {
    padding-bottom: 5rem!important
  }
  .pb-md-7 {
    padding-bottom: 8rem!important
  }
  .pb-md-8 {
    padding-bottom: 10rem!important
  }
  .pb-md-9 {
    padding-bottom: 11rem!important
  }
  .pb-md-10 {
    padding-bottom: 14rem!important
  }
  .pb-md-11 {
    padding-bottom: 16rem!important
  }
  .pb-md-12 {
    padding-bottom: 20rem!important
  }
  .pb-md-sm {
    padding-bottom: 1rem!important
  }
  .pb-md-md {
    padding-bottom: 2rem!important
  }
  .pb-md-lg {
    padding-bottom: 4rem!important
  }
  .pb-md-xl {
    padding-bottom: 8rem!important
  }
  .pl-md-0 {
    padding-left: 0!important
  }
  .pl-md-1 {
    padding-left: .25rem!important
  }
  .pl-md-2 {
    padding-left: .5rem!important
  }
  .pl-md-3 {
    padding-left: 1rem!important
  }
  .pl-md-4 {
    padding-left: 1.5rem!important
  }
  .pl-md-5 {
    padding-left: 3rem!important
  }
  .pl-md-6 {
    padding-left: 5rem!important
  }
  .pl-md-7 {
    padding-left: 8rem!important
  }
  .pl-md-8 {
    padding-left: 10rem!important
  }
  .pl-md-9 {
    padding-left: 11rem!important
  }
  .pl-md-10 {
    padding-left: 14rem!important
  }
  .pl-md-11 {
    padding-left: 16rem!important
  }
  .pl-md-12 {
    padding-left: 20rem!important
  }
  .pl-md-sm {
    padding-left: 1rem!important
  }
  .pl-md-md {
    padding-left: 2rem!important
  }
  .pl-md-lg {
    padding-left: 4rem!important
  }
  .pl-md-xl {
    padding-left: 8rem!important
  }
  .text-md-left {
    text-align: left!important
  }
  .text-md-right {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left!important
  }
  .float-lg-right {
    float: right!important
  }
  .float-lg-none {
    float: none!important
  }
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: flex!important
  }
  .d-lg-inline-flex {
    display: inline-flex!important
  }
  .flex-lg-fill {
    flex: 1 1 auto!important
  }
  .flex-lg-row {
    flex-direction: row!important
  }
  .flex-lg-column {
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-lg-grow-0 {
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-lg-wrap {
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-lg-start {
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    justify-content: center!important
  }
  .justify-content-lg-between {
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    justify-content: space-around!important
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly!important
  }
  .align-items-lg-start {
    align-items: flex-start!important
  }
  .align-items-lg-end {
    align-items: flex-end!important
  }
  .align-items-lg-center {
    align-items: center!important
  }
  .align-items-lg-baseline {
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    align-items: stretch!important
  }
  .align-content-lg-start {
    align-content: flex-start!important
  }
  .align-content-lg-end {
    align-content: flex-end!important
  }
  .align-content-lg-center {
    align-content: center!important
  }
  .align-content-lg-between {
    align-content: space-between!important
  }
  .align-content-lg-around {
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    align-content: stretch!important
  }
  .align-self-lg-auto {
    align-self: auto!important
  }
  .align-self-lg-start {
    align-self: flex-start!important
  }
  .align-self-lg-end {
    align-self: flex-end!important
  }
  .align-self-lg-center {
    align-self: center!important
  }
  .align-self-lg-baseline {
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    align-self: stretch!important
  }
  .order-lg-first {
    order: -1!important
  }
  .order-lg-0 {
    order: 0!important
  }
  .order-lg-1 {
    order: 1!important
  }
  .order-lg-2 {
    order: 2!important
  }
  .order-lg-3 {
    order: 3!important
  }
  .order-lg-4 {
    order: 4!important
  }
  .order-lg-5 {
    order: 5!important
  }
  .order-lg-last {
    order: 6!important
  }
  .m-lg-0 {
    margin: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .m-lg-5 {
    margin: 3rem!important
  }
  .m-lg-6 {
    margin: 5rem!important
  }
  .m-lg-7 {
    margin: 8rem!important
  }
  .m-lg-8 {
    margin: 10rem!important
  }
  .m-lg-9 {
    margin: 11rem!important
  }
  .m-lg-10 {
    margin: 14rem!important
  }
  .m-lg-11 {
    margin: 16rem!important
  }
  .m-lg-12 {
    margin: 20rem!important
  }
  .m-lg-sm {
    margin: 1rem!important
  }
  .m-lg-md {
    margin: 2rem!important
  }
  .m-lg-lg {
    margin: 4rem!important
  }
  .m-lg-xl {
    margin: 8rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-lg-6 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
  }
  .mx-lg-7 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-lg-8 {
    margin-right: 10rem!important;
    margin-left: 10rem!important
  }
  .mx-lg-9 {
    margin-right: 11rem!important;
    margin-left: 11rem!important
  }
  .mx-lg-10 {
    margin-right: 14rem!important;
    margin-left: 14rem!important
  }
  .mx-lg-11 {
    margin-right: 16rem!important;
    margin-left: 16rem!important
  }
  .mx-lg-12 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
  }
  .mx-lg-sm {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-md {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-lg-lg {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-lg-xl {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-lg-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-lg-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-lg-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-lg-6 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
  }
  .my-lg-7 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-lg-8 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important
  }
  .my-lg-9 {
    margin-top: 11rem!important;
    margin-bottom: 11rem!important
  }
  .my-lg-10 {
    margin-top: 14rem!important;
    margin-bottom: 14rem!important
  }
  .my-lg-11 {
    margin-top: 16rem!important;
    margin-bottom: 16rem!important
  }
  .my-lg-12 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
  }
  .my-lg-sm {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-lg-md {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-lg-lg {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-lg-xl {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-lg-0 {
    margin-top: 0!important
  }
  .mt-lg-1 {
    margin-top: .25rem!important
  }
  .mt-lg-2 {
    margin-top: .5rem!important
  }
  .mt-lg-3 {
    margin-top: 1rem!important
  }
  .mt-lg-4 {
    margin-top: 1.5rem!important
  }
  .mt-lg-5 {
    margin-top: 3rem!important
  }
  .mt-lg-6 {
    margin-top: 5rem!important
  }
  .mt-lg-7 {
    margin-top: 8rem!important
  }
  .mt-lg-8 {
    margin-top: 10rem!important
  }
  .mt-lg-9 {
    margin-top: 11rem!important
  }
  .mt-lg-10 {
    margin-top: 14rem!important
  }
  .mt-lg-11 {
    margin-top: 16rem!important
  }
  .mt-lg-12 {
    margin-top: 20rem!important
  }
  .mt-lg-sm {
    margin-top: 1rem!important
  }
  .mt-lg-md {
    margin-top: 2rem!important
  }
  .mt-lg-lg {
    margin-top: 4rem!important
  }
  .mt-lg-xl {
    margin-top: 8rem!important
  }
  .mt-lg-auto {
    margin-top: auto!important
  }
  .mr-lg-0 {
    margin-right: 0!important
  }
  .mr-lg-1 {
    margin-right: .25rem!important
  }
  .mr-lg-2 {
    margin-right: .5rem!important
  }
  .mr-lg-3 {
    margin-right: 1rem!important
  }
  .mr-lg-4 {
    margin-right: 1.5rem!important
  }
  .mr-lg-5 {
    margin-right: 3rem!important
  }
  .mr-lg-6 {
    margin-right: 5rem!important
  }
  .mr-lg-7 {
    margin-right: 8rem!important
  }
  .mr-lg-8 {
    margin-right: 10rem!important
  }
  .mr-lg-9 {
    margin-right: 11rem!important
  }
  .mr-lg-10 {
    margin-right: 14rem!important
  }
  .mr-lg-11 {
    margin-right: 16rem!important
  }
  .mr-lg-12 {
    margin-right: 20rem!important
  }
  .mr-lg-sm {
    margin-right: 1rem!important
  }
  .mr-lg-md {
    margin-right: 2rem!important
  }
  .mr-lg-lg {
    margin-right: 4rem!important
  }
  .mr-lg-xl {
    margin-right: 8rem!important
  }
  .mr-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-0 {
    margin-bottom: 0!important
  }
  .mb-lg-1 {
    margin-bottom: .25rem!important
  }
  .mb-lg-2 {
    margin-bottom: .5rem!important
  }
  .mb-lg-3 {
    margin-bottom: 1rem!important
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-lg-5 {
    margin-bottom: 3rem!important
  }
  .mb-lg-6 {
    margin-bottom: 5rem!important
  }
  .mb-lg-7 {
    margin-bottom: 8rem!important
  }
  .mb-lg-8 {
    margin-bottom: 10rem!important
  }
  .mb-lg-9 {
    margin-bottom: 11rem!important
  }
  .mb-lg-10 {
    margin-bottom: 14rem!important
  }
  .mb-lg-11 {
    margin-bottom: 16rem!important
  }
  .mb-lg-12 {
    margin-bottom: 20rem!important
  }
  .mb-lg-sm {
    margin-bottom: 1rem!important
  }
  .mb-lg-md {
    margin-bottom: 2rem!important
  }
  .mb-lg-lg {
    margin-bottom: 4rem!important
  }
  .mb-lg-xl {
    margin-bottom: 8rem!important
  }
  .mb-lg-auto {
    margin-bottom: auto!important
  }
  .ml-lg-0 {
    margin-left: 0!important
  }
  .ml-lg-1 {
    margin-left: .25rem!important
  }
  .ml-lg-2 {
    margin-left: .5rem!important
  }
  .ml-lg-3 {
    margin-left: 1rem!important
  }
  .ml-lg-4 {
    margin-left: 1.5rem!important
  }
  .ml-lg-5 {
    margin-left: 3rem!important
  }
  .ml-lg-6 {
    margin-left: 5rem!important
  }
  .ml-lg-7 {
    margin-left: 8rem!important
  }
  .ml-lg-8 {
    margin-left: 10rem!important
  }
  .ml-lg-9 {
    margin-left: 11rem!important
  }
  .ml-lg-10 {
    margin-left: 14rem!important
  }
  .ml-lg-11 {
    margin-left: 16rem!important
  }
  .ml-lg-12 {
    margin-left: 20rem!important
  }
  .ml-lg-sm {
    margin-left: 1rem!important
  }
  .ml-lg-md {
    margin-left: 2rem!important
  }
  .ml-lg-lg {
    margin-left: 4rem!important
  }
  .ml-lg-xl {
    margin-left: 8rem!important
  }
  .ml-lg-auto {
    margin-left: auto!important
  }
  .m-lg-n1 {
    margin: -.25rem!important
  }
  .m-lg-n2 {
    margin: -.5rem!important
  }
  .m-lg-n3 {
    margin: -1rem!important
  }
  .m-lg-n4 {
    margin: -1.5rem!important
  }
  .m-lg-n5 {
    margin: -3rem!important
  }
  .m-lg-n6 {
    margin: -5rem!important
  }
  .m-lg-n7 {
    margin: -8rem!important
  }
  .m-lg-n8 {
    margin: -10rem!important
  }
  .m-lg-n9 {
    margin: -11rem!important
  }
  .m-lg-n10 {
    margin: -14rem!important
  }
  .m-lg-n11 {
    margin: -16rem!important
  }
  .m-lg-n12 {
    margin: -20rem!important
  }
  .m-lg-nsm {
    margin: -1rem!important
  }
  .m-lg-nmd {
    margin: -2rem!important
  }
  .m-lg-nlg {
    margin: -4rem!important
  }
  .m-lg-nxl {
    margin: -8rem!important
  }
  .mx-lg-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-lg-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-lg-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-lg-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-lg-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-lg-n6 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
  }
  .mx-lg-n7 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .mx-lg-n8 {
    margin-right: -10rem!important;
    margin-left: -10rem!important
  }
  .mx-lg-n9 {
    margin-right: -11rem!important;
    margin-left: -11rem!important
  }
  .mx-lg-n10 {
    margin-right: -14rem!important;
    margin-left: -14rem!important
  }
  .mx-lg-n11 {
    margin-right: -16rem!important;
    margin-left: -16rem!important
  }
  .mx-lg-n12 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
  }
  .mx-lg-nsm {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-lg-nmd {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-lg-nlg {
    margin-right: -4rem!important;
    margin-left: -4rem!important
  }
  .mx-lg-nxl {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .my-lg-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-lg-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-lg-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-lg-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-lg-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-lg-n6 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
  }
  .my-lg-n7 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .my-lg-n8 {
    margin-top: -10rem!important;
    margin-bottom: -10rem!important
  }
  .my-lg-n9 {
    margin-top: -11rem!important;
    margin-bottom: -11rem!important
  }
  .my-lg-n10 {
    margin-top: -14rem!important;
    margin-bottom: -14rem!important
  }
  .my-lg-n11 {
    margin-top: -16rem!important;
    margin-bottom: -16rem!important
  }
  .my-lg-n12 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
  }
  .my-lg-nsm {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-lg-nmd {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-lg-nlg {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
  }
  .my-lg-nxl {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .mt-lg-n1 {
    margin-top: -.25rem!important
  }
  .mt-lg-n2 {
    margin-top: -.5rem!important
  }
  .mt-lg-n3 {
    margin-top: -1rem!important
  }
  .mt-lg-n4 {
    margin-top: -1.5rem!important
  }
  .mt-lg-n5 {
    margin-top: -3rem!important
  }
  .mt-lg-n6 {
    margin-top: -5rem!important
  }
  .mt-lg-n7 {
    margin-top: -8rem!important
  }
  .mt-lg-n8 {
    margin-top: -10rem!important
  }
  .mt-lg-n9 {
    margin-top: -11rem!important
  }
  .mt-lg-n12 {
    margin-top: -12rem!important
  }
  .mt-lg-n10 {
    margin-top: -14rem!important
  }
  .mt-lg-n11 {
    margin-top: -16rem!important
  }
  .mt-lg-n20 {
    margin-top: -20rem!important
  }
  .mt-lg-nsm {
    margin-top: -1rem!important
  }
  .mt-lg-nmd {
    margin-top: -2rem!important
  }
  .mt-lg-nlg {
    margin-top: -4rem!important
  }
  .mt-lg-nxl {
    margin-top: -8rem!important
  }
  .mr-lg-n1 {
    margin-right: -.25rem!important
  }
  .mr-lg-n2 {
    margin-right: -.5rem!important
  }
  .mr-lg-n3 {
    margin-right: -1rem!important
  }
  .mr-lg-n4 {
    margin-right: -1.5rem!important
  }
  .mr-lg-n5 {
    margin-right: -3rem!important
  }
  .mr-lg-n6 {
    margin-right: -5rem!important
  }
  .mr-lg-n7 {
    margin-right: -8rem!important
  }
  .mr-lg-n8 {
    margin-right: -10rem!important
  }
  .mr-lg-n9 {
    margin-right: -11rem!important
  }
  .mr-lg-n10 {
    margin-right: -14rem!important
  }
  .mr-lg-n11 {
    margin-right: -16rem!important
  }
  .mr-lg-n12 {
    margin-right: -20rem!important
  }
  .mr-lg-nsm {
    margin-right: -1rem!important
  }
  .mr-lg-nmd {
    margin-right: -2rem!important
  }
  .mr-lg-nlg {
    margin-right: -4rem!important
  }
  .mr-lg-nxl {
    margin-right: -8rem!important
  }
  .mb-lg-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-lg-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-lg-n3 {
    margin-bottom: -1rem!important
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-lg-n5 {
    margin-bottom: -3rem!important
  }
  .mb-lg-n6 {
    margin-bottom: -5rem!important
  }
  .mb-lg-n7 {
    margin-bottom: -8rem!important
  }
  .mb-lg-n8 {
    margin-bottom: -10rem!important
  }
  .mb-lg-n9 {
    margin-bottom: -11rem!important
  }
  .mb-lg-n10 {
    margin-bottom: -14rem!important
  }
  .mb-lg-n11 {
    margin-bottom: -16rem!important
  }
  .mb-lg-n12 {
    margin-bottom: -20rem!important
  }
  .mb-lg-nsm {
    margin-bottom: -1rem!important
  }
  .mb-lg-nmd {
    margin-bottom: -2rem!important
  }
  .mb-lg-nlg {
    margin-bottom: -4rem!important
  }
  .mb-lg-nxl {
    margin-bottom: -8rem!important
  }
  .ml-lg-n1 {
    margin-left: -.25rem!important
  }
  .ml-lg-n2 {
    margin-left: -.5rem!important
  }
  .ml-lg-n3 {
    margin-left: -1rem!important
  }
  .ml-lg-n4 {
    margin-left: -1.5rem!important
  }
  .ml-lg-n5 {
    margin-left: -3rem!important
  }
  .ml-lg-n6 {
    margin-left: -5rem!important
  }
  .ml-lg-n7 {
    margin-left: -8rem!important
  }
  .ml-lg-n8 {
    margin-left: -10rem!important
  }
  .ml-lg-n9 {
    margin-left: -11rem!important
  }
  .ml-lg-n10 {
    margin-left: -14rem!important
  }
  .ml-lg-n11 {
    margin-left: -16rem!important
  }
  .ml-lg-n12 {
    margin-left: -20rem!important
  }
  .ml-lg-nsm {
    margin-left: -1rem!important
  }
  .ml-lg-nmd {
    margin-left: -2rem!important
  }
  .ml-lg-nlg {
    margin-left: -4rem!important
  }
  .ml-lg-nxl {
    margin-left: -8rem!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .p-lg-5 {
    padding: 3rem!important
  }
  .p-lg-6 {
    padding: 5rem!important
  }
  .p-lg-7 {
    padding: 8rem!important
  }
  .p-lg-8 {
    padding: 10rem!important
  }
  .p-lg-9 {
    padding: 11rem!important
  }
  .p-lg-10 {
    padding: 14rem!important
  }
  .p-lg-11 {
    padding: 16rem!important
  }
  .p-lg-12 {
    padding: 20rem!important
  }
  .p-lg-sm {
    padding: 1rem!important
  }
  .p-lg-md {
    padding: 2rem!important
  }
  .p-lg-lg {
    padding: 4rem!important
  }
  .p-lg-xl {
    padding: 8rem!important
  }
  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-lg-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-lg-6 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
  }
  .px-lg-7 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .px-lg-8 {
    padding-right: 10rem!important;
    padding-left: 10rem!important
  }
  .px-lg-9 {
    padding-right: 11rem!important;
    padding-left: 11rem!important
  }
  .px-lg-10 {
    padding-right: 14rem!important;
    padding-left: 14rem!important
  }
  .px-lg-11 {
    padding-right: 16rem!important;
    padding-left: 16rem!important
  }
  .px-lg-12 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
  }
  .px-lg-sm {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-md {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-lg-lg {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .px-lg-xl {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-lg-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-lg-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-lg-6 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
  }
  .py-lg-7 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .py-lg-8 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important
  }
  .py-lg-9 {
    padding-top: 11rem!important;
    padding-bottom: 11rem!important
  }
  .py-lg-10 {
    padding-top: 14rem!important;
    padding-bottom: 14rem!important
  }
  .py-lg-11 {
    padding-top: 16rem!important;
    padding-bottom: 16rem!important
  }
  .py-lg-12 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
  }
  .py-lg-sm {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-lg-md {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-lg-lg {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .py-lg-xl {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .pt-lg-0 {
    padding-top: 0!important
  }
  .pt-lg-1 {
    padding-top: .25rem!important
  }
  .pt-lg-2 {
    padding-top: .5rem!important
  }
  .pt-lg-3 {
    padding-top: 1rem!important
  }
  .pt-lg-4 {
    padding-top: 1.5rem!important
  }
  .pt-lg-5 {
    padding-top: 3rem!important
  }
  .pt-lg-6 {
    padding-top: 5rem!important
  }
  .pt-lg-7 {
    padding-top: 8rem!important
  }
  .pt-lg-8 {
    padding-top: 10rem!important
  }
  .pt-lg-9 {
    padding-top: 11rem!important
  }
  .pt-lg-10 {
    padding-top: 14rem!important
  }
  .pt-lg-11 {
    padding-top: 16rem!important
  }
  .pt-lg-12 {
    padding-top: 20rem!important
  }
  .pt-lg-sm {
    padding-top: 1rem!important
  }
  .pt-lg-md {
    padding-top: 2rem!important
  }
  .pt-lg-lg {
    padding-top: 4rem!important
  }
  .pt-lg-xl {
    padding-top: 8rem!important
  }
  .pr-lg-0 {
    padding-right: 0!important
  }
  .pr-lg-1 {
    padding-right: .25rem!important
  }
  .pr-lg-2 {
    padding-right: .5rem!important
  }
  .pr-lg-3 {
    padding-right: 1rem!important
  }
  .pr-lg-4 {
    padding-right: 1.5rem!important
  }
  .pr-lg-5 {
    padding-right: 3rem!important
  }
  .pr-lg-6 {
    padding-right: 5rem!important
  }
  .pr-lg-7 {
    padding-right: 8rem!important
  }
  .pr-lg-8 {
    padding-right: 10rem!important
  }
  .pr-lg-9 {
    padding-right: 11rem!important
  }
  .pr-lg-10 {
    padding-right: 14rem!important
  }
  .pr-lg-11 {
    padding-right: 16rem!important
  }
  .pr-lg-12 {
    padding-right: 20rem!important
  }
  .pr-lg-sm {
    padding-right: 1rem!important
  }
  .pr-lg-md {
    padding-right: 2rem!important
  }
  .pr-lg-lg {
    padding-right: 4rem!important
  }
  .pr-lg-xl {
    padding-right: 8rem!important
  }
  .pb-lg-0 {
    padding-bottom: 0!important
  }
  .pb-lg-1 {
    padding-bottom: .25rem!important
  }
  .pb-lg-2 {
    padding-bottom: .5rem!important
  }
  .pb-lg-3 {
    padding-bottom: 1rem!important
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-lg-5 {
    padding-bottom: 3rem!important
  }
  .pb-lg-6 {
    padding-bottom: 5rem!important
  }
  .pb-lg-7 {
    padding-bottom: 8rem!important
  }
  .pb-lg-8 {
    padding-bottom: 10rem!important
  }
  .pb-lg-9 {
    padding-bottom: 11rem!important
  }
  .pb-lg-10 {
    padding-bottom: 14rem!important
  }
  .pb-lg-11 {
    padding-bottom: 16rem!important
  }
  .pb-lg-12 {
    padding-bottom: 20rem!important
  }
  .pb-lg-sm {
    padding-bottom: 1rem!important
  }
  .pb-lg-md {
    padding-bottom: 2rem!important
  }
  .pb-lg-lg {
    padding-bottom: 4rem!important
  }
  .pb-lg-xl {
    padding-bottom: 8rem!important
  }
  .pl-lg-0 {
    padding-left: 0!important
  }
  .pl-lg-1 {
    padding-left: .25rem!important
  }
  .pl-lg-2 {
    padding-left: .5rem!important
  }
  .pl-lg-3 {
    padding-left: 1rem!important
  }
  .pl-lg-4 {
    padding-left: 1.5rem!important
  }
  .pl-lg-5 {
    padding-left: 3rem!important
  }
  .pl-lg-6 {
    padding-left: 5rem!important
  }
  .pl-lg-7 {
    padding-left: 8rem!important
  }
  .pl-lg-8 {
    padding-left: 10rem!important
  }
  .pl-lg-9 {
    padding-left: 11rem!important
  }
  .pl-lg-10 {
    padding-left: 14rem!important
  }
  .pl-lg-11 {
    padding-left: 16rem!important
  }
  .pl-lg-12 {
    padding-left: 20rem!important
  }
  .pl-lg-sm {
    padding-left: 1rem!important
  }
  .pl-lg-md {
    padding-left: 2rem!important
  }
  .pl-lg-lg {
    padding-left: 4rem!important
  }
  .pl-lg-xl {
    padding-left: 8rem!important
  }
  .text-lg-left {
    text-align: left!important
  }
  .text-lg-right {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left!important
  }
  .float-xl-right {
    float: right!important
  }
  .float-xl-none {
    float: none!important
  }
  .d-xl-none {
    display: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: flex!important
  }
  .d-xl-inline-flex {
    display: inline-flex!important
  }
  .flex-xl-fill {
    flex: 1 1 auto!important
  }
  .flex-xl-row {
    flex-direction: row!important
  }
  .flex-xl-column {
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xl-start {
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    justify-content: center!important
  }
  .justify-content-xl-between {
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    justify-content: space-around!important
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xl-start {
    align-items: flex-start!important
  }
  .align-items-xl-end {
    align-items: flex-end!important
  }
  .align-items-xl-center {
    align-items: center!important
  }
  .align-items-xl-baseline {
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    align-items: stretch!important
  }
  .align-content-xl-start {
    align-content: flex-start!important
  }
  .align-content-xl-end {
    align-content: flex-end!important
  }
  .align-content-xl-center {
    align-content: center!important
  }
  .align-content-xl-between {
    align-content: space-between!important
  }
  .align-content-xl-around {
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    align-content: stretch!important
  }
  .align-self-xl-auto {
    align-self: auto!important
  }
  .align-self-xl-start {
    align-self: flex-start!important
  }
  .align-self-xl-end {
    align-self: flex-end!important
  }
  .align-self-xl-center {
    align-self: center!important
  }
  .align-self-xl-baseline {
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    align-self: stretch!important
  }
  .order-xl-first {
    order: -1!important
  }
  .order-xl-0 {
    order: 0!important
  }
  .order-xl-1 {
    order: 1!important
  }
  .order-xl-2 {
    order: 2!important
  }
  .order-xl-3 {
    order: 3!important
  }
  .order-xl-4 {
    order: 4!important
  }
  .order-xl-5 {
    order: 5!important
  }
  .order-xl-last {
    order: 6!important
  }
  .m-xl-0 {
    margin: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .m-xl-5 {
    margin: 3rem!important
  }
  .m-xl-6 {
    margin: 5rem!important
  }
  .m-xl-7 {
    margin: 8rem!important
  }
  .m-xl-8 {
    margin: 10rem!important
  }
  .m-xl-9 {
    margin: 11rem!important
  }
  .m-xl-10 {
    margin: 14rem!important
  }
  .m-xl-11 {
    margin: 16rem!important
  }
  .m-xl-12 {
    margin: 20rem!important
  }
  .m-xl-sm {
    margin: 1rem!important
  }
  .m-xl-md {
    margin: 2rem!important
  }
  .m-xl-lg {
    margin: 4rem!important
  }
  .m-xl-xl {
    margin: 8rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xl-6 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
  }
  .mx-xl-7 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-xl-8 {
    margin-right: 10rem!important;
    margin-left: 10rem!important
  }
  .mx-xl-9 {
    margin-right: 11rem!important;
    margin-left: 11rem!important
  }
  .mx-xl-10 {
    margin-right: 14rem!important;
    margin-left: 14rem!important
  }
  .mx-xl-11 {
    margin-right: 16rem!important;
    margin-left: 16rem!important
  }
  .mx-xl-12 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
  }
  .mx-xl-sm {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-md {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-xl-lg {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-xl-xl {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xl-6 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
  }
  .my-xl-7 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-xl-8 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important
  }
  .my-xl-9 {
    margin-top: 11rem!important;
    margin-bottom: 11rem!important
  }
  .my-xl-10 {
    margin-top: 14rem!important;
    margin-bottom: 14rem!important
  }
  .my-xl-11 {
    margin-top: 16rem!important;
    margin-bottom: 16rem!important
  }
  .my-xl-12 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
  }
  .my-xl-sm {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xl-md {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-xl-lg {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-xl-xl {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xl-0 {
    margin-top: 0!important
  }
  .mt-xl-1 {
    margin-top: .25rem!important
  }
  .mt-xl-2 {
    margin-top: .5rem!important
  }
  .mt-xl-3 {
    margin-top: 1rem!important
  }
  .mt-xl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xl-5 {
    margin-top: 3rem!important
  }
  .mt-xl-6 {
    margin-top: 5rem!important
  }
  .mt-xl-7 {
    margin-top: 8rem!important
  }
  .mt-xl-8 {
    margin-top: 10rem!important
  }
  .mt-xl-9 {
    margin-top: 11rem!important
  }
  .mt-xl-10 {
    margin-top: 14rem!important
  }
  .mt-xl-11 {
    margin-top: 16rem!important
  }
  .mt-xl-12 {
    margin-top: 20rem!important
  }
  .mt-xl-sm {
    margin-top: 1rem!important
  }
  .mt-xl-md {
    margin-top: 2rem!important
  }
  .mt-xl-lg {
    margin-top: 4rem!important
  }
  .mt-xl-xl {
    margin-top: 8rem!important
  }
  .mt-xl-auto {
    margin-top: auto!important
  }
  .mr-xl-0 {
    margin-right: 0!important
  }
  .mr-xl-1 {
    margin-right: .25rem!important
  }
  .mr-xl-2 {
    margin-right: .5rem!important
  }
  .mr-xl-3 {
    margin-right: 1rem!important
  }
  .mr-xl-4 {
    margin-right: 1.5rem!important
  }
  .mr-xl-5 {
    margin-right: 3rem!important
  }
  .mr-xl-6 {
    margin-right: 5rem!important
  }
  .mr-xl-7 {
    margin-right: 8rem!important
  }
  .mr-xl-8 {
    margin-right: 10rem!important
  }
  .mr-xl-9 {
    margin-right: 11rem!important
  }
  .mr-xl-10 {
    margin-right: 14rem!important
  }
  .mr-xl-11 {
    margin-right: 16rem!important
  }
  .mr-xl-12 {
    margin-right: 20rem!important
  }
  .mr-xl-sm {
    margin-right: 1rem!important
  }
  .mr-xl-md {
    margin-right: 2rem!important
  }
  .mr-xl-lg {
    margin-right: 4rem!important
  }
  .mr-xl-xl {
    margin-right: 8rem!important
  }
  .mr-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-0 {
    margin-bottom: 0!important
  }
  .mb-xl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xl-6 {
    margin-bottom: 5rem!important
  }
  .mb-xl-7 {
    margin-bottom: 8rem!important
  }
  .mb-xl-8 {
    margin-bottom: 10rem!important
  }
  .mb-xl-9 {
    margin-bottom: 11rem!important
  }
  .mb-xl-10 {
    margin-bottom: 14rem!important
  }
  .mb-xl-11 {
    margin-bottom: 16rem!important
  }
  .mb-xl-12 {
    margin-bottom: 20rem!important
  }
  .mb-xl-sm {
    margin-bottom: 1rem!important
  }
  .mb-xl-md {
    margin-bottom: 2rem!important
  }
  .mb-xl-lg {
    margin-bottom: 4rem!important
  }
  .mb-xl-xl {
    margin-bottom: 8rem!important
  }
  .mb-xl-auto {
    margin-bottom: auto!important
  }
  .ml-xl-0 {
    margin-left: 0!important
  }
  .ml-xl-1 {
    margin-left: .25rem!important
  }
  .ml-xl-2 {
    margin-left: .5rem!important
  }
  .ml-xl-3 {
    margin-left: 1rem!important
  }
  .ml-xl-4 {
    margin-left: 1.5rem!important
  }
  .ml-xl-5 {
    margin-left: 3rem!important
  }
  .ml-xl-6 {
    margin-left: 5rem!important
  }
  .ml-xl-7 {
    margin-left: 8rem!important
  }
  .ml-xl-8 {
    margin-left: 10rem!important
  }
  .ml-xl-9 {
    margin-left: 11rem!important
  }
  .ml-xl-10 {
    margin-left: 14rem!important
  }
  .ml-xl-11 {
    margin-left: 16rem!important
  }
  .ml-xl-12 {
    margin-left: 20rem!important
  }
  .ml-xl-sm {
    margin-left: 1rem!important
  }
  .ml-xl-md {
    margin-left: 2rem!important
  }
  .ml-xl-lg {
    margin-left: 4rem!important
  }
  .ml-xl-xl {
    margin-left: 8rem!important
  }
  .ml-xl-auto {
    margin-left: auto!important
  }
  .m-xl-n1 {
    margin: -.25rem!important
  }
  .m-xl-n2 {
    margin: -.5rem!important
  }
  .m-xl-n3 {
    margin: -1rem!important
  }
  .m-xl-n4 {
    margin: -1.5rem!important
  }
  .m-xl-n5 {
    margin: -3rem!important
  }
  .m-xl-n6 {
    margin: -5rem!important
  }
  .m-xl-n7 {
    margin: -8rem!important
  }
  .m-xl-n8 {
    margin: -10rem!important
  }
  .m-xl-n9 {
    margin: -11rem!important
  }
  .m-xl-n10 {
    margin: -14rem!important
  }
  .m-xl-n11 {
    margin: -16rem!important
  }
  .m-xl-n12 {
    margin: -20rem!important
  }
  .m-xl-nsm {
    margin: -1rem!important
  }
  .m-xl-nmd {
    margin: -2rem!important
  }
  .m-xl-nlg {
    margin: -4rem!important
  }
  .m-xl-nxl {
    margin: -8rem!important
  }
  .mx-xl-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-xl-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-xl-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-xl-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-xl-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-xl-n6 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
  }
  .mx-xl-n7 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .mx-xl-n8 {
    margin-right: -10rem!important;
    margin-left: -10rem!important
  }
  .mx-xl-n9 {
    margin-right: -11rem!important;
    margin-left: -11rem!important
  }
  .mx-xl-n10 {
    margin-right: -14rem!important;
    margin-left: -14rem!important
  }
  .mx-xl-n11 {
    margin-right: -16rem!important;
    margin-left: -16rem!important
  }
  .mx-xl-n12 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
  }
  .mx-xl-nsm {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-xl-nmd {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-xl-nlg {
    margin-right: -4rem!important;
    margin-left: -4rem!important
  }
  .mx-xl-nxl {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .my-xl-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-xl-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-xl-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-xl-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-xl-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-xl-n6 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
  }
  .my-xl-n7 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .my-xl-n8 {
    margin-top: -10rem!important;
    margin-bottom: -10rem!important
  }
  .my-xl-n9 {
    margin-top: -11rem!important;
    margin-bottom: -11rem!important
  }
  .my-xl-n10 {
    margin-top: -14rem!important;
    margin-bottom: -14rem!important
  }
  .my-xl-n11 {
    margin-top: -16rem!important;
    margin-bottom: -16rem!important
  }
  .my-xl-n12 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
  }
  .my-xl-nsm {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-xl-nmd {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-xl-nlg {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
  }
  .my-xl-nxl {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .mt-xl-n1 {
    margin-top: -.25rem!important
  }
  .mt-xl-n2 {
    margin-top: -.5rem!important
  }
  .mt-xl-n3 {
    margin-top: -1rem!important
  }
  .mt-xl-n4 {
    margin-top: -1.5rem!important
  }
  .mt-xl-n5 {
    margin-top: -3rem!important
  }
  .mt-xl-n6 {
    margin-top: -5rem!important
  }
  .mt-xl-n7 {
    margin-top: -8rem!important
  }
  .mt-xl-n8 {
    margin-top: -10rem!important
  }
  .mt-xl-n9 {
    margin-top: -11rem!important
  }
  .mt-xl-n10 {
    margin-top: -14rem!important
  }
  .mt-xl-n11 {
    margin-top: -16rem!important
  }
  .mt-xl-n12 {
    margin-top: -20rem!important
  }
  .mt-xl-nsm {
    margin-top: -1rem!important
  }
  .mt-xl-nmd {
    margin-top: -2rem!important
  }
  .mt-xl-nlg {
    margin-top: -4rem!important
  }
  .mt-xl-nxl {
    margin-top: -8rem!important
  }
  .mr-xl-n1 {
    margin-right: -.25rem!important
  }
  .mr-xl-n2 {
    margin-right: -.5rem!important
  }
  .mr-xl-n3 {
    margin-right: -1rem!important
  }
  .mr-xl-n4 {
    margin-right: -1.5rem!important
  }
  .mr-xl-n5 {
    margin-right: -3rem!important
  }
  .mr-xl-n6 {
    margin-right: -5rem!important
  }
  .mr-xl-n7 {
    margin-right: -8rem!important
  }
  .mr-xl-n8 {
    margin-right: -10rem!important
  }
  .mr-xl-n9 {
    margin-right: -11rem!important
  }
  .mr-xl-n10 {
    margin-right: -14rem!important
  }
  .mr-xl-n11 {
    margin-right: -16rem!important
  }
  .mr-xl-n12 {
    margin-right: -20rem!important
  }
  .mr-xl-nsm {
    margin-right: -1rem!important
  }
  .mr-xl-nmd {
    margin-right: -2rem!important
  }
  .mr-xl-nlg {
    margin-right: -4rem!important
  }
  .mr-xl-nxl {
    margin-right: -8rem!important
  }
  .mb-xl-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-xl-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-xl-n3 {
    margin-bottom: -1rem!important
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-xl-n5 {
    margin-bottom: -3rem!important
  }
  .mb-xl-n6 {
    margin-bottom: -5rem!important
  }
  .mb-xl-n7 {
    margin-bottom: -8rem!important
  }
  .mb-xl-n8 {
    margin-bottom: -10rem!important
  }
  .mb-xl-n9 {
    margin-bottom: -11rem!important
  }
  .mb-xl-n10 {
    margin-bottom: -14rem!important
  }
  .mb-xl-n11 {
    margin-bottom: -16rem!important
  }
  .mb-xl-n12 {
    margin-bottom: -20rem!important
  }
  .mb-xl-nsm {
    margin-bottom: -1rem!important
  }
  .mb-xl-nmd {
    margin-bottom: -2rem!important
  }
  .mb-xl-nlg {
    margin-bottom: -4rem!important
  }
  .mb-xl-nxl {
    margin-bottom: -8rem!important
  }
  .ml-xl-n1 {
    margin-left: -.25rem!important
  }
  .ml-xl-n2 {
    margin-left: -.5rem!important
  }
  .ml-xl-n3 {
    margin-left: -1rem!important
  }
  .ml-xl-n4 {
    margin-left: -1.5rem!important
  }
  .ml-xl-n5 {
    margin-left: -3rem!important
  }
  .ml-xl-n6 {
    margin-left: -5rem!important
  }
  .ml-xl-n7 {
    margin-left: -8rem!important
  }
  .ml-xl-n8 {
    margin-left: -10rem!important
  }
  .ml-xl-n9 {
    margin-left: -11rem!important
  }
  .ml-xl-n10 {
    margin-left: -14rem!important
  }
  .ml-xl-n11 {
    margin-left: -16rem!important
  }
  .ml-xl-n12 {
    margin-left: -20rem!important
  }
  .ml-xl-nsm {
    margin-left: -1rem!important
  }
  .ml-xl-nmd {
    margin-left: -2rem!important
  }
  .ml-xl-nlg {
    margin-left: -4rem!important
  }
  .ml-xl-nxl {
    margin-left: -8rem!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .p-xl-5 {
    padding: 3rem!important
  }
  .p-xl-6 {
    padding: 5rem!important
  }
  .p-xl-7 {
    padding: 8rem!important
  }
  .p-xl-8 {
    padding: 10rem!important
  }
  .p-xl-9 {
    padding: 11rem!important
  }
  .p-xl-10 {
    padding: 14rem!important
  }
  .p-xl-11 {
    padding: 16rem!important
  }
  .p-xl-12 {
    padding: 20rem!important
  }
  .p-xl-sm {
    padding: 1rem!important
  }
  .p-xl-md {
    padding: 2rem!important
  }
  .p-xl-lg {
    padding: 4rem!important
  }
  .p-xl-xl {
    padding: 8rem!important
  }
  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-xl-6 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
  }
  .px-xl-7 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .px-xl-8 {
    padding-right: 10rem!important;
    padding-left: 10rem!important
  }
  .px-xl-9 {
    padding-right: 11rem!important;
    padding-left: 11rem!important
  }
  .px-xl-10 {
    padding-right: 14rem!important;
    padding-left: 14rem!important
  }
  .px-xl-11 {
    padding-right: 16rem!important;
    padding-left: 16rem!important
  }
  .px-xl-12 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
  }
  .px-xl-sm {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-md {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-xl-lg {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .px-xl-xl {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-xl-6 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
  }
  .py-xl-7 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .py-xl-8 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important
  }
  .py-xl-9 {
    padding-top: 11rem!important;
    padding-bottom: 11rem!important
  }
  .py-xl-10 {
    padding-top: 14rem!important;
    padding-bottom: 14rem!important
  }
  .py-xl-11 {
    padding-top: 16rem!important;
    padding-bottom: 16rem!important
  }
  .py-xl-12 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
  }
  .py-xl-sm {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xl-md {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-xl-lg {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .py-xl-xl {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .pt-xl-0 {
    padding-top: 0!important
  }
  .pt-xl-1 {
    padding-top: .25rem!important
  }
  .pt-xl-2 {
    padding-top: .5rem!important
  }
  .pt-xl-3 {
    padding-top: 1rem!important
  }
  .pt-xl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xl-5 {
    padding-top: 3rem!important
  }
  .pt-xl-6 {
    padding-top: 5rem!important
  }
  .pt-xl-7 {
    padding-top: 8rem!important
  }
  .pt-xl-8 {
    padding-top: 10rem!important
  }
  .pt-xl-9 {
    padding-top: 11rem!important
  }
  .pt-xl-10 {
    padding-top: 14rem!important
  }
  .pt-xl-11 {
    padding-top: 16rem!important
  }
  .pt-xl-12 {
    padding-top: 20rem!important
  }
  .pt-xl-sm {
    padding-top: 1rem!important
  }
  .pt-xl-md {
    padding-top: 2rem!important
  }
  .pt-xl-lg {
    padding-top: 4rem!important
  }
  .pt-xl-xl {
    padding-top: 8rem!important
  }
  .pr-xl-0 {
    padding-right: 0!important
  }
  .pr-xl-1 {
    padding-right: .25rem!important
  }
  .pr-xl-2 {
    padding-right: .5rem!important
  }
  .pr-xl-3 {
    padding-right: 1rem!important
  }
  .pr-xl-4 {
    padding-right: 1.5rem!important
  }
  .pr-xl-5 {
    padding-right: 3rem!important
  }
  .pr-xl-6 {
    padding-right: 5rem!important
  }
  .pr-xl-7 {
    padding-right: 8rem!important
  }
  .pr-xl-8 {
    padding-right: 10rem!important
  }
  .pr-xl-9 {
    padding-right: 11rem!important
  }
  .pr-xl-10 {
    padding-right: 14rem!important
  }
  .pr-xl-11 {
    padding-right: 16rem!important
  }
  .pr-xl-12 {
    padding-right: 20rem!important
  }
  .pr-xl-sm {
    padding-right: 1rem!important
  }
  .pr-xl-md {
    padding-right: 2rem!important
  }
  .pr-xl-lg {
    padding-right: 4rem!important
  }
  .pr-xl-xl {
    padding-right: 8rem!important
  }
  .pb-xl-0 {
    padding-bottom: 0!important
  }
  .pb-xl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xl-5 {
    padding-bottom: 3rem!important
  }
  .pb-xl-6 {
    padding-bottom: 5rem!important
  }
  .pb-xl-7 {
    padding-bottom: 8rem!important
  }
  .pb-xl-8 {
    padding-bottom: 10rem!important
  }
  .pb-xl-9 {
    padding-bottom: 11rem!important
  }
  .pb-xl-10 {
    padding-bottom: 14rem!important
  }
  .pb-xl-11 {
    padding-bottom: 16rem!important
  }
  .pb-xl-12 {
    padding-bottom: 20rem!important
  }
  .pb-xl-sm {
    padding-bottom: 1rem!important
  }
  .pb-xl-md {
    padding-bottom: 2rem!important
  }
  .pb-xl-lg {
    padding-bottom: 4rem!important
  }
  .pb-xl-xl {
    padding-bottom: 8rem!important
  }
  .pl-xl-0 {
    padding-left: 0!important
  }
  .pl-xl-1 {
    padding-left: .25rem!important
  }
  .pl-xl-2 {
    padding-left: .5rem!important
  }
  .pl-xl-3 {
    padding-left: 1rem!important
  }
  .pl-xl-4 {
    padding-left: 1.5rem!important
  }
  .pl-xl-5 {
    padding-left: 3rem!important
  }
  .pl-xl-6 {
    padding-left: 5rem!important
  }
  .pl-xl-7 {
    padding-left: 8rem!important
  }
  .pl-xl-8 {
    padding-left: 10rem!important
  }
  .pl-xl-9 {
    padding-left: 11rem!important
  }
  .pl-xl-10 {
    padding-left: 14rem!important
  }
  .pl-xl-11 {
    padding-left: 16rem!important
  }
  .pl-xl-12 {
    padding-left: 20rem!important
  }
  .pl-xl-sm {
    padding-left: 1rem!important
  }
  .pl-xl-md {
    padding-left: 2rem!important
  }
  .pl-xl-lg {
    padding-left: 4rem!important
  }
  .pl-xl-xl {
    padding-left: 8rem!important
  }
  .text-xl-left {
    text-align: left!important
  }
  .text-xl-right {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}

@media (min-width:1400px) {
  .float-xxl-left {
    float: left!important
  }
  .float-xxl-right {
    float: right!important
  }
  .float-xxl-none {
    float: none!important
  }
  .d-xxl-none {
    display: none!important
  }
  .d-xxl-inline {
    display: inline!important
  }
  .d-xxl-inline-block {
    display: inline-block!important
  }
  .d-xxl-block {
    display: block!important
  }
  .d-xxl-table {
    display: table!important
  }
  .d-xxl-table-row {
    display: table-row!important
  }
  .d-xxl-table-cell {
    display: table-cell!important
  }
  .d-xxl-flex {
    display: flex!important
  }
  .d-xxl-inline-flex {
    display: inline-flex!important
  }
  .flex-xxl-fill {
    flex: 1 1 auto!important
  }
  .flex-xxl-row {
    flex-direction: row!important
  }
  .flex-xxl-column {
    flex-direction: column!important
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xxl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xxl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xxl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xxl-start {
    justify-content: flex-start!important
  }
  .justify-content-xxl-end {
    justify-content: flex-end!important
  }
  .justify-content-xxl-center {
    justify-content: center!important
  }
  .justify-content-xxl-between {
    justify-content: space-between!important
  }
  .justify-content-xxl-around {
    justify-content: space-around!important
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xxl-start {
    align-items: flex-start!important
  }
  .align-items-xxl-end {
    align-items: flex-end!important
  }
  .align-items-xxl-center {
    align-items: center!important
  }
  .align-items-xxl-baseline {
    align-items: baseline!important
  }
  .align-items-xxl-stretch {
    align-items: stretch!important
  }
  .align-content-xxl-start {
    align-content: flex-start!important
  }
  .align-content-xxl-end {
    align-content: flex-end!important
  }
  .align-content-xxl-center {
    align-content: center!important
  }
  .align-content-xxl-between {
    align-content: space-between!important
  }
  .align-content-xxl-around {
    align-content: space-around!important
  }
  .align-content-xxl-stretch {
    align-content: stretch!important
  }
  .align-self-xxl-auto {
    align-self: auto!important
  }
  .align-self-xxl-start {
    align-self: flex-start!important
  }
  .align-self-xxl-end {
    align-self: flex-end!important
  }
  .align-self-xxl-center {
    align-self: center!important
  }
  .align-self-xxl-baseline {
    align-self: baseline!important
  }
  .align-self-xxl-stretch {
    align-self: stretch!important
  }
  .order-xxl-first {
    order: -1!important
  }
  .order-xxl-0 {
    order: 0!important
  }
  .order-xxl-1 {
    order: 1!important
  }
  .order-xxl-2 {
    order: 2!important
  }
  .order-xxl-3 {
    order: 3!important
  }
  .order-xxl-4 {
    order: 4!important
  }
  .order-xxl-5 {
    order: 5!important
  }
  .order-xxl-last {
    order: 6!important
  }
  .m-xxl-0 {
    margin: 0!important
  }
  .m-xxl-1 {
    margin: .25rem!important
  }
  .m-xxl-2 {
    margin: .5rem!important
  }
  .m-xxl-3 {
    margin: 1rem!important
  }
  .m-xxl-4 {
    margin: 1.5rem!important
  }
  .m-xxl-5 {
    margin: 3rem!important
  }
  .m-xxl-6 {
    margin: 5rem!important
  }
  .m-xxl-7 {
    margin: 8rem!important
  }
  .m-xxl-8 {
    margin: 10rem!important
  }
  .m-xxl-9 {
    margin: 11rem!important
  }
  .m-xxl-10 {
    margin: 14rem!important
  }
  .m-xxl-11 {
    margin: 16rem!important
  }
  .m-xxl-12 {
    margin: 20rem!important
  }
  .m-xxl-sm {
    margin: 1rem!important
  }
  .m-xxl-md {
    margin: 2rem!important
  }
  .m-xxl-lg {
    margin: 4rem!important
  }
  .m-xxl-xl {
    margin: 8rem!important
  }
  .m-xxl-auto {
    margin: auto!important
  }
  .mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xxl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xxl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xxl-6 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
  }
  .mx-xxl-7 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-xxl-8 {
    margin-right: 10rem!important;
    margin-left: 10rem!important
  }
  .mx-xxl-9 {
    margin-right: 11rem!important;
    margin-left: 11rem!important
  }
  .mx-xxl-10 {
    margin-right: 14rem!important;
    margin-left: 14rem!important
  }
  .mx-xxl-11 {
    margin-right: 16rem!important;
    margin-left: 16rem!important
  }
  .mx-xxl-12 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
  }
  .mx-xxl-sm {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-md {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-xxl-lg {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-xxl-xl {
    margin-right: 8rem!important;
    margin-left: 8rem!important
  }
  .mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xxl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xxl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xxl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xxl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xxl-6 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
  }
  .my-xxl-7 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-xxl-8 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important
  }
  .my-xxl-9 {
    margin-top: 11rem!important;
    margin-bottom: 11rem!important
  }
  .my-xxl-10 {
    margin-top: 14rem!important;
    margin-bottom: 14rem!important
  }
  .my-xxl-11 {
    margin-top: 16rem!important;
    margin-bottom: 16rem!important
  }
  .my-xxl-12 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
  }
  .my-xxl-sm {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xxl-md {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-xxl-lg {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-xxl-xl {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
  }
  .my-xxl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xxl-0 {
    margin-top: 0!important
  }
  .mt-xxl-1 {
    margin-top: .25rem!important
  }
  .mt-xxl-2 {
    margin-top: .5rem!important
  }
  .mt-xxl-3 {
    margin-top: 1rem!important
  }
  .mt-xxl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xxl-5 {
    margin-top: 3rem!important
  }
  .mt-xxl-6 {
    margin-top: 5rem!important
  }
  .mt-xxl-7 {
    margin-top: 8rem!important
  }
  .mt-xxl-8 {
    margin-top: 10rem!important
  }
  .mt-xxl-9 {
    margin-top: 11rem!important
  }
  .mt-xxl-10 {
    margin-top: 14rem!important
  }
  .mt-xxl-11 {
    margin-top: 16rem!important
  }
  .mt-xxl-12 {
    margin-top: 20rem!important
  }
  .mt-xxl-sm {
    margin-top: 1rem!important
  }
  .mt-xxl-md {
    margin-top: 2rem!important
  }
  .mt-xxl-lg {
    margin-top: 4rem!important
  }
  .mt-xxl-xl {
    margin-top: 8rem!important
  }
  .mt-xxl-auto {
    margin-top: auto!important
  }
  .mr-xxl-0 {
    margin-right: 0!important
  }
  .mr-xxl-1 {
    margin-right: .25rem!important
  }
  .mr-xxl-2 {
    margin-right: .5rem!important
  }
  .mr-xxl-3 {
    margin-right: 1rem!important
  }
  .mr-xxl-4 {
    margin-right: 1.5rem!important
  }
  .mr-xxl-5 {
    margin-right: 3rem!important
  }
  .mr-xxl-6 {
    margin-right: 5rem!important
  }
  .mr-xxl-7 {
    margin-right: 8rem!important
  }
  .mr-xxl-8 {
    margin-right: 10rem!important
  }
  .mr-xxl-9 {
    margin-right: 11rem!important
  }
  .mr-xxl-10 {
    margin-right: 14rem!important
  }
  .mr-xxl-11 {
    margin-right: 16rem!important
  }
  .mr-xxl-12 {
    margin-right: 20rem!important
  }
  .mr-xxl-sm {
    margin-right: 1rem!important
  }
  .mr-xxl-md {
    margin-right: 2rem!important
  }
  .mr-xxl-lg {
    margin-right: 4rem!important
  }
  .mr-xxl-xl {
    margin-right: 8rem!important
  }
  .mr-xxl-auto {
    margin-right: auto!important
  }
  .mb-xxl-0 {
    margin-bottom: 0!important
  }
  .mb-xxl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xxl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xxl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xxl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xxl-6 {
    margin-bottom: 5rem!important
  }
  .mb-xxl-7 {
    margin-bottom: 8rem!important
  }
  .mb-xxl-8 {
    margin-bottom: 10rem!important
  }
  .mb-xxl-9 {
    margin-bottom: 11rem!important
  }
  .mb-xxl-10 {
    margin-bottom: 14rem!important
  }
  .mb-xxl-11 {
    margin-bottom: 16rem!important
  }
  .mb-xxl-12 {
    margin-bottom: 20rem!important
  }
  .mb-xxl-sm {
    margin-bottom: 1rem!important
  }
  .mb-xxl-md {
    margin-bottom: 2rem!important
  }
  .mb-xxl-lg {
    margin-bottom: 4rem!important
  }
  .mb-xxl-xl {
    margin-bottom: 8rem!important
  }
  .mb-xxl-auto {
    margin-bottom: auto!important
  }
  .ml-xxl-0 {
    margin-left: 0!important
  }
  .ml-xxl-1 {
    margin-left: .25rem!important
  }
  .ml-xxl-2 {
    margin-left: .5rem!important
  }
  .ml-xxl-3 {
    margin-left: 1rem!important
  }
  .ml-xxl-4 {
    margin-left: 1.5rem!important
  }
  .ml-xxl-5 {
    margin-left: 3rem!important
  }
  .ml-xxl-6 {
    margin-left: 5rem!important
  }
  .ml-xxl-7 {
    margin-left: 8rem!important
  }
  .ml-xxl-8 {
    margin-left: 10rem!important
  }
  .ml-xxl-9 {
    margin-left: 11rem!important
  }
  .ml-xxl-10 {
    margin-left: 14rem!important
  }
  .ml-xxl-11 {
    margin-left: 16rem!important
  }
  .ml-xxl-12 {
    margin-left: 20rem!important
  }
  .ml-xxl-sm {
    margin-left: 1rem!important
  }
  .ml-xxl-md {
    margin-left: 2rem!important
  }
  .ml-xxl-lg {
    margin-left: 4rem!important
  }
  .ml-xxl-xl {
    margin-left: 8rem!important
  }
  .ml-xxl-auto {
    margin-left: auto!important
  }
  .m-xxl-n1 {
    margin: -.25rem!important
  }
  .m-xxl-n2 {
    margin: -.5rem!important
  }
  .m-xxl-n3 {
    margin: -1rem!important
  }
  .m-xxl-n4 {
    margin: -1.5rem!important
  }
  .m-xxl-n5 {
    margin: -3rem!important
  }
  .m-xxl-n6 {
    margin: -5rem!important
  }
  .m-xxl-n7 {
    margin: -8rem!important
  }
  .m-xxl-n8 {
    margin: -10rem!important
  }
  .m-xxl-n9 {
    margin: -11rem!important
  }
  .m-xxl-n10 {
    margin: -14rem!important
  }
  .m-xxl-n11 {
    margin: -16rem!important
  }
  .m-xxl-n12 {
    margin: -20rem!important
  }
  .m-xxl-nsm {
    margin: -1rem!important
  }
  .m-xxl-nmd {
    margin: -2rem!important
  }
  .m-xxl-nlg {
    margin: -4rem!important
  }
  .m-xxl-nxl {
    margin: -8rem!important
  }
  .mx-xxl-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-xxl-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-xxl-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-xxl-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-xxl-n6 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
  }
  .mx-xxl-n7 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .mx-xxl-n8 {
    margin-right: -10rem!important;
    margin-left: -10rem!important
  }
  .mx-xxl-n9 {
    margin-right: -11rem!important;
    margin-left: -11rem!important
  }
  .mx-xxl-n10 {
    margin-right: -14rem!important;
    margin-left: -14rem!important
  }
  .mx-xxl-n11 {
    margin-right: -16rem!important;
    margin-left: -16rem!important
  }
  .mx-xxl-n12 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
  }
  .mx-xxl-nsm {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-xxl-nmd {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-xxl-nlg {
    margin-right: -4rem!important;
    margin-left: -4rem!important
  }
  .mx-xxl-nxl {
    margin-right: -8rem!important;
    margin-left: -8rem!important
  }
  .my-xxl-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-xxl-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-xxl-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-xxl-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-xxl-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-xxl-n6 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
  }
  .my-xxl-n7 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .my-xxl-n8 {
    margin-top: -10rem!important;
    margin-bottom: -10rem!important
  }
  .my-xxl-n9 {
    margin-top: -11rem!important;
    margin-bottom: -11rem!important
  }
  .my-xxl-n10 {
    margin-top: -14rem!important;
    margin-bottom: -14rem!important
  }
  .my-xxl-n11 {
    margin-top: -16rem!important;
    margin-bottom: -16rem!important
  }
  .my-xxl-n12 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
  }
  .my-xxl-nsm {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-xxl-nmd {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-xxl-nlg {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
  }
  .my-xxl-nxl {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
  }
  .mt-xxl-n1 {
    margin-top: -.25rem!important
  }
  .mt-xxl-n2 {
    margin-top: -.5rem!important
  }
  .mt-xxl-n3 {
    margin-top: -1rem!important
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem!important
  }
  .mt-xxl-n5 {
    margin-top: -3rem!important
  }
  .mt-xxl-n6 {
    margin-top: -5rem!important
  }
  .mt-xxl-n7 {
    margin-top: -8rem!important
  }
  .mt-xxl-n8 {
    margin-top: -10rem!important
  }
  .mt-xxl-n9 {
    margin-top: -11rem!important
  }
  .mt-xxl-n10 {
    margin-top: -14rem!important
  }
  .mt-xxl-n11 {
    margin-top: -16rem!important
  }
  .mt-xxl-n12 {
    margin-top: -20rem!important
  }
  .mt-xxl-nsm {
    margin-top: -1rem!important
  }
  .mt-xxl-nmd {
    margin-top: -2rem!important
  }
  .mt-xxl-nlg {
    margin-top: -4rem!important
  }
  .mt-xxl-nxl {
    margin-top: -8rem!important
  }
  .mr-xxl-n1 {
    margin-right: -.25rem!important
  }
  .mr-xxl-n2 {
    margin-right: -.5rem!important
  }
  .mr-xxl-n3 {
    margin-right: -1rem!important
  }
  .mr-xxl-n4 {
    margin-right: -1.5rem!important
  }
  .mr-xxl-n5 {
    margin-right: -3rem!important
  }
  .mr-xxl-n6 {
    margin-right: -5rem!important
  }
  .mr-xxl-n7 {
    margin-right: -8rem!important
  }
  .mr-xxl-n8 {
    margin-right: -10rem!important
  }
  .mr-xxl-n9 {
    margin-right: -11rem!important
  }
  .mr-xxl-n10 {
    margin-right: -14rem!important
  }
  .mr-xxl-n11 {
    margin-right: -16rem!important
  }
  .mr-xxl-n12 {
    margin-right: -20rem!important
  }
  .mr-xxl-nsm {
    margin-right: -1rem!important
  }
  .mr-xxl-nmd {
    margin-right: -2rem!important
  }
  .mr-xxl-nlg {
    margin-right: -4rem!important
  }
  .mr-xxl-nxl {
    margin-right: -8rem!important
  }
  .mb-xxl-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-xxl-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem!important
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem!important
  }
  .mb-xxl-n6 {
    margin-bottom: -5rem!important
  }
  .mb-xxl-n7 {
    margin-bottom: -8rem!important
  }
  .mb-xxl-n8 {
    margin-bottom: -10rem!important
  }
  .mb-xxl-n9 {
    margin-bottom: -11rem!important
  }
  .mb-xxl-n10 {
    margin-bottom: -14rem!important
  }
  .mb-xxl-n11 {
    margin-bottom: -16rem!important
  }
  .mb-xxl-n12 {
    margin-bottom: -20rem!important
  }
  .mb-xxl-nsm {
    margin-bottom: -1rem!important
  }
  .mb-xxl-nmd {
    margin-bottom: -2rem!important
  }
  .mb-xxl-nlg {
    margin-bottom: -4rem!important
  }
  .mb-xxl-nxl {
    margin-bottom: -8rem!important
  }
  .ml-xxl-n1 {
    margin-left: -.25rem!important
  }
  .ml-xxl-n2 {
    margin-left: -.5rem!important
  }
  .ml-xxl-n3 {
    margin-left: -1rem!important
  }
  .ml-xxl-n4 {
    margin-left: -1.5rem!important
  }
  .ml-xxl-n5 {
    margin-left: -3rem!important
  }
  .ml-xxl-n6 {
    margin-left: -5rem!important
  }
  .ml-xxl-n7 {
    margin-left: -8rem!important
  }
  .ml-xxl-n8 {
    margin-left: -10rem!important
  }
  .ml-xxl-n9 {
    margin-left: -11rem!important
  }
  .ml-xxl-n10 {
    margin-left: -14rem!important
  }
  .ml-xxl-n11 {
    margin-left: -16rem!important
  }
  .ml-xxl-n12 {
    margin-left: -20rem!important
  }
  .ml-xxl-nsm {
    margin-left: -1rem!important
  }
  .ml-xxl-nmd {
    margin-left: -2rem!important
  }
  .ml-xxl-nlg {
    margin-left: -4rem!important
  }
  .ml-xxl-nxl {
    margin-left: -8rem!important
  }
  .p-xxl-0 {
    padding: 0!important
  }
  .p-xxl-1 {
    padding: .25rem!important
  }
  .p-xxl-2 {
    padding: .5rem!important
  }
  .p-xxl-3 {
    padding: 1rem!important
  }
  .p-xxl-4 {
    padding: 1.5rem!important
  }
  .p-xxl-5 {
    padding: 3rem!important
  }
  .p-xxl-6 {
    padding: 5rem!important
  }
  .p-xxl-7 {
    padding: 8rem!important
  }
  .p-xxl-8 {
    padding: 10rem!important
  }
  .p-xxl-9 {
    padding: 11rem!important
  }
  .p-xxl-10 {
    padding: 14rem!important
  }
  .p-xxl-11 {
    padding: 16rem!important
  }
  .p-xxl-12 {
    padding: 20rem!important
  }
  .p-xxl-sm {
    padding: 1rem!important
  }
  .p-xxl-md {
    padding: 2rem!important
  }
  .p-xxl-lg {
    padding: 4rem!important
  }
  .p-xxl-xl {
    padding: 8rem!important
  }
  .px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xxl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xxl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-xxl-6 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
  }
  .px-xxl-7 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .px-xxl-8 {
    padding-right: 10rem!important;
    padding-left: 10rem!important
  }
  .px-xxl-9 {
    padding-right: 11rem!important;
    padding-left: 11rem!important
  }
  .px-xxl-10 {
    padding-right: 14rem!important;
    padding-left: 14rem!important
  }
  .px-xxl-11 {
    padding-right: 16rem!important;
    padding-left: 16rem!important
  }
  .px-xxl-12 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
  }
  .px-xxl-sm {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-md {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-xxl-lg {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .px-xxl-xl {
    padding-right: 8rem!important;
    padding-left: 8rem!important
  }
  .py-xxl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xxl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xxl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xxl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xxl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-xxl-6 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
  }
  .py-xxl-7 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .py-xxl-8 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important
  }
  .py-xxl-9 {
    padding-top: 11rem!important;
    padding-bottom: 11rem!important
  }
  .py-xxl-10 {
    padding-top: 14rem!important;
    padding-bottom: 14rem!important
  }
  .py-xxl-11 {
    padding-top: 16rem!important;
    padding-bottom: 16rem!important
  }
  .py-xxl-12 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
  }
  .py-xxl-sm {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xxl-md {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-xxl-lg {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .py-xxl-xl {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
  }
  .pt-xxl-0 {
    padding-top: 0!important
  }
  .pt-xxl-1 {
    padding-top: .25rem!important
  }
  .pt-xxl-2 {
    padding-top: .5rem!important
  }
  .pt-xxl-3 {
    padding-top: 1rem!important
  }
  .pt-xxl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xxl-5 {
    padding-top: 3rem!important
  }
  .pt-xxl-6 {
    padding-top: 5rem!important
  }
  .pt-xxl-7 {
    padding-top: 8rem!important
  }
  .pt-xxl-8 {
    padding-top: 10rem!important
  }
  .pt-xxl-9 {
    padding-top: 11rem!important
  }
  .pt-xxl-10 {
    padding-top: 14rem!important
  }
  .pt-xxl-11 {
    padding-top: 16rem!important
  }
  .pt-xxl-12 {
    padding-top: 20rem!important
  }
  .pt-xxl-sm {
    padding-top: 1rem!important
  }
  .pt-xxl-md {
    padding-top: 2rem!important
  }
  .pt-xxl-lg {
    padding-top: 4rem!important
  }
  .pt-xxl-xl {
    padding-top: 8rem!important
  }
  .pr-xxl-0 {
    padding-right: 0!important
  }
  .pr-xxl-1 {
    padding-right: .25rem!important
  }
  .pr-xxl-2 {
    padding-right: .5rem!important
  }
  .pr-xxl-3 {
    padding-right: 1rem!important
  }
  .pr-xxl-4 {
    padding-right: 1.5rem!important
  }
  .pr-xxl-5 {
    padding-right: 3rem!important
  }
  .pr-xxl-6 {
    padding-right: 5rem!important
  }
  .pr-xxl-7 {
    padding-right: 8rem!important
  }
  .pr-xxl-8 {
    padding-right: 10rem!important
  }
  .pr-xxl-9 {
    padding-right: 11rem!important
  }
  .pr-xxl-10 {
    padding-right: 14rem!important
  }
  .pr-xxl-11 {
    padding-right: 16rem!important
  }
  .pr-xxl-12 {
    padding-right: 20rem!important
  }
  .pr-xxl-sm {
    padding-right: 1rem!important
  }
  .pr-xxl-md {
    padding-right: 2rem!important
  }
  .pr-xxl-lg {
    padding-right: 4rem!important
  }
  .pr-xxl-xl {
    padding-right: 8rem!important
  }
  .pb-xxl-0 {
    padding-bottom: 0!important
  }
  .pb-xxl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xxl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xxl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xxl-5 {
    padding-bottom: 3rem!important
  }
  .pb-xxl-6 {
    padding-bottom: 5rem!important
  }
  .pb-xxl-7 {
    padding-bottom: 8rem!important
  }
  .pb-xxl-8 {
    padding-bottom: 10rem!important
  }
  .pb-xxl-9 {
    padding-bottom: 11rem!important
  }
  .pb-xxl-10 {
    padding-bottom: 14rem!important
  }
  .pb-xxl-11 {
    padding-bottom: 16rem!important
  }
  .pb-xxl-12 {
    padding-bottom: 20rem!important
  }
  .pb-xxl-sm {
    padding-bottom: 1rem!important
  }
  .pb-xxl-md {
    padding-bottom: 2rem!important
  }
  .pb-xxl-lg {
    padding-bottom: 4rem!important
  }
  .pb-xxl-xl {
    padding-bottom: 8rem!important
  }
  .pl-xxl-0 {
    padding-left: 0!important
  }
  .pl-xxl-1 {
    padding-left: .25rem!important
  }
  .pl-xxl-2 {
    padding-left: .5rem!important
  }
  .pl-xxl-3 {
    padding-left: 1rem!important
  }
  .pl-xxl-4 {
    padding-left: 1.5rem!important
  }
  .pl-xxl-5 {
    padding-left: 3rem!important
  }
  .pl-xxl-6 {
    padding-left: 5rem!important
  }
  .pl-xxl-7 {
    padding-left: 8rem!important
  }
  .pl-xxl-8 {
    padding-left: 10rem!important
  }
  .pl-xxl-9 {
    padding-left: 11rem!important
  }
  .pl-xxl-10 {
    padding-left: 14rem!important
  }
  .pl-xxl-11 {
    padding-left: 16rem!important
  }
  .pl-xxl-12 {
    padding-left: 20rem!important
  }
  .pl-xxl-sm {
    padding-left: 1rem!important
  }
  .pl-xxl-md {
    padding-left: 2rem!important
  }
  .pl-xxl-lg {
    padding-left: 4rem!important
  }
  .pl-xxl-xl {
    padding-left: 8rem!important
  }
  .text-xxl-left {
    text-align: left!important
  }
  .text-xxl-right {
    text-align: right!important
  }
  .text-xxl-center {
    text-align: center!important
  }
}

@media print {
  .d-print-none {
    display: none!important
  }
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: flex!important
  }
  .d-print-inline-flex {
    display: inline-flex!important
  }
}

.headroom {
  will-change: transform;
  background-color: inherit;
  transition: all .2s ease
}

#sidebar {
  position: sticky;
  top: 2%;
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: top, transform;
  z-index: 30;
}

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

.headroom--pinned {
  transform: translateY(0)
}

.headroom--unpinned {
  transform: translateY(-100%)
}

.headroom--not-top {
  padding-top: .7rem;
  padding-bottom: .7rem
}

.headroom--not-top.navbar-theme-secondary {
  background-color: #1c2540
}

.headroom--not-top.navbar-theme-secondary .navbar-brand-light {
  display: none
}

.headroom--not-top.navbar-theme-secondary .navbar-brand-dark {
  display: block
}

.headroom--not-top.navbar-theme-secondary .nav-link {
  color: rgba(255, 255, 255, 1)
}

.headroom--not-top.navbar-theme-secondary .nav-link:hover {
  font-weight: bold;
}

.headroom--not-top.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit!important
}

.noUi-horizontal {
  height: 5px
}

.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -10px
}

.noUi-vertical {
  width: 5px;
  height: 340px
}

.noUi-vertical .noUi-handle {
  width: 18px;
  height: 34px;
  left: -6px;
  top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #242e4c
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #fbfbfd;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  outline: 0
}

.noUi-handle:hover {
  cursor: -moz-grab;
  background-color: #dce6f3
}

.noUi-handle:active {
  cursor: -moz-grabbing;
  background-color: #dce6f3;
  box-shadow: 0 0 0 .2rem rgba(69, 77, 103, .5)
}

.noUi-handle:focus {
  box-shadow: 0 0 0 .2rem rgba(69, 77, 103, .5);
  background-color: #dce6f3
}

.noUi-active {
  outline: 0
}

[disabled] .noUi-connect {
  background: #dce6f3
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #4e5079;
  font-size: .75rem
}

.noUi-value {
  margin-top: 5px;
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #dce6f3;
  font-size: .75rem
}

.noUi-marker {
  position: absolute;
  background: #4e5079
}

.noUi-marker-sub {
  background: #4e5079
}

.noUi-marker-large {
  background: #4e5079
}

.noUi-pips-horizontal {
  padding: 12px 0;
  height: auto;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 12px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  background: #fff;
  color: #4e5079;
  font-size: .75rem;
  font-weight: 400;
  display: block;
  position: absolute;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  border-radius: .45rem;
  border: .0625rem solid #dce6f3
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 30px
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.noUi-target {
  background: #dce6f3;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0 .125rem .25rem rgba(23, 31, 56, .075);
  margin: 15px 0;
  cursor: pointer
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px
}

.noUi-vertical {
  width: 5px
}

.noUi-connect {
  background: #242e4c;
  box-shadow: none
}

.noUi-handle {
  position: absolute;
  border: 1px solid #242e4c;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075);
  background: #fff;
  transition: all 150ms cubic-bezier(.17, .01, .28, 1.06)
}

.noUi-vertical .noUi-handle {
  border: 1px solid #52547a;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #fbfbfd, 0 3px 6px -3px #eff1f5;
  outline: 0
}

.noUi-vertical .noUi-handle:hover {
  cursor: -moz-grab;
  background-color: #dce6f3
}

.noUi-vertical .noUi-handle:active {
  cursor: -moz-grabbing;
  background-color: #dce6f3;
  box-shadow: 0 0 0 .2rem rgba(69, 77, 103, .5)
}

.noUi-vertical .noUi-handle:focus {
  box-shadow: 0 0 0 .2rem rgba(69, 77, 103, .5);
  background-color: #dce6f3
}

.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  transform: scale(1.2)
}

.input-slider--cyan .noUi-connect {
  background: #17a2b8
}

.input-slider--cyan.noUi-horizontal .noUi-handle,
.input-slider--cyan.noUi-vertical .noUi-handle {
  background-color: #17a2b8
}

.input-slider--red .noUi-connect {
  background: #dc3545
}

.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
  background-color: #dc3545
}

.input-slider--green .noUi-connect {
  background: #080
}

.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
  background-color: #080
}

.input-slider--yellow .noUi-connect {
  background: #ffc107
}

.input-slider--yellow.noUi-horizontal .noUi-handle,
.input-slider--yellow.noUi-vertical .noUi-handle {
  background-color: #ffc107
}

.input-slider--pink .noUi-connect {
  background: #d63384
}

.input-slider--pink.noUi-horizontal .noUi-handle,
.input-slider--pink.noUi-vertical .noUi-handle {
  background-color: #d63384
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #eff1f5
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed
}

.range-slider-value {
  font-size: .75rem;
  font-weight: 500;
  background-color: rgba(28, 37, 64, .7);
  color: color-yiq(#1c2540);
  border-radius: 10px;
  padding: .4em .8em .3em .85em
}

.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px
}

.input-slider-value-output {
  background: #1c2540;
  color: #fff;
  padding: 4px 8px;
  position: relative;
  top: 12px;
  font-size: 11px;
  border-radius: 2px
}

.input-slider-value-output:after {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #1c2540;
  border-bottom-color: #333;
  border-width: 4px;
  margin-left: -4px
}

.input-slider-value-output.left:after {
  left: 10px;
  right: auto
}

.input-slider-value-output.right:after {
  right: 10px;
  left: auto
}

code[class*=language-],
pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc
}

@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none
  }
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090
}

.token.punctuation {
  color: #999
}

.namespace {
  opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: rgba(255, 255, 255, .5)
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a
}

.token.class-name,
.token.function {
  color: #dd4a68
}

.token.important,
.token.regex,
.token.variable {
  color: #e90
}

.token.bold,
.token.important {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.ct-label {
  fill: #52547a;
  color: #52547a;
  font-size: .75rem;
  line-height: 1;
  font-weight: 400;
  padding-right: 5px;
}

.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
  display: flex
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end
}

.ct-grid {
  stroke: #dce6f3;
  stroke-width: 1px;
  stroke-dasharray: 1px
}

.ct-grid-background {
  fill: none
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round
}

.ct-line {
  fill: none;
  stroke-width: 3px
}

.ct-area {
  stroke: none;
  fill-opacity: .1
}

.ct-bar {
  fill: none;
  stroke-width: 7px
}

.ct-slice-donut {
  fill: none;
  stroke-width: 50px
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #893168
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
  fill: #893168
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #242e4c
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
  fill: #242e4c
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
  stroke: #0d6efd
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
  fill: #0d6efd
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
  stroke: #218380
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
  fill: #218380
}

.ct-square {
  display: block;
  position: relative;
  width: 100%
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%
}

.ct-square:after {
  content: "";
  display: table;
  clear: both
}

.ct-square>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-second>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88889%
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-second>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333%
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-third>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-third>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both
}

.ct-perfect-fourth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66667%
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both
}

.ct-perfect-fifth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-sixth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both
}

.ct-golden-section>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-sixth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both
}

.ct-minor-seventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333%
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-seventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both
}

.ct-octave>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-tenth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-eleventh>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333%
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both
}

.ct-major-twelfth>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both
}

.ct-double-octave>svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
  color: #fff;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.bootstrap-datetimepicker-widget {
  list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em
}

@media (min-width: 540px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}

@media (min-width: 720px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}

@media (min-width: 960px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: .25rem
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eceeef
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #636c72
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 5px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eceeef;
  cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #636c72
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #0275d8;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0275d8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: .25rem
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eceeef
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #0275d8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #636c72
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px
}

.input-group.date .input-group-addon {
  cursor: pointer
}

figcaption,
figure,
main {
  display: block;
  margin: 0
}

img {
  max-width: 100%
}

strong {
  font-weight: 600
}

button:focus {
  outline: 0
}

.bg-gradient-primary {
  background: linear-gradient(87deg, #242e4c 0, #1e2b52 100%)!important
}

.bg-gradient-secondary {
  background: linear-gradient(87deg, #1c2540 0, #172345 100%)!important
}

.bg-gradient-tertiary {
  background: linear-gradient(87deg, #893168 0, #92286a 100%)!important
}

.bg-gradient-primary-app {
  background: linear-gradient(87deg, #ebf4f6 0, #eaf5f7 100%)!important
}

.bg-gradient-secondary-app {
  background: linear-gradient(87deg, #424aa0 0, #3741ab 100%)!important
}

.bg-gradient-light {
  background: linear-gradient(87deg, #dce6f3 0, #dae6f5 100%)!important
}

.bg-gradient-lighten {
  background: linear-gradient(87deg, #f9fafe 0, #f9fafe 100%)!important
}

.bg-gradient-success {
  background: linear-gradient(87deg, #080 0, #080 100%)!important
}

.bg-gradient-info {
  background: linear-gradient(87deg, #0d6efd 0, #0b6eff 100%)!important
}

.bg-gradient-warning {
  background: linear-gradient(87deg, #ffc107 0, #ffc107 100%)!important
}

.bg-gradient-danger {
  background: linear-gradient(87deg, #dc3545 0, #e8293b 100%)!important
}

.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, #fff 100%)!important
}

.bg-gradient-gray {
  background: linear-gradient(87deg, #424767 0, #3a416f 100%)!important
}

.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, #fff 100%)!important
}

.bg-gradient-dark {
  background: linear-gradient(87deg, #1c2540 0, #172345 100%)!important
}

.bg-gradient-soft {
  background: linear-gradient(87deg, #eff1f5 0, #eef1f6 100%)!important
}

.bg-gradient-black {
  background: linear-gradient(87deg, #171f38 0, #131d3c 100%)!important
}

.bg-gradient-blue {
  background: linear-gradient(87deg, #0d6efd 0, #0b6eff 100%)!important
}

.bg-gradient-purple {
  background: linear-gradient(87deg, #6f42c1 0, #6b35ce 100%)!important
}

.bg-gradient-soft-indigo {
  background: linear-gradient(87deg, #f5e8ff 0, #f5e8ff 100%)!important
}

.bg-gradient-soft-green {
  background: linear-gradient(87deg, #2ca58d 0, #22af93 100%)!important
}

.bg-gradient-gray-100 {
  background: linear-gradient(87deg, #fbfbfd 0, #fbfbfd 100%)!important
}

.bg-gradient-gray-200 {
  background: linear-gradient(87deg, #eff1f5 0, #eef1f6 100%)!important
}

.bg-gradient-gray-300 {
  background: linear-gradient(87deg, #f9fafe 0, #f9fafe 100%)!important
}

.bg-gradient-gray-400 {
  background: linear-gradient(87deg, #dce6f3 0, #dae6f5 100%)!important
}

.bg-gradient-gray-500 {
  background: linear-gradient(87deg, #b7c3d2 0, #b1c2d8 100%)!important
}

.bg-gradient-gray-600 {
  background: linear-gradient(87deg, #93a5be 0, #8aa4c7 100%)!important
}

.bg-gradient-gray-700 {
  background: linear-gradient(87deg, #52547a 0, #484b84 100%)!important
}

.bg-gradient-gray-800 {
  background: linear-gradient(87deg, #4e5079 0, #444783 100%)!important
}

.bg-gradient-facebook {
  background: linear-gradient(87deg, #3b5999 0, #3055a4 100%)!important
}

.bg-gradient-twitter {
  background: linear-gradient(87deg, #1da1f2 0, #11a4fe 100%)!important
}

.bg-gradient-google {
  background: linear-gradient(87deg, #db4337 0, #e7392b 100%)!important
}

.bg-gradient-instagram {
  background: linear-gradient(87deg, #e4405f 0, #ef3558 100%)!important
}

.bg-gradient-pinterest {
  background: linear-gradient(87deg, #bd081c 0, #c50016 100%)!important
}

.bg-gradient-youtube {
  background: linear-gradient(87deg, #cd201f 0, #d91413 100%)!important
}

.bg-gradient-slack {
  background: linear-gradient(87deg, #3aaf85 0, #2ebb88 100%)!important
}

.bg-gradient-dribbble {
  background: linear-gradient(87deg, #ea4c89 0, #f44287 100%)!important
}

.bg-gradient-dropbox {
  background: linear-gradient(87deg, #1e90ff 0, #1e90ff 100%)!important
}

.bg-gradient-twitch {
  background: linear-gradient(87deg, #4b367c 0, #472d85 100%)!important
}

.bg-gradient-paypal {
  background: linear-gradient(87deg, #ecb32c 0, #f8b821 100%)!important
}

.bg-gradient-behance {
  background: linear-gradient(87deg, #0057ff 0, #0057ff 100%)!important
}

.bg-gradient-reddit {
  background: linear-gradient(87deg, #e84422 0, #f43c16 100%)!important
}

.bg-gradient-github {
  background: linear-gradient(87deg, #222 0, #251f1f 100%)!important
}

.overlay-primary:before {
  position: absolute;
  content: "";
  background: #242e4c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-secondary:before {
  position: absolute;
  content: "";
  background: #1c2540;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-tertiary:before {
  position: absolute;
  content: "";
  background: #893168;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-primary-app:before {
  position: absolute;
  content: "";
  background: #ebf4f6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-secondary-app:before {
  position: absolute;
  content: "";
  background: #424aa0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-light:before {
  position: absolute;
  content: "";
  background: #dce6f3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-lighten:before {
  position: absolute;
  content: "";
  background: #f9fafe;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-success:before {
  position: absolute;
  content: "";
  background: #080;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-info:before {
  position: absolute;
  content: "";
  background: #0d6efd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-warning:before {
  position: absolute;
  content: "";
  background: #ffc107;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-danger:before {
  position: absolute;
  content: "";
  background: #dc3545;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-white:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray:before {
  position: absolute;
  content: "";
  background: #424767;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-neutral:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-dark:before {
  position: absolute;
  content: "";
  background: #1c2540;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0;
}

.overlay-soft:before {
  position: absolute;
  content: "";
  background: #eff1f5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-black:before {
  position: absolute;
  content: "";
  background: #171f38;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-blue:before {
  position: absolute;
  content: "";
  background: #0d6efd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-purple:before {
  position: absolute;
  content: "";
  background: #6f42c1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-soft-indigo:before {
  position: absolute;
  content: "";
  background: #f5e8ff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-soft-green:before {
  position: absolute;
  content: "";
  background: #2ca58d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-100:before {
  position: absolute;
  content: "";
  background: #fbfbfd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-200:before {
  position: absolute;
  content: "";
  background: #eff1f5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-300:before {
  position: absolute;
  content: "";
  background: #f9fafe;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-400:before {
  position: absolute;
  content: "";
  background: #dce6f3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-500:before {
  position: absolute;
  content: "";
  background: #b7c3d2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-600:before {
  position: absolute;
  content: "";
  background: #93a5be;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-700:before {
  position: absolute;
  content: "";
  background: #52547a;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-gray-800:before {
  position: absolute;
  content: "";
  background: #4e5079;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-facebook:before {
  position: absolute;
  content: "";
  background: #3b5999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-twitter:before {
  position: absolute;
  content: "";
  background: #1da1f2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-google:before {
  position: absolute;
  content: "";
  background: #db4337;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-instagram:before {
  position: absolute;
  content: "";
  background: #e4405f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-pinterest:before {
  position: absolute;
  content: "";
  background: #bd081c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-youtube:before {
  position: absolute;
  content: "";
  background: #cd201f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-slack:before {
  position: absolute;
  content: "";
  background: #3aaf85;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-dribbble:before {
  position: absolute;
  content: "";
  background: #ea4c89;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-dropbox:before {
  position: absolute;
  content: "";
  background: #1e90ff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-twitch:before {
  position: absolute;
  content: "";
  background: #4b367c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-paypal:before {
  position: absolute;
  content: "";
  background: #ecb32c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-behance:before {
  position: absolute;
  content: "";
  background: #0057ff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-reddit:before {
  position: absolute;
  content: "";
  background: #e84422;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.overlay-github:before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 0
}

.section-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
}

.floating-xs {
  animation: floating-xs 3s ease infinite;
  will-change: transform
}

.floating-xs:hover {
  animation-play-state: paused
}

@media (min-width:576px) {
  .floating-sm {
    animation: floating-sm 3s ease infinite;
    will-change: transform
  }
  .floating-sm:hover {
    animation-play-state: paused
  }
}

@media (min-width:768px) {
  .floating-md {
    animation: floating-md 3s ease infinite;
    will-change: transform
  }
  .floating-md:hover {
    animation-play-state: paused
  }
}

@media (min-width:992px) {
  .floating-lg {
    animation: floating-lg 3s ease infinite;
    will-change: transform
  }
  .floating-lg:hover {
    animation-play-state: paused
  }
}

@media (min-width:1200px) {
  .floating-xl {
    animation: floating-xl 3s ease infinite;
    will-change: transform
  }
  .floating-xl:hover {
    animation-play-state: paused
  }
}

@media (min-width:1400px) {
  .floating-xxl {
    animation: floating-xxl 3s ease infinite;
    will-change: transform
  }
  .floating-xxl:hover {
    animation-play-state: paused
  }
}

@keyframes floating-lg {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(15px)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes floating-md {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes floating-sm {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(5px)
  }
  100% {
    transform: translateY(0)
  }
}

.overflow-visible {
  overflow: visible!important
}

.opacity-0 {
  opacity: 0!important
}

.opacity-1 {
  opacity: .1!important
}

.opacity-2 {
  opacity: .2!important
}

.opacity-3 {
  opacity: .3!important
}

.opacity-4 {
  opacity: .4!important
}

.opacity-5 {
  opacity: .5!important
}

.opacity-6 {
  opacity: .6!important
}

.opacity-7 {
  opacity: .7!important
}

.opacity-8 {
  opacity: .8!important
}

.opacity-9 {
  opacity: .9!important
}

.fill-opacity-0 {
  fill-opacity: 0!important
}

.fill-opacity-1 {
  fill-opacity: .1!important
}

.fill-opacity-2 {
  fill-opacity: .2!important
}

.fill-opacity-3 {
  fill-opacity: .3!important
}

.fill-opacity-4 {
  fill-opacity: .4!important
}

.fill-opacity-5 {
  fill-opacity: .5!important
}

.fill-opacity-6 {
  fill-opacity: .6!important
}

.fill-opacity-7 {
  fill-opacity: .7!important
}

.fill-opacity-8 {
  fill-opacity: .8!important
}

.fill-opacity-9 {
  fill-opacity: .9!important
}

.z-0 {
  position: relative;
  z-index: 0!important
}

.z-1 {
  position: relative;
  z-index: 1!important
}

.z-2 {
  position: relative;
  z-index: 2!important
}

.z-3 {
  position: relative;
  z-index: 3!important
}

.z-4 {
  position: relative;
  z-index: 4!important
}

.z-5 {
  position: relative;
  z-index: 5!important
}

.z-6 {
  position: relative;
  z-index: 6!important
}

.z-7 {
  position: relative;
  z-index: 7!important
}

.z-8 {
  position: relative;
  z-index: 8!important
}

.z-9 {
  position: relative;
  z-index: 9!important
}

.bw-md {
  border-width: .125rem!important
}

.bw-lg {
  border-width: .25rem!important
}

.bw-xl {
  border-width: .375rem!important
}

.border-top-left-radius-0 {
  border-top-left-radius: 0!important
}

.border-top-right-radius-0 {
  border-top-right-radius: 0!important
}

.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0!important
}

.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0!important
}

.rounded-xl {
  border-radius: .875rem!important
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-1 {
  top: .25rem
}

.right-1 {
  right: .25rem
}

.bottom-1 {
  bottom: .25rem
}

.left-1 {
  left: .25rem
}

.top-2 {
  top: .5rem
}

.right-2 {
  right: .5rem
}

.bottom-2 {
  bottom: .5rem
}

.left-2 {
  left: .5rem
}

.top-3 {
  top: 1rem
}

.right-3 {
  right: 1rem
}

.bottom-3 {
  bottom: 1rem
}

.left-3 {
  left: 1rem
}

.top-4 {
  top: 1.5rem
}

.right-4 {
  right: 1.5rem
}

.bottom-4 {
  bottom: 1.5rem
}

.left-4 {
  left: 1.5rem
}

.top-5 {
  top: 3rem
}

.right-5 {
  right: 3rem
}

.bottom-5 {
  bottom: 3rem
}

.left-5 {
  left: 3rem
}

.top-6 {
  top: 5rem
}

.right-6 {
  right: 5rem
}

.bottom-6 {
  bottom: 5rem
}

.left-6 {
  left: 5rem
}

.top-7 {
  top: 8rem
}

.right-7 {
  right: 8rem
}

.bottom-7 {
  bottom: 8rem
}

.left-7 {
  left: 8rem
}

.top-8 {
  top: 10rem
}

.right-8 {
  right: 10rem
}

.bottom-8 {
  bottom: 10rem
}

.left-8 {
  left: 10rem
}

.top-9 {
  top: 11rem
}

.right-9 {
  right: 11rem
}

.bottom-9 {
  bottom: 11rem
}

.left-9 {
  left: 11rem
}

.top-10 {
  top: 14rem
}

.top-10p {
  top: 10%;
}
.right-10 {
  right: 14rem
}

.bottom-10 {
  bottom: 14rem
}

.left-10 {
  left: 14rem
}

.top-11 {
  top: 16rem
}

.right-11 {
  right: 16rem
}

.bottom-11 {
  bottom: 16rem
}

.left-11 {
  left: 16rem
}

.top-12 {
  top: 20rem
}

.right-12 {
  right: 20rem
}

.bottom-12 {
  bottom: 20rem
}

.left-12 {
  left: 20rem
}

.top-sm {
  top: 1rem
}

.right-sm {
  right: 1rem
}

.bottom-sm {
  bottom: 1rem
}

.left-sm {
  left: 1rem
}

.top-md {
  top: 2rem
}

.right-md {
  right: 2rem
}

.bottom-md {
  bottom: 2rem
}

.left-md {
  left: 2rem
}

.top-lg {
  top: 4rem
}

.right-lg {
  right: 4rem
}

.bottom-lg {
  bottom: 4rem
}

.left-lg {
  left: 4rem
}

.top-xl {
  top: 8rem
}

.right-xl {
  right: 8rem
}

.bottom-xl {
  bottom: 8rem
}

.left-xl {
  left: 8rem
}

.center-horizontal-absolute,
.center-vertical-absolute {
  position: absolute
}

.center-vertical-absolute {
  top: 50%;
  transform: translateY(-50%)
}

.center-horizontal-absolute {
  left: 50%;
  transform: translateX(-50%)
}

.h-100vh {
  height: 100vh!important
}

.fh-50 {
  height: 50px!important
}

.fh-100 {
  height: 100px!important
}

.fh-150 {
  height: 150px!important
}

.fh-200 {
  height: 200px!important
}

.fh-250 {
  height: 250px!important
}

.fh-300 {
  height: 300px!important
}

.fh-350 {
  height: 350px!important
}

.fh-400 {
  height: 400px!important
}

.fh-450 {
  height: 450px!important
}

.fh-500 {
  height: 500px!important
}

.fh-550 {
  height: 550px!important
}

.fh-600 {
  height: 600px!important
}

.fh-650 {
  height: 650px!important
}

.fh-700 {
  height: 700px!important
}

.fh-750 {
  height: 750px!important
}

.fh-800 {
  height: 800px!important
}

.fh-850 {
  height: 850px!important
}

.fh-900 {
  height: 900px!important
}

.fh-950 {
  height: 950px!important
}

.fh-1000 {
  height: 1000px!important
}

.fh-1050 {
  height: 1050px!important
}

.fh-1100 {
  height: 1100px!important
}

.fh-1150 {
  height: 1150px!important
}

.fh-1200 {
  height: 1200px!important
}

.fh-1250 {
  height: 1250px!important
}

.fh-1300 {
  height: 1300px!important
}

.fh-1350 {
  height: 1350px!important
}

.fh-1400 {
  height: 1400px!important
}

.fh-1450 {
  height: 1450px!important
}

.fh-1500 {
  height: 1500px!important
}

.fh-1550 {
  height: 1550px!important
}

.fh-1600 {
  height: 1600px!important
}

.fh-1650 {
  height: 1650px!important
}

.fh-1700 {
  height: 1700px!important
}

.fh-1750 {
  height: 1750px!important
}

.fh-1800 {
  height: 1800px!important
}

.fh-1850 {
  height: 1850px!important
}

.fh-1900 {
  height: 1900px!important
}

.fh-1950 {
  height: 1950px!important
}

.fw-50 {
  width: 50px!important
}

.fw-100 {
  width: 100px!important
}

.fw-150 {
  width: 150px!important
}

.fw-200 {
  width: 200px!important
}

.fw-250 {
  width: 250px!important
}

.fw-300 {
  width: 300px!important
}

.fw-350 {
  width: 350px!important
}

.fw-400 {
  width: 400px!important
}

.fw-450 {
  width: 450px!important
}

.fw-500 {
  width: 500px!important
}

.fw-550 {
  width: 550px!important
}

.fw-600 {
  width: 600px!important
}

.fw-650 {
  width: 650px!important
}

.fw-700 {
  width: 700px!important
}

.fw-750 {
  width: 750px!important
}

.fw-800 {
  width: 800px!important
}

.fw-850 {
  width: 850px!important
}

.fw-900 {
  width: 900px!important
}

.fw-950 {
  width: 950px!important
}

.fw-1000 {
  width: 1000px!important
}

.fw-1050 {
  width: 1050px!important
}

.fw-1100 {
  width: 1100px!important
}

.fw-1150 {
  width: 1150px!important
}

.fw-1200 {
  width: 1200px!important
}

.fw-1250 {
  width: 1250px!important
}

.fw-1300 {
  width: 1300px!important
}

.fw-1350 {
  width: 1350px!important
}

.fw-1400 {
  width: 1400px!important
}

.fw-1450 {
  width: 1450px!important
}

.fw-1500 {
  width: 1500px!important
}

.fw-1550 {
  width: 1550px!important
}

.fw-1600 {
  width: 1600px!important
}

.fw-1650 {
  width: 1650px!important
}

.fw-1700 {
  width: 1700px!important
}

.fw-1750 {
  width: 1750px!important
}

.fw-1800 {
  width: 1800px!important
}

.fw-1850 {
  width: 1850px!important
}

.fw-1900 {
  width: 1900px!important
}

.fw-1950 {
  width: 1950px!important
}

.fmh-50 {
  min-height: 50px!important
}

.fmh-100 {
  min-height: 100px!important
}

.fmh-150 {
  min-height: 150px!important
}

.fmh-200 {
  min-height: 200px!important
}

.fmh-250 {
  min-height: 250px!important
}

.fmh-300 {
  min-height: 300px!important
}

.fmh-350 {
  min-height: 350px!important
}

.fmh-400 {
  min-height: 400px!important
}

.fmh-450 {
  min-height: 450px!important
}

.fmh-500 {
  min-height: 500px!important
}

.fmh-550 {
  min-height: 550px!important
}

.fmh-600 {
  min-height: 600px!important
}

.fmh-650 {
  min-height: 650px!important
}

.fmh-700 {
  min-height: 700px!important
}

.fmh-750 {
  min-height: 750px!important
}

.fmh-800 {
  min-height: 800px!important
}

.fmh-850 {
  min-height: 850px!important
}

.fmh-900 {
  min-height: 900px!important
}

.fmh-950 {
  min-height: 950px!important
}

.fmh-1000 {
  min-height: 1000px!important
}

.fmh-1050 {
  min-height: 1050px!important
}

.fmh-1100 {
  min-height: 1100px!important
}

.fmh-1150 {
  min-height: 1150px!important
}

.fmh-1200 {
  min-height: 1200px!important
}

.fmh-1250 {
  min-height: 1250px!important
}

.fmh-1300 {
  min-height: 1300px!important
}

.fmh-1350 {
  min-height: 1350px!important
}

.fmh-1400 {
  min-height: 1400px!important
}

.fmh-1450 {
  min-height: 1450px!important
}

.fmh-1500 {
  min-height: 1500px!important
}

.fmh-1550 {
  min-height: 1550px!important
}

.fmh-1600 {
  min-height: 1600px!important
}

.fmh-1650 {
  min-height: 1650px!important
}

.fmh-1700 {
  min-height: 1700px!important
}

.fmh-1750 {
  min-height: 1750px!important
}

.fmh-1800 {
  min-height: 1800px!important
}

.fmh-1850 {
  min-height: 1850px!important
}

.fmh-1900 {
  min-height: 1900px!important
}

.fmh-1950 {
  min-height: 1950px!important
}

.fmw-50 {
  min-width: 50px!important
}

.fmw-100 {
  min-width: 100px!important
}

.fmw-150 {
  min-width: 150px!important
}

.fmw-200 {
  min-width: 200px!important
}

.fmw-250 {
  min-width: 250px!important
}

.fmw-300 {
  min-width: 300px!important
}

.fmw-350 {
  min-width: 350px!important
}

.fmw-400 {
  min-width: 400px!important
}

.fmw-450 {
  min-width: 450px!important
}

.fmw-500 {
  min-width: 500px!important
}

.fmw-550 {
  min-width: 550px!important
}

.fmw-600 {
  min-width: 600px!important
}

.fmw-650 {
  min-width: 650px!important
}

.fmw-700 {
  min-width: 700px!important
}

.fmw-750 {
  min-width: 750px!important
}

.fmw-800 {
  min-width: 800px!important
}

.fmw-850 {
  min-width: 850px!important
}

.fmw-900 {
  min-width: 900px!important
}

.fmw-950 {
  min-width: 950px!important
}

.fmw-1000 {
  min-width: 1000px!important
}

.fmw-1050 {
  min-width: 1050px!important
}

.fmw-1100 {
  min-width: 1100px!important
}

.fmw-1150 {
  min-width: 1150px!important
}

.fmw-1200 {
  min-width: 1200px!important
}

.fmw-1250 {
  min-width: 1250px!important
}

.fmw-1300 {
  min-width: 1300px!important
}

.fmw-1350 {
  min-width: 1350px!important
}

.fmw-1400 {
  min-width: 1400px!important
}

.fmw-1450 {
  min-width: 1450px!important
}

.fmw-1500 {
  min-width: 1500px!important
}

.fmw-1550 {
  min-width: 1550px!important
}

.fmw-1600 {
  min-width: 1600px!important
}

.fmw-1650 {
  min-width: 1650px!important
}

.fmw-1700 {
  min-width: 1700px!important
}

.fmw-1750 {
  min-width: 1750px!important
}

.fmw-1800 {
  min-width: 1800px!important
}

.fmw-1850 {
  min-width: 1850px!important
}

.fmw-1900 {
  min-width: 1900px!important
}

.fmw-1950 {
  min-width: 1950px!important
}

.fmxh-50 {
  max-height: 50px!important
}

.fmxh-100 {
  max-height: 100px!important
}

.fmxh-150 {
  max-height: 150px!important
}

.fmxh-200 {
  max-height: 200px!important
}

.fmxh-250 {
  max-height: 250px!important
}

.fmxh-300 {
  max-height: 300px!important
}

.fmxh-350 {
  max-height: 350px!important
}

.fmxh-400 {
  max-height: 400px!important
}

.fmxh-420 {
  max-height: 420px!important
}

.fmxh-450 {
  max-height: 450px!important
}

.fmxh-500 {
  max-height: 500px!important
}

.fmxh-550 {
  max-height: 550px!important
}

.fmxh-600 {
  max-height: 600px!important
}

.fmxh-650 {
  max-height: 650px!important
}

.fmxh-700 {
  max-height: 700px!important
}

.fmxh-750 {
  max-height: 750px!important
}

.fmxh-800 {
  max-height: 800px!important
}

.fmxh-850 {
  max-height: 850px!important
}

.fmxh-900 {
  max-height: 900px!important
}

.fmxh-950 {
  max-height: 950px!important
}

.fmxh-1000 {
  max-height: 1000px!important
}

.fmxh-1050 {
  max-height: 1050px!important
}

.fmxh-1100 {
  max-height: 1100px!important
}

.fmxh-1150 {
  max-height: 1150px!important
}

.fmxh-1200 {
  max-height: 1200px!important
}

.fmxh-1250 {
  max-height: 1250px!important
}

.fmxh-1300 {
  max-height: 1300px!important
}

.fmxh-1350 {
  max-height: 1350px!important
}

.fmxh-1400 {
  max-height: 1400px!important
}

.fmxh-1450 {
  max-height: 1450px!important
}

.fmxh-1500 {
  max-height: 1500px!important
}

.fmxh-1550 {
  max-height: 1550px!important
}

.fmxh-1600 {
  max-height: 1600px!important
}

.fmxh-1650 {
  max-height: 1650px!important
}

.fmxh-1700 {
  max-height: 1700px!important
}

.fmxh-1750 {
  max-height: 1750px!important
}

.fmxh-1800 {
  max-height: 1800px!important
}

.fmxh-1850 {
  max-height: 1850px!important
}

.fmxh-1900 {
  max-height: 1900px!important
}

.fmxh-1950 {
  max-height: 1950px!important
}

.fmxw-50 {
  max-width: 50px!important
}

.fmxw-100 {
  max-width: 100px!important
}

.fmxw-150 {
  max-width: 150px!important
}

.fmxw-200 {
  max-width: 200px!important
}

.fmxw-250 {
  max-width: 250px!important
}

.fmxw-300 {
  max-width: 300px!important
}

.fmxw-350 {
  max-width: 350px!important
}

.fmxw-400 {
  max-width: 400px!important
}

.fmxw-450 {
  max-width: 450px!important
}

.fmxw-500 {
  max-width: 500px!important
}

.fmxw-550 {
  max-width: 550px!important
}

.fmxw-600 {
  max-width: 600px!important
}

.fmxw-650 {
  max-width: 650px!important
}

.fmxw-700 {
  max-width: 700px!important
}

.fmxw-750 {
  max-width: 750px!important
}

.fmxw-800 {
  max-width: 800px!important
}

.fmxw-850 {
  max-width: 850px!important
}

.fmxw-900 {
  max-width: 900px!important
}

.fmxw-950 {
  max-width: 950px!important
}

.fmxw-1000 {
  max-width: 1000px!important
}

.fmxw-1050 {
  max-width: 1050px!important
}

.fmxw-1100 {
  max-width: 1100px!important
}

.fmxw-1150 {
  max-width: 1150px!important
}

.fmxw-1200 {
  max-width: 1200px!important
}

.fmxw-1250 {
  max-width: 1250px!important
}

.fmxw-1300 {
  max-width: 1300px!important
}

.fmxw-1350 {
  max-width: 1350px!important
}

.fmxw-1400 {
  max-width: 1400px!important
}

.fmxw-1450 {
  max-width: 1450px!important
}

.fmxw-1500 {
  max-width: 1500px!important
}

.fmxw-1550 {
  max-width: 1550px!important
}

.fmxw-1600 {
  max-width: 1600px!important
}

.fmxw-1650 {
  max-width: 1650px!important
}

.fmxw-1700 {
  max-width: 1700px!important
}

.fmxw-1750 {
  max-width: 1750px!important
}

.fmxw-1800 {
  max-width: 1800px!important
}

.fmxw-1850 {
  max-width: 1850px!important
}

.fmxw-1900 {
  max-width: 1900px!important
}

.fmxw-1950 {
  max-width: 1950px!important
}

[class*=shadow] {
  transition: all .2s ease
}

.shadow-soft {
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075)!important
}

.shadow-hover:hover {
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15)!important
}

.shadow-sm-hover:hover {
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075)!important
}

.shadow-lg-hover:hover {
  box-shadow: 0 1rem 3rem rgba(23, 31, 56, .175)!important
}

.shadow-none-hover:hover {
  box-shadow: none!important
}

.text-underline {
  text-decoration: underline!important
}

.text-through {
  text-decoration: line-through!important
}

.display-1-xs {
  font-size: 5rem
}

.display-2-xs {
  font-size: 3.5rem
}

.display-3-xs {
  font-size: 2.5rem
}

.display-4-xs {
  font-size: 1.875rem
}

@media (min-width:576px) {
  .display-1-sm {
    font-size: 5rem
  }
  .display-2-sm {
    font-size: 3.5rem
  }
  .display-3-sm {
    font-size: 2.5rem
  }
  .display-4-sm {
    font-size: 1.875rem
  }
}

@media (min-width:768px) {
  .display-1-md {
    font-size: 5rem
  }
  .display-2-md {
    font-size: 3.5rem
  }
  .display-3-md {
    font-size: 2.5rem
  }
  .display-4-md {
    font-size: 1.875rem
  }
}

@media (min-width:992px) {
  .display-1-lg {
    font-size: 5rem
  }
  .display-2-lg {
    font-size: 3.5rem
  }
  .display-3-lg {
    font-size: 2.5rem
  }
  .display-4-lg {
    font-size: 1.875rem
  }
}

@media (min-width:1200px) {
  .display-1-xl {
    font-size: 5rem
  }
  .display-2-xl {
    font-size: 3.5rem
  }
  .display-3-xl {
    font-size: 2.5rem
  }
  .display-4-xl {
    font-size: 1.875rem
  }
}

@media (min-width:1400px) {
  .display-1-xxl {
    font-size: 5rem
  }
  .display-2-xxl {
    font-size: 3.5rem
  }
  .display-3-xxl {
    font-size: 2.5rem
  }
  .display-4-xxl {
    font-size: 1.875rem
  }
}

.lh-100 {
  line-height: 1
}

.lh-110 {
  line-height: 1.1
}

.lh-120 {
  line-height: 1.2
}

.lh-130 {
  line-height: 1.3
}

.lh-140 {
  line-height: 1.4
}

.lh-150 {
  line-height: 1.5
}

.lh-160 {
  line-height: 1.6
}

.lh-170 {
  line-height: 1.7
}

.lh-180 {
  line-height: 1.8
}

.lh-190 {
  line-height: 1.9
}

.lh-200 {
  line-height: 2
}

.lh-210 {
  line-height: 2.1
}

.lh-220 {
  line-height: 2.2
}

.lh-230 {
  line-height: 2.3
}

.lh-240 {
  line-height: 2.4
}

.lh-250 {
  line-height: 2.5
}

.lh-260 {
  line-height: 2.6
}

.lh-270 {
  line-height: 2.7
}

.lh-280 {
  line-height: 2.8
}

.lh-290 {
  line-height: 2.9
}

.lh-300 {
  line-height: 3
}

.ls-1 {
  letter-spacing: .0625rem
}

.ls-2 {
  letter-spacing: .09375rem
}

.ls-3 {
  letter-spacing: .125rem
}

.list-style-none {
  margin: 0;
  padding: 0;
  list-style: none
}

@media (min-width:992px) {
  .transform-perspective-right {
    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg)
  }
  .transform-perspective-left {
    transform: scale(1) perspective(900px) rotateY(27deg) rotateX(2deg) rotate(-2deg)
  }
}

.t-none {
  transform: none!important
}

.animate-down-1,
.animate-left-1,
.animate-right-1,
.animate-up-1,
.scale-down-1,
.scale-up-1 {
  transition: all .2s ease
}

.scale-up-1:hover {
  transform: scale(.55556)
}

.scale-up-hover-1:hover .scale {
  transform: scale(.55556)
}

.scale-down-1:hover {
  transform: scale(.4)
}

.animate-hover:hover .animate-up-1,
.animate-up-1:hover {
  transform: translate(0, -1px)
}

.animate-hover:hover .animate-right-1,
.animate-right-1:hover {
  transform: translate(1px, 0)
}

.animate-down-1:hover,
.animate-hover:hover .animate-down-1 {
  transform: translate(0, 1px)
}

.animate-hover:hover .animate-left-1,
.animate-left-1:hover {
  transform: translate(-1px, 0)
}

.animate-down-2,
.animate-left-2,
.animate-right-2,
.animate-up-2,
.scale-down-2,
.scale-up-2 {
  transition: all .2s ease
}

.scale-up-2:hover {
  transform: scale(1.11111)
}

.scale-up-2a:hover {
  transform: scale(1.10000)
}

.scale-up-hover-2:hover .scale {
  transform: scale(1.11111)
}

.scale-down-2:hover {
  transform: scale(.8)
}

.animate-hover:hover .animate-up-2,
.animate-up-2:hover {
  transform: translate(0, -2px)
}

.animate-hover:hover .animate-right-2,
.animate-right-2:hover {
  transform: translate(2px, 0)
}

.animate-down-2:hover,
.animate-hover:hover .animate-down-2 {
  transform: translate(0, 2px)
}

.click-down-2:active,
.click-active:active .click-down-2 {
  transform: translate(0, 2px)
}

.animate-hover:hover .animate-left-2,
.animate-left-2:hover {
  transform: translate(-2px, 0)
}

.animate-down-3,
.animate-left-3,
.animate-right-3,
.animate-up-3,
.scale-down-3,
.scale-up-3 {
  transition: all .2s ease
}

.scale-up-3:hover {
  transform: scale(1.66667)
}

.scale-up-hover-3:hover .scale {
  transform: scale(1.66667)
}

.scale-down-3:hover {
  transform: scale(1.2)
}

.animate-hover:hover .animate-up-3,
.animate-up-3:hover {
  transform: translate(0, -3px)
}

.animate-hover:hover .animate-right-3,
.animate-right-3:hover {
  transform: translate(3px, 0)
}

.animate-down-3:hover,
.animate-hover:hover .animate-down-3 {
  transform: translate(0, 3px)
}

.animate-hover:hover .animate-left-3,
.animate-left-3:hover {
  transform: translate(-3px, 0)
}

.animate-down-4,
.animate-left-4,
.animate-right-4,
.animate-up-4,
.scale-down-4,
.scale-up-4 {
  transition: all .2s ease
}

.scale-up-4:hover {
  transform: scale(2.22222)
}

.scale-up-hover-4:hover .scale {
  transform: scale(2.22222)
}

.scale-down-4:hover {
  transform: scale(1.6)
}

.animate-hover:hover .animate-up-4,
.animate-up-4:hover {
  transform: translate(0, -4px)
}

.animate-hover:hover .animate-right-4,
.animate-right-4:hover {
  transform: translate(4px, 0)
}

.animate-down-4:hover,
.animate-hover:hover .animate-down-4 {
  transform: translate(0, 4px)
}

.animate-hover:hover .animate-left-4,
.animate-left-4:hover {
  transform: translate(-4px, 0)
}

.animate-down-5,
.animate-left-5,
.animate-right-5,
.animate-up-5,
.scale-down-5,
.scale-up-5 {
  transition: all .2s ease
}

.scale-up-5:hover {
  transform: scale(2.77778)
}

.scale-up-hover-5:hover .scale {
  transform: scale(2.77778)
}

.scale-down-5:hover {
  transform: scale(2)
}

.animate-hover:hover .animate-up-5,
.animate-up-5:hover {
  transform: translate(0, -5px)
}

.animate-hover:hover .animate-right-5,
.animate-right-5:hover {
  transform: translate(5px, 0)
}

.animate-down-5:hover,
.animate-hover:hover .animate-down-5 {
  transform: translate(0, 5px)
}

.animate-hover:hover .animate-left-5,
.animate-left-5:hover {
  transform: translate(-5px, 0)
}

.animate-down-6,
.animate-left-6,
.animate-right-6,
.animate-up-6,
.scale-down-6,
.scale-up-6 {
  transition: all .2s ease
}

.scale-up-6:hover {
  transform: scale(3.33333)
}

.scale-up-hover-6:hover .scale {
  transform: scale(3.33333)
}

.scale-down-6:hover {
  transform: scale(2.4)
}

.animate-hover:hover .animate-up-6,
.animate-up-6:hover {
  transform: translate(0, -6px)
}

.animate-hover:hover .animate-right-6,
.animate-right-6:hover {
  transform: translate(6px, 0)
}

.animate-down-6:hover,
.animate-hover:hover .animate-down-6 {
  transform: translate(0, 6px)
}

.animate-hover:hover .animate-left-6,
.animate-left-6:hover {
  transform: translate(-6px, 0)
}

.animate-down-7,
.animate-left-7,
.animate-right-7,
.animate-up-7,
.scale-down-7,
.scale-up-7 {
  transition: all .2s ease
}

.scale-up-7:hover {
  transform: scale(3.88889)
}

.scale-up-hover-7:hover .scale {
  transform: scale(3.88889)
}

.scale-down-7:hover {
  transform: scale(2.8)
}

.animate-hover:hover .animate-up-7,
.animate-up-7:hover {
  transform: translate(0, -7px)
}

.animate-hover:hover .animate-right-7,
.animate-right-7:hover {
  transform: translate(7px, 0)
}

.animate-down-7:hover,
.animate-hover:hover .animate-down-7 {
  transform: translate(0, 7px)
}

.animate-hover:hover .animate-left-7,
.animate-left-7:hover {
  transform: translate(-7px, 0)
}

.animate-down-8,
.animate-left-8,
.animate-right-8,
.animate-up-8,
.scale-down-8,
.scale-up-8 {
  transition: all .2s ease
}

.scale-up-8:hover {
  transform: scale(4.44444)
}

.scale-up-hover-8:hover .scale {
  transform: scale(4.44444)
}

.scale-down-8:hover {
  transform: scale(3.2)
}

.animate-hover:hover .animate-up-8,
.animate-up-8:hover {
  transform: translate(0, -8px)
}

.animate-hover:hover .animate-right-8,
.animate-right-8:hover {
  transform: translate(8px, 0)
}

.animate-down-8:hover,
.animate-hover:hover .animate-down-8 {
  transform: translate(0, 8px)
}

.animate-hover:hover .animate-left-8,
.animate-left-8:hover {
  transform: translate(-8px, 0)
}

.animate-down-9,
.animate-left-9,
.animate-right-9,
.animate-up-9,
.scale-down-9,
.scale-up-9 {
  transition: all .2s ease
}

.scale-up-9:hover {
  transform: scale(5)
}

.scale-up-hover-9:hover .scale {
  transform: scale(5)
}

.scale-down-9:hover {
  transform: scale(3.6)
}

.animate-hover:hover .animate-up-9,
.animate-up-9:hover {
  transform: translate(0, -9px)
}

.animate-hover:hover .animate-right-9,
.animate-right-9:hover {
  transform: translate(9px, 0)
}

.animate-down-9:hover,
.animate-hover:hover .animate-down-9 {
  transform: translate(0, 9px)
}

.animate-hover:hover .animate-left-9,
.animate-left-9:hover {
  transform: translate(-9px, 0)
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: scale(.95);
    transform-origin: 100% 0
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes hide-navbar-collapse {
  from {
    opacity: 1;
    transform: scale(1);
    transform-origin: 100% 0
  }
  to {
    opacity: 0;
    transform: scale(.95)
  }
}

@keyframes show-navbar-dropdown {
  0% {
    opacity: 0;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    transition: visibility .45s, opacity .45s, transform .45s
  }
  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes hide-navbar-dropdown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate(0, 10px)
  }
}

@keyframes show-dropdown {
  0% {
    opacity: 0;
    transform-origin: perspective(200px) rotateX(-2deg);
    transition: visibility .45s, opacity .5s
  }
  100% {
    opacity: 1
  }
}

@keyframes hide-dropdown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate(0, 10px)
  }
}

.navbar-main {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100
}

.navbar-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

.navbar .navbar-nav .nav-link {
  transition: all .8s all .2s ease
}

@media (max-width:991.98px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
  }
}

.navbar .navbar-nav .dropdown-item {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}

.navbar .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5rem
}

.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item:focus {
  outline: 0!important
}

.navbar .navbar-nav .dropdown .dropdown-menu {
  top: 100%;
  border: 0
}

.navbar .navbar-nav .dropdown .dropdown-item {
  font-size: .875rem
}

@media (max-width:991.98px) {
  .navbar .navbar-nav .dropdown .dropdown-item {
    font-size: .9rem
  }
}

.navbar .navbar-nav .dropdown-megamenu,
.navbar .navbar-nav .dropdown-megamenu-md,
.navbar .navbar-nav .dropdown-megamenu-sm {
  border: 0
}

@media (min-width:992px) {
  .navbar .navbar-nav .dropdown-megamenu,
  .navbar .navbar-nav .dropdown-megamenu-md,
  .navbar .navbar-nav .dropdown-megamenu-sm {
    min-width: 580px
  }
}

.navbar .navbar-nav .dropdown-megamenu .megamenu-link,
.navbar .navbar-nav .dropdown-megamenu-md .megamenu-link,
.navbar .navbar-nav .dropdown-megamenu-sm .megamenu-link {
  color: #424767;
  font-weight: 400;
  font-size: .875rem
}

.navbar .navbar-nav .dropdown-megamenu .megamenu-item,
.navbar .navbar-nav .dropdown-megamenu-md .megamenu-item,
.navbar .navbar-nav .dropdown-megamenu-sm .megamenu-item {
  position: relative
}

.navbar .navbar-nav .dropdown-megamenu .megamenu-item:hover .megamenu-link,
.navbar .navbar-nav .dropdown-megamenu-md .megamenu-item:hover .megamenu-link,
.navbar .navbar-nav .dropdown-megamenu-sm .megamenu-item:hover .megamenu-link {
  color: #893168
}

@media (min-width:992px) {
  .navbar .navbar-nav .dropdown-megamenu-sm {
    min-width: 420px
  }
}

@media (min-width:992px) {
  .navbar .navbar-nav .dropdown-megamenu-md {
    min-width: 960px
  }
}

@media (min-width:992px) {
  .navbar .navbar-nav .dropdown-menu .dropdown-toggle .nav-link-arrow {
    transform: rotate(-90deg)
  }
  .navbar .navbar-nav .dropdown.show>.dropdown-toggle .nav-link-arrow {
    transform: rotate(180deg)
  }
  .navbar .navbar-nav .dropdown-toggle:hover .nav-link-arrow {
    transform: rotate(0)
  }
}

.navbar .navbar-nav .dropdown-submenu {
  position: relative
}

.navbar .navbar-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: calc(100% - 2px);
  margin-left: .1rem;
  margin-right: .1rem;
  opacity: 0;
  display: none
}

.navbar .navbar-nav .dropdown-submenu .dropdown-menu.show {
  opacity: 1;
  pointer-events: all;
  display: block
}

.navbar .navbar-nav .nav-link-arrow {
  transition: transform .2s ease
}

.navbar-brand {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase
}

.navbar-brand img {
  height: 60px;
  max-width: none
}

.navbar-dark .navbar-brand-light {
  display: none
}

.navbar-dark>.nav-item:hover>.nav-link {
  color: #893168
}

.navbar-dark .nav-item .nav-link>span {
  color: #fff
}

@media (max-width:991.98px) {
  .navbar-dark .nav-item .nav-link>span {
    color: #1c2540
  }
}

.navbar-light:not(.headroom--not-top) .btn-outline-soft {
  border-color: #1c2540;
  color: #1c2540
}

.navbar-light:not(.headroom--not-top) .btn-outline-soft:hover {
  background: #1c2540;
  color: #fff
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(23, 31, 56, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

.navbar-light .navbar-brand-dark {
  display: none
}

.navbar-light .navbar-brand {
  color: #4e5079
}

.navbar-theme-secondary:not(.headroom) {
  background-color: #1c2540
}

.navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .dropdown-item.active,
.navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .dropdown-item:hover,
.navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .list-group-item.active,
.navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .list-group-item:hover {
  color: #893168;
  background: 0 0
}

@media (max-width:991.98px) {
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .dropdown-item,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .dropdown-item.active,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .dropdown-item:focus,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .dropdown-item:hover,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .list-group-item,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .list-group-item.active,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .list-group-item:focus,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .list-group-item:hover,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .nav-link,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .nav-link.active,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .nav-link:focus,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .nav-link:hover,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .show>.nav-link,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .show>.nav-link.active,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .show>.nav-link:focus,
  .navbar-theme-secondary.navbar-light:not(.headroom) .navbar-nav .show>.nav-link:hover {
    color: #893168;
    background: 0 0
  }
}

.navbar-theme-secondary .navbar-nav .dropdown-item.active,
.navbar-theme-secondary .navbar-nav .dropdown-item:hover,
.navbar-theme-secondary .navbar-nav .list-group-item.active,
.navbar-theme-secondary .navbar-nav .list-group-item:hover {
  color: #893168;
  background: 0 0
}

@media (max-width:991.98px) {
  .navbar-theme-secondary .navbar-nav .dropdown-item,
  .navbar-theme-secondary .navbar-nav .dropdown-item.active,
  .navbar-theme-secondary .navbar-nav .dropdown-item:focus,
  .navbar-theme-secondary .navbar-nav .dropdown-item:hover,
  .navbar-theme-secondary .navbar-nav .list-group-item,
  .navbar-theme-secondary .navbar-nav .list-group-item.active,
  .navbar-theme-secondary .navbar-nav .list-group-item:focus,
  .navbar-theme-secondary .navbar-nav .list-group-item:hover,
  .navbar-theme-secondary .navbar-nav .nav-link,
  .navbar-theme-secondary .navbar-nav .nav-link.active,
  .navbar-theme-secondary .navbar-nav .nav-link:focus,
  .navbar-theme-secondary .navbar-nav .nav-link:hover,
  .navbar-theme-secondary .navbar-nav .show>.nav-link,
  .navbar-theme-secondary .navbar-nav .show>.nav-link.active,
  .navbar-theme-secondary .navbar-nav .show>.nav-link:focus,
  .navbar-theme-secondary .navbar-nav .show>.nav-link:hover {
    color: #1c2540;
    background: 0 0
  }
  .navbar-theme-secondary .navbar-nav .dropdown-item.disabled,
  .navbar-theme-secondary .navbar-nav .list-group-item.disabled,
  .navbar-theme-secondary .navbar-nav .nav-link.disabled,
  .navbar-theme-secondary .navbar-nav .show>.nav-link.disabled {
    color: rgba(23, 31, 56, .9)
  }
  .navbar-theme-secondary .navbar-nav .dropdown .dropdown-menu {
    padding: 0
  }
  .navbar-theme-secondary .navbar-nav .dropdown-item {
    padding-right: 0
  }
  .navbar-theme-secondary .navbar-nav .dropdown:not(.mega-dropdown) .dropdown-item {
    padding-left: 0
  }
}

.navbar-transparent {
  background-color: transparent;
  border: 0;
  box-shadow: none
}

@media (min-width:992px) {
  .navbar-nav .nav-item [data-bs-toggle=dropdown]::after {
    transition: all .2s ease
  }
  .navbar-nav .nav-item.show [data-bs-toggle=dropdown]::after {
    transform: rotate(180deg)
  }
  .navbar-nav .nav-link span {
    margin-right: .3rem;
    font-size: .75rem
  }
  .navbar-nav .nav-link-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem
  }
  .navbar-nav .nav-link-icon span {
    margin-right: 0
  }
  .navbar-nav .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    margin: 0;
    border-radius: .45rem
  }
  .navbar-nav .dropdown-menu-right:before {
    right: 20px;
    left: auto
  }
  .navbar-nav .dropdown-megamenu,
  .navbar-nav .dropdown-megamenu-md,
  .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translateX(-50%)
  }
  .navbar-nav .dropdown-megamenu-md.show,
  .navbar-nav .dropdown-megamenu.show,
  .navbar-nav .dropdown-menu.show {
    opacity: 1;
    pointer-events: auto
  }
  .navbar-nav .dropdown-megamenu-md.close,
  .navbar-nav .dropdown-megamenu.close,
  .navbar-nav .dropdown-menu.close {
    display: block
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    transform: none
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease
  }
  .navbar-nav .dropdown-submenu.show>.dropdown-menu,
  .navbar-nav .dropdown.show>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto
  }
  .navbar-nav .dropdown.show>.dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0)
  }
  .navbar-nav .dropdown-menu-inner {
    position: relative;
    padding: 1rem
  }
  .navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .9)
  }
  .navbar-transparent .navbar-brand {
    color: rgba(255, 255, 255, .9)
  }
}

.navbar-collapse-header {
  display: none
}

.navbar-collapse {
  width: auto
}

@media (max-width:991.98px) {
  .navbar-nav .nav-link {
    padding: .625rem 0
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto
  }
  .navbar-nav .dropdown-menu .media svg {
    width: 30px
  }
  .navbar-collapse {
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1050;
    overflow-y: auto;
    height: calc(100vh - 30px)!important;
    opacity: 0
  }
  .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0
  }
  .navbar-collapse .navbar-toggler span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    background: #283448
  }
  .navbar-collapse .navbar-collapse-header {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem
  }
  .navbar-collapse .collapse-brand img {
    height: 40px
  }
  .navbar-collapse .collapse-close {
    text-align: right
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    padding: 1.5rem;
    border-radius: .45rem;
    background: #fff;
    animation: show-navbar-collapse .2s ease forwards;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transform-origin: 100% 0;
  }
  .navbar-collapse.collapsing-out {
    animation: hide-navbar-collapse .2s ease forwards;
    pointer-events: none;
  }
}

.section {
  position: relative;
  padding-top: 100px;
  min-height: 81.5vh!important
}

.section-header {
  position: relative;
  padding-top: 20px;
}

@media (min-width:768px) {
  .section-hero {
    height: 100vh
  }
}

.components-section>.form-control+.form-control {
  margin-top: .5rem
}

.components-section .badge,
.components-section .btn,
.components-section>.alert+.alert,
.components-section>.nav+.nav,
.components-section>.navbar+.navbar,
.components-section>.progress+.btn,
.components-section>.progress+.progress {
  margin-right: .5rem;
  margin-bottom: .5rem
}

.components-section .btn-group {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.components-section .btn-group .btn {
  margin: 0
}

.components-section .alert {
  margin: 0
}

.components-section .alert+.alert {
  margin-top: 1.25rem
}

.components-section .badge {
  margin-right: .5rem
}

.components-section .modal-footer .btn {
  margin: 0
}

.presentation-box {
  position: relative
}

.presentation-box .gadget {
  height: 500px;
  max-width: 100%
}

.presentation-box .blog-card,
.presentation-box .dropdown-btn-img,
.presentation-box .modal-img,
.presentation-box .navbar-img,
.presentation-box .pricing-card,
.presentation-box .profile-card,
.presentation-box .social-btn-img {
  position: absolute;
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15);
  border-radius: .45rem
}

.presentation-box .profile-card {
  left: 67%;
  top: 19%;
  height: 100px
}

.presentation-box .navbar-img {
  left: 50%;
  top: 56%;
  height: 65px
}

.presentation-box .modal-img {
  left: 38%;
  top: 80%;
  height: 100px
}

.presentation-box .blog-card {
  left: 2%;
  top: 20%;
  height: 60px
}

.presentation-box .pricing-card {
  left: 15%;
  top: 47%;
  height: 125px
}

.presentation-box .social-btn-img {
  left: 51%;
  top: 78%;
  height: 25px
}

.presentation-box .dropdown-btn-img {
  left: 25%;
  top: 10%;
  height: 25px
}

@media (min-width:768px) {
  .presentation-box .gadget {
    height: 600px;
    max-width: 100%
  }
  .presentation-box .blog-card,
  .presentation-box .dropdown-btn-img,
  .presentation-box .modal-img,
  .presentation-box .navbar-img,
  .presentation-box .pricing-card,
  .presentation-box .profile-card,
  .presentation-box .social-btn-img {
    position: absolute;
    box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15);
    border-radius: .45rem
  }
  .presentation-box .profile-card {
    left: 65%;
    top: 12%;
    height: 150px
  }
  .presentation-box .navbar-img {
    left: 51%;
    top: 55%;
    height: 80px
  }
  .presentation-box .modal-img {
    left: 36%;
    top: 80%;
    height: 100px
  }
  .presentation-box .blog-card {
    left: 7%;
    top: 20%;
    height: 80px
  }
  .presentation-box .pricing-card {
    left: 18%;
    top: 40%;
    height: 150px
  }
  .presentation-box .social-btn-img {
    left: 60%;
    top: 80%;
    height: 25px
  }
  .presentation-box .dropdown-btn-img {
    left: 30%;
    top: 9%;
    height: 25px
  }
}

@media (min-width:992px) {
  .presentation-box {
    width: 650px
  }
  .presentation-box .gadget {
    height: auto
  }
  .presentation-box .blog-card,
  .presentation-box .dropdown-btn-img,
  .presentation-box .modal-img,
  .presentation-box .navbar-img,
  .presentation-box .pricing-card,
  .presentation-box .profile-card,
  .presentation-box .social-btn-img {
    position: absolute;
    box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15);
    border-radius: .45rem
  }
  .presentation-box .profile-card {
    left: 75%;
    top: 3%;
    height: 200px
  }
  .presentation-box .navbar-img {
    left: 55%;
    top: 65%;
    height: 120px
  }
  .presentation-box .modal-img {
    left: 19%;
    top: 67%;
    height: 170px
  }
  .presentation-box .blog-card {
    left: -10%;
    top: -1%;
    height: 100px
  }
  .presentation-box .pricing-card {
    left: 0;
    top: 30%;
    height: 165px
  }
  .presentation-box .social-btn-img {
    left: 2%;
    top: 78%;
    height: 25px
  }
  .presentation-box .dropdown-btn-img {
    left: 30%;
    top: -12%;
    height: 25px
  }
}

.card-box {
  -o-perspective: 900px;
  perspective: 900px;
  width: 250px;
  position: relative
}

.card-box .card-component {
  transform-style: preserve-3d;
  position: relative;
  height: 300px
}

@media (min-width:992px) {
  .card-box .card-component {
    height: 450px
  }
}

.card-box .card-component.card-component-lg {
  height: auto;
  max-height: 800px
}

@media (min-width:768px) {
  .card-box .card-component.card-component-lg {
    max-height: 410px
  }
}

.card-box .card-component.card-component-xs {
  height: auto;
  max-height: 230px
}

.card-box .card-component .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(23, 31, 56, .175);
  border-radius: .45rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(24deg)
}

.card-box .card-component .front:hover {
  cursor: pointer
}

.card-box .page-card {
  box-shadow: 0 1rem 3rem rgba(23, 31, 56, .175);
  border-radius: .45rem
}

.card-box .page-card:hover {
  cursor: pointer
}

@media (max-width:767.98px) {
  .card-box {
    width: 200px
  }
}

@media (min-width:992px) {
  .card-box {
    width: 260px
  }
}

.copy-docs {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all .2s ease
}

.copy-docs.copied {
  background: #080
}

.copy-docs:hover {
  cursor: pointer
}

.index-icon {
  position: absolute;
  font-size: 38px;
  color: #dcdcdc;
  transition: .3s all ease
}

.index-icon-javascript {
  bottom: 80px;
  left: 40px
}

.index-icon-javascript:hover {
  color: #f1da1c
}

.index-icon-bootstrap {
  bottom: -150px;
  right: -7%
}

.index-icon-bootstrap:hover {
  color: #553d7c
}

.icon-sass:hover {
  color: #cd6799
}

.index-icon-code {
  bottom: 180px;
  left: -80px
}

.index-icon-code:hover {
  color: #ff7f66
}

.index-icon-gulp:hover {
  color: #e34a4f
}

.index-icon-gulp {
  left: 250px;
  bottom: -10px
}

.index-icon-html5 {
  right: 30px;
  bottom: 150px
}

.index-icon-html5:hover {
  color: #e54b20
}

.index-icon-css3 {
  right: 40px;
  bottom: -20px
}

.index-icon-css3:hover {
  color: #e54b20
}

.index-icon-npm {
  right: 180px;
  bottom: 20px
}

.index-icon-npm:hover {
  color: #cc3f3d
}

.index-icon-fontawesome {
  right: 340px;
  bottom: -40px
}

.index-icon-fontawesome:hover {
  color: #3499ef
}

.index-icon-illustrations {
  left: 20px;
  bottom: -40px
}

.index-icon-illustrations:hover {
  color: #1c2540
}

.footer .h3,
.footer .h5,
.footer h3,
.footer h5 {
  font-size: 1.15rem;
  margin-bottom: 1.25rem
}

.footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none
}

.footer ul li {
  display: inline-block
}

.footer ul li a {
  text-decoration: none;
  position: relative;
  display: block
}

.footer ul li .btn {
  margin: 0
}

.footer ul.links-horizontal:first-child a {
  padding-left: 0
}

.footer ul.links-horizontal:last-child a {
  padding-right: 0
}

.footer ul.footer-links li {
  display: block;
  margin-left: -5px;
  margin-right: -5px
}

.footer ul.footer-links li a {
  padding: 5px
}

.footer ul.footer-links li a:hover {
  color: inherit!important
}

.footer ul.icon-box span {
  line-height: 1.7
}

.footer .social-buttons .btn,
.footer .social-buttons a {
  margin-top: 5px;
  margin-bottom: 5px
}

.footer .footer-brand {
  font-size: 1.25rem;
  font-weight: 600
}

.footer .footer-brand img,
.footer .footer-brand svg {
  width: 30px
}

.footer .footer-brand:focus,
.footer .footer-brand:hover {
  color: #171f38
}

.footer .footer-brand.brand-sm img,
.footer .footer-brand.brand-sm svg {
  width: 25px
}

.footer .copyright {
  font-size: .875rem
}

.footer .pull-center {
  display: inline-block;
  float: none
}

#doc-index:not(.collapse.show),
.doc-sidebar {
  display: none
}

@media (min-width:992px) {
  #doc-index {
    display: block
  }
  .doc-sidebar {
    display: block;
    height: calc(100vh - 2rem);
    overflow-y: scroll;
    position: sticky;
    top: 2rem
  }
  .doc-sidebar .nav-link[data-bs-toggle=collapse]>.icon {
    transform: rotateZ(-90deg);
    position: relative;
    right: .25rem
  }
  .doc-sidebar .nav .nav-item {
    font-size: .875rem
  }
}

.accordion .card {
  margin-bottom: 1.5rem
}

.accordion .card .card-header {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.accordion .card .card-header button .icon {
  color: #1c2540;
  transition: all .2s ease
}

.accordion .card .card-header button .icon span {
  font-size: .875rem
}

.accordion .card .card-header button .icon-title {
  margin-right: 1rem
}

.accordion .card .card-header button .icon-title span {
  margin-right: 1rem
}

.accordion .card .card-header button .icon-title+.icon {
  height: 1rem
}

.accordion .card .card-header button[aria-expanded=true]>.icon {
  transform: rotateZ(45deg)
}

.accordion .card .card-header button:hover>*,
.accordion .card .card-header button[aria-expanded=true]>* {
  color: theme-color("dark")
}

.accordion .card .card-header button:hover>* i,
.accordion .card .card-header button[aria-expanded=true]>* i {
  fill: theme-color("dark")
}

.accordion .card .card-header:hover {
  cursor: pointer
}

.accordion .card .card-header .btn:focus,
.btn-check:focus+.accordion .card .card-header .btn {
  outline: 0;
  box-shadow: none
}

.accordion .card:hover {
  background-color: #fdfdfd
}

.alert-heading {
  font-weight: 600
}

.alert-icon {
  margin-bottom: .5rem
}

.alert-icon span {
  font-size: 2rem
}

.avatar+.avatar-content {
  display: inline-block;
  margin-left: .75rem
}

.avatar-link img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.avatar-sm {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-md {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-lg {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-xl {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff
}

.avatar-group .avatar:hover {
  z-index: 3
}

.avatar-group .avatar+.avatar {
  margin-left: -1rem
}

.badge {
  font-size: .75em;
  line-height: 1.6;
  font-weight: 700
}

.badge a {
  color: #fff
}

.badge-pill {
  padding-right: .875em;
  padding-left: .875em
}

.badge-inline {
  margin-right: .625rem
}

.badge-inline+span {
  top: 2px;
  position: relative
}

.badge-inline+span>a {
  text-decoration: underline
}

.badge-sm {
  padding: .02rem .35rem
}

.badge-md {
  padding: .4rem .55rem
}

.badge-lg {
  padding: .65rem .85rem
}

.wi-tags a {
  display: inline-block;
  padding: .125rem .300rem;
  line-height: 1.6;
  font-size: .875rem;
  background-color: #fff;
  border: .0625rem solid #dce6f3;
  border-radius: .45rem
}

.wi-tags a:hover {
  background-color: #242e4c;
  color: #fff
}

.pixel-pro-badge,
.pixel-pro-badge-md {
  position: relative;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  right: -15px;
  padding: 5px 14px;
  top: -35px;
  background: #fff;
  border-radius: .45rem;
  box-shadow: 0 .125rem .25rem rgba(23, 31, 56, .075)
}

@media (max-width:575.98px) {
  .pixel-pro-badge,
  .pixel-pro-badge-md {
    font-size: 1rem;
    right: -13px;
    padding: 5px 10px;
    top: -23px
  }
}

.pixel-pro-badge-md.subscription-badge,
.pixel-pro-badge.subscription-badge {
  top: -19px;
  right: -12px;
  font-size: .75rem
}

.pixel-pro-badge-md {
  font-size: 1.25rem;
  padding: 5px 7px
}

.btn {
  position: relative;
  transition: all .2s ease;
  font-size: 1rem;
  border-radius: 3rem
}

.btn-group .btn,
.input-group .btn {
  margin-right: 0;
  line-height: .25;
  transform: translateY(0)
}

.btn .toggle-arrow {
  transition: all .2s ease
}

.btn[aria-expanded=true] .toggle-arrow {
  transform: rotate(180deg)
}

.btn.btn-pill {
  border-radius: 1.2rem
}

.btn-xs {
  padding: .275rem .5rem
}

.btn-xs,
.btn-xs span {
  font-size: .775rem!important
}

.btn-group-sm>.btn,
.btn-group-sm>.btn span,
.btn-sm,
.btn-sm span {
  font-size: .875rem!important
}

.btn-md,
.btn-md span {
  font-size: 1rem!important
}

.btn-icon-only {
  width: 2.575rem;
  height: 2.575rem;
  padding: 0
}

.btn-icon-onlya {
  line-height: 2.5
}

.btn-icon-only.btn-xs {
  width: 1.7rem;
  height: 1.7rem
}

.btn-group-sm>.btn-icon-only.btn,
.btn-icon-only.btn-sm {
  width: 1.5rem;
  height: 1.5rem
}

.spinner-border,
.spinner-brow {
  vertical-align: middle
}

.btn-loading-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0
}

.btn-loading-overlay .btn-inner-text,
.btn-loading-overlay .spinner {
  transition: all .2s ease
}

.btn-loading-overlay .btn-inner-text {
  opacity: 1
}

.btn-loading-overlay.btn-loading .spinner {
  opacity: 1
}

.btn-loading-overlay.btn-loading .btn-inner-text {
  opacity: 0
}

.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(32, 56, 23, 0.075)
}

.btn-whatsapp:hover {
  color: #fff;
  background-color: #075e54;
  border-color: #128c7e
}

.btn-check:focus+.btn-whatsapp,
.btn-whatsapp:focus {
  color: #fff;
  background-color: #075e54;
  border-color: #128c7e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(23, 56, 33, 0.075), 0 0 0 .2rem rgba(88, 168, 95, 0.5)
}

.btn-check:active+.btn-whatsapp,
.btn-check:checked+.btn-whatsapp,
.btn-whatsapp.active,
.btn-whatsapp:active,
.show>.btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #128c7e;
  border-color: #296b29
}

.btn-check:active+.btn-whatsapp:focus,
.btn-check:checked+.btn-whatsapp:focus,
.btn-whatsapp.active:focus,
.btn-whatsapp:active:focus,
.show>.btn-whatsapp.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(26, 56, 23, 0.125), 0 0 0 .2rem rgba(91, 168, 88, 0.5)
}

.btn-whatsapp.disabled,
.btn-whatsapp:disabled {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366
}

.breadcrumb-transparent {
  background: 0 0;
  padding: 0
}

.breadcrumb-primary {
  background: #242e4c
}

.breadcrumb-primary .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-primary.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-primary.breadcrumb-transparent .breadcrumb-item.active {
  color: #242e4c
}

.breadcrumb-secondary {
  background: #1c2540
}

.breadcrumb-secondary .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-secondary.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-secondary.breadcrumb-transparent .breadcrumb-item.active {
  color: #1c2540
}

.breadcrumb-tertiary {
  background: #893168
}

.breadcrumb-tertiary .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-tertiary.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-tertiary.breadcrumb-transparent .breadcrumb-item.active {
  color: #893168
}

.breadcrumb-primary-app {
  background: #ebf4f6
}

.breadcrumb-primary-app .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-primary-app.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-primary-app.breadcrumb-transparent .breadcrumb-item.active {
  color: #ebf4f6
}

.breadcrumb-secondary-app {
  background: #424aa0
}

.breadcrumb-secondary-app .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-secondary-app.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-secondary-app.breadcrumb-transparent .breadcrumb-item.active {
  color: #424aa0
}

.breadcrumb-light {
  background: #dce6f3
}

.breadcrumb-light .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-light.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-light.breadcrumb-transparent .breadcrumb-item.active {
  color: #dce6f3
}

.breadcrumb-lighten {
  background: #f9fafe
}

.breadcrumb-lighten .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-lighten.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-lighten.breadcrumb-transparent .breadcrumb-item.active {
  color: #f9fafe
}

.breadcrumb-success {
  background: #080
}

.breadcrumb-success .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-success.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-success.breadcrumb-transparent .breadcrumb-item.active {
  color: #080
}

.breadcrumb-info {
  background: #0d6efd
}

.breadcrumb-info .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-info.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-info.breadcrumb-transparent .breadcrumb-item.active {
  color: #0d6efd
}

.breadcrumb-warning {
  background: #ffc107
}

.breadcrumb-warning .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-warning.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-warning.breadcrumb-transparent .breadcrumb-item.active {
  color: #ffc107
}

.breadcrumb-danger {
  background: #dc3545
}

.breadcrumb-danger .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-danger.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-danger.breadcrumb-transparent .breadcrumb-item.active {
  color: #dc3545
}

.breadcrumb-white {
  background: #fff
}

.breadcrumb-white .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-white.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-white.breadcrumb-transparent .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray {
  background: #424767
}

.breadcrumb-gray .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray.breadcrumb-transparent .breadcrumb-item.active {
  color: #424767
}

.breadcrumb-neutral {
  background: #fff
}

.breadcrumb-neutral .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-neutral.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-neutral.breadcrumb-transparent .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-dark {
  background: #1c2540
}

.breadcrumb-dark .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-dark.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-dark.breadcrumb-transparent .breadcrumb-item.active {
  color: #1c2540
}

.breadcrumb-soft {
  background: #eff1f5
}

.breadcrumb-soft .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-soft.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-soft.breadcrumb-transparent .breadcrumb-item.active {
  color: #eff1f5
}

.breadcrumb-black {
  background: #171f38
}

.breadcrumb-black .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-black.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-black.breadcrumb-transparent .breadcrumb-item.active {
  color: #171f38
}

.breadcrumb-blue {
  background: #0d6efd
}

.breadcrumb-blue .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-blue.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-blue.breadcrumb-transparent .breadcrumb-item.active {
  color: #0d6efd
}

.breadcrumb-purple {
  background: #6f42c1
}

.breadcrumb-purple .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-purple.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-purple.breadcrumb-transparent .breadcrumb-item.active {
  color: #6f42c1
}

.breadcrumb-soft-indigo {
  background: #f5e8ff
}

.breadcrumb-soft-indigo .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-soft-indigo.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-soft-indigo.breadcrumb-transparent .breadcrumb-item.active {
  color: #f5e8ff
}

.breadcrumb-soft-green {
  background: #2ca58d
}

.breadcrumb-soft-green .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-soft-green.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-soft-green.breadcrumb-transparent .breadcrumb-item.active {
  color: #2ca58d
}

.breadcrumb-gray-100 {
  background: #fbfbfd
}

.breadcrumb-gray-100 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-100.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-100.breadcrumb-transparent .breadcrumb-item.active {
  color: #fbfbfd
}

.breadcrumb-gray-200 {
  background: #eff1f5
}

.breadcrumb-gray-200 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-200.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-200.breadcrumb-transparent .breadcrumb-item.active {
  color: #eff1f5
}

.breadcrumb-gray-300 {
  background: #f9fafe
}

.breadcrumb-gray-300 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-300.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-300.breadcrumb-transparent .breadcrumb-item.active {
  color: #f9fafe
}

.breadcrumb-gray-400 {
  background: #dce6f3
}

.breadcrumb-gray-400 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-400.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-400.breadcrumb-transparent .breadcrumb-item.active {
  color: #dce6f3
}

.breadcrumb-gray-500 {
  background: #b7c3d2
}

.breadcrumb-gray-500 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-500.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-500.breadcrumb-transparent .breadcrumb-item.active {
  color: #b7c3d2
}

.breadcrumb-gray-600 {
  background: #93a5be
}

.breadcrumb-gray-600 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-600.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-600.breadcrumb-transparent .breadcrumb-item.active {
  color: #93a5be
}

.breadcrumb-gray-700 {
  background: #52547a
}

.breadcrumb-gray-700 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-700.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-700.breadcrumb-transparent .breadcrumb-item.active {
  color: #52547a
}

.breadcrumb-gray-800 {
  background: #4e5079
}

.breadcrumb-gray-800 .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-gray-800.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-gray-800.breadcrumb-transparent .breadcrumb-item.active {
  color: #4e5079
}

.breadcrumb-facebook {
  background: #3b5999
}

.breadcrumb-facebook .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-facebook.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-facebook.breadcrumb-transparent .breadcrumb-item.active {
  color: #3b5999
}

.breadcrumb-twitter {
  background: #1da1f2
}

.breadcrumb-twitter .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-twitter.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-twitter.breadcrumb-transparent .breadcrumb-item.active {
  color: #1da1f2
}

.breadcrumb-google {
  background: #db4337
}

.breadcrumb-google .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-google.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-google.breadcrumb-transparent .breadcrumb-item.active {
  color: #db4337
}

.breadcrumb-instagram {
  background: #e4405f
}

.breadcrumb-instagram .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-instagram.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-instagram.breadcrumb-transparent .breadcrumb-item.active {
  color: #e4405f
}

.breadcrumb-pinterest {
  background: #bd081c
}

.breadcrumb-pinterest .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-pinterest.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-pinterest.breadcrumb-transparent .breadcrumb-item.active {
  color: #bd081c
}

.breadcrumb-youtube {
  background: #cd201f
}

.breadcrumb-youtube .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-youtube.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-youtube.breadcrumb-transparent .breadcrumb-item.active {
  color: #cd201f
}

.breadcrumb-slack {
  background: #3aaf85
}

.breadcrumb-slack .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-slack.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-slack.breadcrumb-transparent .breadcrumb-item.active {
  color: #3aaf85
}

.breadcrumb-dribbble {
  background: #ea4c89
}

.breadcrumb-dribbble .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-dribbble.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-dribbble.breadcrumb-transparent .breadcrumb-item.active {
  color: #ea4c89
}

.breadcrumb-dropbox {
  background: #1e90ff
}

.breadcrumb-dropbox .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-dropbox.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-dropbox.breadcrumb-transparent .breadcrumb-item.active {
  color: #1e90ff
}

.breadcrumb-twitch {
  background: #4b367c
}

.breadcrumb-twitch .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-twitch.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-twitch.breadcrumb-transparent .breadcrumb-item.active {
  color: #4b367c
}

.breadcrumb-paypal {
  background: #ecb32c
}

.breadcrumb-paypal .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-paypal.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-paypal.breadcrumb-transparent .breadcrumb-item.active {
  color: #ecb32c
}

.breadcrumb-behance {
  background: #0057ff
}

.breadcrumb-behance .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-behance.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-behance.breadcrumb-transparent .breadcrumb-item.active {
  color: #0057ff
}

.breadcrumb-reddit {
  background: #e84422
}

.breadcrumb-reddit .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-reddit.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-reddit.breadcrumb-transparent .breadcrumb-item.active {
  color: #e84422
}

.breadcrumb-github {
  background: #222
}

.breadcrumb-github .breadcrumb-item.active {
  color: #fff
}

.breadcrumb-github.breadcrumb-transparent {
  background: 0 0
}

.breadcrumb-github.breadcrumb-transparent .breadcrumb-item.active {
  color: #222
}

.breadcrumb-text-light .breadcrumb-item,
.breadcrumb-text-light .breadcrumb-item a {
  color: #fff
}

.breadcrumb-text-light .breadcrumb-item:before {
  color: #fff
}

.card-img,
.card-img-top {
  border-radius: 0
}

.card-img,
.card-img-bottom {
  border-radius: 0
}

.card .card-blockquote {
  position: relative;
  padding: 2rem
}

.card .card-blockquote .svg-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 95px;
  top: -94px;
  left: 0
}

.card .profile-thumbnail {
  min-width: 8rem;
  max-width: 10rem;
  min-height: 8rem;
  max-height: 10rem;
}

.card .profile-thumbnail.small-thumbnail {
  width: 8rem;
  height: 8rem
}

.card .profile-cover {
  height: 175px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover
}

.card .card-footer .btn-block {
  border-radius: 0
}

.card .price-list .list-group-item span {
  width: 23px;
  font-size: .875rem
}

.card.rounded-right-0 {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important
}

.card.rounded-left-0 {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important
}

.card-lift-hover:hover {
  transform: translateY(-20px);
  transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
  .card-lift-hover:hover {
    transition: none
  }
}

.rotating-card .card-rotate {
  background: 0 0;
  box-shadow: none
}

.rotating-card .card-rotate:after {
  display: none
}

.rotating-card .card {
  transition: all .8s cubic-bezier(.34, 1.45, .7, 1);
  transform-style: preserve-3d;
  position: relative
}

.rotating-card .card .back,
.rotating-card .card .front {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-align-content: center;
  align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  border-radius: .45rem;
  top: 0;
  left: 0
}

.rotating-card .card .back .card-body,
.rotating-card .card .front .card-body {
  justify-content: center;
  align-content: center;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column
}

.rotating-card .card .back .card-body .card-subtitle,
.rotating-card .card .front .card-body .card-subtitle {
  color: #242e4c
}

.rotating-card .card .back .card-body .social-buttons,
.rotating-card .card .front .card-body .social-buttons {
  margin-bottom: 0;
  padding: 0;
  list-style: none
}

.rotating-card .card .back .card-body .social-buttons li,
.rotating-card .card .front .card-body .social-buttons li {
  display: inline-block
}

.rotating-card .card .back .card-body .social-buttons li a.btn,
.rotating-card .card .front .card-body .social-buttons li a.btn {
  padding: .25rem .375rem
}

.rotating-card .card .front {
  z-index: 2;
  position: relative
}

.rotating-card .card .front .profile-image {
  width: 9rem;
  height: 9rem;
  margin: 0 auto
}

.rotating-card .card .front .profile-image img {
  border-width: .125rem;
  border-style: solid;
  padding: .25rem
}

.rotating-card .card .back {
  transform: rotateY(180deg);
  z-index: 5;
  text-align: center;
  width: 100%;
  height: 100%
}

.rotating-card .card .back.back-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, .56);
  border-radius: .45rem
}

.rotating-card .card .back.back-background .card-body {
  position: relative;
  z-index: 2
}

.rotating-card .card .back .card-footer .btn {
  margin: 0
}

.rotating-card .card .back .card-body {
  padding-left: 15px;
  padding-right: 15px
}

.rotating-card:not(.manual-flip):hover .card {
  transform: rotateY(180deg)
}

.rotating-card.hover.manual-flip .card {
  transform: rotateY(180deg)
}

.card-profile .rotating-card .front {
  text-align: left
}

.back-background .card-body {
  min-height: auto;
  padding-top: 15px;
  padding-bottom: 15px
}

.back-background,
.front-background {
  background-position: center center;
  background-size: cover
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .rotating-card-container .card .back,
  .rotating-card-container .card .front {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
  }
  .rotating-card-container .card .back {
    visibility: hidden;
    transition: visibility .3s cubic-bezier(.34, 1.45, .7, 1)
  }
  .rotating-card-container .card .front {
    z-index: 4
  }
  .rotating-card-container.manual-flip.hover .card .back,
  .rotating-card-container:not(.manual-flip):hover .card .back {
    z-index: 5;
    visibility: visible
  }
}

.page-preview {
  display: block;
  position: relative
}

.page-preview .show-on-hover {
  position: absolute;
  bottom: 0px;
  background: rgba(28, 37, 64, .85);
  padding: 10px 0;
  width: calc(100% + 0px);
  left: 0;
  opacity: 0;
  transition: .2s
}

@media (prefers-reduced-motion:reduce) {
  .page-preview .show-on-hover {
    transition: none
  }
}

.page-preview:hover .show-on-hover {
  z-index: 99;
  opacity: 1
}

.carousel-caption,
.carousel-caption .h5,
.carousel-caption h5 {
  color: #fff
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: 0 0;
  border: 2px solid #fff
}

.carousel-indicators .active {
  opacity: 1;
  background: #fff
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: auto;
  height: auto;
  font-weight: 900
}

.carousel-control-prev-icon {
  background-image: none
}

.carousel-control-prev-icon::before {
  content: '\f060';
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-size: 2rem
}

.carousel-control-next-icon {
  background-image: none
}

.carousel-control-next-icon:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  content: "\f061";
  font-size: 2rem
}

.sr-only {
  width: 90px;
  height: 37px;
  padding: 4px;
  background-color: #080
}

.ct-bar {
  stroke-linecap: round
}

.ct-label {
  fill: #424767;
  color: #424767;
  font-size: .65rem;
  margin-top: 7px;
  font-weight: 600
}

.ct-slice-pie {
  stroke: #fff;
  stroke-width: 3px
}

.ct-chart-donut .ct-series {
  stroke: #fff;
  stroke-width: 3px
}

.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
  font-size: .65rem;
  font-weight: 600
}

.close {
  transition: all .2s ease
}

.close>span:not(.sr-only) {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  color: #0d111f;
  line-height: 22px;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: all .2s ease
}

.close:focus,
.close:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, .9);
  outline: 0
}

.close:focus span:not(.sr-only),
.close:hover span:not(.sr-only) {
  background-color: transparent
}

.counter-alternate::after {
  content: '\f067';
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  position: absolute;
  font-size: 2.25rem;
  color: #1c2540;
  font-weight: 900
}

.custom-control-label:before {
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-control-label span {
  position: relative;
  top: 2px
}

.custom-control-label {
  margin-bottom: 0
}

.custom-control-input:active~.custom-control-label::before {
  border-color: #242e4c
}

.rating-star label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  color: #dce6f3
}

.rating-star label:before {
  content: "\f005";
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-weight: 900;
  transition: all .2s ease;
  font-size: 1.0625rem
}

.rating-star input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.rating-star>input:checked~label {
  color: #ffc107
}

.rating-star>label:hover {
  color: #ffc107
}

.rating-star>label:hover~label {
  color: #ffc107
}

.dropdown-menu {
  min-width: 13.5rem
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: 1rem
}

.dropdown-menu .dropdown-header {
  color: #424767;
  font-weight: 600
}

.dropdown-menu .dropdown-item {
  color: #424767;
  transition: all .2s ease;
  font-weight: 300
}

.dropdown-menu .dropdown-itema:hover {
  color: #424767
}

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

.show .dropdown-menu {
  animation: show-dropdown .2s ease forwards
}

[data-bs-toggle]:hover {
  cursor: pointer
}

.dropdown-toggle:after,
.dropleft .dropdown-toggle:before,
.dropright .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  display: none
}

.dropdown-menu-sm {
  min-width: 100px;
  border: .3rem
}

.dropdown-menu-md {
  min-width: 180px;
  border: .3rem
}

.dropdown-menu-lg {
  min-width: 260px;
  border-radius: .3rem
}

.dropdown-menu-xl {
  min-width: 450px;
  border-radius: .3rem
}

.sr-only {
  background-color: #242e4c;
  color: #fff
}

.form-control {
  box-shadow: none
}

.form-control.form-control-lg {
  padding: 1rem .75rem
}

.form-check-input.round-check[type=checkbox] {
  border-radius: 50%
}

.input-group .input-group-text:focus {
  border-color: #242e4c;
  outline: 0
}

.focused .input-group .input-group-text {
  border-color: #242e4c;
  outline: 0
}

.focused .form-control {
  border-color: #4d62a3;
  background-color: #fff
}

.form-switch .form-check-input {
  height: 1.275em
}

.form-select .form-select-lg {
  padding: .55rem 1.75rem .55rem .75rem
}

.file-field input[type=file] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  padding-bottom: 30px
}

.file-field span {
  cursor: pointer
}

.icon {
  text-align: center;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.icon span,
.icon svg {
  font-size: 2.25rem
}

.icon.icon-xxs span,
.icon.icon-xxs svg {
  font-size: .475rem
}

.icon.icon-xs span,
.icon.icon-xs svg {
  font-size: .875rem
}

.icon.icon-sm span,
.icon.icon-sm svg {
  font-size: 1.25rem
}

.icon.icon-sm2 span,
.icon.icon-sm2 svg {
  font-size: 1.75rem
}

.icon.icon-md span,
.icon.icon-md svg {
  font-size: 1.5rem
}

.icon.icon-lg span,
.icon.icon-lg svg {
  font-size: 3rem
}

.icon.icon-xl span,
.icon.icon-xl svg {
  font-size: 5rem
}

.icon.rounded-circle .icon-bordered {
  border-radius: 50%
}

.icon.organic-radius .icon-bordered {
  border-radius: 63% 37% 30% 1.4 45% 55% 50%
}

.shape-xs {
  width: 10px;
  height: 10px
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.45rem;
  padding: 0;
  aspect-ratio: 1 / 1;
  background-color: #f8f9fa;
}
.icon-shape span,
.icon-shape svg {
  font-size: 24px;
}
.icon-shape.icon-xs {
  width: 24px;
  height: 24px;
}
.icon-shape.icon-xs span,
.icon-shape.icon-xs svg {
  font-size: 14px;
}
.icon-shape.icon-sm {
  width: 32px;
  height: 32px;
}
.icon-shape.icon-sm span,
.icon-shape.icon-sm svg {
  font-size: 21px;
}
.icon-shape.icon-md {
  width: 48px;
  height: 48px;
}
.icon-shape.icon-md span,
.icon-shape.icon-md svg {
  font-size: 30px;
}
.icon-shape.icon-lg {
  width: 72px;
  height: 72px;
}
.icon-shape.icon-lg span,
.icon-shape.icon-lg svg {
  font-size: 36px;
}
.icon-shape.icon-xl {
  width: 96px;
  height: 96px;
}
.icon-shape.icon-xl span,
.icon-shape.icon-xl svg {
  font-size: 48px;
}

.github-big-icon {
  position: absolute;
  right: -35px;
  top: 99px
}

.github-big-icon span {
  font-size: 700px;
  opacity: .1
}

.icon-shape-primary {
  color: #242e4c;
  background-color: rgba(36, 46, 76, .1)
}

.icon-primary span {
  color: #242e4c
}

.fill-primary {
  fill: #242e4c
}

.icon-shape-secondary {
  color: #1c2540;
  background-color: rgba(28, 37, 64, .1)
}

.icon-secondary span {
  color: #1c2540
}

.fill-secondary {
  fill: #1c2540
}

.icon-shape-tertiary {
  color: #893168;
  background-color: rgba(137, 49, 104, .1)
}

.icon-tertiary span {
  color: #893168
}

.fill-tertiary {
  fill: #893168
}

.icon-shape-primary-app {
  color: #ebf4f6;
  background-color: rgba(235, 244, 246, .1)
}

.icon-primary-app span {
  color: #ebf4f6
}

.fill-primary-app {
  fill: #ebf4f6
}

.icon-shape-secondary-app {
  color: #424aa0;
  background-color: rgba(66, 74, 160, .1)
}

.icon-secondary-app span {
  color: #424aa0
}

.fill-secondary-app {
  fill: #424aa0
}

.icon-shape-light {
  color: #dce6f3;
  background-color: rgba(220, 230, 243, .1)
}

.icon-light span {
  color: #dce6f3
}

.fill-light {
  fill: #dce6f3
}

.icon-shape-lighten {
  color: #f9fafe;
  background-color: rgba(249, 250, 254, .1)
}

.icon-lighten span {
  color: #f9fafe
}

.fill-lighten {
  fill: #f9fafe
}

.icon-shape-success {
  color: #080;
  background-color: rgba(0, 136, 0, .1)
}

.icon-success span {
  color: #080
}

.fill-success {
  fill: #080
}

.icon-shape-info {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, .1)
}

.icon-info span {
  color: #0d6efd
}

.fill-info {
  fill: #0d6efd
}

.icon-shape-warning {
  color: #ffc107;
  background-color: rgba(255, 193, 7, .1)
}

.icon-warning span {
  color: #ffc107
}

.fill-warning {
  fill: #ffc107
}

.icon-shape-danger {
  color: #dc3545;
  background-color: rgba(220, 53, 69, .1)
}

.icon-danger span {
  color: #dc3545
}

.fill-danger {
  fill: #dc3545
}

.icon-shape-white {
  color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.icon-white span {
  color: #fff
}

.fill-white {
  fill: #fff
}

.icon-shape-gray {
  color: #424767;
  background-color: rgba(66, 71, 103, .12)
}

.icon-gray span {
  color: #424767
}

.fill-gray {
  fill: #424767
}

.icon-shape-neutral {
  color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.icon-neutral span {
  color: #fff
}

.fill-neutral {
  fill: #fff
}

.icon-shape-dark {
  color: #1c2540;
  background-color: rgba(28, 37, 64, .1)
}

.icon-dark span {
  color: #1c2540
}

.fill-dark {
  fill: #1c2540
}

.icon-shape-soft {
  color: #eff1f5;
  background-color: rgba(239, 241, 245, .1)
}

.icon-soft span {
  color: #eff1f5
}

.fill-soft {
  fill: #eff1f5
}

.icon-shape-black {
  color: #171f38;
  background-color: rgba(23, 31, 56, .1)
}

.icon-black span {
  color: #171f38
}

.fill-black {
  fill: #171f38
}

.icon-shape-blue {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, .1)
}

.icon-blue span {
  color: #0d6efd
}

.fill-blue {
  fill: #0d6efd
}

.icon-shape-purple {
  color: #6f42c1;
  background-color: rgba(111, 66, 193, .1)
}

.icon-purple span {
  color: #6f42c1
}

.fill-purple {
  fill: #6f42c1
}

.icon-shape-soft-indigo {
  color: #f5e8ff;
  background-color: rgba(245, 232, 255, .1)
}

.icon-soft-indigo span {
  color: #f5e8ff
}

.fill-soft-indigo {
  fill: #f5e8ff
}

.icon-shape-soft-green {
  color: #2ca58d;
  background-color: rgba(44, 165, 141, .1)
}

.icon-soft-green span {
  color: #2ca58d
}

.fill-soft-green {
  fill: #2ca58d
}

.icon-shape-gray-100 {
  color: #fbfbfd;
  background-color: rgba(251, 251, 253, .1)
}

.icon-gray-100 span {
  color: #fbfbfd
}

.fill-gray-100 {
  fill: #fbfbfd
}

.icon-shape-gray-200 {
  color: #eff1f5;
  background-color: rgba(239, 241, 245, .1)
}

.icon-gray-200 span {
  color: #eff1f5
}

.fill-gray-200 {
  fill: #eff1f5
}

.icon-shape-gray-300 {
  color: #f9fafe;
  background-color: rgba(249, 250, 254, .1)
}

.icon-gray-300 span {
  color: #f9fafe
}

.fill-gray-300 {
  fill: #f9fafe
}

.icon-shape-gray-400 {
  color: #dce6f3;
  background-color: rgba(220, 230, 243, .1)
}

.icon-gray-400 span {
  color: #dce6f3
}

.fill-gray-400 {
  fill: #dce6f3
}

.icon-shape-gray-500 {
  color: #b7c3d2;
  background-color: rgba(183, 195, 210, .1)
}

.icon-gray-500 span {
  color: #b7c3d2
}

.fill-gray-500 {
  fill: #b7c3d2
}

.icon-shape-gray-600 {
  color: #93a5be;
  background-color: rgba(147, 165, 190, .1)
}

.icon-gray-600 span {
  color: #93a5be
}

.fill-gray-600 {
  fill: #93a5be
}

.icon-shape-gray-700 {
  color: #52547a;
  background-color: rgba(82, 84, 122, .1)
}

.icon-gray-700 span {
  color: #52547a
}

.fill-gray-700 {
  fill: #52547a
}

.icon-shape-gray-800 {
  color: #4e5079;
  background-color: rgba(78, 80, 121, .1)
}

.icon-gray-800 span {
  color: #4e5079
}

.fill-gray-800 {
  fill: #4e5079
}

.icon-shape-facebook {
  color: #3b5999;
  background-color: rgba(59, 89, 153, .1)
}

.icon-facebook span {
  color: #3b5999
}

.fill-facebook {
  fill: #3b5999
}

.icon-shape-twitter {
  color: #1da1f2;
  background-color: rgba(29, 161, 242, .1)
}

.icon-twitter span {
  color: #1da1f2
}

.fill-twitter {
  fill: #1da1f2
}

.icon-shape-google {
  color: #db4337;
  background-color: rgba(219, 67, 55, .1)
}

.icon-google span {
  color: #db4337
}

.fill-google {
  fill: #db4337
}

.icon-shape-instagram {
  color: #e4405f;
  background-color: rgba(228, 64, 95, .1)
}

.icon-instagram span {
  color: #e4405f
}

.fill-instagram {
  fill: #e4405f
}

.icon-shape-whatsapp {
  color: #25D366;
  background-color: rgba(37, 211, 102, .1)
}

.icon-whatsapp span {
  color: #25D366
}

.fill-whatsapp {
  fill: #25D366
}

.icon-shape-tiktok {
  color: #000000;
  background-color: rgba(0, 0, 0, .1)
}

.icon-tiktok span {
  color: #000000
}

.fill-tiktok {
  fill: #000000
}

.icon-shape-pinterest {
  color: #bd081c;
  background-color: rgba(189, 8, 28, .1)
}

.icon-pinterest span {
  color: #bd081c
}

.fill-pinterest {
  fill: #bd081c
}

.icon-shape-youtube {
  color: #cd201f;
  background-color: rgba(205, 32, 31, .1)
}

.icon-youtube span {
  color: #cd201f
}

.fill-youtube {
  fill: #cd201f
}

.icon-shape-slack {
  color: #3aaf85;
  background-color: rgba(58, 175, 133, .1)
}

.icon-slack span {
  color: #3aaf85
}

.fill-slack {
  fill: #3aaf85
}

.icon-shape-dribbble {
  color: #ea4c89;
  background-color: rgba(234, 76, 137, .1)
}

.icon-dribbble span {
  color: #ea4c89
}

.fill-dribbble {
  fill: #ea4c89
}

.icon-shape-dropbox {
  color: #1e90ff;
  background-color: rgba(30, 144, 255, .1)
}

.icon-dropbox span {
  color: #1e90ff
}

.fill-dropbox {
  fill: #1e90ff
}

.icon-shape-twitch {
  color: #4b367c;
  background-color: rgba(75, 54, 124, .1)
}

.icon-twitch span {
  color: #4b367c
}

.fill-twitch {
  fill: #4b367c
}

.icon-shape-paypal {
  color: #ecb32c;
  background-color: rgba(236, 179, 44, .1)
}

.icon-paypal span {
  color: #ecb32c
}

.fill-paypal {
  fill: #ecb32c
}

.icon-shape-behance {
  color: #0057ff;
  background-color: rgba(0, 87, 255, .1)
}

.icon-behance span {
  color: #0057ff
}

.fill-behance {
  fill: #0057ff
}

.icon-shape-reddit {
  color: #e84422;
  background-color: rgba(232, 68, 34, .1)
}

.icon-reddit span {
  color: #e84422
}

.fill-reddit {
  fill: #e84422
}

.icon-shape-github {
  color: #222;
  background-color: rgba(34, 34, 34, .1)
}

.icon-github span {
  color: #222
}

.fill-github {
  fill: #222
}

.image-lg {
  height: 12rem
}

.image-xl {
  height: 20rem
}

.image {
  height: 9rem;
}

.image-md {
  height: 5rem
}

.image-sm {
  height: 3rem
}

.image-sm-custom {
  height: 40px;
}

.image-xs {
  height: 2rem
}

.image-2xs {
  height: 1.2rem
}

.small-image {
  height: 4rem
}

.img-thumbnail {
  border-width: .125rem;
  box-shadow: none
}

.full-image {
  height: 100%
}

@media (min-width:576px) {
  .effect-img-2 {
    position: absolute;
    right: 5rem;
    top: 19%;
    z-index: 2;
    margin: 0
  }
  .effect-img-1,
  .effect-img-2 {
    width: 350px;
    height: auto
  }
}

@media (max-width:767.98px) {
  .effect-img-2 {
    right: .425rem;
    top: 0
  }
}

.input-group {
  border-radius: .45rem;
  transition: all .2s ease
}

.input-group .form-control {
  box-shadow: none
}

.input-group .form-control:focus {
  box-shadow: none
}

.input-group .form-control.is-invalid {
  border-top-right-radius: .45rem;
  border-bottom-right-radius: .45rem
}

.list-group-item {
  background: 0 0;
  border-radius: .45rem
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: .45rem
}

.list-group.dashboard-menu .list-group-item:hover {
  background-color: #f5f5f5;
  border-radius: .45rem
}

.list-group.dashboard-menu .list-group-item.active,
.navbar-light .navbar-nav .nav-link.active {
  color: #893168;
  background: 0 0;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-nav .show>.nav-link {
  color: #171f38;
  font-weight: bold;
}

.list-group-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -.1rem 1.2rem 0 -.2rem
}

.list-group-sm .list-group-item {
  padding: .625rem .875rem;
  border-bottom: .0625rem solid #f9f7f7
}

.list-group-sm .list-group-item.active {
  border-color: #f9f7f7;
  border-left: 0;
  border-right: 0;
  font-weight: 600
}

.news-list .row>[class*=col] {
  padding: 0 .25rem
}

.news-list>li:not(:last-child) {
  margin-bottom: .75rem
}

.news-list img {
  min-height: 100%;
  object-fit: cover
}

.map {
  height: 500px;
  width: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)
}

.modal.static-example {
  position: relative;
  display: block
}

.modal-header .close {
  padding: .825rem
}

.modal-content {
  border: 0;
  border-radius: .3rem
}

.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0
}

.modal-fluid .modal-content {
  border-radius: 0
}

.modal-primary .modal-title {
  color: color-yiq(#242e4c)
}

.modal-primary .modal-footer,
.modal-primary .modal-header {
  border-color: rgba(36, 46, 76, .075)
}

.modal-primary .modal-content {
  background-color: #242e4c;
  color: color-yiq(#242e4c)
}

.modal-primary .modal-content .heading {
  color: color-yiq(#242e4c)
}

.modal-primary .close>span:not(.sr-only) {
  color: #fff
}

.modal-secondary .modal-title {
  color: color-yiq(#1c2540)
}

.modal-secondary .modal-footer,
.modal-secondary .modal-header {
  border-color: rgba(28, 37, 64, .075)
}

.modal-secondary .modal-content {
  background-color: #1c2540;
  color: color-yiq(#1c2540)
}

.modal-secondary .modal-content .heading {
  color: color-yiq(#1c2540)
}

.modal-secondary .close>span:not(.sr-only) {
  color: #fff
}

.modal-tertiary .modal-title {
  color: color-yiq(#893168)
}

.modal-tertiary .modal-footer,
.modal-tertiary .modal-header {
  border-color: rgba(137, 49, 104, .075)
}

.modal-tertiary .modal-content {
  background-color: #893168;
  color: color-yiq(#893168)
}

.modal-tertiary .modal-content .heading {
  color: color-yiq(#893168)
}

.modal-tertiary .close>span:not(.sr-only) {
  color: #fff
}

.modal-primary-app .modal-title {
  color: color-yiq(#ebf4f6)
}

.modal-primary-app .modal-footer,
.modal-primary-app .modal-header {
  border-color: rgba(235, 244, 246, .075)
}

.modal-primary-app .modal-content {
  background-color: #ebf4f6;
  color: color-yiq(#ebf4f6)
}

.modal-primary-app .modal-content .heading {
  color: color-yiq(#ebf4f6)
}

.modal-primary-app .close>span:not(.sr-only) {
  color: #fff
}

.modal-secondary-app .modal-title {
  color: color-yiq(#424aa0)
}

.modal-secondary-app .modal-footer,
.modal-secondary-app .modal-header {
  border-color: rgba(66, 74, 160, .075)
}

.modal-secondary-app .modal-content {
  background-color: #424aa0;
  color: color-yiq(#424aa0)
}

.modal-secondary-app .modal-content .heading {
  color: color-yiq(#424aa0)
}

.modal-secondary-app .close>span:not(.sr-only) {
  color: #fff
}

.modal-light .modal-title {
  color: color-yiq(#dce6f3)
}

.modal-light .modal-footer,
.modal-light .modal-header {
  border-color: rgba(220, 230, 243, .075)
}

.modal-light .modal-content {
  background-color: #dce6f3;
  color: color-yiq(#dce6f3)
}

.modal-light .modal-content .heading {
  color: color-yiq(#dce6f3)
}

.modal-light .close>span:not(.sr-only) {
  color: #fff
}

.modal-lighten .modal-title {
  color: color-yiq(#f9fafe)
}

.modal-lighten .modal-footer,
.modal-lighten .modal-header {
  border-color: rgba(249, 250, 254, .075)
}

.modal-lighten .modal-content {
  background-color: #f9fafe;
  color: color-yiq(#f9fafe)
}

.modal-lighten .modal-content .heading {
  color: color-yiq(#f9fafe)
}

.modal-lighten .close>span:not(.sr-only) {
  color: #fff
}

.modal-success .modal-title {
  color: color-yiq(#080)
}

.modal-success .modal-footer,
.modal-success .modal-header {
  border-color: rgba(0, 136, 0, .075)
}

.modal-success .modal-content {
  background-color: #080;
  color: color-yiq(#080)
}

.modal-success .modal-content .heading {
  color: color-yiq(#080)
}

.modal-success .close>span:not(.sr-only) {
  color: #fff
}

.modal-info .modal-title {
  color: color-yiq(#0d6efd)
}

.modal-info .modal-footer,
.modal-info .modal-header {
  border-color: rgba(13, 110, 253, .075)
}

.modal-info .modal-content {
  background-color: #0d6efd;
  color: color-yiq(#0d6efd)
}

.modal-info .modal-content .heading {
  color: color-yiq(#0d6efd)
}

.modal-info .close>span:not(.sr-only) {
  color: #fff
}

.modal-warning .modal-title {
  color: color-yiq(#ffc107)
}

.modal-warning .modal-footer,
.modal-warning .modal-header {
  border-color: rgba(255, 193, 7, .075)
}

.modal-warning .modal-content {
  background-color: #ffc107;
  color: color-yiq(#ffc107)
}

.modal-warning .modal-content .heading {
  color: color-yiq(#ffc107)
}

.modal-warning .close>span:not(.sr-only) {
  color: #fff
}

.modal-danger .modal-title {
  color: color-yiq(#dc3545)
}

.modal-danger .modal-footer,
.modal-danger .modal-header {
  border-color: rgba(220, 53, 69, .075)
}

.modal-danger .modal-content {
  background-color: #dc3545;
  color: color-yiq(#dc3545)
}

.modal-danger .modal-content .heading {
  color: color-yiq(#dc3545)
}

.modal-danger .close>span:not(.sr-only) {
  color: #fff
}

.modal-white .modal-title {
  color: color-yiq(#fff)
}

.modal-white .modal-footer,
.modal-white .modal-header {
  border-color: rgba(255, 255, 255, .075)
}

.modal-white .modal-content {
  background-color: #fff;
  color: color-yiq(#fff)
}

.modal-white .modal-content .heading {
  color: color-yiq(#fff)
}

.modal-white .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray .modal-title {
  color: color-yiq(#424767)
}

.modal-gray .modal-footer,
.modal-gray .modal-header {
  border-color: rgba(66, 71, 103, .075)
}

.modal-gray .modal-content {
  background-color: #424767;
  color: color-yiq(#424767)
}

.modal-gray .modal-content .heading {
  color: color-yiq(#424767)
}

.modal-gray .close>span:not(.sr-only) {
  color: #fff
}

.modal-neutral .modal-title {
  color: color-yiq(#fff)
}

.modal-neutral .modal-footer,
.modal-neutral .modal-header {
  border-color: rgba(255, 255, 255, .075)
}

.modal-neutral .modal-content {
  background-color: #fff;
  color: color-yiq(#fff)
}

.modal-neutral .modal-content .heading {
  color: color-yiq(#fff)
}

.modal-neutral .close>span:not(.sr-only) {
  color: #fff
}

.modal-dark .modal-title {
  color: color-yiq(#1c2540)
}

.modal-dark .modal-footer,
.modal-dark .modal-header {
  border-color: rgba(28, 37, 64, .075)
}

.modal-dark .modal-content {
  background-color: #1c2540;
  color: color-yiq(#1c2540)
}

.modal-dark .modal-content .heading {
  color: color-yiq(#1c2540)
}

.modal-dark .close>span:not(.sr-only) {
  color: #fff
}

.modal-soft .modal-title {
  color: color-yiq(#eff1f5)
}

.modal-soft .modal-footer,
.modal-soft .modal-header {
  border-color: rgba(239, 241, 245, .075)
}

.modal-soft .modal-content {
  background-color: #eff1f5;
  color: color-yiq(#eff1f5)
}

.modal-soft .modal-content .heading {
  color: color-yiq(#eff1f5)
}

.modal-soft .close>span:not(.sr-only) {
  color: #fff
}

.modal-black .modal-title {
  color: color-yiq(#171f38)
}

.modal-black .modal-footer,
.modal-black .modal-header {
  border-color: rgba(23, 31, 56, .075)
}

.modal-black .modal-content {
  background-color: #171f38;
  color: color-yiq(#171f38)
}

.modal-black .modal-content .heading {
  color: color-yiq(#171f38)
}

.modal-black .close>span:not(.sr-only) {
  color: #fff
}

.modal-blue .modal-title {
  color: color-yiq(#0d6efd)
}

.modal-blue .modal-footer,
.modal-blue .modal-header {
  border-color: rgba(13, 110, 253, .075)
}

.modal-blue .modal-content {
  background-color: #0d6efd;
  color: color-yiq(#0d6efd)
}

.modal-blue .modal-content .heading {
  color: color-yiq(#0d6efd)
}

.modal-blue .close>span:not(.sr-only) {
  color: #fff
}

.modal-purple .modal-title {
  color: color-yiq(#6f42c1)
}

.modal-purple .modal-footer,
.modal-purple .modal-header {
  border-color: rgba(111, 66, 193, .075)
}

.modal-purple .modal-content {
  background-color: #6f42c1;
  color: color-yiq(#6f42c1)
}

.modal-purple .modal-content .heading {
  color: color-yiq(#6f42c1)
}

.modal-purple .close>span:not(.sr-only) {
  color: #fff
}

.modal-soft-indigo .modal-title {
  color: color-yiq(#f5e8ff)
}

.modal-soft-indigo .modal-footer,
.modal-soft-indigo .modal-header {
  border-color: rgba(245, 232, 255, .075)
}

.modal-soft-indigo .modal-content {
  background-color: #f5e8ff;
  color: color-yiq(#f5e8ff)
}

.modal-soft-indigo .modal-content .heading {
  color: color-yiq(#f5e8ff)
}

.modal-soft-indigo .close>span:not(.sr-only) {
  color: #fff
}

.modal-soft-green .modal-title {
  color: color-yiq(#2ca58d)
}

.modal-soft-green .modal-footer,
.modal-soft-green .modal-header {
  border-color: rgba(44, 165, 141, .075)
}

.modal-soft-green .modal-content {
  background-color: #2ca58d;
  color: color-yiq(#2ca58d)
}

.modal-soft-green .modal-content .heading {
  color: color-yiq(#2ca58d)
}

.modal-soft-green .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-100 .modal-title {
  color: color-yiq(#fbfbfd)
}

.modal-gray-100 .modal-footer,
.modal-gray-100 .modal-header {
  border-color: rgba(251, 251, 253, .075)
}

.modal-gray-100 .modal-content {
  background-color: #fbfbfd;
  color: color-yiq(#fbfbfd)
}

.modal-gray-100 .modal-content .heading {
  color: color-yiq(#fbfbfd)
}

.modal-gray-100 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-200 .modal-title {
  color: color-yiq(#eff1f5)
}

.modal-gray-200 .modal-footer,
.modal-gray-200 .modal-header {
  border-color: rgba(239, 241, 245, .075)
}

.modal-gray-200 .modal-content {
  background-color: #eff1f5;
  color: color-yiq(#eff1f5)
}

.modal-gray-200 .modal-content .heading {
  color: color-yiq(#eff1f5)
}

.modal-gray-200 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-300 .modal-title {
  color: color-yiq(#f9fafe)
}

.modal-gray-300 .modal-footer,
.modal-gray-300 .modal-header {
  border-color: rgba(249, 250, 254, .075)
}

.modal-gray-300 .modal-content {
  background-color: #f9fafe;
  color: color-yiq(#f9fafe)
}

.modal-gray-300 .modal-content .heading {
  color: color-yiq(#f9fafe)
}

.modal-gray-300 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-400 .modal-title {
  color: color-yiq(#dce6f3)
}

.modal-gray-400 .modal-footer,
.modal-gray-400 .modal-header {
  border-color: rgba(220, 230, 243, .075)
}

.modal-gray-400 .modal-content {
  background-color: #dce6f3;
  color: color-yiq(#dce6f3)
}

.modal-gray-400 .modal-content .heading {
  color: color-yiq(#dce6f3)
}

.modal-gray-400 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-500 .modal-title {
  color: color-yiq(#b7c3d2)
}

.modal-gray-500 .modal-footer,
.modal-gray-500 .modal-header {
  border-color: rgba(183, 195, 210, .075)
}

.modal-gray-500 .modal-content {
  background-color: #b7c3d2;
  color: color-yiq(#b7c3d2)
}

.modal-gray-500 .modal-content .heading {
  color: color-yiq(#b7c3d2)
}

.modal-gray-500 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-600 .modal-title {
  color: color-yiq(#93a5be)
}

.modal-gray-600 .modal-footer,
.modal-gray-600 .modal-header {
  border-color: rgba(147, 165, 190, .075)
}

.modal-gray-600 .modal-content {
  background-color: #93a5be;
  color: color-yiq(#93a5be)
}

.modal-gray-600 .modal-content .heading {
  color: color-yiq(#93a5be)
}

.modal-gray-600 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-700 .modal-title {
  color: color-yiq(#52547a)
}

.modal-gray-700 .modal-footer,
.modal-gray-700 .modal-header {
  border-color: rgba(82, 84, 122, .075)
}

.modal-gray-700 .modal-content {
  background-color: #52547a;
  color: color-yiq(#52547a)
}

.modal-gray-700 .modal-content .heading {
  color: color-yiq(#52547a)
}

.modal-gray-700 .close>span:not(.sr-only) {
  color: #fff
}

.modal-gray-800 .modal-title {
  color: color-yiq(#4e5079)
}

.modal-gray-800 .modal-footer,
.modal-gray-800 .modal-header {
  border-color: rgba(78, 80, 121, .075)
}

.modal-gray-800 .modal-content {
  background-color: #4e5079;
  color: color-yiq(#4e5079)
}

.modal-gray-800 .modal-content .heading {
  color: color-yiq(#4e5079)
}

.modal-gray-800 .close>span:not(.sr-only) {
  color: #fff
}

.modal-facebook .modal-title {
  color: color-yiq(#3b5999)
}

.modal-facebook .modal-footer,
.modal-facebook .modal-header {
  border-color: rgba(59, 89, 153, .075)
}

.modal-facebook .modal-content {
  background-color: #3b5999;
  color: color-yiq(#3b5999)
}

.modal-facebook .modal-content .heading {
  color: color-yiq(#3b5999)
}

.modal-facebook .close>span:not(.sr-only) {
  color: #fff
}

.modal-twitter .modal-title {
  color: color-yiq(#1da1f2)
}

.modal-twitter .modal-footer,
.modal-twitter .modal-header {
  border-color: rgba(29, 161, 242, .075)
}

.modal-twitter .modal-content {
  background-color: #1da1f2;
  color: color-yiq(#1da1f2)
}

.modal-twitter .modal-content .heading {
  color: color-yiq(#1da1f2)
}

.modal-twitter .close>span:not(.sr-only) {
  color: #fff
}

.modal-google .modal-title {
  color: color-yiq(#db4337)
}

.modal-google .modal-footer,
.modal-google .modal-header {
  border-color: rgba(219, 67, 55, .075)
}

.modal-google .modal-content {
  background-color: #db4337;
  color: color-yiq(#db4337)
}

.modal-google .modal-content .heading {
  color: color-yiq(#db4337)
}

.modal-google .close>span:not(.sr-only) {
  color: #fff
}

.modal-instagram .modal-title {
  color: color-yiq(#e4405f)
}

.modal-instagram .modal-footer,
.modal-instagram .modal-header {
  border-color: rgba(228, 64, 95, .075)
}

.modal-instagram .modal-content {
  background-color: #e4405f;
  color: color-yiq(#e4405f)
}

.modal-instagram .modal-content .heading {
  color: color-yiq(#e4405f)
}

.modal-instagram .close>span:not(.sr-only) {
  color: #fff
}

.modal-pinterest .modal-title {
  color: color-yiq(#bd081c)
}

.modal-pinterest .modal-footer,
.modal-pinterest .modal-header {
  border-color: rgba(189, 8, 28, .075)
}

.modal-pinterest .modal-content {
  background-color: #bd081c;
  color: color-yiq(#bd081c)
}

.modal-pinterest .modal-content .heading {
  color: color-yiq(#bd081c)
}

.modal-pinterest .close>span:not(.sr-only) {
  color: #fff
}

.modal-youtube .modal-title {
  color: color-yiq(#cd201f)
}

.modal-youtube .modal-footer,
.modal-youtube .modal-header {
  border-color: rgba(205, 32, 31, .075)
}

.modal-youtube .modal-content {
  background-color: #cd201f;
  color: color-yiq(#cd201f)
}

.modal-youtube .modal-content .heading {
  color: color-yiq(#cd201f)
}

.modal-youtube .close>span:not(.sr-only) {
  color: #fff
}

.modal-slack .modal-title {
  color: color-yiq(#3aaf85)
}

.modal-slack .modal-footer,
.modal-slack .modal-header {
  border-color: rgba(58, 175, 133, .075)
}

.modal-slack .modal-content {
  background-color: #3aaf85;
  color: color-yiq(#3aaf85)
}

.modal-slack .modal-content .heading {
  color: color-yiq(#3aaf85)
}

.modal-slack .close>span:not(.sr-only) {
  color: #fff
}

.modal-dribbble .modal-title {
  color: color-yiq(#ea4c89)
}

.modal-dribbble .modal-footer,
.modal-dribbble .modal-header {
  border-color: rgba(234, 76, 137, .075)
}

.modal-dribbble .modal-content {
  background-color: #ea4c89;
  color: color-yiq(#ea4c89)
}

.modal-dribbble .modal-content .heading {
  color: color-yiq(#ea4c89)
}

.modal-dribbble .close>span:not(.sr-only) {
  color: #fff
}

.modal-dropbox .modal-title {
  color: color-yiq(#1e90ff)
}

.modal-dropbox .modal-footer,
.modal-dropbox .modal-header {
  border-color: rgba(30, 144, 255, .075)
}

.modal-dropbox .modal-content {
  background-color: #1e90ff;
  color: color-yiq(#1e90ff)
}

.modal-dropbox .modal-content .heading {
  color: color-yiq(#1e90ff)
}

.modal-dropbox .close>span:not(.sr-only) {
  color: #fff
}

.modal-twitch .modal-title {
  color: color-yiq(#4b367c)
}

.modal-twitch .modal-footer,
.modal-twitch .modal-header {
  border-color: rgba(75, 54, 124, .075)
}

.modal-twitch .modal-content {
  background-color: #4b367c;
  color: color-yiq(#4b367c)
}

.modal-twitch .modal-content .heading {
  color: color-yiq(#4b367c)
}

.modal-twitch .close>span:not(.sr-only) {
  color: #fff
}

.modal-paypal .modal-title {
  color: color-yiq(#ecb32c)
}

.modal-paypal .modal-footer,
.modal-paypal .modal-header {
  border-color: rgba(236, 179, 44, .075)
}

.modal-paypal .modal-content {
  background-color: #ecb32c;
  color: color-yiq(#ecb32c)
}

.modal-paypal .modal-content .heading {
  color: color-yiq(#ecb32c)
}

.modal-paypal .close>span:not(.sr-only) {
  color: #fff
}

.modal-behance .modal-title {
  color: color-yiq(#0057ff)
}

.modal-behance .modal-footer,
.modal-behance .modal-header {
  border-color: rgba(0, 87, 255, .075)
}

.modal-behance .modal-content {
  background-color: #0057ff;
  color: color-yiq(#0057ff)
}

.modal-behance .modal-content .heading {
  color: color-yiq(#0057ff)
}

.modal-behance .close>span:not(.sr-only) {
  color: #fff
}

.modal-reddit .modal-title {
  color: color-yiq(#e84422)
}

.modal-reddit .modal-footer,
.modal-reddit .modal-header {
  border-color: rgba(232, 68, 34, .075)
}

.modal-reddit .modal-content {
  background-color: #e84422;
  color: color-yiq(#e84422)
}

.modal-reddit .modal-content .heading {
  color: color-yiq(#e84422)
}

.modal-reddit .close>span:not(.sr-only) {
  color: #fff
}

.modal-github .modal-title {
  color: color-yiq(#222)
}

.modal-github .modal-footer,
.modal-github .modal-header {
  border-color: rgba(34, 34, 34, .075)
}

.modal-github .modal-content {
  background-color: #222;
  color: color-yiq(#222)
}

.modal-github .modal-content .heading {
  color: color-yiq(#222)
}

.modal-github .close>span:not(.sr-only) {
  color: #fff
}

.nav-link {
  color: #4e5079
}

.nav-link.active,
.nav-link:hover {
  color: #1c2540
}

.nav-link.active img,
.nav-link:hover img {
  opacity: inherit;
  transition: all .2s ease
}

.nav-link span {
  position: relative
}

.nav-link span:hover {
  color: #1c2540
}

.nav-link img {
  opacity: .5
}

.nav-tabs .nav-item {
  margin-bottom: 0
}

.nav-tabs .nav-link {
  border: 0;
  padding: 1rem 1rem
}

.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem
}

.nav-pills .nav-link {
  padding: .75rem .85rem;
  transition: all .2s ease;
  box-shadow: none;
  border: 1px solid #dce6f3
}

.nav-pills .nav-link.avatar-link {
  border: 0
}

.nav-pills .nav-link:hover {
  background-color: #f8f8f8
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #242e4c;
  background-color: #f8f8f8;
  border-color: #242e4c
}

.nav-pills.rounded .nav-link {
  border-radius: 30px
}

.nav-pills.rounded.vertical-tab .nav-link {
  margin-bottom: .625rem;
  min-width: 100px
}

.nav-pills.rounded.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0
}

.nav-pills.bordered-pill-md .nav-link {
  border: .125rem solid #eff1f5;
  font-weight: 600
}

.nav-pills.vertical-tab .nav-link {
  margin-bottom: .625rem
}

.nav-pills.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0
}

.nav-pills .nav-item {
  margin-bottom: 1rem
}

@media (max-width:575.98px) {
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0
  }
}

.nav-pill-circle .nav-link {
  display: flex;
  text-align: center;
  height: 20px;
  width: 20px;
  padding: 0;
  box-shadow: none;
  border-radius: 10%;
  align-items: center;
  justify-content: center
}

.nav-pill-circle .nav-link.avatar-link {
  box-shadow: none
}

.nav-pill-circle.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0
}

.nav-pill-circle .nav-link-icon span,
.nav-pill-circle .nav-link-icon svg {
  font-size: 1.25rem;
  margin: 0;
  display: block
}

.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: .45rem;
  border-top-right-radius: .45rem
}

.nav-wrapper+.card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: .45rem;
  border-bottom-left-radius: .45rem
}

.tab-content>.tab-pane pre {
  padding: 0;
  margin: 0
}

.circle-pagination .page-link,
.circle-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%
}

.popover-header {
  font-weight: 600
}

.progress-wrapper {
  position: relative
}

.progress-bar {
  box-shadow: none;
  border-radius: 0;
  height: auto
}

.progress {
  height: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: .1rem;
  background-color: #eff1f5;
  font-size: .75rem;
  font-weight: 600;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}

.progress-xl {
  height: .8rem
}

.progress-lg {
  height: .6rem
}

.progress-sm {
  height: .2rem
}

.progress-info {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: .5rem
}

.progress-info .progress-label span {
  display: inline-block;
  color: #242e4c;
  font-size: .875rem;
  font-weight: 600
}

.progress-info .progress-percentage {
  text-align: right
}

.progress-info .progress-percentage span {
  display: inline-block;
  color: #424767;
  font-size: .75rem;
  font-weight: 600
}

.info-xl .progress-label span,
.info-xl .progress-percentage span {
  font-size: .875rem
}

.info-xl .progress-percentage {
  text-align: right
}

.progress-tooltip {
  background: #242e4c;
  color: #fff;
  font-weight: 600;
  padding: .25rem .375rem;
  line-height: 1;
  font-size: .75rem;
  position: relative;
  border-radius: .1rem
}

.progress-tooltip:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 10px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-top-color: #424767;
  border-width: 6px
}

@keyframes animate-positive {
  0% {
    width: 0%
  }
}

.progress-info .bg-primary::after {
  border-top-color: #242e4c
}

.progress-info .bg-secondary::after {
  border-top-color: #1c2540
}

.progress-info .bg-tertiary::after {
  border-top-color: #893168
}

.progress-info .bg-primary-app::after {
  border-top-color: #ebf4f6
}

.progress-info .bg-secondary-app::after {
  border-top-color: #424aa0
}

.progress-info .bg-light::after {
  border-top-color: #dce6f3
}

.progress-info .bg-lighten::after {
  border-top-color: #f9fafe
}

.progress-info .bg-success::after {
  border-top-color: #080
}

.progress-info .bg-info::after {
  border-top-color: #0d6efd
}

.progress-info .bg-warning::after {
  border-top-color: #ffc107
}

.progress-info .bg-danger::after {
  border-top-color: #dc3545
}

.progress-info .bg-white::after {
  border-top-color: #fff
}

.progress-info .bg-gray::after {
  border-top-color: #424767
}

.progress-info .bg-neutral::after {
  border-top-color: #fff
}

.progress-info .bg-dark::after {
  border-top-color: #1c2540
}

.progress-info .bg-soft::after {
  border-top-color: #eff1f5
}

.progress-info .bg-black::after {
  border-top-color: #171f38
}

.progress-info .bg-blue::after {
  border-top-color: #0d6efd
}

.progress-info .bg-purple::after {
  border-top-color: #6f42c1
}

.progress-info .bg-soft-indigo::after {
  border-top-color: #f5e8ff
}

.progress-info .bg-soft-green::after {
  border-top-color: #2ca58d
}

.progress-info .bg-gray-100::after {
  border-top-color: #fbfbfd
}

.progress-info .bg-gray-200::after {
  border-top-color: #eff1f5
}

.progress-info .bg-gray-300::after {
  border-top-color: #f9fafe
}

.progress-info .bg-gray-400::after {
  border-top-color: #dce6f3
}

.progress-info .bg-gray-500::after {
  border-top-color: #b7c3d2
}

.progress-info .bg-gray-600::after {
  border-top-color: #93a5be
}

.progress-info .bg-gray-700::after {
  border-top-color: #52547a
}

.progress-info .bg-gray-800::after {
  border-top-color: #4e5079
}

.progress-info .bg-facebook::after {
  border-top-color: #3b5999
}

.progress-info .bg-twitter::after {
  border-top-color: #1da1f2
}

.progress-info .bg-google::after {
  border-top-color: #db4337
}

.progress-info .bg-instagram::after {
  border-top-color: #e4405f
}

.progress-info .bg-pinterest::after {
  border-top-color: #bd081c
}

.progress-info .bg-youtube::after {
  border-top-color: #cd201f
}

.progress-info .bg-slack::after {
  border-top-color: #3aaf85
}

.progress-info .bg-dribbble::after {
  border-top-color: #ea4c89
}

.progress-info .bg-dropbox::after {
  border-top-color: #1e90ff
}

.progress-info .bg-twitch::after {
  border-top-color: #4b367c
}

.progress-info .bg-paypal::after {
  border-top-color: #ecb32c
}

.progress-info .bg-behance::after {
  border-top-color: #0057ff
}

.progress-info .bg-reddit::after {
  border-top-color: #e84422
}

.progress-info .bg-github::after {
  border-top-color: #222
}

.preloader {
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: height .4s linear;
  width: 100%;
  z-index: 9999
}

.preloader img {
  width: 30px;
  height: 30px
}

.preloader.show {
  height: 0
}

.shape-primary {
  background-color: #242e4c
}

.shape-primary .step-number {
  background-color: #242e4c
}

.shape-secondary {
  background-color: #1c2540
}

.shape-secondary .step-number {
  background-color: #1c2540
}

.shape-tertiary {
  background-color: #893168
}

.shape-tertiary .step-number {
  background-color: #893168
}

.shape-primary-app {
  background-color: #ebf4f6
}

.shape-primary-app .step-number {
  background-color: #ebf4f6
}

.shape-secondary-app {
  background-color: #424aa0
}

.shape-secondary-app .step-number {
  background-color: #424aa0
}

.shape-light {
  background-color: #dce6f3
}

.shape-light .step-number {
  background-color: #dce6f3
}

.shape-lighten {
  background-color: #f9fafe
}

.shape-lighten .step-number {
  background-color: #f9fafe
}

.shape-success {
  background-color: #080
}

.shape-success .step-number {
  background-color: #080
}

.shape-info {
  background-color: #0d6efd
}

.shape-info .step-number {
  background-color: #0d6efd
}

.shape-warning {
  background-color: #ffc107
}

.shape-warning .step-number {
  background-color: #ffc107
}

.shape-danger {
  background-color: #dc3545
}

.shape-danger .step-number {
  background-color: #dc3545
}

.shape-white {
  background-color: #fff
}

.shape-white .step-number {
  background-color: #fff
}

.shape-gray {
  background-color: #424767
}

.shape-gray .step-number {
  background-color: #424767
}

.shape-neutral {
  background-color: #fff
}

.shape-neutral .step-number {
  background-color: #fff
}

.shape-dark {
  background-color: #1c2540
}

.shape-dark .step-number {
  background-color: #1c2540
}

.shape-soft {
  background-color: #eff1f5
}

.shape-soft .step-number {
  background-color: #eff1f5
}

.shape-black {
  background-color: #171f38
}

.shape-black .step-number {
  background-color: #171f38
}

.shape-blue {
  background-color: #0d6efd
}

.shape-blue .step-number {
  background-color: #0d6efd
}

.shape-purple {
  background-color: #6f42c1
}

.shape-purple .step-number {
  background-color: #6f42c1
}

.shape-soft-indigo {
  background-color: #f5e8ff
}

.shape-soft-indigo .step-number {
  background-color: #f5e8ff
}

.shape-soft-green {
  background-color: #2ca58d
}

.shape-soft-green .step-number {
  background-color: #2ca58d
}

.shape-gray-100 {
  background-color: #fbfbfd
}

.shape-gray-100 .step-number {
  background-color: #fbfbfd
}

.shape-gray-200 {
  background-color: #eff1f5
}

.shape-gray-200 .step-number {
  background-color: #eff1f5
}

.shape-gray-300 {
  background-color: #f9fafe
}

.shape-gray-300 .step-number {
  background-color: #f9fafe
}

.shape-gray-400 {
  background-color: #dce6f3
}

.shape-gray-400 .step-number {
  background-color: #dce6f3
}

.shape-gray-500 {
  background-color: #b7c3d2
}

.shape-gray-500 .step-number {
  background-color: #b7c3d2
}

.shape-gray-600 {
  background-color: #93a5be
}

.shape-gray-600 .step-number {
  background-color: #93a5be
}

.shape-gray-700 {
  background-color: #52547a
}

.shape-gray-700 .step-number {
  background-color: #52547a
}

.shape-gray-800 {
  background-color: #4e5079
}

.shape-gray-800 .step-number {
  background-color: #4e5079
}

.shape-facebook {
  background-color: #3b5999
}

.shape-facebook .step-number {
  background-color: #3b5999
}

.shape-twitter {
  background-color: #1da1f2
}

.shape-twitter .step-number {
  background-color: #1da1f2
}

.shape-google {
  background-color: #db4337
}

.shape-google .step-number {
  background-color: #db4337
}

.shape-instagram {
  background-color: #e4405f
}

.shape-instagram .step-number {
  background-color: #e4405f
}

.shape-pinterest {
  background-color: #bd081c
}

.shape-pinterest .step-number {
  background-color: #bd081c
}

.shape-youtube {
  background-color: #cd201f
}

.shape-youtube .step-number {
  background-color: #cd201f
}

.shape-slack {
  background-color: #3aaf85
}

.shape-slack .step-number {
  background-color: #3aaf85
}

.shape-dribbble {
  background-color: #ea4c89
}

.shape-dribbble .step-number {
  background-color: #ea4c89
}

.shape-dropbox {
  background-color: #1e90ff
}

.shape-dropbox .step-number {
  background-color: #1e90ff
}

.shape-twitch {
  background-color: #4b367c
}

.shape-twitch .step-number {
  background-color: #4b367c
}

.shape-paypal {
  background-color: #ecb32c
}

.shape-paypal .step-number {
  background-color: #ecb32c
}

.shape-behance {
  background-color: #0057ff
}

.shape-behance .step-number {
  background-color: #0057ff
}

.shape-reddit {
  background-color: #e84422
}

.shape-reddit .step-number {
  background-color: #e84422
}

.shape-github {
  background-color: #222
}

.shape-github .step-number {
  background-color: #222
}

.organic-radius {
  border-radius: 63% 37% 30% 70%/50% 45% 55% 50%
}

.color-shape {
  width: 7rem;
  height: 7rem
}

.step {
  position: relative;
  margin-bottom: 4rem
}

.step .step-shape {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  text-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

.step .step-shape .step-icon span,
.step .step-shape .step-icon svg {
  font-size: 2.25rem
}

.step .step-shape .step-number {
  position: absolute;
  font-weight: 600;
  top: -1px;
  width: 25px;
  height: 25px;
  border-width: .125rem;
  border-style: solid;
  line-height: 1.7
}

.step .step-shape.bordered {
  border-width: .125rem;
  border-style: solid
}

.step .step-shape.bordered .step-number {
  background-color: #fff;
  top: -12px
}

.step .step-shape.rounded-circle .step-number {
  margin-right: 1.275rem
}

.step .step-shape.rounded .step-number {
  border-radius: .45rem
}

.step .step-shape.organic-radius .step-number {
  margin-right: 1.25rem;
  border-radius: 63% 37% 30% 1.4 45% 55% 50%
}

.step .icon-lg {
  font-size: 3rem
}

.layer-primary {
  color: rgba(36, 46, 76, .15)
}

.layer-secondary {
  color: rgba(28, 37, 64, .15)
}

.layer-tertiary {
  color: rgba(137, 49, 104, .15)
}

.layer-primary-app {
  color: rgba(235, 244, 246, .15)
}

.layer-secondary-app {
  color: rgba(66, 74, 160, .15)
}

.layer-light {
  color: rgba(220, 230, 243, .15)
}

.layer-lighten {
  color: rgba(249, 250, 254, .15)
}

.layer-success {
  color: rgba(0, 136, 0, .15)
}

.layer-info {
  color: rgba(13, 110, 253, .15)
}

.layer-warning {
  color: rgba(255, 193, 7, .15)
}

.layer-danger {
  color: rgba(220, 53, 69, .15)
}

.layer-white {
  color: rgba(255, 255, 255, .15)
}

.layer-gray {
  color: rgba(66, 71, 103, .15)
}

.layer-neutral {
  color: rgba(255, 255, 255, .15)
}

.layer-dark {
  color: rgba(28, 37, 64, .15)
}

.layer-soft {
  color: rgba(239, 241, 245, .15)
}

.layer-black {
  color: rgba(23, 31, 56, .15)
}

.layer-blue {
  color: rgba(13, 110, 253, .15)
}

.layer-purple {
  color: rgba(111, 66, 193, .15)
}

.layer-soft-indigo {
  color: rgba(245, 232, 255, .15)
}

.layer-soft-green {
  color: rgba(44, 165, 141, .15)
}

.layer-gray-100 {
  color: rgba(251, 251, 253, .15)
}

.layer-gray-200 {
  color: rgba(239, 241, 245, .15)
}

.layer-gray-300 {
  color: rgba(249, 250, 254, .15)
}

.layer-gray-400 {
  color: rgba(220, 230, 243, .15)
}

.layer-gray-500 {
  color: rgba(183, 195, 210, .15)
}

.layer-gray-600 {
  color: rgba(147, 165, 190, .15)
}

.layer-gray-700 {
  color: rgba(82, 84, 122, .15)
}

.layer-gray-800 {
  color: rgba(78, 80, 121, .15)
}

.layer-facebook {
  color: rgba(59, 89, 153, .15)
}

.layer-twitter {
  color: rgba(29, 161, 242, .15)
}

.layer-google {
  color: rgba(219, 67, 55, .15)
}

.layer-instagram {
  color: rgba(228, 64, 95, .15)
}

.layer-pinterest {
  color: rgba(189, 8, 28, .15)
}

.layer-youtube {
  color: rgba(205, 32, 31, .15)
}

.layer-slack {
  color: rgba(58, 175, 133, .15)
}

.layer-dribbble {
  color: rgba(234, 76, 137, .15)
}

.layer-dropbox {
  color: rgba(30, 144, 255, .15)
}

.layer-twitch {
  color: rgba(75, 54, 124, .15)
}

.layer-paypal {
  color: rgba(236, 179, 44, .15)
}

.layer-behance {
  color: rgba(0, 87, 255, .15)
}

.layer-reddit {
  color: rgba(232, 68, 34, .15)
}

.layer-github {
  color: rgba(34, 34, 34, .15)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600
}

ol li,
p,
ul li {
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6
}

.text-action,
a {
  color: #242e4c;
  font-weight: 400;
  transition: all .2s ease
}

.text-action:hover,
a:hover {
  color: #0b0f18;
  cursor: pointer
}

article .h1,
article .h2,
article .h3,
article .h4,
article .h5,
article .h6,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin: 2.5rem 0 2rem 0
}

article blockquote,
article p {
  font-size: 1.27rem;
  margin-bottom: 2rem
}

article ol li,
article ul li {
  font-size: 1.27rem;
  margin-bottom: 1.5rem
}

article ol,
article ul {
  margin-bottom: 2.5rem
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article a {
  color: #893168;
  text-decoration: underline
}

article a:hover {
  color: #893168;
  text-decoration: none
}

blockquote {
  font-size: 1.27rem;
  background: #f5f9fc;
  border-radius: 10px;
  padding: 25px;
  font-style: italic
}

.lead+.btn-wrapper {
  margin-top: 3rem
}

@media (max-width:767.98px) {
  .lead {
    font-size: 1rem
  }
}

.text-italic {
  font-style: italic!important
}

.description {
  font-size: .875rem
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 600;
  color: #1c2540
}

.display-1 span,
.display-2 span,
.display-3 span,
.display-4 span {
  font-weight: 300
}

@media (max-width:767.98px) {
  .display-2 {
    font-size: 1.875rem
  }
}

@media (max-width:991.98px) {
  .display-3 {
    font-size: 1.875rem
  }
}

@media (max-width:575.98px) {
  .display-4 {
    font-size: 1.5rem
  }
}

.blockquote {
  font-family: Sanchez, serif;
  font-style: italic;
  font-weight: 400
}

.blockquote .blockquote-footer {
  font-size: 1.25rem;
  font-weight: 700
}

.font-small {
  font-size: .875rem;
  font-weight: 300
}

.text-small {
  font-size: .875rem;
}

.font-verysmall {
  font-size: .750rem;
  font-weight: 300
}

.font-smallest {
  font-size: .650rem;
  font-weight: 300
}

.font-base {
  font-size: 1rem;
  font-weight: 300
}

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

.text-primary,
.text-primary:hover {
  color: #242e4c!important
}

.text-primary .display-1,
.text-primary .display-2,
.text-primary .display-3,
.text-primary .display-4,
.text-primary .h1,
.text-primary .h2,
.text-primary .h3,
.text-primary .h4,
.text-primary .h5,
.text-primary .h6,
.text-primary a:not(.btn),
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6 {
  color: #242e4c
}

.text-primary .text-muted {
  color: rgba(36, 46, 76, .7)!important
}

.text-secondary,
.text-secondary:hover {
  color: #1c2540!important
}

.text-secondary .display-1,
.text-secondary .display-2,
.text-secondary .display-3,
.text-secondary .display-4,
.text-secondary .h1,
.text-secondary .h2,
.text-secondary .h3,
.text-secondary .h4,
.text-secondary .h5,
.text-secondary .h6,
.text-secondary a:not(.btn),
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
  color: #1c2540
}

.text-secondary .text-muted {
  color: rgba(28, 37, 64, .7)!important
}

.text-tertiary,
.text-tertiary:hover {
  color: #893168!important
}

.text-tertiary .display-1,
.text-tertiary .display-2,
.text-tertiary .display-3,
.text-tertiary .display-4,
.text-tertiary .h1,
.text-tertiary .h2,
.text-tertiary .h3,
.text-tertiary .h4,
.text-tertiary .h5,
.text-tertiary .h6,
.text-tertiary a:not(.btn),
.text-tertiary h1,
.text-tertiary h2,
.text-tertiary h3,
.text-tertiary h4,
.text-tertiary h5,
.text-tertiary h6 {
  color: #893168
}

.text-tertiary .text-muted {
  color: rgba(137, 49, 104, .7)!important
}

.text-primary-app,
.text-primary-app:hover {
  color: #ebf4f6!important
}

.text-primary-app .display-1,
.text-primary-app .display-2,
.text-primary-app .display-3,
.text-primary-app .display-4,
.text-primary-app .h1,
.text-primary-app .h2,
.text-primary-app .h3,
.text-primary-app .h4,
.text-primary-app .h5,
.text-primary-app .h6,
.text-primary-app a:not(.btn),
.text-primary-app h1,
.text-primary-app h2,
.text-primary-app h3,
.text-primary-app h4,
.text-primary-app h5,
.text-primary-app h6 {
  color: #ebf4f6
}

.text-primary-app .text-muted {
  color: rgba(235, 244, 246, .7)!important
}

.text-secondary-app,
.text-secondary-app:hover {
  color: #424aa0!important
}

.text-secondary-app .display-1,
.text-secondary-app .display-2,
.text-secondary-app .display-3,
.text-secondary-app .display-4,
.text-secondary-app .h1,
.text-secondary-app .h2,
.text-secondary-app .h3,
.text-secondary-app .h4,
.text-secondary-app .h5,
.text-secondary-app .h6,
.text-secondary-app a:not(.btn),
.text-secondary-app h1,
.text-secondary-app h2,
.text-secondary-app h3,
.text-secondary-app h4,
.text-secondary-app h5,
.text-secondary-app h6 {
  color: #424aa0
}

.text-secondary-app .text-muted {
  color: rgba(66, 74, 160, .7)!important
}

.text-light,
.text-light:hover {
  color: #dce6f3!important
}

.text-light .display-1,
.text-light .display-2,
.text-light .display-3,
.text-light .display-4,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-light a:not(.btn),
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #dce6f3
}

.text-light .text-muted {
  color: rgba(220, 230, 243, .7)!important
}

.text-lighten,
.text-lighten:hover {
  color: #f9fafe!important
}

.text-lighten .display-1,
.text-lighten .display-2,
.text-lighten .display-3,
.text-lighten .display-4,
.text-lighten .h1,
.text-lighten .h2,
.text-lighten .h3,
.text-lighten .h4,
.text-lighten .h5,
.text-lighten .h6,
.text-lighten a:not(.btn),
.text-lighten h1,
.text-lighten h2,
.text-lighten h3,
.text-lighten h4,
.text-lighten h5,
.text-lighten h6 {
  color: #f9fafe
}

.text-lighten .text-muted {
  color: rgba(249, 250, 254, .7)!important
}

.text-success,
.text-success:hover {
  color: #080!important
}

.text-success .display-1,
.text-success .display-2,
.text-success .display-3,
.text-success .display-4,
.text-success .h1,
.text-success .h2,
.text-success .h3,
.text-success .h4,
.text-success .h5,
.text-success .h6,
.text-success a:not(.btn),
.text-success h1,
.text-success h2,
.text-success h3,
.text-success h4,
.text-success h5,
.text-success h6 {
  color: #080
}

.text-success .text-muted {
  color: rgba(0, 136, 0, .7)!important
}

.text-info,
.text-info:hover {
  color: #0d6efd!important
}

.text-info .display-1,
.text-info .display-2,
.text-info .display-3,
.text-info .display-4,
.text-info .h1,
.text-info .h2,
.text-info .h3,
.text-info .h4,
.text-info .h5,
.text-info .h6,
.text-info a:not(.btn),
.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4,
.text-info h5,
.text-info h6 {
  color: #0d6efd
}

.text-info .text-muted {
  color: rgba(13, 110, 253, .7)!important
}

.text-warning,
.text-warning:hover {
  color: #ffc107!important
}

.text-warning .display-1,
.text-warning .display-2,
.text-warning .display-3,
.text-warning .display-4,
.text-warning .h1,
.text-warning .h2,
.text-warning .h3,
.text-warning .h4,
.text-warning .h5,
.text-warning .h6,
.text-warning a:not(.btn),
.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning h4,
.text-warning h5,
.text-warning h6 {
  color: #ffc107
}

.text-warning .text-muted {
  color: rgba(255, 193, 7, .7)!important
}

.text-danger,
.text-danger:hover {
  color: #dc3545!important
}

.text-danger .display-1,
.text-danger .display-2,
.text-danger .display-3,
.text-danger .display-4,
.text-danger .h1,
.text-danger .h2,
.text-danger .h3,
.text-danger .h4,
.text-danger .h5,
.text-danger .h6,
.text-danger a:not(.btn),
.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger h4,
.text-danger h5,
.text-danger h6 {
  color: #dc3545
}

.text-danger .text-muted {
  color: rgba(220, 53, 69, .7)!important
}

.text-white,
.text-white:hover {
  color: #fff!important
}

.text-white .display-1,
.text-white .display-2,
.text-white .display-3,
.text-white .display-4,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6,
.text-white a:not(.btn),
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff
}

.text-white .text-muted {
  color: rgba(255, 255, 255, .7)!important
}

.text-gray,
.text-gray:hover {
  color: #424767!important
}

.text-gray .display-1,
.text-gray .display-2,
.text-gray .display-3,
.text-gray .display-4,
.text-gray .h1,
.text-gray .h2,
.text-gray .h3,
.text-gray .h4,
.text-gray .h5,
.text-gray .h6,
.text-gray a:not(.btn),
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6 {
  color: #424767
}

.text-gray .text-muted {
  color: rgba(66, 71, 103, .7)!important
}

.text-neutral,
.text-neutral:hover {
  color: #fff!important
}

.text-neutral .display-1,
.text-neutral .display-2,
.text-neutral .display-3,
.text-neutral .display-4,
.text-neutral .h1,
.text-neutral .h2,
.text-neutral .h3,
.text-neutral .h4,
.text-neutral .h5,
.text-neutral .h6,
.text-neutral a:not(.btn),
.text-neutral h1,
.text-neutral h2,
.text-neutral h3,
.text-neutral h4,
.text-neutral h5,
.text-neutral h6 {
  color: #fff
}

.text-neutral .text-muted {
  color: rgba(255, 255, 255, .7)!important
}

.text-dark,
.text-dark:hover {
  color: #1c2540!important
}

.text-dark .display-1,
.text-dark .display-2,
.text-dark .display-3,
.text-dark .display-4,
.text-dark .h1,
.text-dark .h2,
.text-dark .h3,
.text-dark .h4,
.text-dark .h5,
.text-dark .h6,
.text-dark a:not(.btn),
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
  color: #1c2540
}

.text-dark .text-muted {
  color: rgba(28, 37, 64, .7)!important
}

.text-soft,
.text-soft:hover {
  color: #eff1f5!important
}

.text-soft .display-1,
.text-soft .display-2,
.text-soft .display-3,
.text-soft .display-4,
.text-soft .h1,
.text-soft .h2,
.text-soft .h3,
.text-soft .h4,
.text-soft .h5,
.text-soft .h6,
.text-soft a:not(.btn),
.text-soft h1,
.text-soft h2,
.text-soft h3,
.text-soft h4,
.text-soft h5,
.text-soft h6 {
  color: #eff1f5
}

.text-soft .text-muted {
  color: rgba(239, 241, 245, .7)!important
}

.text-black,
.text-black:hover {
  color: #171f38!important
}

.text-black .display-1,
.text-black .display-2,
.text-black .display-3,
.text-black .display-4,
.text-black .h1,
.text-black .h2,
.text-black .h3,
.text-black .h4,
.text-black .h5,
.text-black .h6,
.text-black a:not(.btn),
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
  color: #171f38
}

.text-black .text-muted {
  color: rgba(23, 31, 56, .7)!important
}

.text-blue,
.text-blue:hover {
  color: #0d6efd!important
}

.text-blue .display-1,
.text-blue .display-2,
.text-blue .display-3,
.text-blue .display-4,
.text-blue .h1,
.text-blue .h2,
.text-blue .h3,
.text-blue .h4,
.text-blue .h5,
.text-blue .h6,
.text-blue a:not(.btn),
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6 {
  color: #0d6efd
}

.text-blue .text-muted {
  color: rgba(13, 110, 253, .7)!important
}

.text-purple,
.text-purple:hover {
  color: #6f42c1!important
}

.text-purple .display-1,
.text-purple .display-2,
.text-purple .display-3,
.text-purple .display-4,
.text-purple .h1,
.text-purple .h2,
.text-purple .h3,
.text-purple .h4,
.text-purple .h5,
.text-purple .h6,
.text-purple a:not(.btn),
.text-purple h1,
.text-purple h2,
.text-purple h3,
.text-purple h4,
.text-purple h5,
.text-purple h6 {
  color: #6f42c1
}

.text-purple .text-muted {
  color: rgba(111, 66, 193, .7)!important
}

.text-soft-indigo,
.text-soft-indigo:hover {
  color: #f5e8ff!important
}

.text-soft-indigo .display-1,
.text-soft-indigo .display-2,
.text-soft-indigo .display-3,
.text-soft-indigo .display-4,
.text-soft-indigo .h1,
.text-soft-indigo .h2,
.text-soft-indigo .h3,
.text-soft-indigo .h4,
.text-soft-indigo .h5,
.text-soft-indigo .h6,
.text-soft-indigo a:not(.btn),
.text-soft-indigo h1,
.text-soft-indigo h2,
.text-soft-indigo h3,
.text-soft-indigo h4,
.text-soft-indigo h5,
.text-soft-indigo h6 {
  color: #f5e8ff
}

.text-soft-indigo .text-muted {
  color: rgba(245, 232, 255, .7)!important
}

.text-soft-green,
.text-soft-green:hover {
  color: #2ca58d!important
}

.text-soft-green .display-1,
.text-soft-green .display-2,
.text-soft-green .display-3,
.text-soft-green .display-4,
.text-soft-green .h1,
.text-soft-green .h2,
.text-soft-green .h3,
.text-soft-green .h4,
.text-soft-green .h5,
.text-soft-green .h6,
.text-soft-green a:not(.btn),
.text-soft-green h1,
.text-soft-green h2,
.text-soft-green h3,
.text-soft-green h4,
.text-soft-green h5,
.text-soft-green h6 {
  color: #2ca58d
}

.text-soft-green .text-muted {
  color: rgba(44, 165, 141, .7)!important
}

.text-gray-100,
.text-gray-100:hover {
  color: #fbfbfd!important
}

.text-gray-100 .display-1,
.text-gray-100 .display-2,
.text-gray-100 .display-3,
.text-gray-100 .display-4,
.text-gray-100 .h1,
.text-gray-100 .h2,
.text-gray-100 .h3,
.text-gray-100 .h4,
.text-gray-100 .h5,
.text-gray-100 .h6,
.text-gray-100 a:not(.btn),
.text-gray-100 h1,
.text-gray-100 h2,
.text-gray-100 h3,
.text-gray-100 h4,
.text-gray-100 h5,
.text-gray-100 h6 {
  color: #fbfbfd
}

.text-gray-100 .text-muted {
  color: rgba(251, 251, 253, .7)!important
}

.text-gray-200,
.text-gray-200:hover {
  color: #eff1f5!important
}

.text-gray-200 .display-1,
.text-gray-200 .display-2,
.text-gray-200 .display-3,
.text-gray-200 .display-4,
.text-gray-200 .h1,
.text-gray-200 .h2,
.text-gray-200 .h3,
.text-gray-200 .h4,
.text-gray-200 .h5,
.text-gray-200 .h6,
.text-gray-200 a:not(.btn),
.text-gray-200 h1,
.text-gray-200 h2,
.text-gray-200 h3,
.text-gray-200 h4,
.text-gray-200 h5,
.text-gray-200 h6 {
  color: #eff1f5
}

.text-gray-200 .text-muted {
  color: rgba(239, 241, 245, .7)!important
}

.text-gray-300,
.text-gray-300:hover {
  color: #f9fafe!important
}

.text-gray-300 .display-1,
.text-gray-300 .display-2,
.text-gray-300 .display-3,
.text-gray-300 .display-4,
.text-gray-300 .h1,
.text-gray-300 .h2,
.text-gray-300 .h3,
.text-gray-300 .h4,
.text-gray-300 .h5,
.text-gray-300 .h6,
.text-gray-300 a:not(.btn),
.text-gray-300 h1,
.text-gray-300 h2,
.text-gray-300 h3,
.text-gray-300 h4,
.text-gray-300 h5,
.text-gray-300 h6 {
  color: #f9fafe
}

.text-gray-300 .text-muted {
  color: rgba(249, 250, 254, .7)!important
}

.text-gray-400,
.text-gray-400:hover {
  color: #dce6f3!important
}

.text-gray-400 .display-1,
.text-gray-400 .display-2,
.text-gray-400 .display-3,
.text-gray-400 .display-4,
.text-gray-400 .h1,
.text-gray-400 .h2,
.text-gray-400 .h3,
.text-gray-400 .h4,
.text-gray-400 .h5,
.text-gray-400 .h6,
.text-gray-400 a:not(.btn),
.text-gray-400 h1,
.text-gray-400 h2,
.text-gray-400 h3,
.text-gray-400 h4,
.text-gray-400 h5,
.text-gray-400 h6 {
  color: #dce6f3
}

.text-gray-400 .text-muted {
  color: rgba(220, 230, 243, .7)!important
}

.text-gray-500,
.text-gray-500:hover {
  color: #b7c3d2!important
}

.text-gray-500 .display-1,
.text-gray-500 .display-2,
.text-gray-500 .display-3,
.text-gray-500 .display-4,
.text-gray-500 .h1,
.text-gray-500 .h2,
.text-gray-500 .h3,
.text-gray-500 .h4,
.text-gray-500 .h5,
.text-gray-500 .h6,
.text-gray-500 a:not(.btn),
.text-gray-500 h1,
.text-gray-500 h2,
.text-gray-500 h3,
.text-gray-500 h4,
.text-gray-500 h5,
.text-gray-500 h6 {
  color: #b7c3d2
}

.text-gray-500 .text-muted {
  color: rgba(183, 195, 210, .7)!important
}

.text-gray-600,
.text-gray-600:hover {
  color: #93a5be!important
}

.text-gray-600 .display-1,
.text-gray-600 .display-2,
.text-gray-600 .display-3,
.text-gray-600 .display-4,
.text-gray-600 .h1,
.text-gray-600 .h2,
.text-gray-600 .h3,
.text-gray-600 .h4,
.text-gray-600 .h5,
.text-gray-600 .h6,
.text-gray-600 a:not(.btn),
.text-gray-600 h1,
.text-gray-600 h2,
.text-gray-600 h3,
.text-gray-600 h4,
.text-gray-600 h5,
.text-gray-600 h6 {
  color: #93a5be
}

.text-gray-600 .text-muted {
  color: rgba(147, 165, 190, .7)!important
}

.text-gray-700,
.text-gray-700:hover {
  color: #52547a!important
}

.text-gray-700 .display-1,
.text-gray-700 .display-2,
.text-gray-700 .display-3,
.text-gray-700 .display-4,
.text-gray-700 .h1,
.text-gray-700 .h2,
.text-gray-700 .h3,
.text-gray-700 .h4,
.text-gray-700 .h5,
.text-gray-700 .h6,
.text-gray-700 a:not(.btn),
.text-gray-700 h1,
.text-gray-700 h2,
.text-gray-700 h3,
.text-gray-700 h4,
.text-gray-700 h5,
.text-gray-700 h6 {
  color: #52547a
}

.text-gray-700 .text-muted {
  color: rgba(82, 84, 122, .7)!important
}

.text-gray-800,
.text-gray-800:hover {
  color: #4e5079!important
}

.text-gray-800 .display-1,
.text-gray-800 .display-2,
.text-gray-800 .display-3,
.text-gray-800 .display-4,
.text-gray-800 .h1,
.text-gray-800 .h2,
.text-gray-800 .h3,
.text-gray-800 .h4,
.text-gray-800 .h5,
.text-gray-800 .h6,
.text-gray-800 a:not(.btn),
.text-gray-800 h1,
.text-gray-800 h2,
.text-gray-800 h3,
.text-gray-800 h4,
.text-gray-800 h5,
.text-gray-800 h6 {
  color: #4e5079
}

.text-gray-800 .text-muted {
  color: rgba(78, 80, 121, .7)!important
}

.text-facebook,
.text-facebook:hover {
  color: #3b5999!important
}

.text-facebook .display-1,
.text-facebook .display-2,
.text-facebook .display-3,
.text-facebook .display-4,
.text-facebook .h1,
.text-facebook .h2,
.text-facebook .h3,
.text-facebook .h4,
.text-facebook .h5,
.text-facebook .h6,
.text-facebook a:not(.btn),
.text-facebook h1,
.text-facebook h2,
.text-facebook h3,
.text-facebook h4,
.text-facebook h5,
.text-facebook h6 {
  color: #3b5999
}

.text-facebook .text-muted {
  color: rgba(59, 89, 153, .7)!important
}

.text-twitter,
.text-twitter:hover {
  color: #1da1f2!important
}

.text-twitter .display-1,
.text-twitter .display-2,
.text-twitter .display-3,
.text-twitter .display-4,
.text-twitter .h1,
.text-twitter .h2,
.text-twitter .h3,
.text-twitter .h4,
.text-twitter .h5,
.text-twitter .h6,
.text-twitter a:not(.btn),
.text-twitter h1,
.text-twitter h2,
.text-twitter h3,
.text-twitter h4,
.text-twitter h5,
.text-twitter h6 {
  color: #1da1f2
}

.text-twitter .text-muted {
  color: rgba(29, 161, 242, .7)!important
}

.text-google,
.text-google:hover {
  color: #db4337!important
}

.text-google .display-1,
.text-google .display-2,
.text-google .display-3,
.text-google .display-4,
.text-google .h1,
.text-google .h2,
.text-google .h3,
.text-google .h4,
.text-google .h5,
.text-google .h6,
.text-google a:not(.btn),
.text-google h1,
.text-google h2,
.text-google h3,
.text-google h4,
.text-google h5,
.text-google h6 {
  color: #db4337
}

.text-google .text-muted {
  color: rgba(219, 67, 55, .7)!important
}

.text-instagram,
.text-instagram:hover {
  color: #e4405f!important
}

.text-instagram .display-1,
.text-instagram .display-2,
.text-instagram .display-3,
.text-instagram .display-4,
.text-instagram .h1,
.text-instagram .h2,
.text-instagram .h3,
.text-instagram .h4,
.text-instagram .h5,
.text-instagram .h6,
.text-instagram a:not(.btn),
.text-instagram h1,
.text-instagram h2,
.text-instagram h3,
.text-instagram h4,
.text-instagram h5,
.text-instagram h6 {
  color: #e4405f
}

.text-instagram .text-muted {
  color: rgba(228, 64, 95, .7)!important
}

.text-pinterest,
.text-pinterest:hover {
  color: #bd081c!important
}

.text-pinterest .display-1,
.text-pinterest .display-2,
.text-pinterest .display-3,
.text-pinterest .display-4,
.text-pinterest .h1,
.text-pinterest .h2,
.text-pinterest .h3,
.text-pinterest .h4,
.text-pinterest .h5,
.text-pinterest .h6,
.text-pinterest a:not(.btn),
.text-pinterest h1,
.text-pinterest h2,
.text-pinterest h3,
.text-pinterest h4,
.text-pinterest h5,
.text-pinterest h6 {
  color: #bd081c
}

.text-pinterest .text-muted {
  color: rgba(189, 8, 28, .7)!important
}

.text-youtube,
.text-youtube:hover {
  color: #cd201f!important
}

.text-youtube .display-1,
.text-youtube .display-2,
.text-youtube .display-3,
.text-youtube .display-4,
.text-youtube .h1,
.text-youtube .h2,
.text-youtube .h3,
.text-youtube .h4,
.text-youtube .h5,
.text-youtube .h6,
.text-youtube a:not(.btn),
.text-youtube h1,
.text-youtube h2,
.text-youtube h3,
.text-youtube h4,
.text-youtube h5,
.text-youtube h6 {
  color: #cd201f
}

.text-youtube .text-muted {
  color: rgba(205, 32, 31, .7)!important
}

.text-slack,
.text-slack:hover {
  color: #3aaf85!important
}

.text-slack .display-1,
.text-slack .display-2,
.text-slack .display-3,
.text-slack .display-4,
.text-slack .h1,
.text-slack .h2,
.text-slack .h3,
.text-slack .h4,
.text-slack .h5,
.text-slack .h6,
.text-slack a:not(.btn),
.text-slack h1,
.text-slack h2,
.text-slack h3,
.text-slack h4,
.text-slack h5,
.text-slack h6 {
  color: #3aaf85
}

.text-slack .text-muted {
  color: rgba(58, 175, 133, .7)!important
}

.text-dribbble,
.text-dribbble:hover {
  color: #ea4c89!important
}

.text-dribbble .display-1,
.text-dribbble .display-2,
.text-dribbble .display-3,
.text-dribbble .display-4,
.text-dribbble .h1,
.text-dribbble .h2,
.text-dribbble .h3,
.text-dribbble .h4,
.text-dribbble .h5,
.text-dribbble .h6,
.text-dribbble a:not(.btn),
.text-dribbble h1,
.text-dribbble h2,
.text-dribbble h3,
.text-dribbble h4,
.text-dribbble h5,
.text-dribbble h6 {
  color: #ea4c89
}

.text-dribbble .text-muted {
  color: rgba(234, 76, 137, .7)!important
}

.text-dropbox,
.text-dropbox:hover {
  color: #1e90ff!important
}

.text-dropbox .display-1,
.text-dropbox .display-2,
.text-dropbox .display-3,
.text-dropbox .display-4,
.text-dropbox .h1,
.text-dropbox .h2,
.text-dropbox .h3,
.text-dropbox .h4,
.text-dropbox .h5,
.text-dropbox .h6,
.text-dropbox a:not(.btn),
.text-dropbox h1,
.text-dropbox h2,
.text-dropbox h3,
.text-dropbox h4,
.text-dropbox h5,
.text-dropbox h6 {
  color: #1e90ff
}

.text-dropbox .text-muted {
  color: rgba(30, 144, 255, .7)!important
}

.text-twitch,
.text-twitch:hover {
  color: #4b367c!important
}

.text-twitch .display-1,
.text-twitch .display-2,
.text-twitch .display-3,
.text-twitch .display-4,
.text-twitch .h1,
.text-twitch .h2,
.text-twitch .h3,
.text-twitch .h4,
.text-twitch .h5,
.text-twitch .h6,
.text-twitch a:not(.btn),
.text-twitch h1,
.text-twitch h2,
.text-twitch h3,
.text-twitch h4,
.text-twitch h5,
.text-twitch h6 {
  color: #4b367c
}

.text-twitch .text-muted {
  color: rgba(75, 54, 124, .7)!important
}

.text-paypal,
.text-paypal:hover {
  color: #ecb32c!important
}

.text-paypal .display-1,
.text-paypal .display-2,
.text-paypal .display-3,
.text-paypal .display-4,
.text-paypal .h1,
.text-paypal .h2,
.text-paypal .h3,
.text-paypal .h4,
.text-paypal .h5,
.text-paypal .h6,
.text-paypal a:not(.btn),
.text-paypal h1,
.text-paypal h2,
.text-paypal h3,
.text-paypal h4,
.text-paypal h5,
.text-paypal h6 {
  color: #ecb32c
}

.text-paypal .text-muted {
  color: rgba(236, 179, 44, .7)!important
}

.text-behance,
.text-behance:hover {
  color: #0057ff!important
}

.text-behance .display-1,
.text-behance .display-2,
.text-behance .display-3,
.text-behance .display-4,
.text-behance .h1,
.text-behance .h2,
.text-behance .h3,
.text-behance .h4,
.text-behance .h5,
.text-behance .h6,
.text-behance a:not(.btn),
.text-behance h1,
.text-behance h2,
.text-behance h3,
.text-behance h4,
.text-behance h5,
.text-behance h6 {
  color: #0057ff
}

.text-behance .text-muted {
  color: rgba(0, 87, 255, .7)!important
}

.text-reddit,
.text-reddit:hover {
  color: #e84422!important
}

.text-reddit .display-1,
.text-reddit .display-2,
.text-reddit .display-3,
.text-reddit .display-4,
.text-reddit .h1,
.text-reddit .h2,
.text-reddit .h3,
.text-reddit .h4,
.text-reddit .h5,
.text-reddit .h6,
.text-reddit a:not(.btn),
.text-reddit h1,
.text-reddit h2,
.text-reddit h3,
.text-reddit h4,
.text-reddit h5,
.text-reddit h6 {
  color: #e84422
}

.text-reddit .text-muted {
  color: rgba(232, 68, 34, .7)!important
}

.text-github,
.text-github:hover {
  color: #222!important
}

.text-github .display-1,
.text-github .display-2,
.text-github .display-3,
.text-github .display-4,
.text-github .h1,
.text-github .h2,
.text-github .h3,
.text-github .h4,
.text-github .h5,
.text-github .h6,
.text-github a:not(.btn),
.text-github h1,
.text-github h2,
.text-github h3,
.text-github h4,
.text-github h5,
.text-github h6 {
  color: #222
}

.text-github .text-muted {
  color: rgba(34, 34, 34, .7)!important
}

.folder-structure li {
  font-size: 0.9rem
}

.timeline {
  width: 100%
}

.timeline.timeline-one .timeline-item {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding-bottom: 2.75rem;
  padding-left: 2.75rem;
  text-align: left
}

@media (max-width:575.98px) {
  .timeline.timeline-one .timeline-item {
    width: 100%;
    margin-left: 0
  }
}

.timeline.timeline-one .timeline-item img {
  margin-bottom: 1.25rem
}

.timeline.timeline-one .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: .425rem;
  margin-left: -.5rem;
  border: .0625rem solid #dce6f3;
  border-radius: 50%
}

.timeline.timeline-one .timeline-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -.1875rem;
  width: .0625rem;
  margin-top: 1.875rem;
  margin-left: -.0625rem;
  background-color: #dce6f3
}

.timeline.timeline-one .timeline-item:nth-child(2n+1) {
  margin-left: 0;
  padding-right: 2.75rem;
  padding-left: 0;
  text-align: right
}

@media (max-width:575.98px) {
  .timeline.timeline-one .timeline-item:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 2.75rem;
    text-align: left
  }
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):after,
.timeline.timeline-one .timeline-item:nth-child(2n+1):before {
  right: 0;
  left: auto
}

@media (max-width:575.98px) {
  .timeline.timeline-one .timeline-item:nth-child(2n+1):after,
  .timeline.timeline-one .timeline-item:nth-child(2n+1):before {
    right: auto;
    left: 0
  }
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):before {
  margin-right: -.5rem
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):after {
  margin-right: -.0625rem
}

.timeline.timeline-one.dark .timeline-item:before {
  border: .0625rem solid #b7c3d2
}

.timeline.timeline-one.dark .timeline-item:after {
  background-color: #b7c3d2
}

.timeline.timeline-two .timeline-item {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  margin-bottom: 2.75rem
}

.timeline.timeline-two .timeline-item:after,
.timeline.timeline-two .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0
}

.timeline.timeline-two .timeline-item:before {
  border: 4px double #dce6f3;
  content: "";
  left: auto;
  width: 16px;
  height: 16px;
  margin-right: -2rem;
  border-radius: 50%
}

.timeline.timeline-two .timeline-item:after {
  background-color: #dce6f3;
  width: .0625rem;
  height: 100%;
  margin-top: 2rem;
  left: auto;
  margin-right: -1.575rem
}

.timeline.timeline-two .timeline-item .post-meta a,
.timeline.timeline-two .timeline-item .post-meta span {
  font-size: .875rem;
  padding-right: .125rem
}

.timeline.timeline-four {
  margin: 1.25rem 0;
  position: relative
}

.timeline.timeline-four::before {
  content: "";
  display: block;
  width: .0625rem;
  height: 100%;
  background: #dce6f3;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

@media (max-width:575.98px) {
  .timeline.timeline-four::before {
    margin: 0;
    left: 0
  }
}

.timeline.timeline-four .timeline-item {
  margin-bottom: 2.75rem;
  position: relative
}

.timeline.timeline-four .timeline-item::after {
  content: "";
  display: block;
  clear: both
}

.timeline.timeline-four .timeline-item:hover .date-outer::before {
  left: 6px
}

.timeline.timeline-four .timeline-item:hover .date-outer::after {
  left: -6px
}

.timeline.timeline-four .timeline-item:nth-child(2n) .date-content {
  float: right
}

.timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
  padding: .625rem 3.125rem .625rem 0;
  text-align: right
}

@media (max-width:767.98px) {
  .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    padding: .5rem 1.75rem .5rem 0
  }
}

@media (max-width:575.98px) {
  .timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    width: 95%;
    padding: .5rem 0;
    text-align: center
  }
}

.timeline.timeline-four .icon {
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: .0625rem solid #dce6f3;
  margin-top: 1rem;
  top: 0;
  left: 0;
  right: 0
}

@media (max-width:575.98px) {
  .timeline.timeline-four .icon {
    margin: auto -7px;
    top: 3rem
  }
}

.timeline.timeline-four .date-content {
  width: 50%;
  float: left;
  position: relative
}

@media (max-width:575.98px) {
  .timeline.timeline-four .date-content {
    width: 95%;
    float: right
  }
}

.timeline.timeline-four .date-outer {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.timeline.timeline-four .date-outer::before {
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: .0625rem solid #893168;
  left: -6px;
  transition: all .9s all .2s ease
}

@media (max-width:575.98px) {
  .timeline.timeline-four .date-outer::before {
    width: 130px;
    height: 130px
  }
}

.timeline.timeline-four .date-outer::after {
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border: .0625rem solid #242e4c;
  left: 6px;
  transition: all .9s all .2s ease
}

@media (max-width:575.98px) {
  .timeline.timeline-four .date-outer::after {
    width: 130px;
    height: 130px
  }
}

.timeline.timeline-four .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 0
}

@media (max-width:575.98px) {
  .timeline.timeline-four .date {
    top: 27%
  }
}

.timeline.timeline-four .year {
  display: block;
  font-weight: 700;
  font-size: 1rem
}

.timeline.timeline-four .icon {
  font-size: 1.5rem
}

.timeline.timeline-four .timeline-content {
  width: 50%;
  padding: .625rem 0 .625rem 3.125rem;
  float: right
}

@media (max-width:767.98px) {
  .timeline.timeline-four .timeline-content {
    padding: .5rem 0 .5rem 1.75rem
  }
}

@media (max-width:575.98px) {
  .timeline.timeline-four .timeline-content {
    width: 95%;
    padding: .5rem 0;
    text-align: center
  }
}

.timeline.timeline-five .row [class*=col-] {
  position: relative
}

.timeline.timeline-five .row .avatar-separator {
  width: 30px;
  height: 30px
}

.timeline.timeline-five .row .col.middle-line {
  border-right: .0625rem solid #dce6f3
}

.timeline.timeline-six .row [class*=col-] {
  position: relative
}

.timeline.timeline-six .row .col.middle-line {
  border-right: .0625rem solid #dce6f3
}

.timeline.timeline-six .row .avatar-separator img {
  border: .0625rem solid #dce6f3;
  padding: .125rem
}

.vertical-timeline .row {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.vertical-timeline .row [class*=col-] {
  position: relative
}

.vertical-timeline .row.timeline-inner div {
  padding: 0;
  height: 38px
}

.vertical-timeline .row.timeline-inner hr {
  border-top: .0625rem solid #dce6f3;
  opacity: 1;
  margin: 0;
  top: 18px;
  position: relative
}

.vertical-timeline .row.timeline-inner .col-md-2 {
  display: flex;
  overflow: hidden
}

.vertical-timeline .row.timeline-inner .corner {
  border: .0625rem solid #dce6f3;
  width: 100%;
  position: relative
}

.vertical-timeline .row.timeline-inner .top-right {
  left: calc(50% - 1px);
  top: -50%
}

.vertical-timeline .row.timeline-inner .left-bottom {
  left: -50%;
  top: calc(50% - 2px)
}

.vertical-timeline .row.timeline-inner .top-left {
  left: -50%;
  top: -50%
}

.vertical-timeline .row.timeline-inner .right-bottom {
  left: 50%;
  top: calc(50% - 2px)
}

@media (max-width:575.98px) {
  .vertical-timeline .row.timeline-inner .right-bottom {
    top: auto;
    bottom: calc(50% - 6px);
    left: calc(50% - 4px)
  }
  .vertical-timeline .row.timeline-inner .top-left {
    top: auto;
    bottom: -50%
  }
}

@media (max-width:575.98px) {
  .vertical-timeline .row .col-md-6 {
    text-align: center!important;
    margin-top: 3rem
  }
}

.vertical-timeline .row .col-md-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center
}

.vertical-timeline .row .col-md-2.bottom:after {
  height: 50%;
  top: 50%
}

.vertical-timeline .row .col-md-2.full:after {
  height: 100%;
  left: calc(50% - 1px)
}

.vertical-timeline .row .col-md-2.top:after {
  height: 50%;
  left: 50%;
  top: 0
}

.vertical-timeline .row .shape {
  background-color: #dce6f3;
  width: 50px;
  height: 50px;
  z-index: 2
}

.vertical-timeline .row .right {
  margin-right: .1875rem
}

@media (max-width:575.98px) {
  .vertical-timeline .row .rectangle {
    line-height: 3;
    margin-bottom: 2rem
  }
  .vertical-timeline .row .right {
    margin-bottom: 0
  }
}

.tooltip-inner {
  box-shadow: 0 .5rem 1rem rgba(23, 31, 56, .15)
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: .5em;
  background: #1c2540;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: all .2s ease
}

.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #1c2540
}

.chartist-tooltip.tooltip-show {
  opacity: 1
}

.ct-area,
.ct-line {
  pointer-events: none
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.numorder-select {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-width: 25px;
  min-height: 25px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background: #E9EDFA;
  text-align: center;
  color: #495057;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 12px;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

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

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

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

.custom-select::-ms-expand {
  opacity: 0
}

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

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

.option_container {
  margin-bottom: 5px;
  position: relative;
}

.option_container input[type="checkbox"] {
  display: none;
}

.option_container input[type="radio"] {
  display: none;
}

.option_container input[type="text"] {
  display: none;
}

.option_container .radio,
.option_container .selectdata,
.option_container .checkbox {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin: 0;
  background: #E9EDFA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: 8px;
  font-weight: 700;
  top: 7px;
}

.option_container .selectdata {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}

.option_container .select {
  display: inline-block;
  padding-left: 0px;
  padding-top: 6px;
  padding-right: 2px;
  padding-bottom: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: 7px;
  top: 2px;
}

.option_container .radio:after,
.option_container .checkbox:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  background: #4ccd6a;
  transform: translate(4px, 11px) rotate(-45deg);
  transform-origin: left;
  transition: all 150ms;
  transition-delay: 0ms;
}

.option_container .radio:before,
.option_container .checkbox:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  background: #4ccd6a;
  transform: translate(1px, 6px) rotate(45deg);
  transform-origin: left;
  transition: all 150ms;
  transition-delay: 150ms;
}

.option_container .select {
  -webkit-border-radius: 50px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 0px;
}

.option_container .wrapper {
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 10px 10px 44px;
  cursor: pointer;
}

.container_smile .radio {
  text-align: center;
}

.container_smile .radio,
.option_container .wrapper {
  border: solid 1px #E9EDFA;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  transition: all 450ms;
  color: #555556;
  display: block;
  font-weight: 400;
  position: relative;
  background-color: #fff;
}

.option_container input[type="checkbox"]:checked~.checkbox:before,
.option_container input[type="checkbox"]:checked~.radio:before,
.option_container input[type="radio"]:checked~.checkbox:before,
.option_container input[type="radio"]:checked~.radio:before {
  width: 7px;
  transition-delay: 0ms;
}

.option_container input[type="checkbox"]:checked~.checkbox:after,
.option_container input[type="checkbox"]:checked~.radio:after,
.option_container input[type="radio"]:checked~.checkbox:after,
.option_container input[type="radio"]:checked~.radio:after {
  width: 13px;
  transition-delay: 150ms;
}

.option_container input[type="checkbox"]:checked~.wrapper,
.option_container input[type="radio"]:checked~.wrapper {
  transition: all 450ms;
  background-color: #4ccd6a;
  color: #fff;
}

.list_option {
  margin-left: 21px;
  display: flex;
  flex-wrap: wrap;
}

.list_option li {
  min-width: 18% !important;
}

.container_smile {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.container_smile input[type="radio"] {
  display: none;
}

.container_smile label {
  cursor: pointer;
}

.container_smile .radio:before {
  font-family: 'smiles';
  font-size: 2.625rem;
}

.container_smile .radio:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-size: 2.625rem;
}

@media (max-width: 1199px) {
  .container_smile .radio:before {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  .container_smile .radio:before {
    font-size: 1.875rem;
  }
}

@media (max-width: 320px) {
  .container_smile .radio:before {
    font-size: 1.1rem;
    padding: 0;
  }
}

.container_smile .radio span {
  display: none;
}

.container_smile .radio.smile_1:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-weight: 900;
  content: "\f119";
}

.container_smile .radio.smile_2:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-weight: 900;
  content: "\f11a";
}

.container_smile .radio.smile_3:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-weight: 900;
  content: '\f118';
}

.container_smile .radio.smile_4:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-weight: 900;
  content: '\f580';
}

.container_smile .radio.smile_5:before {
  font-family: var(--fa-style-family, "Font Awesome 7 Pro");
  font-weight: 900;
  content: "\f584";
}

.container_smile .radio.smile_1:hover {
  background-color: #ff0033;
  color: #fff;
}

.container_smile .radio.smile_2:hover {
  background-color: #ff5f7f;
  color: #fff;
}

.container_smile .radio.smile_3:hover {
  background-color: #94b49b;
  color: #fff;
}

.container_smile .radio.smile_4:hover {
  background-color: #68cd7f;
  color: #fff;
}

.container_smile .radio.smile_5:hover {
  background-color: #4ccd6a;
  color: #fff;
}

.container_smile input[type="radio"]:checked~.radio {
  transition: all 450ms;
  color: #fff;
}

.container_smile input[type="radio"]:checked~.radio:before {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
  transform: rotateY(360deg);
}

.container_smile input[type="radio"]:checked~.radio.smile_1 {
  background-color: #ff0033;
}

.container_smile input[type="radio"]:checked~.radio.smile_2 {
  background-color: #ff5f7f;
}

.container_smile input[type="radio"]:checked~.radio.smile_3 {
  background-color: #94b49b;
}

.container_smile input[type="radio"]:checked~.radio.smile_4 {
  background-color: #68cd7f;
}

.container_smile input[type="radio"]:checked~.radio.smile_5 {
  background-color: #4ccd6a;
}

.container_smile input[type="radio"]:checked~label {
  border: none;
}

.option_container input[type="radio"]:checked~label,
.option_container input[type="checkbox"]:checked~label {
  background-color: #fff;
}

.option_container label.radio,
.option_container label.select,
.option_container label.checkbox {
  margin: 0 !important;
  top: 10px !important;
}

.option_container .custom-datalist {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1000;
  padding: 0;
  margin: 0;
  width: 38px;
  list-style: none;
}

.option_container .custom-datalist li {
  text-align: center;
  padding: 1px 5px 1px 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.option_container .custom-datalist li:hover {
  background-color: #e9edfa;
}

@media (min-width: 992px) {
  .bd-links {
    display: block !important
  }
}

@media (min-width: 992px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .bd-links {
      position: sticky;
      top: 3rem;
      height: calc(100vh - 7rem);
      overflow-y: auto
    }
  }
}

.bd-sidenav-group-link {
  padding: .25rem .625rem .25rem .5rem;
  font-weight: 500;
  color: rgba(23, 31, 56, 0.65);
  border-radius: .25rem;
  font-size: 1.1rem
}

.bd-sidenav-group-link>* {
  pointer-events: none
}

.bd-sidenav-group-link:hover,
.bd-sidenav-group-link:focus {
  color: #893168;
  text-decoration: none
}

.bd-sidenav-group .badge {
  font-size: .65rem
}

.bd-sidenav-group.active>.bd-sidenav-group-link {
  color: rgba(23, 31, 56, 0.85)
}

.bd-sidebar .nav {
  padding-left: 1.25rem
}

.bd-sidebar .nav>li>a {
  display: inline-block;
  padding: .3rem .8rem;
  font-size: .875rem;
  color: rgba(23, 31, 56, 0.65);
  border-radius: .25rem
}

.bd-sidebar .nav>li>a:hover,
.bd-sidebar .nav>li>a:focus {
  color: #893168
}

.bd-sidebar .nav>.active>a,
.bd-sidebar .nav>.active:hover>a,
.bd-sidebar .nav>.active:focus>a {
  font-weight: 500;
  color: #893168
}

.youtube-container {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  border: 1px solid #000;
}

.youtube-player {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bd-navbar {
  padding: .7rem 0;
  background-color: #384b85
}

@media (max-width: 767.98px) {
  .bd-navbar .navbar-nav-scroll {
    width: 100%;
    margin-top: .25rem
  }
  .bd-navbar .navbar-nav-scroll .navbar-nav {
    padding: .5rem 0;
    margin: -.5rem 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }
}

.bd-navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85)
}

.bd-navbar .navbar-nav .nav-link:hover,
.bd-navbar .navbar-nav .nav-link:focus {
  color: #fff
}

.bd-navbar .navbar-nav .nav-link.active {
  font-weight: 400;
  color: #fff
}

.bd-navbar .navbar-nav-svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top
}

.bd-subnavbar {
  position: relative;
  z-index: 1020;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.bd-subnavbar .dropdown-menu {
  font-size: .875rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05)
}

.bd-subnavbar .dropdown-item.active {
  font-weight: 600;
  color: #1F2937;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' 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: .4rem .6rem;
  background-size: .75rem .75rem
}

@media (min-width: 768px) {
  .bd-subnavbar {
    position: sticky;
    top: 0
  }
}

.bd-search {
  position: relative
}

@media (max-width: 575.98px) {
  .bd-search {
    width: 100%
  }
}

.bd-search .form-control:focus {
  border-color: #384b85;
  box-shadow: 0 0 0 3px rgba(56, 75, 133, 0.25)
}

.bd-search-docs-toggle {
  line-height: 1;
  color: #1F2937
}

#carbonads * {
  margin: initial;
  padding: initial
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

#carbonads {
  display: flex;
  max-width: 330px;
  background-color: #fafafa;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  z-index: 100
}

#carbonads a {
  color: inherit;
  text-decoration: none
}

#carbonads a:hover {
  color: inherit
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden
}

#carbonads .carbon-wrap {
  display: flex
}

#carbonads .carbon-img {
  display: block;
  margin: 0;
  line-height: 1
}

#carbonads .carbon-img img {
  display: block
}

#carbonads .carbon-text {
  font-size: 13px;
  padding: 10px;
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: left
}

#carbonads .carbon-poweredby {
  display: block;
  padding: 6px 8px;
  background: #f1f1f2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 8px;
  line-height: 1;
  border-top-left-radius: 3px;
  position: absolute;
  bottom: 0;
  right: 0
}

#TableOfContents .badge {
  font-size: .65rem
}

#TableOfContents ul {
  list-style: none;
  padding-left: 1.5rem
}

#TableOfContents ul li {
  list-style-type: none;
  margin-bottom: .3rem
}

#TableOfContents ul li a {
  padding: .3rem .8rem;
  font-size: .875rem;
  color: rgba(23, 31, 56, 0.65);
  border-radius: .25rem
}

#TableOfContents ul li a:hover,
#TableOfContents ul li a:focus {
  color: #242e4c
}

#TableOfContents>ul>li>a {
  font-size: .9rem
}

.bd-content>h1,
.bd-content>.h1,
.bd-content>h2,
.bd-content>.h2,
.bd-content>h3,
.bd-content>.h3,
.bd-content>h4,
.bd-content>.h4,
.bd-content>h5,
.bd-content>.h5,
.bd-content>h6,
.bd-content>.h6 {
  margin-bottom: 1.2rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center
}

@media (min-width: 992px) {
  .bd-content>[id] {
    scroll-margin-top: 4rem
  }
}

.bd-content p>a {
  color: #000
}

.bd-content p>a:hover {
  color: #000
}

.bd-content p+ul li a,
.bd-content h1+ul li a,
.bd-content .h1+ul li a,
.bd-content h2+ul li a,
.bd-content .h2+ul li a,
.bd-content h3+ul li a,
.bd-content .h3+ul li a,
.bd-content h4+ul li a,
.bd-content .h4+ul li a,
.bd-content h5+ul li a,
.bd-content .h5+ul li a,
.bd-content h6+ul li a,
.bd-content .h6+ul li a {
  color: #000;
  text-decoration: underline
}

.bd-content p+ul li a:hover,
.bd-content h1+ul li a:hover,
.bd-content .h1+ul li a:hover,
.bd-content h2+ul li a:hover,
.bd-content .h2+ul li a:hover,
.bd-content h3+ul li a:hover,
.bd-content .h3+ul li a:hover,
.bd-content h4+ul li a:hover,
.bd-content .h4+ul li a:hover,
.bd-content h5+ul li a:hover,
.bd-content .h5+ul li a:hover,
.bd-content h6+ul li a:hover,
.bd-content .h6+ul li a:hover {
  color: #000;
  text-decoration: none
}

.bd-content>h2:not(:first-child),
.bd-content>.h2:not(:first-child) {
  margin-top: 3rem
}

.bd-content>h3,
.bd-content>.h3 {
  margin-top: 1.5rem
}

.bd-content>ul li,
.bd-content>ol li {
  margin-bottom: .45rem
}

.bd-content>.table {
  max-width: 100%;
  margin-bottom: 1.5rem
}

@media (max-width: 767.98px) {
  .bd-content>.table {
    display: block;
    overflow-x: auto
  }
  .bd-content>.table.table-bordered {
    border: 0
  }
}

.bd-content>.table th:first-child,
.bd-content>.table td:first-child {
  padding-left: 0
}

.bd-content>.table th:not(:last-child),
.bd-content>.table td:not(:last-child) {
  padding-right: 1.5rem
}

.bd-content>.table td:first-child>code {
  white-space: nowrap
}

.bd-title {
  margin-bottom: .3rem !important;
  font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
  .bd-title {
    font-size: 3rem
  }
}

.bd-lead {
  font-size: calc(1.275rem + .3vw);
  font-weight: 300;
  margin-bottom: 2rem !important
}

@media (min-width: 1200px) {
  .bd-lead {
    font-size: 1.5rem
  }
}

.bd-text-purple-bright {
  color: #384b85
}

.skippy {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #242e4c;
  outline: 0
}

.skippy:hover {
  color: #fff
}

.skippy-text {
  padding: .5em;
  outline: 1px dotted
}

:not(.active)>.bd-sidenav {
  display: none
}

.bd-sidenav-group-link:hover,
.bd-sidenav-group-link:focus {
  color: #000;
  text-decoration: none
}

.bd-sidenav-group.active>.bd-sidenav-group-link {
  color: #000
}

.bd-sidebar .nav>li>a:hover,
.bd-sidebar .nav>li>a:focus {
  color: #000
}

.bd-sidebar .nav>.active>a,
.bd-sidebar .nav>.active:hover>a,
.bd-sidebar .nav>.active:focus>a {
  font-weight: 500;
  color: #000
}

.bd-toc nav {
  padding-top: .125em;
  padding-bottom: .125em;
  border-left: 0.25em solid #F3F4F6
}

.bd-toc nav>ul {
  margin-bottom: 0
}

.bd-toc nav li ul li {
  margin-bottom: .25rem;
  list-style-type: disc
}

.bd-toc nav a code {
  font: inherit
}

.bd-footer {
  font-size: .875rem;
  background: #242e4c
}

.bd-footer a {
  font-weight: 400;
  color: #1F2937
}

.bd-footer a:hover,
.bd-footer a:focus {
  color: white
}

.bd-footer p {
  margin-bottom: 0;
  font-size: 1rem
}

.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem
}

.bd-footer-links li {
  display: inline-block;
  font-size: 1rem
}

.bd-footer-links li a:hover {
  color: white
}

.bd-footer-links li+li {
  margin-left: 1rem
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^="col-"] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(39, 41, 43, 0.03);
  border: 1px solid rgba(39, 41, 43, 0.1)
}

.bd-example-row .row+.row {
  margin-top: 1rem
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1)
}

.bd-highlight {
  background-color: rgba(36, 46, 76, 0.15);
  border: 1px solid rgba(36, 46, 76, 0.15)
}

.example-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto
}

.example-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2)
}

.example-content-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
  .example-content-main {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width: 992px) {
  .example-content-main {
    flex: 0 0 auto;
    width: 66.666667%
  }
}

.example-content-secondary {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y)
}

@media (min-width: 576px) {
  .example-content-secondary {
    flex: 0 0 auto;
    width: 50%
  }
}

@media (min-width: 992px) {
  .example-content-secondary {
    flex: 0 0 auto;
    width: 33.333333%
  }
}

.bd-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -.75rem 0;
  border: solid #E5E7EB;
  border-width: 1px 0 0
}

.bd-example::after {
  display: block;
  clear: both;
  content: ""
}

@media (min-width: 576px) {
  .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }
  .bd-example+.bd-clipboard+.highlight {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }
}

.bd-example+p {
  margin-top: 2rem
}

.bd-example>.form-control+.form-control {
  margin-top: .5rem
}

.bd-example>.nav+.nav,
.bd-example>.alert+.alert,
.bd-example>.navbar+.navbar,
.bd-example>.progress+.progress {
  margin-top: 1rem
}

.bd-example>.dropdown-menu {
  position: static;
  display: block
}

.bd-example>:last-child {
  margin-bottom: 0
}

.bd-example>svg+svg,
.bd-example>img+img {
  margin-left: .5rem
}

.bd-example>.btn,
.bd-example>.btn-group {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.bd-example>.btn-toolbar+.btn-toolbar {
  margin-top: .5rem
}

.bd-example>.list-group {
  max-width: 400px
}

.bd-example>[class*="list-group-horizontal"] {
  max-width: 100%
}

.bd-example .fixed-top,
.bd-example .sticky-top {
  position: static;
  margin: -1rem -1rem 1rem
}

.bd-example .fixed-bottom {
  position: static;
  margin: 1rem -1rem -1rem
}

@media (min-width: 576px) {
  .bd-example .fixed-top,
  .bd-example .sticky-top {
    margin: -1.5rem -1.5rem 1rem
  }
  .bd-example .fixed-bottom {
    margin: 1rem -1.5rem -1.5rem
  }
}

.bd-example .pagination {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.bd-example-modal {
  background-color: #fafafa
}

.bd-example-modal .modal {
  position: static;
  display: block
}

.tooltip-demo a {
  white-space: nowrap
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto
}

.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto
}

.bd-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: .25rem;
  background-color: #f5f5f5
}

.bd-example-border-utils-0 [class^="border"] {
  border: 1px solid #E5E7EB
}

.bd-example-rounded-utils [class*="rounded"] {
  margin: .25rem
}

.highlight {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #F9FAFB;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

@media (min-width: 576px) {
  .highlight {
    padding: 1rem 1.5rem
  }
}

.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0
}

.highlight pre code {
  font-size: inherit;
  color: #1F2937
}

.bd-content .highlight {
  margin-right: -.75rem;
  margin-left: -.75rem
}

@media (min-width: 576px) {
  .bd-content .highlight {
    margin-right: 0;
    margin-left: 0
  }
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #F3F4F6;
  border-left-width: .25rem;
  border-radius: 1rem
}

.bd-callout h4,
.bd-callout .h4 {
  margin-bottom: .25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: 1rem
}

.bd-callout+.bd-callout {
  margin-top: -.25rem
}

.bd-callout-info {
  border-left-color: #0d6efd
}

.bd-callout-info h4,
.bd-callout-info .h4 {
  color: #0d6efd
}

.bd-callout-warning {
  border-left-color: #ffc107
}

.bd-callout-warning h4,
.bd-callout-warning .h4 {
  color: #ffc107
}

.bd-callout-danger {
  border-left-color: #dc3545
}

.bd-callout-danger h4,
.bd-callout-danger .h4 {
  color: #dc3545
}

.bd-brand-logos {
  color: #242e4c
}

.bd-brand-logos .inverse {
  color: #fff;
  background-color: #242e4c
}

.bd-brand-item {
  width: 100%;
  padding: 4rem 1rem
}

.bd-brand-item+.bd-brand-item {
  border-top: 1px solid #fff
}

@media (min-width: 768px) {
  .bd-brand-item+.bd-brand-item {
    border-top: 0;
    border-left: 1px solid #fff
  }
}

.color-swatches {
  display: flex;
  margin: 0 -5px
}

.color-swatches .bd-purple {
  background-color: #242e4c
}

.color-swatches .bd-purple-light {
  background-color: #889acd
}

.color-swatches .bd-purple-lighter {
  background-color: #e5e1ea
}

.color-swatches .bd-gray {
  background-color: #f9f9f9
}

.color-swatch {
  width: 4rem;
  height: 4rem;
  margin-right: .25rem;
  margin-left: .25rem;
  border-radius: 1rem
}

@media (min-width: 768px) {
  .color-swatch {
    width: 6rem;
    height: 6rem
  }
}

.swatch-blue {
  color: color-yiq(#0d6efd);
  background-color: #0d6efd
}

.swatch-indigo {
  color: color-yiq(#6610f2);
  background-color: #6610f2
}

.swatch-purple {
  color: color-yiq(#6f42c1);
  background-color: #6f42c1
}

.swatch-pink {
  color: color-yiq(#d63384);
  background-color: #d63384
}

.swatch-red {
  color: color-yiq(#dc3545);
  background-color: #dc3545
}

.swatch-orange {
  color: color-yiq(#e84422);
  background-color: #e84422
}

.swatch-yellow {
  color: color-yiq(#ffc107);
  background-color: #ffc107
}

.swatch-green {
  color: color-yiq(#3aaf85);
  background-color: #3aaf85
}

.swatch-teal {
  color: color-yiq(#20c997);
  background-color: #20c997
}

.swatch-cyan {
  color: color-yiq(#17a2b8);
  background-color: #17a2b8
}

.swatch-white {
  color: color-yiq(#fff);
  background-color: #fff
}

.swatch-gray {
  color: color-yiq(#6B7280);
  background-color: #6B7280
}

.swatch-gray-dark {
  color: color-yiq(#374151);
  background-color: #374151
}

.swatch-100 {
  color: color-yiq(#F9FAFB);
  background-color: #F9FAFB
}

.swatch-200 {
  color: color-yiq(#F3F4F6);
  background-color: #F3F4F6
}

.swatch-300 {
  color: color-yiq(#E5E7EB);
  background-color: #E5E7EB
}

.swatch-400 {
  color: color-yiq(#D1D5DB);
  background-color: #D1D5DB
}

.swatch-500 {
  color: color-yiq(#9CA3AF);
  background-color: #9CA3AF
}

.swatch-600 {
  color: color-yiq(#6B7280);
  background-color: #6B7280
}

.swatch-700 {
  color: color-yiq(#4B5563);
  background-color: #4B5563
}

.swatch-800 {
  color: color-yiq(#374151);
  background-color: #374151
}

.swatch-900 {
  color: color-yiq(#1F2937);
  background-color: #1F2937
}

code {
  color: #dc3545
}

.bd-clipboard {
  position: relative;
  display: none;
  float: right
}

.bd-clipboard+.highlight {
  margin: 2rem 0;
  font-size: 1rem
}

@media (min-width: 768px) {
  .bd-clipboard {
    display: block
  }
}

.btn-clipboard {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 10;
  display: block;
  padding: .25rem .5rem;
  font-size: .75em;
  color: #374151;
  background-color: transparent;
  border: 0;
  border-radius: 1rem
}

.btn-clipboard:hover {
  color: #fff;
  background-color: #242e4c
}

.bd-example+.bd-clipboard .btn-clipboard {
  top: 3rem
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bd-placeholder-img-lg {
  font-size: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem
  }
}

.chroma .dl {
  color: #4070a0
}

.chroma .c {
  color: #727272
}

.chroma .c1 {
  color: #727272
}

.chroma .ch {
  font-style: italic;
  color: #60a0b0
}

.chroma .cm {
  color: #727272
}

.chroma .cp {
  color: #008085
}

.chroma .cpf {
  color: #007020
}

.chroma .cs {
  color: #727272
}

.chroma .gd {
  background-color: #fcc;
  border: 1px solid #c00
}

.chroma .ge {
  font-style: italic
}

.chroma .gh {
  color: #030
}

.chroma .gi {
  background-color: #cfc;
  border: 1px solid #0c0
}

.chroma .gl {
  text-decoration: underline
}

.chroma .go {
  color: #aaa
}

.chroma .gp {
  color: #009
}

.chroma .gr {
  color: #f00
}

.chroma .gs {
  font-weight: 700
}

.chroma .gt {
  color: #9c6
}

.chroma .gu {
  color: #030
}

.chroma .il {
  color: #c24f19
}

.chroma .k {
  color: #069
}

.chroma .kc {
  color: #069
}

.chroma .kd {
  color: #069
}

.chroma .kn {
  color: #069
}

.chroma .kp {
  color: #069
}

.chroma .kr {
  color: #069
}

.chroma .kt {
  color: #078
}

.chroma .m {
  color: #c24f19
}

.chroma .mf {
  color: #c24f19
}

.chroma .mb {
  color: #40a070
}

.chroma .mh {
  color: #c24f19
}

.chroma .mi {
  color: #c24f19
}

.chroma .mo {
  color: #c24f19
}

.chroma .na {
  color: #006ee0
}

.chroma .nb {
  color: #366
}

.chroma .nc {
  color: #168174
}

.chroma .nd {
  color: #6b62de
}

.chroma .ne {
  color: #c00
}

.chroma .nf {
  color: #b715f4
}

.chroma .ni {
  color: #727272
}

.chroma .nl {
  color: #6b62de
}

.chroma .nn {
  color: #007ca5
}

.chroma .no {
  color: #360
}

.chroma .nt {
  color: #2f6f9f
}

.chroma .nv {
  color: #033
}

.chroma .o {
  color: #555
}

.chroma .ow {
  color: #000
}

.chroma .s {
  color: #d73038
}

.chroma .s1 {
  color: #c30
}

.chroma .s2 {
  color: #c30
}

.chroma .sa {
  color: #4070a0
}

.chroma .sb {
  color: #c30
}

.chroma .sc {
  color: #c30
}

.chroma .sd {
  font-style: italic;
  color: #c30
}

.chroma .se {
  color: #c30
}

.chroma .sh {
  color: #c30
}

.chroma .si {
  color: #a00
}

.chroma .sr {
  color: #337e7e
}

.chroma .ss {
  color: #fc3
}

.chroma .sx {
  color: #c30
}

.chroma .w {
  color: #bbb
}

.chroma .language-bash::before,
.chroma .language-sh::before {
  color: #009;
  content: "$ ";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.chroma .language-bash .m,
.chroma .language-sh .m {
  color: inherit
}

.chroma .language-powershell::before {
  color: #009;
  content: "PM> ";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.anchorjs-link {
  font-weight: 300;
  color: rgba(36, 46, 76, 0.5);
  transition: color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .anchorjs-link {
    transition: none
  }
}

.two-line-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  max-height: 3em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.anchorjs-link:hover {
  color: #242e4c;
  text-decoration: none
}

.square-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 6px;
}

.image-wrapper {
  display: grid;
}

.image-wrapper-bank {
  display: inline-block;
  height: 19px;
  overflow: hidden;
}

.image-wrapper-bank img {
  height: 100%;
  width: auto;
  display: block;
}

.info-main {
  line-height: 0, 5em;
  height: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

label.input-group-text {
  cursor: pointer;
}

#image-preview {
  display: none;
}
*:not(.min-scrollbar) {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
*:not(.min-scrollbar)::-webkit-scrollbar {
  display: none;
}
.min-scrollbar {
  overflow-y: auto !important;
  overflow-x: auto !important;
  margin-right: -6px !important;
  margin-bottom: -6px !important;
  position: relative !important;
}
.min-scrollbar::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

.min-scrollbar::-webkit-scrollbar-thumb {
  background-color: #b3b3b3 !important;
  border-radius: 10px !important;
}

.min-scrollbar::-webkit-scrollbar-track {
  background: white !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
}
.row.align-items-stretch > div {
  display: flex;
  flex-direction: column;
}
.desc-container {
  max-height: 40vh;
  height: 100%;
  overflow-y: auto;
}

.desc-content {
  flex-grow: 1;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .desc-container {
      max-height: 35vh;
      height: 35vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .desc-container {
      max-height: 36vh;
      height: 36vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .desc-container {
      max-height: 37vh;
      height: 37vh;
  }
}
@media (min-width: 1200px) {
  .desc-container {
    max-height: 38vh;
    height: 38vh;
  }
}

.hover-trigger-card:hover .scale-on-hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.select-all-toggle:checked + span {
  color: var(--primary);
}

.quota-wrapper,
.percentage-wrapper {
    position: relative;
}

.percentage-wrapper {
    max-width: 90px;
    min-width: 65px;
}

.quota-wrapper{
    max-width: 150px;
    min-width: 80px;
}

.quota-wrapper .form-control,
.percentage-wrapper .form-control {
    padding-right: 10px !important;
}

.quota-wrapper::after {
    content: 'qty';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.65rem;
    color: #6c757d;
}

.percentage-wrapper::after {
    content: '%';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.65rem;
    color: #6c757d;
}
.attachment-row {
  position: relative;
}
.attachment-row .form-control {
  padding-right: 2.4rem;
}
.multi-input-existing-wrapper {
  position: relative;
  margin-bottom: .25rem;
}

.multi-input-existing-wrapper .form-control {
  padding-right: 2.4rem;
}
.multi-input-edit-trigger {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #6c757d;
  cursor: pointer;
}
.multi-input-edit-trigger:hover {
  color: #495057;
}
.multi-input-menu-trigger {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #6c757d;
  cursor: pointer;
  z-index: 5;
}
.multi-input-menu-trigger:hover {
  color: #495057;
}
.multi-input-menu-popup {
  position: absolute;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
  padding: .25rem 0;
  z-index: 2000;
  font-size: .85rem;
}

.multi-input-menu-popup button {
  display: block;
  width: 100%;
  padding: .40rem .75rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.multi-input-menu-popup button:hover {
  background-color: #f8f9fa;
}


.card-menu{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}
.modal-close-floating {
  position: absolute;
  top: -7px;
  right: -7px;

  z-index: 1100;

  width: 27px;
  height: 27px;

  border: none;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  color: #333;

  font-size: 16px;

  box-shadow: 0 8px 24px rgba(0,0,0,.45);

  transition: all .25s ease;
  cursor: pointer;
}

.modal-close-floating:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
}

.modal-close-floating:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,123,255,.25);
}
  .player-holder {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  .player-holder .yt-top-blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;

    z-index: 6;
    background: rgba(0,0,0,0);
    pointer-events: auto;
  }
.border-snake { position: relative; overflow: hidden; }
.border-snake .snake-svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index: 2;
  opacity: 0;
  transition: opacity 450ms ease;
}
.border-snake .snake-svg.is-visible{ opacity: 1; }
.border-snake .snake-rect{
  fill: none;
  stroke-width: .5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.border-snake .snake-tail{
  opacity: .55;
  filter: drop-shadow(0 0 5px rgba(253,185,19,0.55));
}
.border-snake .snake-head{
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(253,185,19,0.9));
}.font-weight-bold{font-weight:600!important}.font-weight-bolder{font-weight:bolder!important}
.sr-only,.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.sr-only-focusable:not(:focus):not(:focus-within),.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.text-left,.text-start{text-align:left!important}.text-right,.text-end{text-align:right!important}.float-left,.float-start{float:left!important}.float-right,.float-end{float:right!important}
.border-left,.border-start{border-left:var(--bs-border-width,1px) var(--bs-border-style,solid) var(--bs-border-color,#dee2e6)!important}.border-right,.border-end{border-right:var(--bs-border-width,1px) var(--bs-border-style,solid) var(--bs-border-color,#dee2e6)!important}.border-left-0,.border-start-0{border-left:0!important}.border-right-0,.border-end-0{border-right:0!important}
.rounded-left,.rounded-start{border-top-left-radius:var(--bs-border-radius,.375rem)!important;border-bottom-left-radius:var(--bs-border-radius,.375rem)!important}.rounded-right,.rounded-end{border-top-right-radius:var(--bs-border-radius,.375rem)!important;border-bottom-right-radius:var(--bs-border-radius,.375rem)!important}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;background:transparent;border:0}.close:hover{color:#000;text-decoration:none;opacity:.75}
.dropleft{position:relative}.dropright{position:relative}.dropstart{position:relative}.dropend{position:relative}
.dropdown-toggle.dropdown-toggle-split,.btn.dropdown-toggle,.btn-group>.dropdown-toggle,.dropstart .dropdown-toggle,.dropend .dropdown-toggle,.dropleft .dropdown-toggle,.dropright .dropdown-toggle{border:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important}
.dropdown-toggle::after,.dropdown-toggle::before,.dropdown .dropdown-toggle::after,.dropup .dropdown-toggle::after,.dropend .dropdown-toggle::after,.dropstart .dropdown-toggle::before,.dropright .dropdown-toggle::after,.dropleft .dropdown-toggle::before{display:none!important;content:none!important;border:0!important;margin:0!important}
.dropdown-toggle:focus,.dropdown-toggle:active,.dropdown-toggle.show,.show>.dropdown-toggle{outline:0!important;box-shadow:none!important}
.ml-0,.ms-0{margin-left:0!important}.ml-1,.ms-1{margin-left:.25rem!important}.ml-2,.ms-2{margin-left:.5rem!important}.ml-3,.ms-3{margin-left:1rem!important}.ml-4,.ms-4{margin-left:1.5rem!important}.ml-5,.ms-5{margin-left:3rem!important}.ml-auto,.ms-auto{margin-left:auto!important}.mr-0,.me-0{margin-right:0!important}.mr-1,.me-1{margin-right:.25rem!important}.mr-2,.me-2{margin-right:.5rem!important}.mr-3,.me-3{margin-right:1rem!important}.mr-4,.me-4{margin-right:1.5rem!important}.mr-5,.me-5{margin-right:3rem!important}.mr-auto,.me-auto{margin-right:auto!important}.pl-0,.ps-0{padding-left:0!important}.pl-1,.ps-1{padding-left:.25rem!important}.pl-2,.ps-2{padding-left:.5rem!important}.pl-3,.ps-3{padding-left:1rem!important}.pl-4,.ps-4{padding-left:1.5rem!important}.pl-5,.ps-5{padding-left:3rem!important}.pr-0,.pe-0{padding-right:0!important}.pr-1,.pe-1{padding-right:.25rem!important}.pr-2,.pe-2{padding-right:.5rem!important}.pr-3,.pe-3{padding-right:1rem!important}.pr-4,.pe-4{padding-right:1.5rem!important}.pr-5,.pe-5{padding-right:3rem!important}.ml-n1,.ms-n1{margin-left:-.25rem!important}.mr-n1,.me-n1{margin-right:-.25rem!important}.ml-n2,.ms-n2{margin-left:-.5rem!important}.mr-n2,.me-n2{margin-right:-.5rem!important}.ml-n3,.ms-n3{margin-left:-1rem!important}.mr-n3,.me-n3{margin-right:-1rem!important}.ml-n4,.ms-n4{margin-left:-1.5rem!important}.mr-n4,.me-n4{margin-right:-1.5rem!important}.ml-n5,.ms-n5{margin-left:-3rem!important}.mr-n5,.me-n5{margin-right:-3rem!important}
@media (min-width:576px){.text-sm-left,.text-sm-start{text-align:left!important}.text-sm-right,.text-sm-end{text-align:right!important}.float-sm-left,.float-sm-start{float:left!important}.float-sm-right,.float-sm-end{float:right!important}.ml-sm-0,.ms-sm-0{margin-left:0!important}.ml-sm-1,.ms-sm-1{margin-left:.25rem!important}.ml-sm-2,.ms-sm-2{margin-left:.5rem!important}.ml-sm-3,.ms-sm-3{margin-left:1rem!important}.ml-sm-4,.ms-sm-4{margin-left:1.5rem!important}.ml-sm-5,.ms-sm-5{margin-left:3rem!important}.ml-sm-auto,.ms-sm-auto{margin-left:auto!important}.mr-sm-0,.me-sm-0{margin-right:0!important}.mr-sm-1,.me-sm-1{margin-right:.25rem!important}.mr-sm-2,.me-sm-2{margin-right:.5rem!important}.mr-sm-3,.me-sm-3{margin-right:1rem!important}.mr-sm-4,.me-sm-4{margin-right:1.5rem!important}.mr-sm-5,.me-sm-5{margin-right:3rem!important}.mr-sm-auto,.me-sm-auto{margin-right:auto!important}.pl-sm-0,.ps-sm-0{padding-left:0!important}.pl-sm-1,.ps-sm-1{padding-left:.25rem!important}.pl-sm-2,.ps-sm-2{padding-left:.5rem!important}.pl-sm-3,.ps-sm-3{padding-left:1rem!important}.pl-sm-4,.ps-sm-4{padding-left:1.5rem!important}.pl-sm-5,.ps-sm-5{padding-left:3rem!important}.pr-sm-0,.pe-sm-0{padding-right:0!important}.pr-sm-1,.pe-sm-1{padding-right:.25rem!important}.pr-sm-2,.pe-sm-2{padding-right:.5rem!important}.pr-sm-3,.pe-sm-3{padding-right:1rem!important}.pr-sm-4,.pe-sm-4{padding-right:1.5rem!important}.pr-sm-5,.pe-sm-5{padding-right:3rem!important}.ml-sm-n1,.ms-sm-n1{margin-left:-.25rem!important}.mr-sm-n1,.me-sm-n1{margin-right:-.25rem!important}.ml-sm-n2,.ms-sm-n2{margin-left:-.5rem!important}.mr-sm-n2,.me-sm-n2{margin-right:-.5rem!important}.ml-sm-n3,.ms-sm-n3{margin-left:-1rem!important}.mr-sm-n3,.me-sm-n3{margin-right:-1rem!important}.ml-sm-n4,.ms-sm-n4{margin-left:-1.5rem!important}.mr-sm-n4,.me-sm-n4{margin-right:-1.5rem!important}.ml-sm-n5,.ms-sm-n5{margin-left:-3rem!important}.mr-sm-n5,.me-sm-n5{margin-right:-3rem!important}}
@media (min-width:768px){.text-md-left,.text-md-start{text-align:left!important}.text-md-right,.text-md-end{text-align:right!important}.float-md-left,.float-md-start{float:left!important}.float-md-right,.float-md-end{float:right!important}.ml-md-0,.ms-md-0{margin-left:0!important}.ml-md-1,.ms-md-1{margin-left:.25rem!important}.ml-md-2,.ms-md-2{margin-left:.5rem!important}.ml-md-3,.ms-md-3{margin-left:1rem!important}.ml-md-4,.ms-md-4{margin-left:1.5rem!important}.ml-md-5,.ms-md-5{margin-left:3rem!important}.ml-md-auto,.ms-md-auto{margin-left:auto!important}.mr-md-0,.me-md-0{margin-right:0!important}.mr-md-1,.me-md-1{margin-right:.25rem!important}.mr-md-2,.me-md-2{margin-right:.5rem!important}.mr-md-3,.me-md-3{margin-right:1rem!important}.mr-md-4,.me-md-4{margin-right:1.5rem!important}.mr-md-5,.me-md-5{margin-right:3rem!important}.mr-md-auto,.me-md-auto{margin-right:auto!important}.pl-md-0,.ps-md-0{padding-left:0!important}.pl-md-1,.ps-md-1{padding-left:.25rem!important}.pl-md-2,.ps-md-2{padding-left:.5rem!important}.pl-md-3,.ps-md-3{padding-left:1rem!important}.pl-md-4,.ps-md-4{padding-left:1.5rem!important}.pl-md-5,.ps-md-5{padding-left:3rem!important}.pr-md-0,.pe-md-0{padding-right:0!important}.pr-md-1,.pe-md-1{padding-right:.25rem!important}.pr-md-2,.pe-md-2{padding-right:.5rem!important}.pr-md-3,.pe-md-3{padding-right:1rem!important}.pr-md-4,.pe-md-4{padding-right:1.5rem!important}.pr-md-5,.pe-md-5{padding-right:3rem!important}.ml-md-n1,.ms-md-n1{margin-left:-.25rem!important}.mr-md-n1,.me-md-n1{margin-right:-.25rem!important}.ml-md-n2,.ms-md-n2{margin-left:-.5rem!important}.mr-md-n2,.me-md-n2{margin-right:-.5rem!important}.ml-md-n3,.ms-md-n3{margin-left:-1rem!important}.mr-md-n3,.me-md-n3{margin-right:-1rem!important}.ml-md-n4,.ms-md-n4{margin-left:-1.5rem!important}.mr-md-n4,.me-md-n4{margin-right:-1.5rem!important}.ml-md-n5,.ms-md-n5{margin-left:-3rem!important}.mr-md-n5,.me-md-n5{margin-right:-3rem!important}}
@media (min-width:992px){.text-lg-left,.text-lg-start{text-align:left!important}.text-lg-right,.text-lg-end{text-align:right!important}.float-lg-left,.float-lg-start{float:left!important}.float-lg-right,.float-lg-end{float:right!important}.ml-lg-0,.ms-lg-0{margin-left:0!important}.ml-lg-1,.ms-lg-1{margin-left:.25rem!important}.ml-lg-2,.ms-lg-2{margin-left:.5rem!important}.ml-lg-3,.ms-lg-3{margin-left:1rem!important}.ml-lg-4,.ms-lg-4{margin-left:1.5rem!important}.ml-lg-5,.ms-lg-5{margin-left:3rem!important}.ml-lg-auto,.ms-lg-auto{margin-left:auto!important}.mr-lg-0,.me-lg-0{margin-right:0!important}.mr-lg-1,.me-lg-1{margin-right:.25rem!important}.mr-lg-2,.me-lg-2{margin-right:.5rem!important}.mr-lg-3,.me-lg-3{margin-right:1rem!important}.mr-lg-4,.me-lg-4{margin-right:1.5rem!important}.mr-lg-5,.me-lg-5{margin-right:3rem!important}.mr-lg-auto,.me-lg-auto{margin-right:auto!important}.pl-lg-0,.ps-lg-0{padding-left:0!important}.pl-lg-1,.ps-lg-1{padding-left:.25rem!important}.pl-lg-2,.ps-lg-2{padding-left:.5rem!important}.pl-lg-3,.ps-lg-3{padding-left:1rem!important}.pl-lg-4,.ps-lg-4{padding-left:1.5rem!important}.pl-lg-5,.ps-lg-5{padding-left:3rem!important}.pr-lg-0,.pe-lg-0{padding-right:0!important}.pr-lg-1,.pe-lg-1{padding-right:.25rem!important}.pr-lg-2,.pe-lg-2{padding-right:.5rem!important}.pr-lg-3,.pe-lg-3{padding-right:1rem!important}.pr-lg-4,.pe-lg-4{padding-right:1.5rem!important}.pr-lg-5,.pe-lg-5{padding-right:3rem!important}.ml-lg-n1,.ms-lg-n1{margin-left:-.25rem!important}.mr-lg-n1,.me-lg-n1{margin-right:-.25rem!important}.ml-lg-n2,.ms-lg-n2{margin-left:-.5rem!important}.mr-lg-n2,.me-lg-n2{margin-right:-.5rem!important}.ml-lg-n3,.ms-lg-n3{margin-left:-1rem!important}.mr-lg-n3,.me-lg-n3{margin-right:-1rem!important}.ml-lg-n4,.ms-lg-n4{margin-left:-1.5rem!important}.mr-lg-n4,.me-lg-n4{margin-right:-1.5rem!important}.ml-lg-n5,.ms-lg-n5{margin-left:-3rem!important}.mr-lg-n5,.me-lg-n5{margin-right:-3rem!important}}
@media (min-width:1200px){.text-xl-left,.text-xl-start{text-align:left!important}.text-xl-right,.text-xl-end{text-align:right!important}.float-xl-left,.float-xl-start{float:left!important}.float-xl-right,.float-xl-end{float:right!important}.ml-xl-0,.ms-xl-0{margin-left:0!important}.ml-xl-1,.ms-xl-1{margin-left:.25rem!important}.ml-xl-2,.ms-xl-2{margin-left:.5rem!important}.ml-xl-3,.ms-xl-3{margin-left:1rem!important}.ml-xl-4,.ms-xl-4{margin-left:1.5rem!important}.ml-xl-5,.ms-xl-5{margin-left:3rem!important}.ml-xl-auto,.ms-xl-auto{margin-left:auto!important}.mr-xl-0,.me-xl-0{margin-right:0!important}.mr-xl-1,.me-xl-1{margin-right:.25rem!important}.mr-xl-2,.me-xl-2{margin-right:.5rem!important}.mr-xl-3,.me-xl-3{margin-right:1rem!important}.mr-xl-4,.me-xl-4{margin-right:1.5rem!important}.mr-xl-5,.me-xl-5{margin-right:3rem!important}.mr-xl-auto,.me-xl-auto{margin-right:auto!important}.pl-xl-0,.ps-xl-0{padding-left:0!important}.pl-xl-1,.ps-xl-1{padding-left:.25rem!important}.pl-xl-2,.ps-xl-2{padding-left:.5rem!important}.pl-xl-3,.ps-xl-3{padding-left:1rem!important}.pl-xl-4,.ps-xl-4{padding-left:1.5rem!important}.pl-xl-5,.ps-xl-5{padding-left:3rem!important}.pr-xl-0,.pe-xl-0{padding-right:0!important}.pr-xl-1,.pe-xl-1{padding-right:.25rem!important}.pr-xl-2,.pe-xl-2{padding-right:.5rem!important}.pr-xl-3,.pe-xl-3{padding-right:1rem!important}.pr-xl-4,.pe-xl-4{padding-right:1.5rem!important}.pr-xl-5,.pe-xl-5{padding-right:3rem!important}.ml-xl-n1,.ms-xl-n1{margin-left:-.25rem!important}.mr-xl-n1,.me-xl-n1{margin-right:-.25rem!important}.ml-xl-n2,.ms-xl-n2{margin-left:-.5rem!important}.mr-xl-n2,.me-xl-n2{margin-right:-.5rem!important}.ml-xl-n3,.ms-xl-n3{margin-left:-1rem!important}.mr-xl-n3,.me-xl-n3{margin-right:-1rem!important}.ml-xl-n4,.ms-xl-n4{margin-left:-1.5rem!important}.mr-xl-n4,.me-xl-n4{margin-right:-1.5rem!important}.ml-xl-n5,.ms-xl-n5{margin-left:-3rem!important}.mr-xl-n5,.me-xl-n5{margin-right:-3rem!important}}
@media (min-width:1400px){.text-xxl-left,.text-xxl-start{text-align:left!important}.text-xxl-right,.text-xxl-end{text-align:right!important}.float-xxl-left,.float-xxl-start{float:left!important}.float-xxl-right,.float-xxl-end{float:right!important}.ml-xxl-0,.ms-xxl-0{margin-left:0!important}.ml-xxl-1,.ms-xxl-1{margin-left:.25rem!important}.ml-xxl-2,.ms-xxl-2{margin-left:.5rem!important}.ml-xxl-3,.ms-xxl-3{margin-left:1rem!important}.ml-xxl-4,.ms-xxl-4{margin-left:1.5rem!important}.ml-xxl-5,.ms-xxl-5{margin-left:3rem!important}.ml-xxl-auto,.ms-xxl-auto{margin-left:auto!important}.mr-xxl-0,.me-xxl-0{margin-right:0!important}.mr-xxl-1,.me-xxl-1{margin-right:.25rem!important}.mr-xxl-2,.me-xxl-2{margin-right:.5rem!important}.mr-xxl-3,.me-xxl-3{margin-right:1rem!important}.mr-xxl-4,.me-xxl-4{margin-right:1.5rem!important}.mr-xxl-5,.me-xxl-5{margin-right:3rem!important}.mr-xxl-auto,.me-xxl-auto{margin-right:auto!important}.pl-xxl-0,.ps-xxl-0{padding-left:0!important}.pl-xxl-1,.ps-xxl-1{padding-left:.25rem!important}.pl-xxl-2,.ps-xxl-2{padding-left:.5rem!important}.pl-xxl-3,.ps-xxl-3{padding-left:1rem!important}.pl-xxl-4,.ps-xxl-4{padding-left:1.5rem!important}.pl-xxl-5,.ps-xxl-5{padding-left:3rem!important}.pr-xxl-0,.pe-xxl-0{padding-right:0!important}.pr-xxl-1,.pe-xxl-1{padding-right:.25rem!important}.pr-xxl-2,.pe-xxl-2{padding-right:.5rem!important}.pr-xxl-3,.pe-xxl-3{padding-right:1rem!important}.pr-xxl-4,.pe-xxl-4{padding-right:1.5rem!important}.pr-xxl-5,.pe-xxl-5{padding-right:3rem!important}.ml-xxl-n1,.ms-xxl-n1{margin-left:-.25rem!important}.mr-xxl-n1,.me-xxl-n1{margin-right:-.25rem!important}.ml-xxl-n2,.ms-xxl-n2{margin-left:-.5rem!important}.mr-xxl-n2,.me-xxl-n2{margin-right:-.5rem!important}.ml-xxl-n3,.ms-xxl-n3{margin-left:-1rem!important}.mr-xxl-n3,.me-xxl-n3{margin-right:-1rem!important}.ml-xxl-n4,.ms-xxl-n4{margin-left:-1.5rem!important}.mr-xxl-n4,.me-xxl-n4{margin-right:-1.5rem!important}.ml-xxl-n5,.ms-xxl-n5{margin-left:-3rem!important}.mr-xxl-n5,.me-xxl-n5{margin-right:-3rem!important}}


/* ==========================================
   RESPONSIVE HEADING SYSTEM
========================================== */

.heading-1{
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: -0.025em;
    overflow-wrap: break-word;
    word-break: break-word;
}

.heading-2{
    font-size: clamp(1.35rem, 1.9vw, 2rem);
    line-height: 1.22;
    font-weight: 300;
    letter-spacing: -0.015em;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* optional untuk subheading / hero kecil */
.heading-subtitle{
    font-size: clamp(1rem, 1vw, 1.15rem);
    line-height: 1.7;
}

/* mobile tuning */
@media (max-width:576px){
    .heading-1{
        font-size: 1.9rem;
        line-height: 1.25;
    }

    .heading-2{
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .heading-subtitle{
        font-size: 1rem;
        line-height: 1.7;
    }
}

/* snap-slider custom carousel */
.np-carousel {
    position: relative;
    overflow: hidden;
}

.np-carousel-viewport {
    overflow: hidden;
    width: 100%;
    transition: height .35s ease;
}

.np-carousel-track {
    display: flex;
    gap: 8px;
    transition: transform .45s cubic-bezier(.25, .8, .25, 1);
    will-change: transform;
    cursor: grab;
}

.np-carousel-track.is-dragging {
    transition: none;
    cursor: grabbing;
}

.np-carousel-slide {
    flex: 0 0 100%;
    user-select: none;
}

.np-carousel-img {
    width: 100%;
    display: block;
    pointer-events: none;
}

.np-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    box-shadow: 0 4px 14px rgba(0,0,0,.15);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.np-carousel-btn.is-visible {
    display: flex;
}

.np-carousel-prev {
    left: 12px;
}

.np-carousel-next {
    right: 12px;
}

@media (max-width: 700px) {
    .np-carousel-track {
        gap: 6px;
    }
}
/* snap-slider custom carousel */


/* flatpickr */
.flatpickr-calendar {
    border: 0;
    border-radius: .75rem;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.flatpickr-day.selected {
    background: #cb0c9f;
    border-color: #cb0c9f;
}

.flatpickr-day.today {
    border-color: #cb0c9f;
}

.flatpickr-input {
    background-color: transparent;
}
/* flatpickr */