@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/**
 * DEPRECATED
 * Included for backwards compatibility with pre v0.15 versions of ESDS.
 * In the future, we will update this mixin to the functionality of
 * @button-v2-variant or remove it entirely.
 */
/**
 * DEPRECATED
 * Included for backwards compatibility with pre v0.15 versions of ESDS.
 * In the future, we will update this mixin to the functionality of
 * @button-v2-outline-variant or remove it entirely.
 */
:root {
  --blue: #2e46b9;
  --light-blue: #a7c9ff;
  --gray-blue: #c8dfff;
  --indigo: #1d3297;
  --purple: #2e46b9;
  --pink: #ff9133;
  --red: #de3c50;
  --orange: #ff9133;
  --yellow: #ff9133;
  --green: #00a759;
  --teal: #85b2ff;
  --cyan: #1b1763;
  --white: #fff;
  --gray: #222633;
  --gray-dark: #323543;
  --primary: #1b1763;
  --secondary: #222633;
  --success: #00a759;
  --info: #85b2ff;
  --warning: #f4ca11;
  --danger: #de3c50;
  --light: #dfe1eb;
  --dark: #222633;
  --mid: #cfd1df;
  --mid-dark: #646776;
  --highlight: #1d3297;
  --highlight-dark: #2e46b9;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1900px;
  --font-family-sans-serif: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222633;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  font-weight: 500;
  color: #2e46b9;
  text-decoration: none;
  background-color: transparent;
  /* disabling visited color for now due to effects on button links */
  /* &:visited,
  &:visited:hover {
    color: variables.$link-visited-color;
  } */
}
a:hover {
  color: #2e46b9;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  color: #222633;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

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

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

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h5, .h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.post1, .post2, .post3 {
  color: #222633;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 1rem;
}

.post1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.post2 {
  font-size: 2.375rem;
  line-height: 3rem;
}

.post3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 992px) {
  .post1 {
    font-size: 3.875rem;
    line-height: 4.375rem;
  }
  .post2 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
  .post3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
/**
 * keep this below heading styles so we can apply to <h1-h6> tags and override their visual
 * treatment without using !important, so users can perform their own overrides as necessary
 * using utility classes
 */
.eyebrow {
  color: #1b1763;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

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

.display-1, .display-2, .display-3, .display-4 {
  color: #222633;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 1rem;
}

.display-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.display-2 {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 3rem;
}

.display-3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
}

@media (min-width: 992px) {
  .display-1 {
    font-size: 3.875rem;
    font-weight: 700;
    line-height: 4.375rem;
  }
  .display-2 {
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 4rem;
  }
  .display-3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
  }
  .display-4 {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 3rem;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

ul li,
ol li {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #646776;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #646776;
}

code {
  font-size: 87.5%;
  color: #ed7c2b;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #222633;
  border-radius: 0.5rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #222633;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1900px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1900px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #222633;
}
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #cfd1df;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cfd1df;
}
.table tbody + tbody {
  border-top: 2px solid #cfd1df;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #cfd1df;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #cfd1df;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfbed3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8886ae;
}

.table-hover .table-primary:hover {
  background-color: #b0afc9;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0afc9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c1c2c6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8c8e95;
}

.table-hover .table-secondary:hover {
  background-color: #b4b5ba;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b4b5ba;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e6d1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad1a9;
}

.table-hover .table-success:hover {
  background-color: #a5dfc5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5dfc5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #dde9ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #c0d7ff;
}

.table-hover .table-info:hover {
  background-color: #c4d9ff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4d9ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf0bc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f9e383;
}

.table-hover .table-warning:hover {
  background-color: #fbeba4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbeba4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f6c8ce;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ee9aa4;
}

.table-hover .table-danger:hover {
  background-color: #f2b2ba;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2b2ba;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f6f7f9;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #eeeff5;
}

.table-hover .table-light:hover {
  background-color: #e7e9ef;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e7e9ef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e95;
}

.table-hover .table-dark:hover {
  background-color: #b4b5ba;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5ba;
}

.table-mid,
.table-mid > th,
.table-mid > td {
  background-color: #f2f2f6;
}
.table-mid th,
.table-mid td,
.table-mid thead th,
.table-mid tbody + tbody {
  border-color: #e6e7ee;
}

.table-hover .table-mid:hover {
  background-color: #e3e3ec;
}
.table-hover .table-mid:hover > td,
.table-hover .table-mid:hover > th {
  background-color: #e3e3ec;
}

.table-mid-dark,
.table-mid-dark > th,
.table-mid-dark > td {
  background-color: #d4d4d9;
}
.table-mid-dark th,
.table-mid-dark td,
.table-mid-dark thead th,
.table-mid-dark tbody + tbody {
  border-color: #aeb0b8;
}

.table-hover .table-mid-dark:hover {
  background-color: #c6c6cd;
}
.table-hover .table-mid-dark:hover > td,
.table-hover .table-mid-dark:hover > th {
  background-color: #c6c6cd;
}

.table-highlight,
.table-highlight > th,
.table-highlight > td {
  background-color: #c0c6e2;
}
.table-highlight th,
.table-highlight td,
.table-highlight thead th,
.table-highlight tbody + tbody {
  border-color: #8994c9;
}

.table-hover .table-highlight:hover {
  background-color: #afb6da;
}
.table-hover .table-highlight:hover > td,
.table-hover .table-highlight:hover > th {
  background-color: #afb6da;
}

.table-highlight-dark,
.table-highlight-dark > th,
.table-highlight-dark > td {
  background-color: #c4cbeb;
}
.table-highlight-dark th,
.table-highlight-dark td,
.table-highlight-dark thead th,
.table-highlight-dark tbody + tbody {
  border-color: #929fdb;
}

.table-hover .table-highlight-dark:hover {
  background-color: #b1bae5;
}
.table-hover .table-highlight-dark:hover > td,
.table-hover .table-highlight-dark:hover > th {
  background-color: #b1bae5;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #323543;
  border-color: #424659;
}
.table .thead-light th {
  color: #515362;
  background-color: #dfe1eb;
  border-color: #cfd1df;
}

.table-dark {
  color: #fff;
  background-color: #323543;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #424659;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1899.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.input-wrapper {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 1rem 1rem;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #222633;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #222633;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #222633;
  background-color: #fff;
  border-color: #85b2ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #646776;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #646776;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #646776;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #646776;
  opacity: 1;
}
.form-control::placeholder {
  color: #646776;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  color: #878999;
  opacity: 1;
}
.form-control.is-invalid {
  color: #de3c50;
}

.es-form-input:disabled, .es-form-input[readonly] {
  border: 0;
}

.form-inline .input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.form-inline .input-wrapper label {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.form-inline .input-wrapper .input-holder {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.input-holder .has-prefix-icon {
  /* match the padding right of valid/invalid state icons */
  padding-left: calc(1.2em + 2rem) !important;
}
.input-holder .prefix-icon {
  /* match the padding left of normal inputs */
  left: 1rem;
  /* allow clicks to pass through and give the input focus */
  pointer-events: none;
  /* vertically center within the input container */
  top: 1.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222633;
}
select.form-control:focus::-ms-value {
  color: #222633;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.15rem + 1px);
  padding-bottom: calc(0.15rem + 1px);
  font-size: 0.875rem;
  line-height: 1.2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #222633;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.2em + 0.3rem + 2px);
  padding: 0.15rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.5rem;
}

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #646776;
}

.form-check-label {
  margin-bottom: 0;
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00a759;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00a759;
  border-radius: 0.75rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 2rem);
  background-position: top calc(0.3em + 0.5rem) right calc(0.3em + 0.5rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00a759;
  padding-right: calc(0.75em + 3.5rem) !important;
  background: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#323543' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) right 1rem center/8px 10px no-repeat, #fff "" center right 2rem/calc(0.6em + 1rem) calc(0.6em + 1rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00a759;
  box-shadow: 0 0 0 0 rgba(0, 167, 89, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00a759;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00a759;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00a759;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00da74;
  background-color: #00da74;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(0, 167, 89, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00a759;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00a759;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00a759;
  box-shadow: 0 0 0 0 rgba(0, 167, 89, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #de3c50;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #de3c50;
  border-radius: 0.75rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #de3c50;
  padding-right: calc(1.2em + 2rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3e %3cpath fill='transparent' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z'%3e%3c/path%3e %3cpath fill='%23de3c50' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z'%3e %3c/path%3e %3cpath fill='%23de3c50' d='M12 6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Zm0 9.5a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0v-.5a1 1 0 0 1 1-1Z'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.5rem) center;
  background-size: calc(0.6em + 1rem) calc(0.6em + 1rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #de3c50;
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 2rem);
  background-position: top calc(0.3em + 0.5rem) right calc(0.3em + 0.5rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #de3c50;
  padding-right: calc(0.75em + 3.5rem) !important;
  background: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#323543' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3e %3cpath fill='transparent' d='M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z'%3e%3c/path%3e %3cpath fill='%23de3c50' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z'%3e %3c/path%3e %3cpath fill='%23de3c50' d='M12 6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Zm0 9.5a1 1 0 0 1 1 1v.5a1 1 0 1 1-2 0v-.5a1 1 0 0 1 1-1Z'%3e%3c/path%3e%3c/svg%3e") center right 2rem/calc(0.6em + 1rem) calc(0.6em + 1rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #de3c50;
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #de3c50;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #de3c50;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #de3c50;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e56877;
  background-color: #e56877;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #de3c50;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #de3c50;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #de3c50;
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.5rem;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #222633;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #222633;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

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

.btn-primary {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-secondary {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-success {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-success:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-success.disabled, .btn-success:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-info {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-info:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-info.disabled, .btn-info:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-warning {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-warning:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-danger {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-danger:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-light {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-light:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-light:focus, .btn-light.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-light.disabled, .btn-light:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-dark {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-mid {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-mid:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-mid:focus, .btn-mid.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-mid.disabled, .btn-mid:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-mid:not(:disabled):not(.disabled):active, .btn-mid:not(:disabled):not(.disabled).active, .show > .btn-mid.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-mid:not(:disabled):not(.disabled):active:focus, .btn-mid:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-mid-dark {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-mid-dark:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-mid-dark:focus, .btn-mid-dark.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-mid-dark.disabled, .btn-mid-dark:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-mid-dark:not(:disabled):not(.disabled):active, .btn-mid-dark:not(:disabled):not(.disabled).active, .show > .btn-mid-dark.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-mid-dark:not(:disabled):not(.disabled):active:focus, .btn-mid-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-highlight {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-highlight:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-highlight:focus, .btn-highlight.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-highlight.disabled, .btn-highlight:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-highlight:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active, .show > .btn-highlight.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-highlight:not(:disabled):not(.disabled):active:focus, .btn-highlight:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-highlight-dark {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-highlight-dark:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-highlight-dark:focus, .btn-highlight-dark.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-highlight-dark.disabled, .btn-highlight-dark:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-highlight-dark:not(:disabled):not(.disabled):active, .btn-highlight-dark:not(:disabled):not(.disabled).active, .show > .btn-highlight-dark.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-highlight-dark:not(:disabled):not(.disabled):active:focus, .btn-highlight-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-outline-primary {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-primary:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-secondary {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-secondary:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-success {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-success:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-info {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-info:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-warning {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-warning:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-danger {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-danger:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-light {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-light:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-dark {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-dark:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-mid {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-mid:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-mid:focus, .btn-outline-mid.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-mid:disabled, .btn-outline-mid.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-mid:not(:disabled):not(.disabled):active, .btn-outline-mid:not(:disabled):not(.disabled).active, .show > .btn-outline-mid.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-mid:not(:disabled):not(.disabled):active:focus, .btn-outline-mid:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-mid-dark {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-mid-dark:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-mid-dark:focus, .btn-outline-mid-dark.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-mid-dark:disabled, .btn-outline-mid-dark.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-mid-dark:not(:disabled):not(.disabled):active, .btn-outline-mid-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-mid-dark.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-mid-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-mid-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-highlight {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-highlight:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-highlight:focus, .btn-outline-highlight.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-highlight:disabled, .btn-outline-highlight.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active, .show > .btn-outline-highlight.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-highlight:not(:disabled):not(.disabled):active:focus, .btn-outline-highlight:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-highlight-dark {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-highlight-dark:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-highlight-dark:focus, .btn-outline-highlight-dark.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-highlight-dark:disabled, .btn-outline-highlight-dark.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-highlight-dark:not(:disabled):not(.disabled):active, .btn-outline-highlight-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-highlight-dark.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-highlight-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-highlight-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-primary {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-secondary {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-dark {
  color: #fff;
  background-color: #2e46b9;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1d3297;
  border-color: #1d3297;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #1d3297;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #878999;
  background-color: #dfe1eb;
  border-color: #dfe1eb;
  box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #162676;
  border-color: #162676;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 #c8dfff;
}

.btn-dark-bg {
  color: #1b1763;
  background-color: #ff9d51;
  border-color: #ff9d51;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 rgba(255, 145, 51, 0.25);
}
.btn-dark-bg:hover {
  color: #1b1763;
  background-color: #ff9133;
  border-color: #ff9133;
}
.btn-dark-bg:focus, .btn-dark-bg.focus {
  color: #1b1763;
  background-color: #ff9133;
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 rgba(255, 145, 51, 0.25);
}
.btn-dark-bg.disabled, .btn-dark-bg:disabled {
  color: #ffc28b;
  background-color: #ffe7ca;
  border-color: #ffe7ca;
  box-shadow: none;
}
.btn-dark-bg:not(:disabled):not(.disabled):active, .btn-dark-bg:not(:disabled):not(.disabled).active, .show > .btn-dark-bg.dropdown-toggle {
  color: #1b1763;
  background-color: #ed7c2b;
  border-color: #ed7c2b;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 rgba(255, 145, 51, 0.25);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-dark-bg:not(:disabled):not(.disabled):active:focus, .btn-dark-bg:not(:disabled):not(.disabled).active:focus {
  border-color: #c8dfff;
  box-shadow: 0 0 0 1px #c8dfff, 0 5px 10px 0 rgba(255, 145, 51, 0.25);
}

.btn-outline-primary {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-primary:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-secondary {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-secondary:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-dark {
  color: #2e46b9;
  background: #fff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 #c8dfff;
}
.btn-outline-dark:hover {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #2e46b9;
  background-color: #ddedff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #878999;
  pointer-events: none;
  background-color: #fff;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #2e46b9;
  background-color: #a7c9ff;
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 #c8dfff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  border-color: #2e46b9;
  box-shadow: 0 0 0 1px #2e46b9, 0 5px 10px 0 #c8dfff;
}

.btn-outline-dark-bg {
  color: #fff;
  background: transparent;
  border-color: #fff;
  box-shadow: 0 0 0 1px transparent, 0 5px 10px 0 rgba(255, 145, 51, 0.25);
}
.btn-outline-dark-bg:hover {
  color: #ddedff;
  background-color: transparent;
  border-color: #ddedff;
}
.btn-outline-dark-bg:focus, .btn-outline-dark-bg.focus {
  color: #ddedff;
  background-color: transparent;
  border-color: #ddedff;
  box-shadow: 0 0 0 1px #ddedff, 0 5px 10px 0 rgba(255, 145, 51, 0.25);
}
.btn-outline-dark-bg:disabled, .btn-outline-dark-bg.disabled {
  color: #a7aaba;
  pointer-events: none;
  background-color: transparent;
  border-color: #a7aaba;
  box-shadow: none;
}
.btn-outline-dark-bg:not(:disabled):not(.disabled):active, .btn-outline-dark-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-bg.dropdown-toggle {
  color: #a7c9ff;
  background-color: transparent;
  border-color: #a7c9ff;
  box-shadow: 0 0 0 1px transparent, 0 4px 10px 0 rgba(255, 145, 51, 0.25);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-outline-dark-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-bg:not(:disabled):not(.disabled).active:focus {
  border-color: #a7c9ff;
  box-shadow: 0 0 0 1px #a7c9ff, 0 5px 10px 0 rgba(255, 145, 51, 0.25);
}

.btn-link {
  font-weight: 700;
  color: #2e46b9;
  text-decoration: none;
}
.btn-link:hover {
  color: #2e46b9;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #878999;
  pointer-events: none;
}
.btn-link.inline {
  font-weight: 500;
}

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.75rem;
}

.btn-sm {
  height: 2.25rem;
  padding: 0.15rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.75rem;
}
.btn-sm svg {
  height: 1.125rem !important;
  width: 1.125rem !important;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.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: 1900px) {
  .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: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid;
  border-left: 0.4em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0.4em solid transparent;
  border-right: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0.4em solid transparent;
  border-right: 0.4em solid;
  border-bottom: 0.4em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dfe1eb;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222633;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1b1763;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1b1763;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #878999;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #646776;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #222633;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #222633;
  text-align: center;
  white-space: nowrap;
  background-color: #dfe1eb;
  border: 1px solid #222633;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.2em + 0.3rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.15rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.5rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1b1763;
  background-color: #1b1763;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 10px #85b2ff;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #85b2ff;
}
.custom-control-input:not(:disabled):not(:focus) ~ .custom-control-label:hover::before {
  box-shadow: 0 0 0 10px #ddedff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #323543;
  box-shadow: 0 0 0 10px #ddedff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #878999;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #878999;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-control-label::before {
  position: absolute;
  top: 0.75rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #323543 solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.75rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 8 10 8'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.723 8.237a.94.94 0 0 1 .053 1.277l-5.366 6.193a.834.834 0 0 1-.611.293.83.83 0 0 1-.622-.264L7.25 12.639a.94.94 0 0 1 0-1.278.821.821 0 0 1 1.207 0l2.297 2.43 4.763-5.498a.821.821 0 0 1 1.206-.056Z' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 8 10 8'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.723 8.237a.94.94 0 0 1 .053 1.277l-5.366 6.193a.834.834 0 0 1-.611.293.83.83 0 0 1-.622-.264L7.25 12.639a.94.94 0 0 1 0-1.278.821.821 0 0 1 1.207 0l2.297 2.43 4.763-5.498a.821.821 0 0 1 1.206-.056Z' fill='%23878999'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1b1763;
  background-color: #1b1763;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='7 7 10 10'%3e%3ccircle cx='12' cy='12' r='5' fill='%231b1763'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='7 7 10 10'%3e%3ccircle cx='12' cy='12' r='5' fill='%23878999'/%3e%3c/svg%3e");
}

.custom-switch {
  padding-left: 2.75rem;
}
.custom-switch .custom-control-label::before {
  left: -2.75rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-2.75rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #323543;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3.5rem;
  padding: 1rem 2rem 1rem 1rem;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #222633;
  vertical-align: middle;
  background: #fff escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#323543' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")) right 1rem center/8px 10px no-repeat;
  border: 1px solid #222633;
  border-radius: 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #85b2ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.custom-select:focus::-ms-value {
  color: #222633;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #646776;
  background-color: #dfe1eb;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222633;
}

.custom-select-sm {
  height: calc(1.2em + 0.3rem + 2px);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.5rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #85b2ff;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3.5rem;
  padding: 1rem 1rem;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.2;
  color: #222633;
  background-color: #fff;
  border: 1px solid #222633;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.2em + 2rem);
  padding: 1rem 1rem;
  line-height: 1.2;
  color: #222633;
  content: "Browse";
  background-color: #dfe1eb;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: add(1rem, 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1b1763;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #5c55d8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #cfd1df;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1b1763;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #5c55d8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #cfd1df;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #1b1763;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #5c55d8;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #cfd1df;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #cfd1df;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #878999;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #878999;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #878999;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link.disabled {
  color: #646776;
  pointer-events: none;
  cursor: default;
}

@media (min-width: 992px) {
  .nav-button:hover {
    /* stylelint-disable-next-line declaration-no-important */
    background: #ddedff !important;
  }
  .nav-button:focus, .nav-button.focus {
    border-color: #4a62d4;
  }
}

.nav-tabs {
  border-bottom: 1px solid #cfd1df;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #dfe1eb #dfe1eb #cfd1df;
}
.nav-tabs .nav-link.disabled {
  color: #646776;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #515362;
  background-color: #fff;
  border-color: #cfd1df #cfd1df #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b1763;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
  visibility: hidden;
  background: rgba(64, 64, 64, 0.45);
  opacity: 0;
  transition: height 0s, opacity 0s, visibility 0s;
}
.content-overlay.show {
  height: 100%;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 300ms;
}

/* including footer styles in here so they get ripped by rip-the-nav */
.es-footer .es-footer-logo svg {
  width: 160px !important;
  height: 36px !important;
}

.social-icons-container {
  gap: 24px;
}
.social-icons-container a:last-child {
  margin-left: -56px;
}
.social-icons-container a:nth-last-child(2) {
  margin-right: 56px;
}

.nav-es-container .nav-es-global,
.nav-es-container .nav-es-sticky {
  z-index: 1000;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .nav-es-container .nav-es-global,
  .nav-es-container .nav-es-sticky {
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
    box-shadow: none;
  }
}
.nav-es-container .nav-es-global {
  background-color: #fff;
}
@media (min-width: 992px) {
  .nav-es-container .nav-es-global {
    box-shadow: 0 4px 4px rgba(221, 221, 221, 0.25);
  }
}
.nav-es-container .nav-search-bar-mobile {
  z-index: 1000;
  font-size: 0.875rem;
  background-color: #fff;
}
.nav-es-container .nav-search-bar-mobile .input-wrapper {
  width: 100% !important;
}
.nav-es-container .nav-search-bar-mobile .btn-primary {
  display: none !important;
}
@media (min-width: 992px) {
  .nav-es-container .nav-search-bar-mobile .nav-search-close-mobile {
    position: absolute;
  }
}
.nav-es-container .btn-link {
  color: #222633;
}
.nav-es-container a,
.nav-es-container label {
  font-weight: 400;
}
.nav-es-container .nav-es-logo-mobile svg,
.nav-es-container .nav-es-logo-desktop-sticky svg {
  width: auto !important;
  height: 28px !important;
}
.nav-es-container .nav-es-logo-mobile svg {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .nav-es-container .nav-es-logo-desktop svg {
    width: auto !important;
    height: 42px !important;
  }
}
.nav-es-container .nav-es-sticky .nav-item.nav-link,
.nav-es-container .nav-es-sticky .dropdown-item.nav-link,
.nav-es-container .navbar-light .navbar-nav .nav-item.nav-link,
.nav-es-container .navbar-light .navbar-nav .dropdown-item.nav-link {
  color: #222633;
}
.nav-es-container .nav-es-sticky .nav-item.nav-link:hover,
.nav-es-container .nav-es-sticky .dropdown-item.nav-link:hover,
.nav-es-container .navbar-light .navbar-nav .nav-item.nav-link:hover,
.nav-es-container .navbar-light .navbar-nav .dropdown-item.nav-link:hover {
  font-weight: 600;
  color: #222633;
  text-decoration: underline;
}
.nav-es-container .dropdown-toggle::after {
  content: none;
}
.nav-es-container .dropdown-label,
.nav-es-container .menu-checkbox,
.nav-es-container .menu-header,
.nav-es-container .menu-toggle,
.nav-es-container .expand-icon {
  display: none;
}
.nav-es-container .dropdown-item:hover,
.nav-es-container .dropdown-item:active,
.nav-es-container .dropdown-item:focus {
  background: none;
}
.nav-es-container .featured-article-image {
  height: auto !important;
}
.nav-es-container .dropdown-cta-right .cta-link:hover .link-name {
  text-decoration: underline;
}
.nav-es-container .dropdown-cta-right .cta-link:hover .link-subheading {
  text-decoration: none !important;
}
.nav-es-container .account-icon,
.nav-es-container .search-icon {
  fill: #1b1763;
}
.nav-es-container .search-open {
  fill: #2e46b9 !important;
}
@media only screen and (min-width: 992px) {
  .nav-es-container {
    /* stylelint-disable-next-line selector-class-pattern */
  }
  .nav-es-container .nav-es-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .nav-es-container.scrolled .nav-es-sticky {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .nav-es-container .dropdown-full-page {
    position: static;
  }
  .nav-es-container .dropdown-menu-full-page {
    top: 65%;
    width: 100%;
    padding-bottom: 0;
  }
  .nav-es-container .topic-menu-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 1px;
    margin: 0;
    content: "";
    background-color: #eaecf4;
    border-style: none;
    border-radius: 1px;
  }
  .nav-es-container .nav-item .dropdown-toggle,
  .nav-es-container .nav-item .nav-link {
    cursor: pointer;
  }
  .nav-es-container .nav-item .dropdown-menu {
    display: block;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: height 0s, opacity 0s, visibility 0s;
  }
  .nav-es-container .product-menu .nav-item:last-child .product-menu-header-link {
    /* stylelint-disable-next-line declaration-no-important */
    padding-right: 2em !important;
  }
  .nav-es-container .product-menu-header-link {
    color: #162676;
  }
  .nav-es-container .product-menu-link {
    font-size: 0.875rem;
  }
  .nav-es-container .product-menu-flyout {
    left: 50%;
    width: 310px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-es-container .product-menu-flyout--large {
    left: 0;
    width: 775px;
    -webkit-transform: none;
    transform: none;
  }
  .nav-es-container .nav-item:last-child .product-menu-flyout {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  .nav-es-container .account-menu {
    right: 50%;
    left: auto;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  .nav-es-container .account-menu.loggedIn {
    font-size: 0.875rem;
  }
  .nav-es-container .nav-item:hover .dropdown-menu {
    height: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: 300ms;
  }
  .nav-es-container .nav-item:hover .product-menu-header-text::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 1001;
    height: 2px;
    content: "";
    background: #ff9133;
    border-style: none;
  }
  .nav-es-container .nav-item.top-header {
    padding: 1em 0 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .nav-item.top-header .top-header-inner > .nav-link {
    line-height: 1.25rem;
    color: #1b1763;
    text-decoration: none;
    background: #f1f3fb;
    border: 2px solid transparent;
    border-radius: 8px;
  }
  .nav-es-container .nav-item.top-header:hover {
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .nav-item.top-header:hover .top-header-inner > .nav-link {
    background: #ddedff;
  }
  .nav-es-container .navbar-light .navbar-nav .nav-item.nav-link:hover {
    font-weight: 400;
  }
  .nav-es-container .topic-group .eyebrow {
    color: #222633;
  }
  .nav-es-container .topic-group .nav-link:has(.eyebrow) {
    /* stylelint-disable-next-line declaration-no-important */
    color: #2e46b9 !important;
  }
  .nav-es-container .topic-group .nav-link:has(.eyebrow):hover {
    /* stylelint-disable-next-line declaration-no-important */
    color: #2e46b9 !important;
  }
  .nav-es-container .topic-group .nav-link:has(.eyebrow) .eyebrow {
    color: #2e46b9;
  }
  .nav-es-container .topic-group .dropdown-item {
    font-size: 0.875rem;
  }
  .nav-es-container .icon-dropdown {
    position: relative;
    display: inline-block;
  }
  .nav-es-container .icon-dropdown .container {
    width: 225px;
  }
  .nav-es-container .icon-dropdown .dropdown-menu {
    width: 250px;
  }
  .nav-es-container .icon-dropdown .dropdown-toggle .first-name {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav-es-container .dropdown-menu-primary {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-es-container .dropdown-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
  }
  .nav-es-container .dropdown-item {
    white-space: normal !important;
  }
  .nav-es-container .dropdown-cta-bottom {
    -ms-flex-align: center;
    align-items: center;
    height: 78px;
    color: #fff;
    background-color: #222633;
  }
  .nav-es-container .dropdown-cta-bottom .dropdown-cta-bottom--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .nav-es-container .dropdown-cta-bottom .btn-lg {
    width: 250px;
  }
  .nav-es-container .nav-link.topic-menu-header .link-subheading {
    color: #222633;
  }
  .nav-es-container .nav-link.topic-menu-header:hover {
    text-decoration: none !important;
  }
  .nav-es-container .nav-link.topic-menu-header:hover .link-name {
    text-decoration: underline;
  }
  .nav-es-container .nav-link.topic-menu-header:hover .link-subheading {
    font-weight: 400;
    color: #222633;
  }
  .nav-es-container .navbar-nav {
    /* stylelint-disable-next-line selector-class-pattern */
  }
  .nav-es-container .navbar-nav .loggedIn {
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .navbar-nav .loggedIn .dropdown-item.nav-link:hover {
    font-weight: 400;
  }
  .nav-es-container .dropdown-menu-primary .eyebrow.link-name {
    /* stylelint-disable-next-line declaration-no-important */
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .nav-es-container .product-menu-flyout {
    width: 370px;
  }
  .nav-es-container .product-menu-flyout--large {
    width: 832px;
  }
  .nav-es-container .nav-item:last-child .product-menu-flyout {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}
@media (min-width: 1900px) {
  .nav-es-container .nav-item:last-child .product-menu-flyout {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-es-container .product-menu-flyout--large {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@media only screen and (max-width: 991px) {
  .nav-es-container .nav-es-global {
    height: 56px;
  }
  .nav-es-container .top-level-menu {
    z-index: 1000;
  }
  .nav-es-container .navbar-nav {
    padding-bottom: 120px;
    overflow-y: scroll;
  }
  .nav-es-container .dropdown {
    position: unset;
  }
  .nav-es-container .dropdown-menu {
    position: static !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: calc(100% - 64px);
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .nav-es-container .dropdown-menu:not(.dropdown-menu-full-page) li:last-child {
    margin-bottom: 120px;
  }
  .nav-es-container .dropdown-menu-primary {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-style: none;
  }
  .nav-es-container .dropdown-menu-primary .nav-item:not(.nav-link) {
    margin: 0;
  }
  .nav-es-container .dropdown-list {
    padding: 0;
  }
  .nav-es-container .dropdown-menu-full-page {
    display: -ms-flexbox !important;
    display: flex !important;
    border-style: none;
  }
  .nav-es-container .dropdown-label {
    display: block;
    cursor: pointer;
  }
  .nav-es-container .nav-item.top-header {
    margin-bottom: 0.5rem;
    background: #f1f3fb;
    border-radius: 3px;
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .nav-item.top-header .top-header-inner > .nav-link {
    color: #1b1763;
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .nav-item.top-header .top-header-inner > .nav-link:hover {
    color: #1b1763;
  }
  .nav-es-container .nav-item.top-header .top-header-inner {
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .nav-item.top-header .top-header-inner > .dropdown-label {
    color: #1b1763;
    /* stylelint-disable-next-line selector-max-class */
  }
  .nav-es-container .nav-item.top-header .top-header-inner > .dropdown-label:hover {
    color: #1b1763;
    text-decoration: underline;
  }
  .nav-es-container .nav-item.dropdown > .dropdown-label:hover,
  .nav-es-container .topic-group > .dropdown-label:hover {
    text-decoration: underline;
  }
  .nav-es-container .topic-group .nav-item .nav-link {
    color: #2e46b9;
  }
  .nav-es-container .topic-group .nav-item .nav-link:hover {
    color: #2e46b9;
    text-decoration: underline;
  }
  .nav-es-container .topic-group .dropdown-item {
    font-weight: 600;
  }
  .nav-es-container .topic-group .dropdown-item:hover {
    font-weight: 600;
  }
  .nav-es-container .dropdown-item {
    white-space: normal;
  }
  .nav-es-container .dropdown-cta-right {
    padding-bottom: 120px;
  }
  .nav-es-container .expand-icon {
    display: -ms-flexbox;
    display: flex;
  }
  .nav-es-container .product-menu .expand-icon,
  .nav-es-container .topic-group .expand-icon {
    fill: #a7aaba;
  }
  .nav-es-container .submenu .expand-icon,
  .nav-es-container .product-menu-flyout .expand-icon,
  .nav-es-container .topic-menu-back .expand-icon {
    fill: #1b1763;
  }
  .nav-es-container .product-menu-link {
    font-weight: 600;
  }
  .nav-es-container .nav-item {
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    margin: 0 15px;
  }
  .nav-es-container .nav-item-border-mobile {
    border-bottom: 1px solid #eaecf4 !important;
  }
  .nav-es-container .dropdown-label.nav-link {
    margin-bottom: 0;
  }
  .nav-es-container .menu {
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 300px;
    max-width: 540px;
    height: 100%;
    min-height: 100vh;
    max-height: 100%;
    background: #fff;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .nav-es-container .menu ul,
  .nav-es-container .menu li {
    display: block;
    width: 100%;
    border-style: none;
  }
  .nav-es-container .menu li,
  .nav-es-container .menu .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .nav-es-container .submenu {
    position: fixed;
    z-index: 2;
  }
  .nav-es-container .submenu ul {
    max-height: calc(100% - 64px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .nav-es-container .submenu ul li:last-child {
    margin-bottom: 120px;
  }
  .nav-es-container .menu-checkbox:checked + .menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .nav-es-container .menu-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
    max-height: 64px;
    font-weight: bolder;
  }
  .nav-es-container .menu-toggle {
    display: -ms-flexbox;
    display: flex;
    vertical-align: center;
    cursor: pointer;
  }
  .nav-es-container .product-menu-flyout-see-all {
    text-decoration: underline;
    letter-spacing: 0.08em;
  }
  .nav-es-container .nav-item.nav-item-menu {
    height: 76px;
    margin-bottom: 0.5em;
    text-decoration: none;
  }
  .nav-es-container .nav-item.nav-item-menu:hover .link-name {
    text-decoration: underline;
  }
  .nav-es-container .nav-item.nav-item-menu:hover .link-subheading {
    font-weight: 400;
    color: #222633;
    text-decoration: none !important;
  }
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
.navbar .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.75rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1899.98px) {
  .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container-xxl, .navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand > .container-xxl, .navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light {
  color: #222633;
}
.navbar-light .navbar-brand {
  color: #222633;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #222633;
}
.navbar-light .navbar-nav .nav-link {
  color: #222633;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #222633;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #222633;
}
.navbar-light .navbar-toggler {
  color: #222633;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#222633' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"));
}
.navbar-light .navbar-text {
  color: #222633;
}
.navbar-light .navbar-text a {
  color: #222633;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #222633;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #eaecf4;
  border-radius: 0.75rem;
}
.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: calc(0.75rem - 2px);
  border-top-right-radius: calc(0.75rem - 2px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.75rem - 2px);
  border-bottom-left-radius: calc(0.75rem - 2px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

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

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 2px solid #eaecf4;
}
.card-header:first-child {
  border-radius: calc(0.75rem - 2px) calc(0.75rem - 2px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 2px solid #eaecf4;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 2px) calc(0.75rem - 2px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.75rem - 2px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.75rem - 2px);
  border-top-right-radius: calc(0.75rem - 2px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.75rem - 2px);
  border-bottom-left-radius: calc(0.75rem - 2px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    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-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.es-card {
  border: 2px solid #eaecf4;
  padding: 1.5rem;
  background-color: #fff;
  /* stylelint-disable-next-line property-disallowed-list */
  border-radius: 0.75rem;
  display: block;
  text-align: left;
  width: 100%;
}
.es-card.interactive {
  /* account for the tag likely being an anchor or button */
  display: block;
  font-weight: 400;
  color: #222633;
  cursor: pointer;
  border: 2px solid #dfe1eb;
  box-shadow: 0 0 0 1px transparent, 0px 4px 12px 0px #f1f3fb;
  /* stylelint-disable-next-line property-disallowed-list */
  transition: all 0.2s ease-in-out;
  /* fix safari issue with drop-shadow buggy behavior */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.es-card.interactive:hover {
  border-color: #ffcea0;
  text-decoration: none;
}
.es-card.interactive:focus {
  border-color: #ffaa66;
  box-shadow: 0 0 0 1px #ffaa66, 0px 4px 12px 0px #f1f3fb;
  outline: none;
}
.es-card.interactive:active {
  border-color: #ed7c2b;
  box-shadow: 0 0 0 1px #ed7c2b, 0px 3px 10px 0px #f1f3fb;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.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: -2px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.75rem;
}

.breadcrumb-item {
  margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #222633;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #222633;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  font-weight: 500;
  color: #2e46b9;
  background-color: transparent;
  border: 1px solid #cfd1df;
}
.page-link:hover {
  z-index: 2;
  color: #2e46b9;
  text-decoration: underline;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #222633;
  background-color: #fff3df;
  border-color: #cfd1df;
  pointer-events: none;
}
.page-item.disabled .page-link {
  color: #878999;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #cfd1df;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-danger {
  color: #222633;
  background-color: #f7d7db;
}

.badge-dark {
  color: #fff;
  background-color: #1b1763;
}

.badge-info {
  color: #222633;
  background-color: #ffb67b;
}

.badge-primary {
  color: #1b1763;
  background-color: #c8dfff;
}

.badge-success {
  color: #222633;
  background-color: #ccedd8;
}

.badge-warning {
  color: #222633;
  background-color: #f8efca;
}

.badge-secondary {
  color: #222633;
  background-color: #c8dfff;
}

.badge-light {
  color: #222633;
  background-color: #dfe1eb;
}

.badge-mid {
  color: #222633;
  background-color: #cfd1df;
}

.badge-mid-dark {
  color: #222633;
  background-color: #646776;
}

.badge-highlight {
  color: #222633;
  background-color: #1d3297;
}

.badge-highlight-dark {
  color: #222633;
  background-color: #2e46b9;
}

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-primary hr {
  border-top-color: #b0afc9;
}
.alert-primary .alert-link {
  color: #03020a;
}

.alert-secondary {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-secondary hr {
  border-top-color: #b4b5ba;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-success hr {
  border-top-color: #a5dfc5;
}
.alert-success .alert-link {
  color: #002413;
}

.alert-info {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-info hr {
  border-top-color: #c4d9ff;
}
.alert-info .alert-link {
  color: #344663;
}

.alert-warning {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-warning hr {
  border-top-color: #fbeba4;
}
.alert-warning .alert-link {
  color: #4f4206;
}

.alert-danger {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-danger hr {
  border-top-color: #f2b2ba;
}
.alert-danger .alert-link {
  color: #4b141b;
}

.alert-light {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-light hr {
  border-top-color: #e7e9ef;
}
.alert-light .alert-link {
  color: #5b5c60;
}

.alert-dark {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-dark hr {
  border-top-color: #b4b5ba;
}
.alert-dark .alert-link {
  color: black;
}

.alert-mid {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-mid hr {
  border-top-color: #e3e3ec;
}
.alert-mid .alert-link {
  color: #53545a;
}

.alert-mid-dark {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-mid-dark hr {
  border-top-color: #c6c6cd;
}
.alert-mid-dark .alert-link {
  color: #1d1e21;
}

.alert-highlight {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-highlight hr {
  border-top-color: #afb6da;
}
.alert-highlight .alert-link {
  color: #070c24;
}

.alert-highlight-dark {
  color: #222633;
  background-color: #fff;
  border-color: #eaecf4;
}
.alert-highlight-dark hr {
  border-top-color: #b1bae5;
}
.alert-highlight-dark .alert-link {
  color: #0e1537;
}

.es-form-msg .icon-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  z-index: 1;
}
.es-form-msg .icon-wrapper::before {
  content: "";
  height: 2rem;
  position: absolute;
  border-radius: 50%;
  width: 2rem;
}
.es-form-msg .icon-wrapper svg {
  position: relative;
  z-index: 2;
}
.es-form-msg .close,
.es-form-msg .close:not(:disabled):not(.disabled):hover,
.es-form-msg .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.es-form-msg.alert-danger .icon-wrapper {
  color: #de3c50;
}
.es-form-msg.alert-danger .icon-wrapper::before {
  box-shadow: 0 0 0 4px #f7d7db, 0 0 0 6px #efa6af inset;
}
.es-form-msg.alert-success .icon-wrapper {
  color: #00a759;
}
.es-form-msg.alert-success .icon-wrapper::before {
  box-shadow: 0 0 0 4px #ccedd8, 0 0 0 6px #80ce97 inset;
}
.es-form-msg.alert-primary .icon-wrapper {
  color: #2e46b9;
}
.es-form-msg.alert-primary .icon-wrapper::before {
  box-shadow: 0 0 0 4px #ddedff, 0 0 0 6px #a7c9ff inset;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #dfe1eb;
  border-radius: 0.75rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff9133;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #515362;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #515362;
  text-decoration: none;
  background-color: #eaecf4;
}
.list-group-item-action:active {
  color: #222633;
  background-color: #dfe1eb;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.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: #646776;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1b1763;
  border-color: #1b1763;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1900px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0e0c33;
  background-color: #bfbed3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0e0c33;
  background-color: #b0afc9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e0c33;
  border-color: #0e0c33;
}

.list-group-item-secondary {
  color: #12141b;
  background-color: #c1c2c6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #12141b;
  background-color: #b4b5ba;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #12141b;
  border-color: #12141b;
}

.list-group-item-success {
  color: #00572e;
  background-color: #b8e6d1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00572e;
  background-color: #a5dfc5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00572e;
  border-color: #00572e;
}

.list-group-item-info {
  color: #455d85;
  background-color: #dde9ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #455d85;
  background-color: #c4d9ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #455d85;
  border-color: #455d85;
}

.list-group-item-warning {
  color: #7f6909;
  background-color: #fcf0bc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f6909;
  background-color: #fbeba4;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f6909;
  border-color: #7f6909;
}

.list-group-item-danger {
  color: #731f2a;
  background-color: #f6c8ce;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #731f2a;
  background-color: #f2b2ba;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #731f2a;
  border-color: #731f2a;
}

.list-group-item-light {
  color: #74757a;
  background-color: #f6f7f9;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #74757a;
  background-color: #e7e9ef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #74757a;
  border-color: #74757a;
}

.list-group-item-dark {
  color: #12141b;
  background-color: #c1c2c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #12141b;
  background-color: #b4b5ba;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #12141b;
  border-color: #12141b;
}

.list-group-item-mid {
  color: #6c6d74;
  background-color: #f2f2f6;
}
.list-group-item-mid.list-group-item-action:hover, .list-group-item-mid.list-group-item-action:focus {
  color: #6c6d74;
  background-color: #e3e3ec;
}
.list-group-item-mid.list-group-item-action.active {
  color: #fff;
  background-color: #6c6d74;
  border-color: #6c6d74;
}

.list-group-item-mid-dark {
  color: #34363d;
  background-color: #d4d4d9;
}
.list-group-item-mid-dark.list-group-item-action:hover, .list-group-item-mid-dark.list-group-item-action:focus {
  color: #34363d;
  background-color: #c6c6cd;
}
.list-group-item-mid-dark.list-group-item-action.active {
  color: #fff;
  background-color: #34363d;
  border-color: #34363d;
}

.list-group-item-highlight {
  color: #0f1a4f;
  background-color: #c0c6e2;
}
.list-group-item-highlight.list-group-item-action:hover, .list-group-item-highlight.list-group-item-action:focus {
  color: #0f1a4f;
  background-color: #afb6da;
}
.list-group-item-highlight.list-group-item-action.active {
  color: #fff;
  background-color: #0f1a4f;
  border-color: #0f1a4f;
}

.list-group-item-highlight-dark {
  color: #182460;
  background-color: #c4cbeb;
}
.list-group-item-highlight-dark.list-group-item-action:hover, .list-group-item-highlight-dark.list-group-item-action:focus {
  color: #182460;
  background-color: #b1bae5;
}
.list-group-item-highlight-dark.list-group-item-action.active {
  color: #fff;
  background-color: #182460;
  border-color: #182460;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}

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

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #646776;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid;
  border-radius: 0.25rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 38, 51, 0.45);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.2;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 2rem;
  border-bottom: 0 solid;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.modal-header .close {
  padding: 2rem 2rem;
  margin: -2rem -2rem -2rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4rem 2rem 2rem;
  position: relative;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.modal-footer::before {
  border-top: 1px solid #878999;
  content: "";
  left: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0px 4px 12px 0px #cfd1df;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #000;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 1px 6px 0 rgba(34, 38, 51, 0.25);
  padding: 1rem 1rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 2rem;
  height: 1.25rem;
  margin: 0 0.6rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 1.25rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -1.25rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 95%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 95%);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 1.25rem 1rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 0;
  border-width: 1.25rem 1rem 0;
  border-top-color: #000;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 1.25rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: -1.25rem;
  width: 1.25rem;
  height: 2rem;
  margin: 0.4rem 0 0 0;
  -webkit-clip-path: polygon(5% 20%, 100% 0%, 100% 100%, 5% 100%);
  clip-path: polygon(5% 20%, 100% 0%, 100% 100%, 5% 100%);
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 1rem 1.25rem 1rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 0;
  border-width: 1rem 1.25rem 1rem 0;
  border-right-color: #000;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 1.25rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -1.25rem;
  -webkit-clip-path: polygon(0% 100%, 0% 5%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 100%, 0% 5%, 100% 0%, 100% 100%);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 1rem 1.25rem 1rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 0;
  border-width: 0 1rem 1.25rem 1rem;
  border-bottom-color: #000;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2rem;
  margin-left: -1rem;
  content: "";
  border-bottom: 0 solid #000;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 1.25rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: -1.25rem;
  width: 1.25rem;
  height: 2rem;
  margin: 0.4rem 0 0 0;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 95% 100%, 0% 100%);
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 1rem 0 1rem 1.25rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 0;
  border-width: 1rem 0 1rem 1.25rem;
  border-left-color: #000;
}

.popover-header {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  font-weight: 600;
  border-bottom: 0 solid black;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.popover-header:empty {
  display: none;
}

.popover-header + .popover-body {
  padding-right: 28px;
}

.popover-body {
  color: #fff;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  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 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>"));
}

.carousel-control-next-icon {
  background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#fff' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>"));
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: -0.125em;
  border: 0.15em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.15em;
}

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

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1.25rem;
  height: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #1b1763 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #100d3a !important;
}

.bg-secondary {
  background-color: #222633 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0e0f14 !important;
}

.bg-success {
  background-color: #00a759 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00743e !important;
}

.bg-info {
  background-color: #85b2ff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #5292ff !important;
}

.bg-warning {
  background-color: #f4ca11 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c9a509 !important;
}

.bg-danger {
  background-color: #de3c50 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c62136 !important;
}

.bg-light {
  background-color: #dfe1eb !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c0c4d7 !important;
}

.bg-dark {
  background-color: #222633 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0e0f14 !important;
}

.bg-mid {
  background-color: #cfd1df !important;
}

a.bg-mid:hover, a.bg-mid:focus,
button.bg-mid:hover,
button.bg-mid:focus {
  background-color: #b0b4cb !important;
}

.bg-mid-dark {
  background-color: #646776 !important;
}

a.bg-mid-dark:hover, a.bg-mid-dark:focus,
button.bg-mid-dark:hover,
button.bg-mid-dark:focus {
  background-color: #4d4f5a !important;
}

.bg-highlight {
  background-color: #1d3297 !important;
}

a.bg-highlight:hover, a.bg-highlight:focus,
button.bg-highlight:hover,
button.bg-highlight:focus {
  background-color: #15246c !important;
}

.bg-highlight-dark {
  background-color: #2e46b9 !important;
}

a.bg-highlight-dark:hover, a.bg-highlight-dark:focus,
button.bg-highlight-dark:hover,
button.bg-highlight-dark:focus {
  background-color: #243790 !important;
}

.bg-blue {
  background-color: #2e46b9 !important;
}

.bg-light-blue {
  background-color: #a7c9ff !important;
}

.bg-gray-blue {
  background-color: #c8dfff !important;
}

.bg-indigo {
  background-color: #1d3297 !important;
}

.bg-purple {
  background-color: #2e46b9 !important;
}

.bg-pink {
  background-color: #ff9133 !important;
}

.bg-red {
  background-color: #de3c50 !important;
}

.bg-orange {
  background-color: #ff9133 !important;
}

.bg-yellow {
  background-color: #ff9133 !important;
}

.bg-green {
  background-color: #00a759 !important;
}

.bg-teal {
  background-color: #85b2ff !important;
}

.bg-cyan {
  background-color: #1b1763 !important;
}

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

.bg-gray {
  background-color: #222633 !important;
}

.bg-gray-dark {
  background-color: #323543 !important;
}

.bg-gray-100 {
  background-color: #eaecf4 !important;
}

.bg-gray-150 {
  background-color: #eaecf4 !important;
}

.bg-gray-200 {
  background-color: #dfe1eb !important;
}

.bg-gray-300 {
  background-color: #cfd1df !important;
}

.bg-gray-400 {
  background-color: #a7aaba !important;
}

.bg-gray-500 {
  background-color: #878999 !important;
}

.bg-gray-600 {
  background-color: #646776 !important;
}

.bg-gray-700 {
  background-color: #515362 !important;
}

.bg-gray-800 {
  background-color: #323543 !important;
}

.bg-gray-900 {
  background-color: #222633 !important;
}

.bg-gray-1000 {
  background-color: #222633 !important;
}

.bg-gray-1100 {
  background-color: #222633 !important;
}

.bg-gray-1200 {
  background-color: #222633 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-teal-100 {
  background-color: #ddedff !important;
}

.bg-teal-200 {
  background-color: #a7c9ff !important;
}

.bg-teal-300 {
  background-color: #85b2ff !important;
}

.bg-teal-400 {
  background-color: #688aea !important;
}

.bg-teal-500 {
  background-color: #688aea !important;
}

.bg-teal-600 {
  background-color: #2e46b9 !important;
}

.bg-teal-700 {
  background-color: #162676 !important;
}

.bg-teal-800 {
  background-color: #1b1763 !important;
}

.bg-cyan-100 {
  background-color: #ddedff !important;
}

.bg-cyan-200 {
  background-color: #c8dfff !important;
}

.bg-cyan-300 {
  background-color: #a7c9ff !important;
}

.bg-cyan-400 {
  background-color: #4a62d4 !important;
}

.bg-cyan-500 {
  background-color: #2e46b9 !important;
}

.bg-cyan-600 {
  background-color: #1d3297 !important;
}

.bg-cyan-700 {
  background-color: #162676 !important;
}

.bg-cyan-800 {
  background-color: #1b1763 !important;
}

.bg-pink-100 {
  background-color: #fff3df !important;
}

.bg-pink-200 {
  background-color: #ffdbb5 !important;
}

.bg-pink-300 {
  background-color: #ffc28b !important;
}

.bg-pink-400 {
  background-color: #ffb67b !important;
}

.bg-pink-500 {
  background-color: #ed7c2b !important;
}

.bg-pink-600 {
  background-color: #ed7c2b !important;
}

.bg-pink-700 {
  background-color: #ed7c2b !important;
}

.bg-pink-800 {
  background-color: #ed7c2b !important;
}

.bg-yellow-100 {
  background-color: #fff3df !important;
}

.bg-yellow-200 {
  background-color: #ffdbb5 !important;
}

.bg-yellow-300 {
  background-color: #ffc28b !important;
}

.bg-yellow-400 {
  background-color: #ffaa66 !important;
}

.bg-yellow-500 {
  background-color: #ff9d51 !important;
}

.bg-yellow-600 {
  background-color: #ed7c2b !important;
}

.bg-yellow-700 {
  background-color: #ed7c2b !important;
}

.bg-yellow-800 {
  background-color: #ed7c2b !important;
}

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

.bg-gray-50 {
  background-color: #f1f3fb !important;
}

.bg-gray-100 {
  background-color: #eaecf4 !important;
}

.bg-gray-200 {
  background-color: #dfe1eb !important;
}

.bg-gray-300 {
  background-color: #cfd1df !important;
}

.bg-gray-400 {
  background-color: #a7aaba !important;
}

.bg-gray-500 {
  background-color: #878999 !important;
}

.bg-gray-600 {
  background-color: #646776 !important;
}

.bg-gray-700 {
  background-color: #515362 !important;
}

.bg-gray-800 {
  background-color: #323543 !important;
}

.bg-gray-900 {
  background-color: #222633 !important;
}

.bg-blue-50 {
  background-color: #ddedff !important;
}

.bg-blue-100 {
  background-color: #c8dfff !important;
}

.bg-blue-200 {
  background-color: #a7c9ff !important;
}

.bg-blue-300 {
  background-color: #85b2ff !important;
}

.bg-blue-400 {
  background-color: #688aea !important;
}

.bg-blue-500 {
  background-color: #4a62d4 !important;
}

.bg-blue-600 {
  background-color: #2e46b9 !important;
}

.bg-blue-700 {
  background-color: #1d3297 !important;
}

.bg-blue-800 {
  background-color: #162676 !important;
}

.bg-blue-900 {
  background-color: #1b1763 !important;
}

.bg-orange-50 {
  background-color: #fff3df !important;
}

.bg-orange-100 {
  background-color: #ffe7ca !important;
}

.bg-orange-200 {
  background-color: #ffdbb5 !important;
}

.bg-orange-300 {
  background-color: #ffcea0 !important;
}

.bg-orange-400 {
  background-color: #ffc28b !important;
}

.bg-orange-500 {
  background-color: #ffb67b !important;
}

.bg-orange-600 {
  background-color: #ffaa66 !important;
}

.bg-orange-700 {
  background-color: #ff9d51 !important;
}

.bg-orange-800 {
  background-color: #ff9133 !important;
}

.bg-orange-900 {
  background-color: #ed7c2b !important;
}

.bg-success-50 {
  background-color: #ccedd8 !important;
}

.bg-success-500 {
  background-color: #80ce97 !important;
}

.bg-success-900 {
  background-color: #00a759 !important;
}

.bg-warning-50 {
  background-color: #f8efca !important;
}

.bg-warning-500 {
  background-color: #f4df83 !important;
}

.bg-warning-900 {
  background-color: #f4ca11 !important;
}

.bg-error-50 {
  background-color: #f7d7db !important;
}

.bg-error-500 {
  background-color: #efa6af !important;
}

.bg-error-900 {
  background-color: #de3c50 !important;
}

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

.bg-soft-blue {
  background-color: #c8dfff !important;
}

.bg-medium-blue {
  background-color: #85b2ff !important;
}

.bg-dark-blue {
  background-color: #1b1763 !important;
}

.bg-warm-orange {
  background-color: #ff9133 !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #1b1763 !important;
}

.border-secondary {
  border-color: #222633 !important;
}

.border-success {
  border-color: #00a759 !important;
}

.border-info {
  border-color: #85b2ff !important;
}

.border-warning {
  border-color: #f4ca11 !important;
}

.border-danger {
  border-color: #de3c50 !important;
}

.border-light {
  border-color: #dfe1eb !important;
}

.border-dark {
  border-color: #222633 !important;
}

.border-mid {
  border-color: #cfd1df !important;
}

.border-mid-dark {
  border-color: #646776 !important;
}

.border-highlight {
  border-color: #1d3297 !important;
}

.border-highlight-dark {
  border-color: #2e46b9 !important;
}

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

.border-soft-blue {
  border-color: #c8dfff !important;
}

.border-medium-blue {
  border-color: #85b2ff !important;
}

.border-dark-blue {
  border-color: #1b1763 !important;
}

.border-warm-orange {
  border-color: #ff9133 !important;
}

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

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

.rounded-sm {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-right {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-left {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.border-blue-50 {
  border-color: #ddedff !important;
}

.border-blue-100 {
  border-color: #c8dfff !important;
}

.border-blue-200 {
  border-color: #a7c9ff !important;
}

.border-blue-300 {
  border-color: #85b2ff !important;
}

.border-blue-400 {
  border-color: #688aea !important;
}

.border-blue-500 {
  border-color: #4a62d4 !important;
}

.border-blue-600 {
  border-color: #2e46b9 !important;
}

.border-blue-700 {
  border-color: #1d3297 !important;
}

.border-blue-800 {
  border-color: #162676 !important;
}

.border-blue-900 {
  border-color: #1b1763 !important;
}

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

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1900px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1900px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1900px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 4px 12px #cfd1df !important;
}

.shadow {
  box-shadow: 0 4px 12px #cfd1df !important;
}

.shadow-lg {
  box-shadow: 0 4px 12px #cfd1df !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.w-auto {
  width: auto !important;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}
@media (min-width: 1900px) {
  .w-xxl-auto {
    width: auto !important;
  }
}
.min-width-4 {
  min-width: 4em !important;
}

.min-width-5 {
  min-width: 5em !important;
}

.min-width-6 {
  min-width: 6em !important;
}

.min-width-7 {
  min-width: 7em !important;
}

@media (min-width: 576px) {
  .min-width-sm-4 {
    min-width: 4em !important;
  }
  .min-width-sm-5 {
    min-width: 5em !important;
  }
  .min-width-sm-6 {
    min-width: 6em !important;
  }
  .min-width-sm-7 {
    min-width: 7em !important;
  }
}
@media (min-width: 768px) {
  .min-width-md-4 {
    min-width: 4em !important;
  }
  .min-width-md-5 {
    min-width: 5em !important;
  }
  .min-width-md-6 {
    min-width: 6em !important;
  }
  .min-width-md-7 {
    min-width: 7em !important;
  }
}
@media (min-width: 992px) {
  .min-width-lg-4 {
    min-width: 4em !important;
  }
  .min-width-lg-5 {
    min-width: 5em !important;
  }
  .min-width-lg-6 {
    min-width: 6em !important;
  }
  .min-width-lg-7 {
    min-width: 7em !important;
  }
}
@media (min-width: 1200px) {
  .min-width-xl-4 {
    min-width: 4em !important;
  }
  .min-width-xl-5 {
    min-width: 5em !important;
  }
  .min-width-xl-6 {
    min-width: 6em !important;
  }
  .min-width-xl-7 {
    min-width: 7em !important;
  }
}
@media (min-width: 1900px) {
  .min-width-xxl-4 {
    min-width: 4em !important;
  }
  .min-width-xxl-5 {
    min-width: 5em !important;
  }
  .min-width-xxl-6 {
    min-width: 6em !important;
  }
  .min-width-xxl-7 {
    min-width: 7em !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

.m-6 {
  margin: 8rem !important;
}

.mt-6,
.my-6 {
  margin-top: 8rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 8rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 8rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 8rem !important;
}

.m-450 {
  margin: 4.5rem !important;
}

.mt-450,
.my-450 {
  margin-top: 4.5rem !important;
}

.mr-450,
.mx-450 {
  margin-right: 4.5rem !important;
}

.mb-450,
.my-450 {
  margin-bottom: 4.5rem !important;
}

.ml-450,
.mx-450 {
  margin-left: 4.5rem !important;
}

.m-25 {
  margin: 0.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 0.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 0.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 0.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 0.25rem !important;
}

.m-50 {
  margin: 0.5rem !important;
}

.mt-50,
.my-50 {
  margin-top: 0.5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 0.5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 0.5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 0.5rem !important;
}

.m-100 {
  margin: 1rem !important;
}

.mt-100,
.my-100 {
  margin-top: 1rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 1rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 1rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 1rem !important;
}

.m-150 {
  margin: 1.5rem !important;
}

.mt-150,
.my-150 {
  margin-top: 1.5rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 1.5rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 1.5rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 1.5rem !important;
}

.m-200 {
  margin: 2rem !important;
}

.mt-200,
.my-200 {
  margin-top: 2rem !important;
}

.mr-200,
.mx-200 {
  margin-right: 2rem !important;
}

.mb-200,
.my-200 {
  margin-bottom: 2rem !important;
}

.ml-200,
.mx-200 {
  margin-left: 2rem !important;
}

.m-300 {
  margin: 3rem !important;
}

.mt-300,
.my-300 {
  margin-top: 3rem !important;
}

.mr-300,
.mx-300 {
  margin-right: 3rem !important;
}

.mb-300,
.my-300 {
  margin-bottom: 3rem !important;
}

.ml-300,
.mx-300 {
  margin-left: 3rem !important;
}

.m-400 {
  margin: 4rem !important;
}

.mt-400,
.my-400 {
  margin-top: 4rem !important;
}

.mr-400,
.mx-400 {
  margin-right: 4rem !important;
}

.mb-400,
.my-400 {
  margin-bottom: 4rem !important;
}

.ml-400,
.mx-400 {
  margin-left: 4rem !important;
}

.m-500 {
  margin: 5rem !important;
}

.mt-500,
.my-500 {
  margin-top: 5rem !important;
}

.mr-500,
.mx-500 {
  margin-right: 5rem !important;
}

.mb-500,
.my-500 {
  margin-bottom: 5rem !important;
}

.ml-500,
.mx-500 {
  margin-left: 5rem !important;
}

.m-600 {
  margin: 6rem !important;
}

.mt-600,
.my-600 {
  margin-top: 6rem !important;
}

.mr-600,
.mx-600 {
  margin-right: 6rem !important;
}

.mb-600,
.my-600 {
  margin-bottom: 6rem !important;
}

.ml-600,
.mx-600 {
  margin-left: 6rem !important;
}

.m-800 {
  margin: 8rem !important;
}

.mt-800,
.my-800 {
  margin-top: 8rem !important;
}

.mr-800,
.mx-800 {
  margin-right: 8rem !important;
}

.mb-800,
.my-800 {
  margin-bottom: 8rem !important;
}

.ml-800,
.mx-800 {
  margin-left: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.p-6 {
  padding: 8rem !important;
}

.pt-6,
.py-6 {
  padding-top: 8rem !important;
}

.pr-6,
.px-6 {
  padding-right: 8rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 8rem !important;
}

.pl-6,
.px-6 {
  padding-left: 8rem !important;
}

.p-450 {
  padding: 4.5rem !important;
}

.pt-450,
.py-450 {
  padding-top: 4.5rem !important;
}

.pr-450,
.px-450 {
  padding-right: 4.5rem !important;
}

.pb-450,
.py-450 {
  padding-bottom: 4.5rem !important;
}

.pl-450,
.px-450 {
  padding-left: 4.5rem !important;
}

.p-25 {
  padding: 0.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 0.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 0.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 0.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 0.25rem !important;
}

.p-50 {
  padding: 0.5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 0.5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 0.5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 0.5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 0.5rem !important;
}

.p-100 {
  padding: 1rem !important;
}

.pt-100,
.py-100 {
  padding-top: 1rem !important;
}

.pr-100,
.px-100 {
  padding-right: 1rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 1rem !important;
}

.pl-100,
.px-100 {
  padding-left: 1rem !important;
}

.p-150 {
  padding: 1.5rem !important;
}

.pt-150,
.py-150 {
  padding-top: 1.5rem !important;
}

.pr-150,
.px-150 {
  padding-right: 1.5rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 1.5rem !important;
}

.pl-150,
.px-150 {
  padding-left: 1.5rem !important;
}

.p-200 {
  padding: 2rem !important;
}

.pt-200,
.py-200 {
  padding-top: 2rem !important;
}

.pr-200,
.px-200 {
  padding-right: 2rem !important;
}

.pb-200,
.py-200 {
  padding-bottom: 2rem !important;
}

.pl-200,
.px-200 {
  padding-left: 2rem !important;
}

.p-300 {
  padding: 3rem !important;
}

.pt-300,
.py-300 {
  padding-top: 3rem !important;
}

.pr-300,
.px-300 {
  padding-right: 3rem !important;
}

.pb-300,
.py-300 {
  padding-bottom: 3rem !important;
}

.pl-300,
.px-300 {
  padding-left: 3rem !important;
}

.p-400 {
  padding: 4rem !important;
}

.pt-400,
.py-400 {
  padding-top: 4rem !important;
}

.pr-400,
.px-400 {
  padding-right: 4rem !important;
}

.pb-400,
.py-400 {
  padding-bottom: 4rem !important;
}

.pl-400,
.px-400 {
  padding-left: 4rem !important;
}

.p-500 {
  padding: 5rem !important;
}

.pt-500,
.py-500 {
  padding-top: 5rem !important;
}

.pr-500,
.px-500 {
  padding-right: 5rem !important;
}

.pb-500,
.py-500 {
  padding-bottom: 5rem !important;
}

.pl-500,
.px-500 {
  padding-left: 5rem !important;
}

.p-600 {
  padding: 6rem !important;
}

.pt-600,
.py-600 {
  padding-top: 6rem !important;
}

.pr-600,
.px-600 {
  padding-right: 6rem !important;
}

.pb-600,
.py-600 {
  padding-bottom: 6rem !important;
}

.pl-600,
.px-600 {
  padding-left: 6rem !important;
}

.p-800 {
  padding: 8rem !important;
}

.pt-800,
.py-800 {
  padding-top: 8rem !important;
}

.pr-800,
.px-800 {
  padding-right: 8rem !important;
}

.pb-800,
.py-800 {
  padding-bottom: 8rem !important;
}

.pl-800,
.px-800 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

.m-n6 {
  margin: -8rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -8rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -8rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -8rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -8rem !important;
}

.m-n450 {
  margin: -4.5rem !important;
}

.mt-n450,
.my-n450 {
  margin-top: -4.5rem !important;
}

.mr-n450,
.mx-n450 {
  margin-right: -4.5rem !important;
}

.mb-n450,
.my-n450 {
  margin-bottom: -4.5rem !important;
}

.ml-n450,
.mx-n450 {
  margin-left: -4.5rem !important;
}

.m-n25 {
  margin: -0.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -0.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -0.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -0.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -0.25rem !important;
}

.m-n50 {
  margin: -0.5rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -0.5rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -0.5rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -0.5rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -0.5rem !important;
}

.m-n100 {
  margin: -1rem !important;
}

.mt-n100,
.my-n100 {
  margin-top: -1rem !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -1rem !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -1rem !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -1rem !important;
}

.m-n150 {
  margin: -1.5rem !important;
}

.mt-n150,
.my-n150 {
  margin-top: -1.5rem !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -1.5rem !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -1.5rem !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -1.5rem !important;
}

.m-n200 {
  margin: -2rem !important;
}

.mt-n200,
.my-n200 {
  margin-top: -2rem !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -2rem !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -2rem !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -2rem !important;
}

.m-n300 {
  margin: -3rem !important;
}

.mt-n300,
.my-n300 {
  margin-top: -3rem !important;
}

.mr-n300,
.mx-n300 {
  margin-right: -3rem !important;
}

.mb-n300,
.my-n300 {
  margin-bottom: -3rem !important;
}

.ml-n300,
.mx-n300 {
  margin-left: -3rem !important;
}

.m-n400 {
  margin: -4rem !important;
}

.mt-n400,
.my-n400 {
  margin-top: -4rem !important;
}

.mr-n400,
.mx-n400 {
  margin-right: -4rem !important;
}

.mb-n400,
.my-n400 {
  margin-bottom: -4rem !important;
}

.ml-n400,
.mx-n400 {
  margin-left: -4rem !important;
}

.m-n500 {
  margin: -5rem !important;
}

.mt-n500,
.my-n500 {
  margin-top: -5rem !important;
}

.mr-n500,
.mx-n500 {
  margin-right: -5rem !important;
}

.mb-n500,
.my-n500 {
  margin-bottom: -5rem !important;
}

.ml-n500,
.mx-n500 {
  margin-left: -5rem !important;
}

.m-n600 {
  margin: -6rem !important;
}

.mt-n600,
.my-n600 {
  margin-top: -6rem !important;
}

.mr-n600,
.mx-n600 {
  margin-right: -6rem !important;
}

.mb-n600,
.my-n600 {
  margin-bottom: -6rem !important;
}

.ml-n600,
.mx-n600 {
  margin-left: -6rem !important;
}

.m-n800 {
  margin: -8rem !important;
}

.mt-n800,
.my-n800 {
  margin-top: -8rem !important;
}

.mr-n800,
.mx-n800 {
  margin-right: -8rem !important;
}

.mb-n800,
.my-n800 {
  margin-bottom: -8rem !important;
}

.ml-n800,
.mx-n800 {
  margin-left: -8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 2rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.5rem !important;
  }
  .m-sm-6 {
    margin: 8rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 8rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 8rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 8rem !important;
  }
  .m-sm-450 {
    margin: 4.5rem !important;
  }
  .mt-sm-450,
  .my-sm-450 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-450,
  .mx-sm-450 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-450,
  .my-sm-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-450,
  .mx-sm-450 {
    margin-left: 4.5rem !important;
  }
  .m-sm-25 {
    margin: 0.25rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 0.25rem !important;
  }
  .m-sm-50 {
    margin: 0.5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 0.5rem !important;
  }
  .m-sm-100 {
    margin: 1rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 1rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 1rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 1rem !important;
  }
  .m-sm-150 {
    margin: 1.5rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 1.5rem !important;
  }
  .m-sm-200 {
    margin: 2rem !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 2rem !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 2rem !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 2rem !important;
  }
  .m-sm-300 {
    margin: 3rem !important;
  }
  .mt-sm-300,
  .my-sm-300 {
    margin-top: 3rem !important;
  }
  .mr-sm-300,
  .mx-sm-300 {
    margin-right: 3rem !important;
  }
  .mb-sm-300,
  .my-sm-300 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-300,
  .mx-sm-300 {
    margin-left: 3rem !important;
  }
  .m-sm-400 {
    margin: 4rem !important;
  }
  .mt-sm-400,
  .my-sm-400 {
    margin-top: 4rem !important;
  }
  .mr-sm-400,
  .mx-sm-400 {
    margin-right: 4rem !important;
  }
  .mb-sm-400,
  .my-sm-400 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-400,
  .mx-sm-400 {
    margin-left: 4rem !important;
  }
  .m-sm-500 {
    margin: 5rem !important;
  }
  .mt-sm-500,
  .my-sm-500 {
    margin-top: 5rem !important;
  }
  .mr-sm-500,
  .mx-sm-500 {
    margin-right: 5rem !important;
  }
  .mb-sm-500,
  .my-sm-500 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-500,
  .mx-sm-500 {
    margin-left: 5rem !important;
  }
  .m-sm-600 {
    margin: 6rem !important;
  }
  .mt-sm-600,
  .my-sm-600 {
    margin-top: 6rem !important;
  }
  .mr-sm-600,
  .mx-sm-600 {
    margin-right: 6rem !important;
  }
  .mb-sm-600,
  .my-sm-600 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-600,
  .mx-sm-600 {
    margin-left: 6rem !important;
  }
  .m-sm-800 {
    margin: 8rem !important;
  }
  .mt-sm-800,
  .my-sm-800 {
    margin-top: 8rem !important;
  }
  .mr-sm-800,
  .mx-sm-800 {
    margin-right: 8rem !important;
  }
  .mb-sm-800,
  .my-sm-800 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-800,
  .mx-sm-800 {
    margin-left: 8rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 2rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.5rem !important;
  }
  .p-sm-6 {
    padding: 8rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 8rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 8rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 8rem !important;
  }
  .p-sm-450 {
    padding: 4.5rem !important;
  }
  .pt-sm-450,
  .py-sm-450 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-450,
  .px-sm-450 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-450,
  .py-sm-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-450,
  .px-sm-450 {
    padding-left: 4.5rem !important;
  }
  .p-sm-25 {
    padding: 0.25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 0.25rem !important;
  }
  .p-sm-50 {
    padding: 0.5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 0.5rem !important;
  }
  .p-sm-100 {
    padding: 1rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 1rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 1rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 1rem !important;
  }
  .p-sm-150 {
    padding: 1.5rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 1.5rem !important;
  }
  .p-sm-200 {
    padding: 2rem !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 2rem !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 2rem !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 2rem !important;
  }
  .p-sm-300 {
    padding: 3rem !important;
  }
  .pt-sm-300,
  .py-sm-300 {
    padding-top: 3rem !important;
  }
  .pr-sm-300,
  .px-sm-300 {
    padding-right: 3rem !important;
  }
  .pb-sm-300,
  .py-sm-300 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-300,
  .px-sm-300 {
    padding-left: 3rem !important;
  }
  .p-sm-400 {
    padding: 4rem !important;
  }
  .pt-sm-400,
  .py-sm-400 {
    padding-top: 4rem !important;
  }
  .pr-sm-400,
  .px-sm-400 {
    padding-right: 4rem !important;
  }
  .pb-sm-400,
  .py-sm-400 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-400,
  .px-sm-400 {
    padding-left: 4rem !important;
  }
  .p-sm-500 {
    padding: 5rem !important;
  }
  .pt-sm-500,
  .py-sm-500 {
    padding-top: 5rem !important;
  }
  .pr-sm-500,
  .px-sm-500 {
    padding-right: 5rem !important;
  }
  .pb-sm-500,
  .py-sm-500 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-500,
  .px-sm-500 {
    padding-left: 5rem !important;
  }
  .p-sm-600 {
    padding: 6rem !important;
  }
  .pt-sm-600,
  .py-sm-600 {
    padding-top: 6rem !important;
  }
  .pr-sm-600,
  .px-sm-600 {
    padding-right: 6rem !important;
  }
  .pb-sm-600,
  .py-sm-600 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-600,
  .px-sm-600 {
    padding-left: 6rem !important;
  }
  .p-sm-800 {
    padding: 8rem !important;
  }
  .pt-sm-800,
  .py-sm-800 {
    padding-top: 8rem !important;
  }
  .pr-sm-800,
  .px-sm-800 {
    padding-right: 8rem !important;
  }
  .pb-sm-800,
  .py-sm-800 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-800,
  .px-sm-800 {
    padding-left: 8rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -2rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -4.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n6 {
    margin: -8rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -8rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -8rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -8rem !important;
  }
  .m-sm-n450 {
    margin: -4.5rem !important;
  }
  .mt-sm-n450,
  .my-sm-n450 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n450,
  .mx-sm-n450 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n450,
  .my-sm-n450 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n450,
  .mx-sm-n450 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n25 {
    margin: -0.25rem !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n50 {
    margin: -0.5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n100 {
    margin: -1rem !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -1rem !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -1rem !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -1rem !important;
  }
  .m-sm-n150 {
    margin: -1.5rem !important;
  }
  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n200 {
    margin: -2rem !important;
  }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -2rem !important;
  }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -2rem !important;
  }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -2rem !important;
  }
  .m-sm-n300 {
    margin: -3rem !important;
  }
  .mt-sm-n300,
  .my-sm-n300 {
    margin-top: -3rem !important;
  }
  .mr-sm-n300,
  .mx-sm-n300 {
    margin-right: -3rem !important;
  }
  .mb-sm-n300,
  .my-sm-n300 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n300,
  .mx-sm-n300 {
    margin-left: -3rem !important;
  }
  .m-sm-n400 {
    margin: -4rem !important;
  }
  .mt-sm-n400,
  .my-sm-n400 {
    margin-top: -4rem !important;
  }
  .mr-sm-n400,
  .mx-sm-n400 {
    margin-right: -4rem !important;
  }
  .mb-sm-n400,
  .my-sm-n400 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n400,
  .mx-sm-n400 {
    margin-left: -4rem !important;
  }
  .m-sm-n500 {
    margin: -5rem !important;
  }
  .mt-sm-n500,
  .my-sm-n500 {
    margin-top: -5rem !important;
  }
  .mr-sm-n500,
  .mx-sm-n500 {
    margin-right: -5rem !important;
  }
  .mb-sm-n500,
  .my-sm-n500 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n500,
  .mx-sm-n500 {
    margin-left: -5rem !important;
  }
  .m-sm-n600 {
    margin: -6rem !important;
  }
  .mt-sm-n600,
  .my-sm-n600 {
    margin-top: -6rem !important;
  }
  .mr-sm-n600,
  .mx-sm-n600 {
    margin-right: -6rem !important;
  }
  .mb-sm-n600,
  .my-sm-n600 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n600,
  .mx-sm-n600 {
    margin-left: -6rem !important;
  }
  .m-sm-n800 {
    margin: -8rem !important;
  }
  .mt-sm-n800,
  .my-sm-n800 {
    margin-top: -8rem !important;
  }
  .mr-sm-n800,
  .mx-sm-n800 {
    margin-right: -8rem !important;
  }
  .mb-sm-n800,
  .my-sm-n800 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n800,
  .mx-sm-n800 {
    margin-left: -8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 4.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.5rem !important;
  }
  .m-md-6 {
    margin: 8rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 8rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 8rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 8rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 8rem !important;
  }
  .m-md-450 {
    margin: 4.5rem !important;
  }
  .mt-md-450,
  .my-md-450 {
    margin-top: 4.5rem !important;
  }
  .mr-md-450,
  .mx-md-450 {
    margin-right: 4.5rem !important;
  }
  .mb-md-450,
  .my-md-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-450,
  .mx-md-450 {
    margin-left: 4.5rem !important;
  }
  .m-md-25 {
    margin: 0.25rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 0.25rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 0.25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 0.25rem !important;
  }
  .m-md-50 {
    margin: 0.5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 0.5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 0.5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 0.5rem !important;
  }
  .m-md-100 {
    margin: 1rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 1rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 1rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 1rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 1rem !important;
  }
  .m-md-150 {
    margin: 1.5rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 1.5rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 1.5rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 1.5rem !important;
  }
  .m-md-200 {
    margin: 2rem !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 2rem !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 2rem !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 2rem !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 2rem !important;
  }
  .m-md-300 {
    margin: 3rem !important;
  }
  .mt-md-300,
  .my-md-300 {
    margin-top: 3rem !important;
  }
  .mr-md-300,
  .mx-md-300 {
    margin-right: 3rem !important;
  }
  .mb-md-300,
  .my-md-300 {
    margin-bottom: 3rem !important;
  }
  .ml-md-300,
  .mx-md-300 {
    margin-left: 3rem !important;
  }
  .m-md-400 {
    margin: 4rem !important;
  }
  .mt-md-400,
  .my-md-400 {
    margin-top: 4rem !important;
  }
  .mr-md-400,
  .mx-md-400 {
    margin-right: 4rem !important;
  }
  .mb-md-400,
  .my-md-400 {
    margin-bottom: 4rem !important;
  }
  .ml-md-400,
  .mx-md-400 {
    margin-left: 4rem !important;
  }
  .m-md-500 {
    margin: 5rem !important;
  }
  .mt-md-500,
  .my-md-500 {
    margin-top: 5rem !important;
  }
  .mr-md-500,
  .mx-md-500 {
    margin-right: 5rem !important;
  }
  .mb-md-500,
  .my-md-500 {
    margin-bottom: 5rem !important;
  }
  .ml-md-500,
  .mx-md-500 {
    margin-left: 5rem !important;
  }
  .m-md-600 {
    margin: 6rem !important;
  }
  .mt-md-600,
  .my-md-600 {
    margin-top: 6rem !important;
  }
  .mr-md-600,
  .mx-md-600 {
    margin-right: 6rem !important;
  }
  .mb-md-600,
  .my-md-600 {
    margin-bottom: 6rem !important;
  }
  .ml-md-600,
  .mx-md-600 {
    margin-left: 6rem !important;
  }
  .m-md-800 {
    margin: 8rem !important;
  }
  .mt-md-800,
  .my-md-800 {
    margin-top: 8rem !important;
  }
  .mr-md-800,
  .mx-md-800 {
    margin-right: 8rem !important;
  }
  .mb-md-800,
  .my-md-800 {
    margin-bottom: 8rem !important;
  }
  .ml-md-800,
  .mx-md-800 {
    margin-left: 8rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 4.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.5rem !important;
  }
  .p-md-6 {
    padding: 8rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 8rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 8rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 8rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 8rem !important;
  }
  .p-md-450 {
    padding: 4.5rem !important;
  }
  .pt-md-450,
  .py-md-450 {
    padding-top: 4.5rem !important;
  }
  .pr-md-450,
  .px-md-450 {
    padding-right: 4.5rem !important;
  }
  .pb-md-450,
  .py-md-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-450,
  .px-md-450 {
    padding-left: 4.5rem !important;
  }
  .p-md-25 {
    padding: 0.25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 0.25rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 0.25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 0.25rem !important;
  }
  .p-md-50 {
    padding: 0.5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 0.5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 0.5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 0.5rem !important;
  }
  .p-md-100 {
    padding: 1rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 1rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 1rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 1rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 1rem !important;
  }
  .p-md-150 {
    padding: 1.5rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 1.5rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 1.5rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 1.5rem !important;
  }
  .p-md-200 {
    padding: 2rem !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 2rem !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 2rem !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 2rem !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 2rem !important;
  }
  .p-md-300 {
    padding: 3rem !important;
  }
  .pt-md-300,
  .py-md-300 {
    padding-top: 3rem !important;
  }
  .pr-md-300,
  .px-md-300 {
    padding-right: 3rem !important;
  }
  .pb-md-300,
  .py-md-300 {
    padding-bottom: 3rem !important;
  }
  .pl-md-300,
  .px-md-300 {
    padding-left: 3rem !important;
  }
  .p-md-400 {
    padding: 4rem !important;
  }
  .pt-md-400,
  .py-md-400 {
    padding-top: 4rem !important;
  }
  .pr-md-400,
  .px-md-400 {
    padding-right: 4rem !important;
  }
  .pb-md-400,
  .py-md-400 {
    padding-bottom: 4rem !important;
  }
  .pl-md-400,
  .px-md-400 {
    padding-left: 4rem !important;
  }
  .p-md-500 {
    padding: 5rem !important;
  }
  .pt-md-500,
  .py-md-500 {
    padding-top: 5rem !important;
  }
  .pr-md-500,
  .px-md-500 {
    padding-right: 5rem !important;
  }
  .pb-md-500,
  .py-md-500 {
    padding-bottom: 5rem !important;
  }
  .pl-md-500,
  .px-md-500 {
    padding-left: 5rem !important;
  }
  .p-md-600 {
    padding: 6rem !important;
  }
  .pt-md-600,
  .py-md-600 {
    padding-top: 6rem !important;
  }
  .pr-md-600,
  .px-md-600 {
    padding-right: 6rem !important;
  }
  .pb-md-600,
  .py-md-600 {
    padding-bottom: 6rem !important;
  }
  .pl-md-600,
  .px-md-600 {
    padding-left: 6rem !important;
  }
  .p-md-800 {
    padding: 8rem !important;
  }
  .pt-md-800,
  .py-md-800 {
    padding-top: 8rem !important;
  }
  .pr-md-800,
  .px-md-800 {
    padding-right: 8rem !important;
  }
  .pb-md-800,
  .py-md-800 {
    padding-bottom: 8rem !important;
  }
  .pl-md-800,
  .px-md-800 {
    padding-left: 8rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -2rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -4.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.5rem !important;
  }
  .m-md-n6 {
    margin: -8rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -8rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -8rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -8rem !important;
  }
  .m-md-n450 {
    margin: -4.5rem !important;
  }
  .mt-md-n450,
  .my-md-n450 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n450,
  .mx-md-n450 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n450,
  .my-md-n450 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n450,
  .mx-md-n450 {
    margin-left: -4.5rem !important;
  }
  .m-md-n25 {
    margin: -0.25rem !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -0.25rem !important;
  }
  .m-md-n50 {
    margin: -0.5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -0.5rem !important;
  }
  .m-md-n100 {
    margin: -1rem !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -1rem !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -1rem !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -1rem !important;
  }
  .m-md-n150 {
    margin: -1.5rem !important;
  }
  .mt-md-n150,
  .my-md-n150 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -1.5rem !important;
  }
  .m-md-n200 {
    margin: -2rem !important;
  }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -2rem !important;
  }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -2rem !important;
  }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -2rem !important;
  }
  .m-md-n300 {
    margin: -3rem !important;
  }
  .mt-md-n300,
  .my-md-n300 {
    margin-top: -3rem !important;
  }
  .mr-md-n300,
  .mx-md-n300 {
    margin-right: -3rem !important;
  }
  .mb-md-n300,
  .my-md-n300 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n300,
  .mx-md-n300 {
    margin-left: -3rem !important;
  }
  .m-md-n400 {
    margin: -4rem !important;
  }
  .mt-md-n400,
  .my-md-n400 {
    margin-top: -4rem !important;
  }
  .mr-md-n400,
  .mx-md-n400 {
    margin-right: -4rem !important;
  }
  .mb-md-n400,
  .my-md-n400 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n400,
  .mx-md-n400 {
    margin-left: -4rem !important;
  }
  .m-md-n500 {
    margin: -5rem !important;
  }
  .mt-md-n500,
  .my-md-n500 {
    margin-top: -5rem !important;
  }
  .mr-md-n500,
  .mx-md-n500 {
    margin-right: -5rem !important;
  }
  .mb-md-n500,
  .my-md-n500 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n500,
  .mx-md-n500 {
    margin-left: -5rem !important;
  }
  .m-md-n600 {
    margin: -6rem !important;
  }
  .mt-md-n600,
  .my-md-n600 {
    margin-top: -6rem !important;
  }
  .mr-md-n600,
  .mx-md-n600 {
    margin-right: -6rem !important;
  }
  .mb-md-n600,
  .my-md-n600 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n600,
  .mx-md-n600 {
    margin-left: -6rem !important;
  }
  .m-md-n800 {
    margin: -8rem !important;
  }
  .mt-md-n800,
  .my-md-n800 {
    margin-top: -8rem !important;
  }
  .mr-md-n800,
  .mx-md-n800 {
    margin-right: -8rem !important;
  }
  .mb-md-n800,
  .my-md-n800 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n800,
  .mx-md-n800 {
    margin-left: -8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.5rem !important;
  }
  .m-lg-6 {
    margin: 8rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 8rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 8rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 8rem !important;
  }
  .m-lg-450 {
    margin: 4.5rem !important;
  }
  .mt-lg-450,
  .my-lg-450 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-450,
  .mx-lg-450 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-450,
  .my-lg-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-450,
  .mx-lg-450 {
    margin-left: 4.5rem !important;
  }
  .m-lg-25 {
    margin: 0.25rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 0.25rem !important;
  }
  .m-lg-50 {
    margin: 0.5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 0.5rem !important;
  }
  .m-lg-100 {
    margin: 1rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 1rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 1rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 1rem !important;
  }
  .m-lg-150 {
    margin: 1.5rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 1.5rem !important;
  }
  .m-lg-200 {
    margin: 2rem !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 2rem !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 2rem !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 2rem !important;
  }
  .m-lg-300 {
    margin: 3rem !important;
  }
  .mt-lg-300,
  .my-lg-300 {
    margin-top: 3rem !important;
  }
  .mr-lg-300,
  .mx-lg-300 {
    margin-right: 3rem !important;
  }
  .mb-lg-300,
  .my-lg-300 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-300,
  .mx-lg-300 {
    margin-left: 3rem !important;
  }
  .m-lg-400 {
    margin: 4rem !important;
  }
  .mt-lg-400,
  .my-lg-400 {
    margin-top: 4rem !important;
  }
  .mr-lg-400,
  .mx-lg-400 {
    margin-right: 4rem !important;
  }
  .mb-lg-400,
  .my-lg-400 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-400,
  .mx-lg-400 {
    margin-left: 4rem !important;
  }
  .m-lg-500 {
    margin: 5rem !important;
  }
  .mt-lg-500,
  .my-lg-500 {
    margin-top: 5rem !important;
  }
  .mr-lg-500,
  .mx-lg-500 {
    margin-right: 5rem !important;
  }
  .mb-lg-500,
  .my-lg-500 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-500,
  .mx-lg-500 {
    margin-left: 5rem !important;
  }
  .m-lg-600 {
    margin: 6rem !important;
  }
  .mt-lg-600,
  .my-lg-600 {
    margin-top: 6rem !important;
  }
  .mr-lg-600,
  .mx-lg-600 {
    margin-right: 6rem !important;
  }
  .mb-lg-600,
  .my-lg-600 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-600,
  .mx-lg-600 {
    margin-left: 6rem !important;
  }
  .m-lg-800 {
    margin: 8rem !important;
  }
  .mt-lg-800,
  .my-lg-800 {
    margin-top: 8rem !important;
  }
  .mr-lg-800,
  .mx-lg-800 {
    margin-right: 8rem !important;
  }
  .mb-lg-800,
  .my-lg-800 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-800,
  .mx-lg-800 {
    margin-left: 8rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.5rem !important;
  }
  .p-lg-6 {
    padding: 8rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 8rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 8rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 8rem !important;
  }
  .p-lg-450 {
    padding: 4.5rem !important;
  }
  .pt-lg-450,
  .py-lg-450 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-450,
  .px-lg-450 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-450,
  .py-lg-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-450,
  .px-lg-450 {
    padding-left: 4.5rem !important;
  }
  .p-lg-25 {
    padding: 0.25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 0.25rem !important;
  }
  .p-lg-50 {
    padding: 0.5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 0.5rem !important;
  }
  .p-lg-100 {
    padding: 1rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 1rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 1rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 1rem !important;
  }
  .p-lg-150 {
    padding: 1.5rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 1.5rem !important;
  }
  .p-lg-200 {
    padding: 2rem !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 2rem !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 2rem !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 2rem !important;
  }
  .p-lg-300 {
    padding: 3rem !important;
  }
  .pt-lg-300,
  .py-lg-300 {
    padding-top: 3rem !important;
  }
  .pr-lg-300,
  .px-lg-300 {
    padding-right: 3rem !important;
  }
  .pb-lg-300,
  .py-lg-300 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-300,
  .px-lg-300 {
    padding-left: 3rem !important;
  }
  .p-lg-400 {
    padding: 4rem !important;
  }
  .pt-lg-400,
  .py-lg-400 {
    padding-top: 4rem !important;
  }
  .pr-lg-400,
  .px-lg-400 {
    padding-right: 4rem !important;
  }
  .pb-lg-400,
  .py-lg-400 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-400,
  .px-lg-400 {
    padding-left: 4rem !important;
  }
  .p-lg-500 {
    padding: 5rem !important;
  }
  .pt-lg-500,
  .py-lg-500 {
    padding-top: 5rem !important;
  }
  .pr-lg-500,
  .px-lg-500 {
    padding-right: 5rem !important;
  }
  .pb-lg-500,
  .py-lg-500 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-500,
  .px-lg-500 {
    padding-left: 5rem !important;
  }
  .p-lg-600 {
    padding: 6rem !important;
  }
  .pt-lg-600,
  .py-lg-600 {
    padding-top: 6rem !important;
  }
  .pr-lg-600,
  .px-lg-600 {
    padding-right: 6rem !important;
  }
  .pb-lg-600,
  .py-lg-600 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-600,
  .px-lg-600 {
    padding-left: 6rem !important;
  }
  .p-lg-800 {
    padding: 8rem !important;
  }
  .pt-lg-800,
  .py-lg-800 {
    padding-top: 8rem !important;
  }
  .pr-lg-800,
  .px-lg-800 {
    padding-right: 8rem !important;
  }
  .pb-lg-800,
  .py-lg-800 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-800,
  .px-lg-800 {
    padding-left: 8rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -2rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -4.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n6 {
    margin: -8rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -8rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -8rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -8rem !important;
  }
  .m-lg-n450 {
    margin: -4.5rem !important;
  }
  .mt-lg-n450,
  .my-lg-n450 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n450,
  .mx-lg-n450 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n450,
  .my-lg-n450 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n450,
  .mx-lg-n450 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n25 {
    margin: -0.25rem !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n50 {
    margin: -0.5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n100 {
    margin: -1rem !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -1rem !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -1rem !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -1rem !important;
  }
  .m-lg-n150 {
    margin: -1.5rem !important;
  }
  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n200 {
    margin: -2rem !important;
  }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -2rem !important;
  }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -2rem !important;
  }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -2rem !important;
  }
  .m-lg-n300 {
    margin: -3rem !important;
  }
  .mt-lg-n300,
  .my-lg-n300 {
    margin-top: -3rem !important;
  }
  .mr-lg-n300,
  .mx-lg-n300 {
    margin-right: -3rem !important;
  }
  .mb-lg-n300,
  .my-lg-n300 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n300,
  .mx-lg-n300 {
    margin-left: -3rem !important;
  }
  .m-lg-n400 {
    margin: -4rem !important;
  }
  .mt-lg-n400,
  .my-lg-n400 {
    margin-top: -4rem !important;
  }
  .mr-lg-n400,
  .mx-lg-n400 {
    margin-right: -4rem !important;
  }
  .mb-lg-n400,
  .my-lg-n400 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n400,
  .mx-lg-n400 {
    margin-left: -4rem !important;
  }
  .m-lg-n500 {
    margin: -5rem !important;
  }
  .mt-lg-n500,
  .my-lg-n500 {
    margin-top: -5rem !important;
  }
  .mr-lg-n500,
  .mx-lg-n500 {
    margin-right: -5rem !important;
  }
  .mb-lg-n500,
  .my-lg-n500 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n500,
  .mx-lg-n500 {
    margin-left: -5rem !important;
  }
  .m-lg-n600 {
    margin: -6rem !important;
  }
  .mt-lg-n600,
  .my-lg-n600 {
    margin-top: -6rem !important;
  }
  .mr-lg-n600,
  .mx-lg-n600 {
    margin-right: -6rem !important;
  }
  .mb-lg-n600,
  .my-lg-n600 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n600,
  .mx-lg-n600 {
    margin-left: -6rem !important;
  }
  .m-lg-n800 {
    margin: -8rem !important;
  }
  .mt-lg-n800,
  .my-lg-n800 {
    margin-top: -8rem !important;
  }
  .mr-lg-n800,
  .mx-lg-n800 {
    margin-right: -8rem !important;
  }
  .mb-lg-n800,
  .my-lg-n800 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n800,
  .mx-lg-n800 {
    margin-left: -8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 2rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.5rem !important;
  }
  .m-xl-6 {
    margin: 8rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 8rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 8rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 8rem !important;
  }
  .m-xl-450 {
    margin: 4.5rem !important;
  }
  .mt-xl-450,
  .my-xl-450 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-450,
  .mx-xl-450 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-450,
  .my-xl-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-450,
  .mx-xl-450 {
    margin-left: 4.5rem !important;
  }
  .m-xl-25 {
    margin: 0.25rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 0.25rem !important;
  }
  .m-xl-50 {
    margin: 0.5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 0.5rem !important;
  }
  .m-xl-100 {
    margin: 1rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 1rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 1rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 1rem !important;
  }
  .m-xl-150 {
    margin: 1.5rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 1.5rem !important;
  }
  .m-xl-200 {
    margin: 2rem !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 2rem !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 2rem !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 2rem !important;
  }
  .m-xl-300 {
    margin: 3rem !important;
  }
  .mt-xl-300,
  .my-xl-300 {
    margin-top: 3rem !important;
  }
  .mr-xl-300,
  .mx-xl-300 {
    margin-right: 3rem !important;
  }
  .mb-xl-300,
  .my-xl-300 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-300,
  .mx-xl-300 {
    margin-left: 3rem !important;
  }
  .m-xl-400 {
    margin: 4rem !important;
  }
  .mt-xl-400,
  .my-xl-400 {
    margin-top: 4rem !important;
  }
  .mr-xl-400,
  .mx-xl-400 {
    margin-right: 4rem !important;
  }
  .mb-xl-400,
  .my-xl-400 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-400,
  .mx-xl-400 {
    margin-left: 4rem !important;
  }
  .m-xl-500 {
    margin: 5rem !important;
  }
  .mt-xl-500,
  .my-xl-500 {
    margin-top: 5rem !important;
  }
  .mr-xl-500,
  .mx-xl-500 {
    margin-right: 5rem !important;
  }
  .mb-xl-500,
  .my-xl-500 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-500,
  .mx-xl-500 {
    margin-left: 5rem !important;
  }
  .m-xl-600 {
    margin: 6rem !important;
  }
  .mt-xl-600,
  .my-xl-600 {
    margin-top: 6rem !important;
  }
  .mr-xl-600,
  .mx-xl-600 {
    margin-right: 6rem !important;
  }
  .mb-xl-600,
  .my-xl-600 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-600,
  .mx-xl-600 {
    margin-left: 6rem !important;
  }
  .m-xl-800 {
    margin: 8rem !important;
  }
  .mt-xl-800,
  .my-xl-800 {
    margin-top: 8rem !important;
  }
  .mr-xl-800,
  .mx-xl-800 {
    margin-right: 8rem !important;
  }
  .mb-xl-800,
  .my-xl-800 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-800,
  .mx-xl-800 {
    margin-left: 8rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 2rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.5rem !important;
  }
  .p-xl-6 {
    padding: 8rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 8rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 8rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 8rem !important;
  }
  .p-xl-450 {
    padding: 4.5rem !important;
  }
  .pt-xl-450,
  .py-xl-450 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-450,
  .px-xl-450 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-450,
  .py-xl-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-450,
  .px-xl-450 {
    padding-left: 4.5rem !important;
  }
  .p-xl-25 {
    padding: 0.25rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 0.25rem !important;
  }
  .p-xl-50 {
    padding: 0.5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 0.5rem !important;
  }
  .p-xl-100 {
    padding: 1rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 1rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 1rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 1rem !important;
  }
  .p-xl-150 {
    padding: 1.5rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 1.5rem !important;
  }
  .p-xl-200 {
    padding: 2rem !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 2rem !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 2rem !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 2rem !important;
  }
  .p-xl-300 {
    padding: 3rem !important;
  }
  .pt-xl-300,
  .py-xl-300 {
    padding-top: 3rem !important;
  }
  .pr-xl-300,
  .px-xl-300 {
    padding-right: 3rem !important;
  }
  .pb-xl-300,
  .py-xl-300 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-300,
  .px-xl-300 {
    padding-left: 3rem !important;
  }
  .p-xl-400 {
    padding: 4rem !important;
  }
  .pt-xl-400,
  .py-xl-400 {
    padding-top: 4rem !important;
  }
  .pr-xl-400,
  .px-xl-400 {
    padding-right: 4rem !important;
  }
  .pb-xl-400,
  .py-xl-400 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-400,
  .px-xl-400 {
    padding-left: 4rem !important;
  }
  .p-xl-500 {
    padding: 5rem !important;
  }
  .pt-xl-500,
  .py-xl-500 {
    padding-top: 5rem !important;
  }
  .pr-xl-500,
  .px-xl-500 {
    padding-right: 5rem !important;
  }
  .pb-xl-500,
  .py-xl-500 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-500,
  .px-xl-500 {
    padding-left: 5rem !important;
  }
  .p-xl-600 {
    padding: 6rem !important;
  }
  .pt-xl-600,
  .py-xl-600 {
    padding-top: 6rem !important;
  }
  .pr-xl-600,
  .px-xl-600 {
    padding-right: 6rem !important;
  }
  .pb-xl-600,
  .py-xl-600 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-600,
  .px-xl-600 {
    padding-left: 6rem !important;
  }
  .p-xl-800 {
    padding: 8rem !important;
  }
  .pt-xl-800,
  .py-xl-800 {
    padding-top: 8rem !important;
  }
  .pr-xl-800,
  .px-xl-800 {
    padding-right: 8rem !important;
  }
  .pb-xl-800,
  .py-xl-800 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-800,
  .px-xl-800 {
    padding-left: 8rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -2rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -4.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n6 {
    margin: -8rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -8rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -8rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -8rem !important;
  }
  .m-xl-n450 {
    margin: -4.5rem !important;
  }
  .mt-xl-n450,
  .my-xl-n450 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n450,
  .mx-xl-n450 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n450,
  .my-xl-n450 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n450,
  .mx-xl-n450 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n25 {
    margin: -0.25rem !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n50 {
    margin: -0.5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n100 {
    margin: -1rem !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -1rem !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -1rem !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -1rem !important;
  }
  .m-xl-n150 {
    margin: -1.5rem !important;
  }
  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n200 {
    margin: -2rem !important;
  }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -2rem !important;
  }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -2rem !important;
  }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -2rem !important;
  }
  .m-xl-n300 {
    margin: -3rem !important;
  }
  .mt-xl-n300,
  .my-xl-n300 {
    margin-top: -3rem !important;
  }
  .mr-xl-n300,
  .mx-xl-n300 {
    margin-right: -3rem !important;
  }
  .mb-xl-n300,
  .my-xl-n300 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n300,
  .mx-xl-n300 {
    margin-left: -3rem !important;
  }
  .m-xl-n400 {
    margin: -4rem !important;
  }
  .mt-xl-n400,
  .my-xl-n400 {
    margin-top: -4rem !important;
  }
  .mr-xl-n400,
  .mx-xl-n400 {
    margin-right: -4rem !important;
  }
  .mb-xl-n400,
  .my-xl-n400 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n400,
  .mx-xl-n400 {
    margin-left: -4rem !important;
  }
  .m-xl-n500 {
    margin: -5rem !important;
  }
  .mt-xl-n500,
  .my-xl-n500 {
    margin-top: -5rem !important;
  }
  .mr-xl-n500,
  .mx-xl-n500 {
    margin-right: -5rem !important;
  }
  .mb-xl-n500,
  .my-xl-n500 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n500,
  .mx-xl-n500 {
    margin-left: -5rem !important;
  }
  .m-xl-n600 {
    margin: -6rem !important;
  }
  .mt-xl-n600,
  .my-xl-n600 {
    margin-top: -6rem !important;
  }
  .mr-xl-n600,
  .mx-xl-n600 {
    margin-right: -6rem !important;
  }
  .mb-xl-n600,
  .my-xl-n600 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n600,
  .mx-xl-n600 {
    margin-left: -6rem !important;
  }
  .m-xl-n800 {
    margin: -8rem !important;
  }
  .mt-xl-n800,
  .my-xl-n800 {
    margin-top: -8rem !important;
  }
  .mr-xl-n800,
  .mx-xl-n800 {
    margin-right: -8rem !important;
  }
  .mb-xl-n800,
  .my-xl-n800 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n800,
  .mx-xl-n800 {
    margin-left: -8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1900px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 2rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2rem !important;
  }
  .m-xxl-5 {
    margin: 4.5rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-6 {
    margin: 8rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 8rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 8rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 8rem !important;
  }
  .m-xxl-450 {
    margin: 4.5rem !important;
  }
  .mt-xxl-450,
  .my-xxl-450 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-450,
  .mx-xxl-450 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-450,
  .my-xxl-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-450,
  .mx-xxl-450 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-25 {
    margin: 0.25rem !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-50 {
    margin: 0.5rem !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-100 {
    margin: 1rem !important;
  }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 1rem !important;
  }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 1rem !important;
  }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 1rem !important;
  }
  .m-xxl-150 {
    margin: 1.5rem !important;
  }
  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-200 {
    margin: 2rem !important;
  }
  .mt-xxl-200,
  .my-xxl-200 {
    margin-top: 2rem !important;
  }
  .mr-xxl-200,
  .mx-xxl-200 {
    margin-right: 2rem !important;
  }
  .mb-xxl-200,
  .my-xxl-200 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-200,
  .mx-xxl-200 {
    margin-left: 2rem !important;
  }
  .m-xxl-300 {
    margin: 3rem !important;
  }
  .mt-xxl-300,
  .my-xxl-300 {
    margin-top: 3rem !important;
  }
  .mr-xxl-300,
  .mx-xxl-300 {
    margin-right: 3rem !important;
  }
  .mb-xxl-300,
  .my-xxl-300 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-300,
  .mx-xxl-300 {
    margin-left: 3rem !important;
  }
  .m-xxl-400 {
    margin: 4rem !important;
  }
  .mt-xxl-400,
  .my-xxl-400 {
    margin-top: 4rem !important;
  }
  .mr-xxl-400,
  .mx-xxl-400 {
    margin-right: 4rem !important;
  }
  .mb-xxl-400,
  .my-xxl-400 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-400,
  .mx-xxl-400 {
    margin-left: 4rem !important;
  }
  .m-xxl-500 {
    margin: 5rem !important;
  }
  .mt-xxl-500,
  .my-xxl-500 {
    margin-top: 5rem !important;
  }
  .mr-xxl-500,
  .mx-xxl-500 {
    margin-right: 5rem !important;
  }
  .mb-xxl-500,
  .my-xxl-500 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-500,
  .mx-xxl-500 {
    margin-left: 5rem !important;
  }
  .m-xxl-600 {
    margin: 6rem !important;
  }
  .mt-xxl-600,
  .my-xxl-600 {
    margin-top: 6rem !important;
  }
  .mr-xxl-600,
  .mx-xxl-600 {
    margin-right: 6rem !important;
  }
  .mb-xxl-600,
  .my-xxl-600 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-600,
  .mx-xxl-600 {
    margin-left: 6rem !important;
  }
  .m-xxl-800 {
    margin: 8rem !important;
  }
  .mt-xxl-800,
  .my-xxl-800 {
    margin-top: 8rem !important;
  }
  .mr-xxl-800,
  .mx-xxl-800 {
    margin-right: 8rem !important;
  }
  .mb-xxl-800,
  .my-xxl-800 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-800,
  .mx-xxl-800 {
    margin-left: 8rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 2rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2rem !important;
  }
  .p-xxl-5 {
    padding: 4.5rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-6 {
    padding: 8rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 8rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 8rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 8rem !important;
  }
  .p-xxl-450 {
    padding: 4.5rem !important;
  }
  .pt-xxl-450,
  .py-xxl-450 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-450,
  .px-xxl-450 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-450,
  .py-xxl-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-450,
  .px-xxl-450 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-25 {
    padding: 0.25rem !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-50 {
    padding: 0.5rem !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-100 {
    padding: 1rem !important;
  }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 1rem !important;
  }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 1rem !important;
  }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 1rem !important;
  }
  .p-xxl-150 {
    padding: 1.5rem !important;
  }
  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-200 {
    padding: 2rem !important;
  }
  .pt-xxl-200,
  .py-xxl-200 {
    padding-top: 2rem !important;
  }
  .pr-xxl-200,
  .px-xxl-200 {
    padding-right: 2rem !important;
  }
  .pb-xxl-200,
  .py-xxl-200 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-200,
  .px-xxl-200 {
    padding-left: 2rem !important;
  }
  .p-xxl-300 {
    padding: 3rem !important;
  }
  .pt-xxl-300,
  .py-xxl-300 {
    padding-top: 3rem !important;
  }
  .pr-xxl-300,
  .px-xxl-300 {
    padding-right: 3rem !important;
  }
  .pb-xxl-300,
  .py-xxl-300 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-300,
  .px-xxl-300 {
    padding-left: 3rem !important;
  }
  .p-xxl-400 {
    padding: 4rem !important;
  }
  .pt-xxl-400,
  .py-xxl-400 {
    padding-top: 4rem !important;
  }
  .pr-xxl-400,
  .px-xxl-400 {
    padding-right: 4rem !important;
  }
  .pb-xxl-400,
  .py-xxl-400 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-400,
  .px-xxl-400 {
    padding-left: 4rem !important;
  }
  .p-xxl-500 {
    padding: 5rem !important;
  }
  .pt-xxl-500,
  .py-xxl-500 {
    padding-top: 5rem !important;
  }
  .pr-xxl-500,
  .px-xxl-500 {
    padding-right: 5rem !important;
  }
  .pb-xxl-500,
  .py-xxl-500 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-500,
  .px-xxl-500 {
    padding-left: 5rem !important;
  }
  .p-xxl-600 {
    padding: 6rem !important;
  }
  .pt-xxl-600,
  .py-xxl-600 {
    padding-top: 6rem !important;
  }
  .pr-xxl-600,
  .px-xxl-600 {
    padding-right: 6rem !important;
  }
  .pb-xxl-600,
  .py-xxl-600 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-600,
  .px-xxl-600 {
    padding-left: 6rem !important;
  }
  .p-xxl-800 {
    padding: 8rem !important;
  }
  .pt-xxl-800,
  .py-xxl-800 {
    padding-top: 8rem !important;
  }
  .pr-xxl-800,
  .px-xxl-800 {
    padding-right: 8rem !important;
  }
  .pb-xxl-800,
  .py-xxl-800 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-800,
  .px-xxl-800 {
    padding-left: 8rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -2rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2rem !important;
  }
  .m-xxl-n5 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n6 {
    margin: -8rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -8rem !important;
  }
  .m-xxl-n450 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n450,
  .my-xxl-n450 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n450,
  .mx-xxl-n450 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n450,
  .my-xxl-n450 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n450,
  .mx-xxl-n450 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n25 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n25,
  .my-xxl-n25 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n25,
  .mx-xxl-n25 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n25,
  .my-xxl-n25 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n25,
  .mx-xxl-n25 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n50 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n50,
  .my-xxl-n50 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n50,
  .mx-xxl-n50 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n50,
  .my-xxl-n50 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n50,
  .mx-xxl-n50 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n100 {
    margin: -1rem !important;
  }
  .mt-xxl-n100,
  .my-xxl-n100 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n100,
  .mx-xxl-n100 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n100,
  .my-xxl-n100 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n100,
  .mx-xxl-n100 {
    margin-left: -1rem !important;
  }
  .m-xxl-n150 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n150,
  .my-xxl-n150 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n150,
  .mx-xxl-n150 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n150,
  .my-xxl-n150 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n150,
  .mx-xxl-n150 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n200 {
    margin: -2rem !important;
  }
  .mt-xxl-n200,
  .my-xxl-n200 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n200,
  .mx-xxl-n200 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n200,
  .my-xxl-n200 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n200,
  .mx-xxl-n200 {
    margin-left: -2rem !important;
  }
  .m-xxl-n300 {
    margin: -3rem !important;
  }
  .mt-xxl-n300,
  .my-xxl-n300 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n300,
  .mx-xxl-n300 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n300,
  .my-xxl-n300 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n300,
  .mx-xxl-n300 {
    margin-left: -3rem !important;
  }
  .m-xxl-n400 {
    margin: -4rem !important;
  }
  .mt-xxl-n400,
  .my-xxl-n400 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n400,
  .mx-xxl-n400 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n400,
  .my-xxl-n400 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n400,
  .mx-xxl-n400 {
    margin-left: -4rem !important;
  }
  .m-xxl-n500 {
    margin: -5rem !important;
  }
  .mt-xxl-n500,
  .my-xxl-n500 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n500,
  .mx-xxl-n500 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n500,
  .my-xxl-n500 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n500,
  .mx-xxl-n500 {
    margin-left: -5rem !important;
  }
  .m-xxl-n600 {
    margin: -6rem !important;
  }
  .mt-xxl-n600,
  .my-xxl-n600 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n600,
  .mx-xxl-n600 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n600,
  .my-xxl-n600 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n600,
  .mx-xxl-n600 {
    margin-left: -6rem !important;
  }
  .m-xxl-n800 {
    margin: -8rem !important;
  }
  .mt-xxl-n800,
  .my-xxl-n800 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n800,
  .mx-xxl-n800 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n800,
  .my-xxl-n800 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n800,
  .mx-xxl-n800 {
    margin-left: -8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .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) {
  .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) {
  .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) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.font-size-50 {
  font-size: 0.75rem !important;
}

.font-size-75 {
  font-size: 0.875rem !important;
}

.font-size-100 {
  font-size: 1rem !important;
}

.font-size-200 {
  font-size: 1.125rem !important;
}

.font-size-300 {
  font-size: 1.25rem !important;
}

.font-size-400 {
  font-size: 1.5rem !important;
}

.font-size-500 {
  font-size: 1.875rem !important;
}

.font-size-600 {
  font-size: 2.375rem !important;
}

.font-size-700 {
  font-size: 3rem !important;
}

.font-size-800 {
  font-size: 3.375rem !important;
}

.font-size-900 {
  font-size: 3.875rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-base {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
}

.font-size-xxl {
  font-size: 1.875rem !important;
}

.font-size-50 {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
}

.font-size-75 {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.font-size-100 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.font-size-200 {
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
}

.font-size-300 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.font-size-400 {
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
}

.font-size-500 {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.font-size-600 {
  font-size: 2.375rem !important;
  line-height: 3rem !important;
}

.font-size-700 {
  font-size: 3rem !important;
  line-height: 3.5rem !important;
}

.font-size-800 {
  font-size: 3.375rem !important;
  line-height: 4rem !important;
}

.font-size-900 {
  font-size: 3.875rem !important;
  line-height: 4.375rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.font-size-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
}

.font-size-xxl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

@media (min-width: 576px) {
  .font-size-sm-50 {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-sm-75 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-sm-100 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-sm-200 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-sm-300 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-sm-400 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-sm-500 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .font-size-sm-600 {
    font-size: 2.375rem !important;
    line-height: 3rem !important;
  }
  .font-size-sm-700 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .font-size-sm-800 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
  .font-size-sm-900 {
    font-size: 3.875rem !important;
    line-height: 4.375rem !important;
  }
  .font-size-sm-xs {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-sm-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-sm-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-sm-lg {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-sm-xl {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-sm-xxl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-50 {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-md-75 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-md-100 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-md-200 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-md-300 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-md-400 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-md-500 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .font-size-md-600 {
    font-size: 2.375rem !important;
    line-height: 3rem !important;
  }
  .font-size-md-700 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .font-size-md-800 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
  .font-size-md-900 {
    font-size: 3.875rem !important;
    line-height: 4.375rem !important;
  }
  .font-size-md-xs {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-md-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-md-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-md-lg {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-md-xl {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-md-xxl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-50 {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-lg-75 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-lg-100 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-lg-200 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-lg-300 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-lg-400 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-lg-500 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .font-size-lg-600 {
    font-size: 2.375rem !important;
    line-height: 3rem !important;
  }
  .font-size-lg-700 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .font-size-lg-800 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
  .font-size-lg-900 {
    font-size: 3.875rem !important;
    line-height: 4.375rem !important;
  }
  .font-size-lg-xs {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-lg-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-lg-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-lg-lg {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-lg-xl {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-lg-xxl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-50 {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-xl-75 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-xl-100 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-xl-200 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-xl-300 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xl-400 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xl-500 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .font-size-xl-600 {
    font-size: 2.375rem !important;
    line-height: 3rem !important;
  }
  .font-size-xl-700 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .font-size-xl-800 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
  .font-size-xl-900 {
    font-size: 3.875rem !important;
    line-height: 4.375rem !important;
  }
  .font-size-xl-xs {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-xl-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-xl-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-xl-lg {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xl-xl {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xl-xxl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 1900px) {
  .font-size-xxl-50 {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-xxl-75 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-xxl-100 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-xxl-200 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-xxl-300 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xxl-400 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xxl-500 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .font-size-xxl-600 {
    font-size: 2.375rem !important;
    line-height: 3rem !important;
  }
  .font-size-xxl-700 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .font-size-xxl-800 {
    font-size: 3.375rem !important;
    line-height: 4rem !important;
  }
  .font-size-xxl-900 {
    font-size: 3.875rem !important;
    line-height: 4.375rem !important;
  }
  .font-size-xxl-xs {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }
  .font-size-xxl-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .font-size-xxl-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .font-size-xxl-lg {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xxl-xl {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
  .font-size-xxl-xxl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
.font-size-h1 {
  font-size: 1.5rem !important;
}

.font-size-h2 {
  font-size: 1.25rem !important;
}

.font-size-h3 {
  font-size: 1.125rem !important;
}

.font-size-h4 {
  font-size: 1rem !important;
}

.font-size-h5 {
  font-size: 0.875rem !important;
}

.font-size-h6 {
  font-size: 0.875rem !important;
}

@media (min-width: 992px) {
  .font-size-h1 {
    font-size: 2.375rem !important;
  }
  .font-size-h2 {
    font-size: 1.875rem !important;
  }
  .font-size-h3 {
    font-size: 1.5rem !important;
  }
  .font-size-h4 {
    font-size: 1.25rem !important;
  }
  .font-size-h5 {
    font-size: 1rem !important;
  }
  .font-size-h6 {
    font-size: 1rem !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-lightest {
  font-weight: lighter !important;
}

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

.font-weight-lighter {
  font-weight: 200 !important;
}

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

.font-weight-semibold {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

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

.font-weight-boldest {
  font-weight: 800 !important;
}

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

.line-height-base {
  line-height: 1.5 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1b1763 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0a0925 !important;
}

.text-secondary {
  color: #222633 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #030405 !important;
}

.text-success {
  color: #00a759 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #005b30 !important;
}

.text-info {
  color: #85b2ff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #3982ff !important;
}

.text-warning {
  color: #f4ca11 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b09108 !important;
}

.text-danger {
  color: #de3c50 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b01e30 !important;
}

.text-light {
  color: #dfe1eb !important;
}

a.text-light:hover, a.text-light:focus {
  color: #b0b5ce !important;
}

.text-dark {
  color: #222633 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #030405 !important;
}

.text-mid {
  color: #cfd1df !important;
}

a.text-mid:hover, a.text-mid:focus {
  color: #a1a5c0 !important;
}

.text-mid-dark {
  color: #646776 !important;
}

a.text-mid-dark:hover, a.text-mid-dark:focus {
  color: #41434d !important;
}

.text-highlight {
  color: #1d3297 !important;
}

a.text-highlight:hover, a.text-highlight:focus {
  color: #111d57 !important;
}

.text-highlight-dark {
  color: #2e46b9 !important;
}

a.text-highlight-dark:hover, a.text-highlight-dark:focus {
  color: #1f2f7c !important;
}

.text-body {
  color: #222633 !important;
}

.text-muted {
  color: #646776 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.text-blue {
  color: #2e46b9 !important;
}

.text-light-blue {
  color: #a7c9ff !important;
}

.text-gray-blue {
  color: #c8dfff !important;
}

.text-indigo {
  color: #1d3297 !important;
}

.text-purple {
  color: #2e46b9 !important;
}

.text-pink {
  color: #ff9133 !important;
}

.text-red {
  color: #de3c50 !important;
}

.text-orange {
  color: #ff9133 !important;
}

.text-yellow {
  color: #ff9133 !important;
}

.text-green {
  color: #00a759 !important;
}

.text-teal {
  color: #85b2ff !important;
}

.text-cyan {
  color: #1b1763 !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #222633 !important;
}

.text-gray-dark {
  color: #323543 !important;
}

.text-white {
  color: #fff !important;
}

.text-soft-blue {
  color: #c8dfff !important;
}

.text-medium-blue {
  color: #85b2ff !important;
}

.text-dark-blue {
  color: #1b1763 !important;
}

.text-warm-orange {
  color: #ff9133 !important;
}

.text-gray-100 {
  color: #eaecf4 !important;
}

.text-gray-150 {
  color: #eaecf4 !important;
}

.text-gray-200 {
  color: #dfe1eb !important;
}

.text-gray-300 {
  color: #cfd1df !important;
}

.text-gray-400 {
  color: #a7aaba !important;
}

.text-gray-500 {
  color: #878999 !important;
}

.text-gray-600 {
  color: #646776 !important;
}

.text-gray-700 {
  color: #515362 !important;
}

.text-gray-800 {
  color: #323543 !important;
}

.text-gray-900 {
  color: #222633 !important;
}

.text-gray-1000 {
  color: #222633 !important;
}

.text-gray-1100 {
  color: #222633 !important;
}

.text-gray-1200 {
  color: #222633 !important;
}

.text-black {
  color: #000 !important;
}

.text-teal-100 {
  color: #ddedff !important;
}

.text-teal-200 {
  color: #a7c9ff !important;
}

.text-teal-300 {
  color: #85b2ff !important;
}

.text-teal-400 {
  color: #688aea !important;
}

.text-teal-500 {
  color: #688aea !important;
}

.text-teal-600 {
  color: #2e46b9 !important;
}

.text-teal-700 {
  color: #162676 !important;
}

.text-teal-800 {
  color: #1b1763 !important;
}

.text-cyan-100 {
  color: #ddedff !important;
}

.text-cyan-200 {
  color: #c8dfff !important;
}

.text-cyan-300 {
  color: #a7c9ff !important;
}

.text-cyan-400 {
  color: #4a62d4 !important;
}

.text-cyan-500 {
  color: #2e46b9 !important;
}

.text-cyan-600 {
  color: #1d3297 !important;
}

.text-cyan-700 {
  color: #162676 !important;
}

.text-cyan-800 {
  color: #1b1763 !important;
}

.text-pink-100 {
  color: #fff3df !important;
}

.text-pink-200 {
  color: #ffdbb5 !important;
}

.text-pink-300 {
  color: #ffc28b !important;
}

.text-pink-400 {
  color: #ffb67b !important;
}

.text-pink-500 {
  color: #ed7c2b !important;
}

.text-pink-600 {
  color: #ed7c2b !important;
}

.text-pink-700 {
  color: #ed7c2b !important;
}

.text-pink-800 {
  color: #ed7c2b !important;
}

.text-yellow-100 {
  color: #fff3df !important;
}

.text-yellow-200 {
  color: #ffdbb5 !important;
}

.text-yellow-300 {
  color: #ffc28b !important;
}

.text-yellow-400 {
  color: #ffaa66 !important;
}

.text-yellow-500 {
  color: #ff9d51 !important;
}

.text-yellow-600 {
  color: #ed7c2b !important;
}

.text-yellow-700 {
  color: #ed7c2b !important;
}

.text-yellow-800 {
  color: #ed7c2b !important;
}

.text-orange-50 {
  color: #fff3df !important;
}

.text-orange-100 {
  color: #ffe7ca !important;
}

.text-orange-200 {
  color: #ffdbb5 !important;
}

.text-orange-300 {
  color: #ffcea0 !important;
}

.text-orange-400 {
  color: #ffc28b !important;
}

.text-orange-500 {
  color: #ffb67b !important;
}

.text-orange-600 {
  color: #ffaa66 !important;
}

.text-orange-700 {
  color: #ff9d51 !important;
}

.text-orange-800 {
  color: #ff9133 !important;
}

.text-orange-900 {
  color: #ed7c2b !important;
}

.text-blue-50 {
  color: #ddedff !important;
}

.text-blue-100 {
  color: #c8dfff !important;
}

.text-blue-200 {
  color: #a7c9ff !important;
}

.text-blue-300 {
  color: #85b2ff !important;
}

.text-blue-400 {
  color: #688aea !important;
}

.text-blue-500 {
  color: #4a62d4 !important;
}

.text-blue-600 {
  color: #2e46b9 !important;
}

.text-blue-700 {
  color: #1d3297 !important;
}

.text-blue-800 {
  color: #162676 !important;
}

.text-blue-900 {
  color: #1b1763 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #878999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #cfd1df !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #cfd1df;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #cfd1df;
  }
}
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
@media (max-width: 1899.98px) {
  .bv-d-xl-down-none {
    display: none !important;
  }
}
.bv-d-xxl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #222633;
  background-color: #fff;
  border-color: #85b2ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.form-control.focus.is-valid {
  border-color: #00a759;
  box-shadow: 0 0 0 0 rgba(0, 167, 89, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #de3c50;
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}

.es-accordion-list .es-accordion {
  border-bottom: 1px solid #dfe1eb;
}

.es-accordion-list--default {
  background-color: #fff;
  border: 1px solid #dfe1eb;
  border-radius: 1rem 1rem 0 0;
}
.es-accordion-list--default .es-accordion {
  /* first item needs rounded corners on top */
  /* remove bottom border from last item so it doesn't collide with overall border */
}
.es-accordion-list--default .es-accordion.expanded .es-accordion-heading {
  background-color: #f1f3fb;
  color: #1b1763;
}
.es-accordion-list--default .es-accordion-button:hover + .es-accordion-heading {
  background-color: #ddedff;
  color: #1b1763;
}
.es-accordion-list--default .es-accordion:first-child .es-accordion-heading {
  border-radius: 1rem 1rem 0 0;
}
.es-accordion-list--default .es-accordion:last-child {
  border-bottom: none;
}

/* rotate the chevron when expanded */
.es-accordion-heading--visible .es-accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* for smooth background color transition */
@media not prefers-reduced-motion {
  .es-accordion-heading {
    /* use this instead of $transition-base so font size and padding don't animate weirdly on breakpoint change */
    transition: background-color 0.2s ease-in-out;
  }
}
/* first item of minimal variant has border top */
.es-accordion--minimal:first-child {
  border-top: 1px solid #dfe1eb;
}

/* align button to cover the heading tag and ensure it's on top */
.es-accordion-button {
  top: 0;
  z-index: 2;
}

/* only animate the chevron if the user doesn't prefer reduced motion */
@media not prefers-reduced-motion {
  .es-accordion-icon {
    transition: all 0.2s ease-in-out;
  }
}
.b-avatar {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 1;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #cfd1df;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #eaecf4;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

.card-img-left {
  border-top-left-radius: calc(0.75rem - 2px);
  border-bottom-left-radius: calc(0.75rem - 2px);
}

.card-img-right {
  border-top-right-radius: calc(0.75rem - 2px);
  border-bottom-right-radius: calc(0.75rem - 2px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #878999;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: 200;
}

.es-file-upload {
  background-color: #fff;
  border: 1px solid #cfd1df;
}
@media (max-width: 767.98px) {
  .es-file-upload {
    background-color: #fff;
    border: 1px solid #cfd1df;
  }
}
.es-file-upload.active {
  border: 1px solid #85b2ff;
}

.es-file-thumbnail .desktop-preview {
  width: 135px;
}
.es-file-thumbnail .thumbnail-border {
  border: 2px solid #eaecf4;
}
.es-file-thumbnail .thumbnail-border-failure {
  border: 2px solid #de3c50;
}
.es-file-thumbnail .thumbnail-outer-wrapper {
  z-index: 2;
  width: 135px;
  height: 135px;
}
.es-file-thumbnail .thumbnail-inner-wrapper-x {
  top: -18px;
  z-index: -1;
  width: 130px;
  height: 130px;
  border: 2px solid #eaecf4;
}
.es-file-thumbnail .thumbnail-inner-wrapper-x:hover {
  border: 2px solid #222633;
}
.es-file-thumbnail .thumbnail-inner-wrapper {
  top: 8px;
  z-index: -1;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: 2px solid #eaecf4;
}
.es-file-thumbnail .thumbnail-spinner {
  width: 40px;
  height: 40px;
  border-width: 0.3rem;
}
.es-file-thumbnail .icon-button {
  position: relative;
  z-index: 2;
}
.es-file-thumbnail a:hover {
  color: #323543;
}
.es-file-thumbnail .svg-fill-wrapper {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: -1;
  width: 20px;
  height: 20px;
  /* stylelint-disable-next-line property-disallowed-list */
  border-radius: 1rem;
}
.es-file-thumbnail .image-preview {
  -o-object-fit: cover;
  object-fit: cover;
}

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 2.5rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.75rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.75rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.5rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.75rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 3.4375rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -3.4375rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(0.3125rem + 4px);
  left: calc(-3.4375rem + 4px);
  width: calc(1.25rem - 8px);
  height: calc(1.25rem - 8px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 2.40625rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -2.40625rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(0.21875rem + 4px);
  left: calc(-2.40625rem + 4px);
  width: calc(0.875rem - 8px);
  height: calc(0.875rem - 8px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

.b-form-btn-label-control.form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none;
}
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
[dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
  text-align: right;
}

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #00a759;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #de3c50;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(3.5rem - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.2em + 0.3rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.2em + 0.3rem + 2px) - 2px);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #eaecf4;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1.5rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 1rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 1rem 1rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.2em + 0.3rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.15rem 1rem;
  line-height: 1.2;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.5rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(1.2em + 0.3rem);
  border-radius: 0 0.5rem 0.5rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.3em + 0.5rem) center;
}

input[type=color].form-control {
  height: 3.5rem;
  padding: 0.075rem 0.5rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.2em + 0.3rem + 2px);
  padding: 0.075rem 0.5rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.075rem 0.5rem;
}

input[type=color].form-control:disabled {
  background-color: #878999;
  opacity: 1;
}

.input-group > .custom-range {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: 3.5rem;
  padding: 0 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #222633;
  height: 3.5rem;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #222633;
  background-color: #fff;
  border-color: #85b2ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #eaecf4;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1.5rem;
  border-radius: 1rem;
}

.input-group-sm > .custom-range {
  height: calc(1.2em + 0.3rem + 2px);
  padding: 0 1rem;
  border-radius: 0.5rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #00a759;
}
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #00a759;
  box-shadow: 0 0 0 0 rgba(0, 167, 89, 0.25);
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 #5bffb2;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 #5bffb2;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 #5bffb2;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #00a759;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #5bffb2;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(0, 167, 89, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #00a759;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #5bffb2;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(0, 167, 89, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #00a759;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #5bffb2;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(0, 167, 89, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(0, 167, 89, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #de3c50;
}
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #de3c50;
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 #f8d5d9;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 #f8d5d9;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 #f8d5d9;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #de3c50;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f8d5d9;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(222, 60, 80, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #de3c50;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f8d5d9;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(222, 60, 80, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #de3c50;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f8d5d9;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(222, 60, 80, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(222, 60, 80, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 2.5rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -2.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.75rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.75rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.75rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #eaecf4;
  color: #646776;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.2em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #eaecf4;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #222633;
  background-color: #fff;
  border-color: #85b2ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27, 23, 99, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #00a759;
  box-shadow: 0 0 0 0 rgba(0, 167, 89, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #de3c50;
  box-shadow: 0 0 0 0 rgba(222, 60, 80, 0.25);
}
.b-form-tags.disabled {
  background-color: #eaecf4;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #222633;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.2;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.2;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.2;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #d1d1e0;
  border-color: #bfbed3;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bfbed3;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1d1e0;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bfbed3;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1d1e0;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bfbed3;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c8c8da;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c8c8da;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bfbed3;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1d1e0;
}
.b-popover-primary .popover-header {
  color: #292929;
  background-color: #c8c8da;
  border-bottom-color: #b9b9d0;
}
.b-popover-primary .popover-body {
  color: #bfbed3;
}

.b-popover-secondary.popover {
  background-color: #d3d4d6;
  border-color: #c1c2c6;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c1c2c6;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d3d4d6;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c1c2c6;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d3d4d6;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c1c2c6;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #cbcccf;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #cbcccf;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c1c2c6;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d3d4d6;
}
.b-popover-secondary .popover-header {
  color: #292929;
  background-color: #cbcccf;
  border-bottom-color: #bebfc2;
}
.b-popover-secondary .popover-body {
  color: #c1c2c6;
}

.b-popover-success.popover {
  background-color: #ccedde;
  border-color: #b8e6d1;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8e6d1;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #ccedde;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8e6d1;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #ccedde;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8e6d1;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c1e9d7;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c1e9d7;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8e6d1;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #ccedde;
}
.b-popover-success .popover-header {
  color: #292929;
  background-color: #c1e9d7;
  border-bottom-color: #aee2ca;
}
.b-popover-success .popover-body {
  color: #b8e6d1;
}

.b-popover-info.popover {
  background-color: #e7f0ff;
  border-color: #dde9ff;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #dde9ff;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e7f0ff;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #dde9ff;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e7f0ff;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #dde9ff;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #d8e6ff;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #d8e6ff;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #dde9ff;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e7f0ff;
}
.b-popover-info .popover-header {
  color: #292929;
  background-color: #d8e6ff;
  border-bottom-color: #bed7ff;
}
.b-popover-info .popover-body {
  color: #dde9ff;
}

.b-popover-warning.popover {
  background-color: #fdf4cf;
  border-color: #fcf0bc;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fcf0bc;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fdf4cf;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fcf0bc;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fdf4cf;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fcf0bc;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #fcf1c0;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #fcf1c0;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fcf0bc;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fdf4cf;
}
.b-popover-warning .popover-header {
  color: #292929;
  background-color: #fcf1c0;
  border-bottom-color: #fbeba8;
}
.b-popover-warning .popover-body {
  color: #fcf0bc;
}

.b-popover-danger.popover {
  background-color: #f8d8dc;
  border-color: #f6c8ce;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f6c8ce;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d8dc;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f6c8ce;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d8dc;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f6c8ce;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cbd0;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cbd0;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f6c8ce;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d8dc;
}
.b-popover-danger .popover-header {
  color: #292929;
  background-color: #f6cbd0;
  border-bottom-color: #f2b5bd;
}
.b-popover-danger .popover-body {
  color: #f6c8ce;
}

.b-popover-light.popover {
  background-color: #f9f9fb;
  border-color: #f6f7f9;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f6f7f9;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f9f9fb;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f6f7f9;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f9f9fb;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f6f7f9;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f0f0f5;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f0f0f5;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f6f7f9;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f9f9fb;
}
.b-popover-light .popover-header {
  color: #292929;
  background-color: #f0f0f5;
  border-bottom-color: #e1e1eb;
}
.b-popover-light .popover-body {
  color: #f6f7f9;
}

.b-popover-dark.popover {
  background-color: #d3d4d6;
  border-color: #c1c2c6;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c1c2c6;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d3d4d6;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c1c2c6;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d3d4d6;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c1c2c6;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #cbcccf;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #cbcccf;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c1c2c6;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d3d4d6;
}
.b-popover-dark .popover-header {
  color: #292929;
  background-color: #cbcccf;
  border-bottom-color: #bebfc2;
}
.b-popover-dark .popover-body {
  color: #c1c2c6;
}

.b-popover-mid.popover {
  background-color: #f5f6f9;
  border-color: #f2f2f6;
}
.b-popover-mid.bs-popover-top > .arrow::before, .b-popover-mid.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f2f2f6;
}
.b-popover-mid.bs-popover-top > .arrow::after, .b-popover-mid.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f5f6f9;
}
.b-popover-mid.bs-popover-right > .arrow::before, .b-popover-mid.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f2f2f6;
}
.b-popover-mid.bs-popover-right > .arrow::after, .b-popover-mid.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f5f6f9;
}
.b-popover-mid.bs-popover-bottom > .arrow::before, .b-popover-mid.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f2f2f6;
}
.b-popover-mid.bs-popover-bottom > .arrow::after, .b-popover-mid.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ebedf3;
}
.b-popover-mid.bs-popover-bottom .popover-header::before, .b-popover-mid.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ebedf3;
}
.b-popover-mid.bs-popover-left > .arrow::before, .b-popover-mid.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f2f2f6;
}
.b-popover-mid.bs-popover-left > .arrow::after, .b-popover-mid.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f5f6f9;
}
.b-popover-mid .popover-header {
  color: #292929;
  background-color: #ebedf3;
  border-bottom-color: #dcdfea;
}
.b-popover-mid .popover-body {
  color: #f2f2f6;
}

.b-popover-mid-dark.popover {
  background-color: #e0e1e4;
  border-color: #d4d4d9;
}
.b-popover-mid-dark.bs-popover-top > .arrow::before, .b-popover-mid-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d4d4d9;
}
.b-popover-mid-dark.bs-popover-top > .arrow::after, .b-popover-mid-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e0e1e4;
}
.b-popover-mid-dark.bs-popover-right > .arrow::before, .b-popover-mid-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d4d4d9;
}
.b-popover-mid-dark.bs-popover-right > .arrow::after, .b-popover-mid-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e0e1e4;
}
.b-popover-mid-dark.bs-popover-bottom > .arrow::before, .b-popover-mid-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d4d4d9;
}
.b-popover-mid-dark.bs-popover-bottom > .arrow::after, .b-popover-mid-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #d8d9dd;
}
.b-popover-mid-dark.bs-popover-bottom .popover-header::before, .b-popover-mid-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #d8d9dd;
}
.b-popover-mid-dark.bs-popover-left > .arrow::before, .b-popover-mid-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d4d4d9;
}
.b-popover-mid-dark.bs-popover-left > .arrow::after, .b-popover-mid-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e0e1e4;
}
.b-popover-mid-dark .popover-header {
  color: #292929;
  background-color: #d8d9dd;
  border-bottom-color: #caccd1;
}
.b-popover-mid-dark .popover-body {
  color: #d4d4d9;
}

.b-popover-highlight.popover {
  background-color: #d2d6ea;
  border-color: #c0c6e2;
}
.b-popover-highlight.bs-popover-top > .arrow::before, .b-popover-highlight.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c0c6e2;
}
.b-popover-highlight.bs-popover-top > .arrow::after, .b-popover-highlight.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d2d6ea;
}
.b-popover-highlight.bs-popover-right > .arrow::before, .b-popover-highlight.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c0c6e2;
}
.b-popover-highlight.bs-popover-right > .arrow::after, .b-popover-highlight.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d2d6ea;
}
.b-popover-highlight.bs-popover-bottom > .arrow::before, .b-popover-highlight.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c0c6e2;
}
.b-popover-highlight.bs-popover-bottom > .arrow::after, .b-popover-highlight.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c8cce5;
}
.b-popover-highlight.bs-popover-bottom .popover-header::before, .b-popover-highlight.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c8cce5;
}
.b-popover-highlight.bs-popover-left > .arrow::before, .b-popover-highlight.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c0c6e2;
}
.b-popover-highlight.bs-popover-left > .arrow::after, .b-popover-highlight.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d2d6ea;
}
.b-popover-highlight .popover-header {
  color: #292929;
  background-color: #c8cce5;
  border-bottom-color: #b6bddd;
}
.b-popover-highlight .popover-body {
  color: #c0c6e2;
}

.b-popover-highlight-dark.popover {
  background-color: #d5daf1;
  border-color: #c4cbeb;
}
.b-popover-highlight-dark.bs-popover-top > .arrow::before, .b-popover-highlight-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c4cbeb;
}
.b-popover-highlight-dark.bs-popover-top > .arrow::after, .b-popover-highlight-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d5daf1;
}
.b-popover-highlight-dark.bs-popover-right > .arrow::before, .b-popover-highlight-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c4cbeb;
}
.b-popover-highlight-dark.bs-popover-right > .arrow::after, .b-popover-highlight-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d5daf1;
}
.b-popover-highlight-dark.bs-popover-bottom > .arrow::before, .b-popover-highlight-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c4cbeb;
}
.b-popover-highlight-dark.bs-popover-bottom > .arrow::after, .b-popover-highlight-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #cad0ed;
}
.b-popover-highlight-dark.bs-popover-bottom .popover-header::before, .b-popover-highlight-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #cad0ed;
}
.b-popover-highlight-dark.bs-popover-left > .arrow::before, .b-popover-highlight-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c4cbeb;
}
.b-popover-highlight-dark.bs-popover-left > .arrow::after, .b-popover-highlight-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d5daf1;
}
.b-popover-highlight-dark .popover-header {
  color: #292929;
  background-color: #cad0ed;
  border-bottom-color: #b6bfe7;
}
.b-popover-highlight-dark .popover-body {
  color: #c4cbeb;
}

/* padding */
/* sizing */
/* calculated positioning */
.es-form-radio-cards {
  /* undo default stacked button group style that disables bottom margin */
}
.es-form-radio-cards.btn-group-vertical {
  /* undo default radio group 'buttons' style that prevents full width */
  -ms-flex-align: stretch;
  align-items: stretch;
  /* undo default stacked button group styles that turn off rounding on all except first/last child */
}
.es-form-radio-cards.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.es-form-radio-cards.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.es-form-radio-cards.btn-group-vertical > .btn:not(:first-child),
.es-form-radio-cards.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-radius: 1rem;
}
.es-form-radio-cards.btn-group-toggle > .btn,
.es-form-radio-cards.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 1rem;
}

.es-form-radio-card {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem 1.5rem 3rem;
  position: relative;
  text-align: left;
  /* outer circle of radio button */
  /* needs additional specificity to override .es-card.interactive */
  /* undo primary button outline styles */
  /* selected state */
  /* mousedown/touchstart state */
}
@media (min-width: 992px) {
  .es-form-radio-card {
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  }
}
.es-form-radio-card::before, .es-form-radio-card::after {
  border-radius: 50%;
  content: "";
  left: 1rem;
  position: absolute;
  top: 1.5rem;
}
@media (min-width: 992px) {
  .es-form-radio-card::before, .es-form-radio-card::after {
    left: 1.5rem;
  }
}
.es-form-radio-card::before {
  border: 2.5px solid #1b1763;
  height: 22px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 22px;
}
@media (min-width: 992px) {
  .es-form-radio-card::before {
    height: 28px;
    width: 28px;
  }
}
.es-form-radio-card.interactive {
  color: #323543;
  font-weight: 600;
}
.es-form-radio-card:not(:disabled):not(.disabled):active, .es-form-radio-card:not(:disabled):not(.disabled).active, .show > .es-form-radio-card.dropdown-toggle, .es-form-radio-card:focus, .es-form-radio-card:hover {
  background-color: #fff;
  color: #323543;
}
.es-form-radio-card:not(:disabled):not(.disabled).active {
  border-color: #ff9133;
  box-shadow: 0 0 0 1px transparent, 0px 0px 8px 0px rgba(255, 145, 51, 0.4);
  -webkit-transform: none;
  transform: none;
  /* inner circle of radio button */
}
.es-form-radio-card:not(:disabled):not(.disabled).active::after {
  background-color: #1b1763;
  height: 11px;
  -webkit-transform: translateX(5.5px) translateY(7.5px);
  transform: translateX(5.5px) translateY(7.5px);
  width: 11px;
}
@media (min-width: 992px) {
  .es-form-radio-card:not(:disabled):not(.disabled).active::after {
    height: 15px;
    -webkit-transform: translateX(6.5px) translateY(8.5px);
    transform: translateX(6.5px) translateY(8.5px);
    width: 15px;
  }
}
.es-form-radio-card:focus, .es-form-radio-card.focus, .es-form-radio-card:not(:disabled):not(.disabled).active:focus, .es-form-radio-card:not(:disabled):not(.disabled).active.focus {
  border-color: #ffaa66;
  box-shadow: 0 0 0 1px #ffaa66, 0px 0px 8px 0px rgba(255, 145, 51, 0.4);
}
.es-form-radio-card:not(:disabled):not(.disabled):active, .es-form-radio-card:not(:disabled):not(.disabled).active:active {
  border-color: #ed7c2b;
  box-shadow: 0 0 0 1px #ed7c2b, 0px 0px 7px 0px rgba(255, 145, 51, 0.4);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.es-form-radio-card input {
  /**
   * hide the radio button input elements the same way bootstrap vue does.
   * bootstrap vue's styles only work on items directly nested under b-form-radio-group, and we want
   * to enable users to put any elements (e.g. <b-col> and <b-row>) between the EsFormRadioCards and
   * EsFormRadioCard elements.
   */
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.es-form-radio-card.btn {
  /* override the fixed height of normal buttons */
  height: auto;
}

/* desktop has-icon styling (move radio button to bottom center) */
@media (min-width: 992px) {
  .es-form-radio-cards.has-icon .es-form-radio-card {
    padding: 1.5rem 1.5rem 4.5rem 1.5rem;
    /* outer circle of radio button */
    /* selected state */
  }
  .es-form-radio-cards.has-icon .es-form-radio-card::before, .es-form-radio-cards.has-icon .es-form-radio-card::after {
    bottom: 1.5rem;
    left: 50%;
    top: auto;
  }
  .es-form-radio-cards.has-icon .es-form-radio-card::before {
    -webkit-transform: translateX(-14px);
    transform: translateX(-14px);
  }
  .es-form-radio-cards.has-icon .es-form-radio-card:not(:disabled):not(.disabled).active {
    /* inner circle of radio button */
  }
  .es-form-radio-cards.has-icon .es-form-radio-card:not(:disabled):not(.disabled).active::after {
    -webkit-transform: translateX(-7.5px) translateY(-6.5px);
    transform: translateX(-7.5px) translateY(-6.5px);
  }
}
@media (min-width: 576px) {
  .EsReviewsIoCardCarousel {
    /* keep the clickable arrow width at 43px for accessibility. align the card edges with the standard
    /* content container edge as soon as we have room, but when the gutter is less than 43px, we do need to
    /* squash the width of the review card the minimum amount so the arrows have room to show on the sides.
    /* -53px = 43px width of the clickable arrow + 10px space between that and the card */
    margin-left: max(-1 * (100vw - 540px) / 2 - 15px, -53px);
    margin-right: max(-1 * (100vw - 540px) / 2 - 15px, -53px);
  }
  .EsReviewsIoCardCarousel ::v-deep .CarouselWidget-prefix .CarouselWidget {
    /* turn off internal margin bottom so we can control page vertical spacing outside this component */
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .EsReviewsIoCardCarousel {
    /* account for the extra -10px margin applied internal to the widget at this breakpoint */
    margin-left: max(-1 * (100vw - 720px) / 2 - 5px, -43px);
    margin-right: max(-1 * (100vw - 720px) / 2 - 5px, -43px);
  }
}
@media (min-width: 992px) {
  .EsReviewsIoCardCarousel {
    /* account for the extra -10px margin applied internal to the widget at this breakpoint */
    margin-left: max(-1 * (100vw - 960px) / 2 - 5px, -43px);
    margin-right: max(-1 * (100vw - 960px) / 2 - 5px, -43px);
  }
}
@media (min-width: 1200px) {
  .EsReviewsIoCardCarousel {
    /* account for the extra -10px margin applied internal to the widget at this breakpoint */
    margin-left: max(-1 * (100vw - 1140px) / 2 - 5px, -43px);
    margin-right: max(-1 * (100vw - 1140px) / 2 - 5px, -43px);
  }
}
@media (min-width: 1900px) {
  .EsReviewsIoCardCarousel {
    /* plenty of space on the sides, so just use the fixed value */
    margin-left: -43px;
    margin-right: -43px;
  }
}
.EsReviewsIoCardCarousel, .CarouselWidget-prefix .CarouselWidget {
  /* style overrides for the widget; can't use sass variables with css variables */
  --author-font-size: 16px !important;
  --badge-icon-color: #222633 !important;
  --badge-icon-font-size: 16px !important;
  --badge-text-color: #222633 !important;
  --badge-text-font-size: 12px !important;
  --body-text-color: #222633 !important;
  --body-text-line-height: 24px !important;
  --common-star-color: #ff9133 !important;
  --common-star-disabled-color: #ffdbb5 !important;
  --header-heading-font-size: 18px !important;
  --header-heading-line-height: 24px !important;
  --header-heading-text-color: #222633 !important;
  --header-padding: 32px !important;
  --header-subheading-font-size: 16px !important;
  --header-subheading-font-weight: 400 !important;
  --header-subheading-line-height: 24px !important;
  --header-subheading-text-color: #222633 !important;
  --heading-text-color: #222633 !important;
  --heading-text-line-height: 24px !important;
  --item-border-color: #dfe1eb !important;
  --item-border-radius: 8px !important;
  --item-border-width: 2px !important;
  --item-padding: 16px !important;
  --popup-border-radius: 4px !important;
  --popup-icon-color: #222633 !important;
  --popup-backdrop-color: rgba(34, 38, 51, 0.09) !important;
  --popup-shadow-color: #cfd1df !important;
  --popup-shadow-size: 12px !important;
  --scroll-button-horizontal-position: 5px !important;
  --scroll-button-icon-color: #292929 !important;
  --scroll-button-icon-size: 32px !important;
  --small-star-size: 32px !important;
  margin-bottom: 0;
  overflow: hidden;
}
.EsReviewsIoCardCarousel .CarouselWidget__header, .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header {
  margin-bottom: 32px !important;
}
.EsReviewsIoCardCarousel .R-ReviewsList, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.EsReviewsIoCardCarousel .R-ReviewsList__item, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item {
  padding: 0 8px !important;
}
.EsReviewsIoCardCarousel .R-ReviewsList__item .item__inner, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner {
  /* fix safari issue with drop-shadow buggy behavior */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 12px 0 #f1f3fb !important;
}
.EsReviewsIoCardCarousel .R-ReviewsList__item:hover .item__inner, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item:hover .item__inner {
  border-color: #ffcea0 !important;
  text-decoration: none;
}
.EsReviewsIoCardCarousel .R-ReviewsList__item:focus, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item:focus {
  outline: none;
}
.EsReviewsIoCardCarousel .R-ReviewsList__item:focus .item__inner, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item:focus .item__inner {
  border-color: #ffaa66 !important;
  box-shadow: 0 0 0 1px #ffaa66, 0px 4px 12px 0px #f1f3fb !important;
}
.EsReviewsIoCardCarousel .R-ReviewsList__item:active .item__inner, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item:active .item__inner {
  border-color: #ed7c2b !important;
  box-shadow: 0 0 0 1px #ed7c2b, 0px 3px 10px 0px #f1f3fb !important;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.EsReviewsIoCardCarousel .R-ReviewsList__item--body, .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item--body {
  font-size: 16px;
  margin-bottom: 14px;
}
.EsReviewsIoCardCarousel .R-BadgeElement, .CarouselWidget-prefix .CarouselWidget .R-BadgeElement {
  margin-bottom: 16px !important;
}
.EsReviewsIoCardCarousel .R-BadgeElement .R-TextBody, .CarouselWidget-prefix .CarouselWidget .R-BadgeElement .R-TextBody {
  line-height: 20px !important;
}
.EsReviewsIoCardCarousel .R-flex-row .R-TextBody, .CarouselWidget-prefix .CarouselWidget .R-flex-row .R-TextBody {
  margin-bottom: 0 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
.EsReviewsIoCardCarousel .cssVar-subheading__number, .CarouselWidget-prefix .CarouselWidget .cssVar-subheading__number {
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0 1px;
}
.EsReviewsIoCardCarousel .cssVar-authorName:after, .CarouselWidget-prefix .CarouselWidget .cssVar-authorName:after {
  content: ".";
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 10px 32px;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .controls__button, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .controls__button {
  position: absolute;
  right: 32px;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .controls__button .button__icon, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .controls__button .button__icon {
  font-size: 24px;
  font-weight: 600;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .controls__button:hover, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .controls__button:hover {
  opacity: 0.75;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .dialog__inner, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .dialog__inner {
  padding: 0;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .R-TextBody, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .R-TextBody {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .R-BadgeElement, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .R-BadgeElement {
  margin-bottom: 32px !important;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .R-RatingStars, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .R-RatingStars {
  vertical-align: unset !important;
}
.EsReviewsIoCardCarousel .R-GlobalModal__dialog .u-hr, .CarouselWidget-prefix .CarouselWidget .R-GlobalModal__dialog .u-hr {
  border-color: #878999;
  opacity: 1;
}
.EsReviewsIoCardCarousel .u-textLeft--all .cssVar-popup-heading-text, .CarouselWidget-prefix .CarouselWidget .u-textLeft--all .cssVar-popup-heading-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}
.EsReviewsIoCardCarousel .u-textLeft--all .cssVar-popup-heading-text:after, .CarouselWidget-prefix .CarouselWidget .u-textLeft--all .cssVar-popup-heading-text:after {
  content: ".";
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-align: center;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.es-slider {
  padding: 0 !important;
}
.es-slider .vue-slider-process {
  background: linear-gradient(90deg, #688aea 0%, #162676 100%);
}
.es-slider .vue-slider-rail {
  height: 10px;
}
.es-slider .vue-slider-dot-handle {
  border: 9px solid #2e46b9;
  -webkit-filter: drop-shadow(0 1px 6px rgba(34, 38, 51, 0.25));
  filter: drop-shadow(0 1px 6px rgba(34, 38, 51, 0.25));
}
.es-slider .slider-tooltip {
  border-radius: 50%;
  height: 52px;
  width: 52px;
  box-shadow: 0 1px 6px 0 rgba(34, 38, 51, 0.25);
}
.es-slider .vue-slider-marks .vue-slider-mark:first-child .slider-label {
  -webkit-transform: none;
  transform: none;
}
.es-slider .vue-slider-marks .vue-slider-mark:last-child .slider-label {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.es-slider .slider-label {
  color: #515362;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 12px;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.75rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: 3.5rem;
  padding: 1rem 1rem;
  line-height: 1.2;
  border: #222633 solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
  -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.975);
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #222633;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #222633;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #323543;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #222633;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
  .table__data-table .table.b-table > thead > tr > .table-b-table-default:not([role=cell]),
  .table__data-table .table.b-table > tbody > tr > .table-b-table-default:not([role=cell]),
  .table__data-table .table.b-table > tfoot > tr > .table-b-table-default:not([role=cell]) {
    color: #222633;
    background-color: #c8dfff;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(1rem / 2) center;
  padding-right: calc(1rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(1rem / 2) center;
  padding-left: calc(1rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='black' d='M51 1l25 23 24 22H1l25-22z'/><path fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/><path fill='black' d='M51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='white' d='M51 1l25 23 24 22H1l25-22z'/><path fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/><path fill='white' d='M51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='white' d='M51 1l25 23 24 22H1l25-22z'/><path fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: str-replace(str-replace(str-replace(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'><path fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/><path fill='white' d='M51 101l25-23 24-22H1l25 22z'/></svg>"), "<", "%3c"), ">", "%3e"), "#", "%23");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1899.98px) {
  .table.b-table.b-table-stacked-xxl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xxl > caption,
  .table.b-table.b-table-stacked-xxl > tbody,
  .table.b-table.b-table-stacked-xxl > tbody > tr,
  .table.b-table.b-table-stacked-xxl > tbody > tr > td,
  .table.b-table.b-table-stacked-xxl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xxl > thead,
  .table.b-table.b-table-stacked-xxl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xxl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xxl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xxl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr.top-row, .table.b-table.b-table-stacked-xxl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.table__data-table {
  border-radius: 0.75rem;
}
.table__data-table th {
  font-weight: 600;
}
.table__data-table td, .table__data-table th {
  border-right: 1px solid #cfd1df;
  padding-block: 0.5rem;
}
.table__data-table td .table-b-table-default, .table__data-table th .table-b-table-default {
  color: #000;
}
.table__data-table td:last-of-type, .table__data-table th:last-of-type {
  border-right: 0;
}
.table__data-table thead th {
  background-color: #c8dfff;
  border-bottom: 0;
  border-top: 0;
  color: #222633;
  padding-block: 0.5rem;
}
.table__data-table tbody tr {
  color: #000;
}
.table__data-table tbody tr .table-b-table-default {
  color: #000;
}
.table__data-table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table__data-table tbody tr:nth-of-type(odd) .table-b-table-default {
  background-color: #fff;
}
.table__data-table tbody tr:nth-of-type(even) {
  background-color: #f1f3fb;
}
.table__data-table tbody tr:nth-of-type(even) .table-b-table-default {
  background-color: #f1f3fb;
}

.es-tabs .nav {
  border-bottom: var(--border-bottom);
  border-color: #cfd1df;
}
.es-tabs .nav-item {
  margin-bottom: 0;
}
.es-tabs .nav-link {
  color: #222633;
  font-weight: 400;
  margin: 0 2rem -2px;
  padding: 0.25rem 0 0.5rem 0;
}
.es-tabs .nav-link:first-child {
  margin-left: 0;
}
.es-tabs .nav-link:hover, .es-tabs .nav-link:focus {
  color: #4a62d4;
  text-decoration: none;
}
.es-tabs .active-tab {
  border-bottom: 2px solid;
  border-color: #4a62d4;
  color: #4a62d4;
  pointer-events: none;
}
.es-tabs .active-tab:hover, .es-tabs .active-tab:focus {
  color: #4a62d4;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #eaecf4;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(224, 224, 234, 0.85);
  border-color: rgba(191, 190, 211, 0.85);
  color: #0e0c33;
}
.b-toast-primary .toast .toast-header {
  color: #0e0c33;
  background-color: rgba(209, 209, 224, 0.85);
  border-bottom-color: rgba(191, 190, 211, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e0e0ea;
}

.b-toast-secondary .toast {
  background-color: rgba(224, 225, 226, 0.85);
  border-color: rgba(193, 194, 198, 0.85);
  color: #12141b;
}
.b-toast-secondary .toast .toast-header {
  color: #12141b;
  background-color: rgba(211, 212, 214, 0.85);
  border-bottom-color: rgba(193, 194, 198, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #e0e1e2;
}

.b-toast-success .toast {
  background-color: rgba(223, 244, 234, 0.85);
  border-color: rgba(184, 230, 209, 0.85);
  color: #00572e;
}
.b-toast-success .toast .toast-header {
  color: #00572e;
  background-color: rgba(204, 237, 222, 0.85);
  border-bottom-color: rgba(184, 230, 209, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #dff4ea;
}

.b-toast-info .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(221, 233, 255, 0.85);
  color: #455d85;
}
.b-toast-info .toast .toast-header {
  color: #455d85;
  background-color: rgba(231, 240, 255, 0.85);
  border-bottom-color: rgba(221, 233, 255, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: white;
}

.b-toast-warning .toast {
  background-color: rgba(254, 250, 231, 0.85);
  border-color: rgba(252, 240, 188, 0.85);
  color: #7f6909;
}
.b-toast-warning .toast .toast-header {
  color: #7f6909;
  background-color: rgba(253, 244, 207, 0.85);
  border-bottom-color: rgba(252, 240, 188, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fefae7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 238, 239, 0.85);
  border-color: rgba(246, 200, 206, 0.85);
  color: #731f2a;
}
.b-toast-danger .toast .toast-header {
  color: #731f2a;
  background-color: rgba(248, 216, 220, 0.85);
  border-bottom-color: rgba(246, 200, 206, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fceeef;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(246, 247, 249, 0.85);
  color: #74757a;
}
.b-toast-light .toast .toast-header {
  color: #74757a;
  background-color: rgba(249, 249, 251, 0.85);
  border-bottom-color: rgba(246, 247, 249, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(224, 225, 226, 0.85);
  border-color: rgba(193, 194, 198, 0.85);
  color: #12141b;
}
.b-toast-dark .toast .toast-header {
  color: #12141b;
  background-color: rgba(211, 212, 214, 0.85);
  border-bottom-color: rgba(193, 194, 198, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e0e1e2;
}

.b-toast-mid .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(242, 242, 246, 0.85);
  color: #6c6d74;
}
.b-toast-mid .toast .toast-header {
  color: #6c6d74;
  background-color: rgba(245, 246, 249, 0.85);
  border-bottom-color: rgba(242, 242, 246, 0.85);
}
.b-toast-mid.b-toast-solid .toast {
  background-color: white;
}

.b-toast-mid-dark .toast {
  background-color: rgba(238, 238, 240, 0.85);
  border-color: rgba(212, 212, 217, 0.85);
  color: #34363d;
}
.b-toast-mid-dark .toast .toast-header {
  color: #34363d;
  background-color: rgba(224, 225, 228, 0.85);
  border-bottom-color: rgba(212, 212, 217, 0.85);
}
.b-toast-mid-dark.b-toast-solid .toast {
  background-color: #eeeef0;
}

.b-toast-highlight .toast {
  background-color: rgba(227, 230, 242, 0.85);
  border-color: rgba(192, 198, 226, 0.85);
  color: #0f1a4f;
}
.b-toast-highlight .toast .toast-header {
  color: #0f1a4f;
  background-color: rgba(210, 214, 234, 0.85);
  border-bottom-color: rgba(192, 198, 226, 0.85);
}
.b-toast-highlight.b-toast-solid .toast {
  background-color: #e3e6f2;
}

.b-toast-highlight-dark .toast {
  background-color: rgba(232, 235, 247, 0.85);
  border-color: rgba(196, 203, 235, 0.85);
  color: #182460;
}
.b-toast-highlight-dark .toast .toast-header {
  color: #182460;
  background-color: rgba(213, 218, 241, 0.85);
  border-bottom-color: rgba(196, 203, 235, 0.85);
}
.b-toast-highlight-dark.b-toast-solid .toast {
  background-color: #e8ebf7;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%; /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 1;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 1;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.75rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-highlight-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-highlight.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-mid-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-mid.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-highlight-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-highlight.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-mid-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-mid.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.75rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("primary", 0);
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("primary", 0);
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("primary", 0);
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("primary", 0);
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: color-yiq(theme-color-level("primary", 0));
  background-color: theme-color-level("primary", 0);
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("secondary", 0);
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("secondary", 0);
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("secondary", 0);
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("secondary", 0);
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: color-yiq(theme-color-level("secondary", 0));
  background-color: theme-color-level("secondary", 0);
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("success", 0);
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("success", 0);
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("success", 0);
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("success", 0);
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: color-yiq(theme-color-level("success", 0));
  background-color: theme-color-level("success", 0);
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("info", 0);
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("info", 0);
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("info", 0);
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("info", 0);
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: color-yiq(theme-color-level("info", 0));
  background-color: theme-color-level("info", 0);
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("warning", 0);
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("warning", 0);
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("warning", 0);
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("warning", 0);
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: color-yiq(theme-color-level("warning", 0));
  background-color: theme-color-level("warning", 0);
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("danger", 0);
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("danger", 0);
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("danger", 0);
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("danger", 0);
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: color-yiq(theme-color-level("danger", 0));
  background-color: theme-color-level("danger", 0);
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("light", 0);
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("light", 0);
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("light", 0);
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("light", 0);
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: color-yiq(theme-color-level("light", 0));
  background-color: theme-color-level("light", 0);
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("dark", 0);
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("dark", 0);
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("dark", 0);
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("dark", 0);
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: color-yiq(theme-color-level("dark", 0));
  background-color: theme-color-level("dark", 0);
}

.tooltip.b-tooltip-mid.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-mid.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("mid", 0);
}
.tooltip.b-tooltip-mid.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-mid.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("mid", 0);
}
.tooltip.b-tooltip-mid.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-mid.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("mid", 0);
}
.tooltip.b-tooltip-mid.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-mid.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("mid", 0);
}
.tooltip.b-tooltip-mid .tooltip-inner {
  color: color-yiq(theme-color-level("mid", 0));
  background-color: theme-color-level("mid", 0);
}

.tooltip.b-tooltip-mid-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-mid-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("mid-dark", 0);
}
.tooltip.b-tooltip-mid-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-mid-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("mid-dark", 0);
}
.tooltip.b-tooltip-mid-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-mid-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("mid-dark", 0);
}
.tooltip.b-tooltip-mid-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-mid-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("mid-dark", 0);
}
.tooltip.b-tooltip-mid-dark .tooltip-inner {
  color: color-yiq(theme-color-level("mid-dark", 0));
  background-color: theme-color-level("mid-dark", 0);
}

.tooltip.b-tooltip-highlight.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-highlight.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("highlight", 0);
}
.tooltip.b-tooltip-highlight.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-highlight.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("highlight", 0);
}
.tooltip.b-tooltip-highlight.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-highlight.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("highlight", 0);
}
.tooltip.b-tooltip-highlight.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-highlight.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("highlight", 0);
}
.tooltip.b-tooltip-highlight .tooltip-inner {
  color: color-yiq(theme-color-level("highlight", 0));
  background-color: theme-color-level("highlight", 0);
}

.tooltip.b-tooltip-highlight-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-highlight-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: theme-color-level("highlight-dark", 0);
}
.tooltip.b-tooltip-highlight-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-highlight-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: theme-color-level("highlight-dark", 0);
}
.tooltip.b-tooltip-highlight-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-highlight-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: theme-color-level("highlight-dark", 0);
}
.tooltip.b-tooltip-highlight-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-highlight-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: theme-color-level("highlight-dark", 0);
}
.tooltip.b-tooltip-highlight-dark .tooltip-inner {
  color: color-yiq(theme-color-level("highlight-dark", 0));
  background-color: theme-color-level("highlight-dark", 0);
}

.verification-code-holder .verification-code-input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 2px solid #dfe1eb;
  border-radius: 0.5rem !important;
  box-shadow: 0px 4px 12px 0px #f1f3fb;
  height: 5rem;
  width: 5rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.verification-code-holder .verification-code-input:focus {
  border-color: #a7c9ff;
}
@media (max-width: 991.98px) {
  .verification-code-holder .verification-code-input {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.verification-code-holder .verification-code-input::-webkit-outer-spin-button, .verification-code-holder .verification-code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.verification-code-holder .verification-code-input:last-child {
  margin-right: 0 !important;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-animation: none;
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

/*# sourceMappingURL=bootstrap.import.css.map */