@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
@charset "UTF-8";
@font-face {
  font-family: "SpartanMB";
  src: url("../libs/fonts/SpartanMB-Medium.eot");
  src: url("../libs/fonts/SpartanMB-Medium.eot?#iefix") format("embedded-opentype"), url("../libs/fonts/SpartanMB-Medium.ttf") format("truetype"), url("../libs/fonts/SpartanMB-Medium.woff") format("woff"), url("../libs/fonts/SpartanMB-Medium.woff2") format("woff2"), url("../libs/fonts/SpartanMB-Medium.svg#SpartanMB-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpartanMB";
  src: url("../libs/fonts/SpartanMB-SemiBold.eot");
  src: url("../libs/fonts/SpartanMB-SemiBold.eot?#iefix") format("embedded-opentype"), url("../libs/fonts/SpartanMB-SemiBold.ttf") format("truetype"), url("../libs/fonts/SpartanMB-SemiBold.woff") format("woff"), url("../libs/fonts/SpartanMB-SemiBold.woff2") format("woff2"), url("../libs/fonts/SpartanMB-SemiBold.svg#SpartanMB-SemiBold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpartanMB";
  src: url("../libs/fonts/SpartanMB-Bold.eot");
  src: url("../libs/fonts/SpartanMB-Bold.eot?#iefix") format("embedded-opentype"), url("../libs/fonts/SpartanMB-Bold.ttf") format("truetype"), url("../libs/fonts/SpartanMB-Bold.woff") format("woff"), url("../libs/fonts/SpartanMB-Bold.woff2") format("woff2"), url("../libs/fonts/SpartanMB-Bold.svg#SpartanMB-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
body {
  overflow-x: hidden;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6672e8;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0070FF;
  --secondary: #7184ad;
  --success: #34bd91;
  --info: #18b7ff;
  --warning: #fdc724;
  --danger: #F93D3D;
  --light: #f6f9fc;
  --dark: #173E67;
  --purple: #6672e8;
  --sky: #e9f4ff;
  --pistachio: #ddf5f4;
  --darkblue: #1f2c73;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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: "SpartanMB", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7184ad;
  text-align: left;
  background-color: #EFF3F6;
}

[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: 0.5rem;
}

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

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 {
  color: #0070FF;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 78.4, 178.5);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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: #98A2BF;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h2, .h2 {
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.285rem + 0.42vw);
  }
}

h3, .h3 {
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.265rem + 0.18vw);
  }
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

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

.display-1 {
  font-size: 5.75rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.7rem + 5.4vw);
  }
}

.display-2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.625rem + 4.5vw);
  }
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

.display-4 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.445rem + 2.34vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .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;
  }
}
.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-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;
}
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

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

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
.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: #f6f9fc;
}

.table-hover tbody tr:hover {
  color: #EFF3F6;
  background-color: rgb(238.35, 243.9, 249.45);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 214.96, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 180.64, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 200.66, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 200.66, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(215.24, 220.56, 232.04);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(181.16, 191.04, 212.36);
}

.table-hover .table-secondary:hover {
  background-color: rgb(199.0748214286, 206.5577678571, 222.7051785714);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(199.0748214286, 206.5577678571, 222.7051785714);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(198.16, 236.52, 224.2);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(149.44, 220.68, 197.8);
}

.table-hover .table-success:hover {
  background-color: rgb(178.9165055762, 230.2634944238, 213.7724907063);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(178.9165055762, 230.2634944238, 213.7724907063);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.32, 234.84, 255);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.88, 217.56, 255);
}

.table-hover .table-info:hover {
  background-color: rgb(164.82, 226.8919480519, 255);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(164.82, 226.8919480519, 255);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(254.44, 239.32, 193.68);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(253.96, 225.88, 141.12);
}

.table-hover .table-warning:hover {
  background-color: rgb(254.2092307692, 232.8584615385, 168.4107692308);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(254.2092307692, 232.8584615385, 168.4107692308);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(253.32, 200.68, 200.68);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(251.88, 154.12, 154.12);
}

.table-hover .table-danger:hover {
  background-color: rgb(252.555, 175.945, 175.945);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(252.555, 175.945, 175.945);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.48, 253.32, 254.16);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(250.32, 251.88, 253.44);
}

.table-hover .table-light:hover {
  background-color: rgb(233.355, 240.57, 247.785);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(233.355, 240.57, 247.785);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(190.04, 200.96, 212.44);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(134.36, 154.64, 175.96);
}

.table-hover .table-dark:hover {
  background-color: rgb(174.63375, 188.14359375, 202.34625);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(174.63375, 188.14359375, 202.34625);
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: rgb(212.16, 215.52, 248.56);
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: rgb(175.44, 181.68, 243.04);
}

.table-hover .table-purple:hover {
  background-color: rgb(189.9923863636, 195.0910227273, 245.2276136364);
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: rgb(189.9923863636, 195.0910227273, 245.2276136364);
}

.table-sky,
.table-sky > th,
.table-sky > td {
  background-color: rgb(248.84, 251.92, 255);
}
.table-sky th,
.table-sky td,
.table-sky thead th,
.table-sky tbody + tbody {
  border-color: rgb(243.56, 249.28, 255);
}

.table-hover .table-sky:hover {
  background-color: rgb(223.34, 239.17, 255);
}
.table-hover .table-sky:hover > td,
.table-hover .table-sky:hover > th {
  background-color: rgb(223.34, 239.17, 255);
}

.table-pistachio,
.table-pistachio > th,
.table-pistachio > td {
  background-color: rgb(245.48, 252.2, 251.92);
}
.table-pistachio th,
.table-pistachio td,
.table-pistachio thead th,
.table-pistachio tbody + tbody {
  border-color: rgb(237.32, 249.8, 249.28);
}

.table-hover .table-pistachio:hover {
  background-color: rgb(225.7754545455, 246.4045454545, 245.545);
}
.table-hover .table-pistachio:hover > td,
.table-hover .table-pistachio:hover > th {
  background-color: rgb(225.7754545455, 246.4045454545, 245.545);
}

.table-darkblue,
.table-darkblue > th,
.table-darkblue > td {
  background-color: rgb(192.28, 195.92, 215.8);
}
.table-darkblue th,
.table-darkblue td,
.table-darkblue thead th,
.table-darkblue tbody + tbody {
  border-color: rgb(138.52, 145.28, 182.2);
}

.table-hover .table-darkblue:hover {
  background-color: rgb(176.5876923077, 181.1384065934, 205.9923076923);
}
.table-hover .table-darkblue:hover > td,
.table-hover .table-darkblue:hover > th {
  background-color: rgb(176.5876923077, 181.1384065934, 205.9923076923);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgb(238.35, 243.9, 249.45);
}

.table-hover .table-active:hover {
  background-color: rgb(219.225, 231.15, 243.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(219.225, 231.15, 243.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: rgb(28.5857142857, 77.0571428571, 128.0142857143);
  border-color: rgb(32.3095238095, 87.0952380952, 144.6904761905);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: rgb(28.5857142857, 77.0571428571, 128.0142857143);
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(32.3095238095, 87.0952380952, 144.6904761905);
}
.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: 1499.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;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0070FF;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.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.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #EFF3F6;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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: flex;
  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: #98A2BF;
}

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

.form-check-inline {
  display: inline-flex;
  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: 80%;
  color: #34bd91;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(52, 189, 145, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #34bd91;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2334bd91' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #34bd91;
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #34bd91;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2334bd91' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #34bd91;
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #34bd91;
}
.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: #34bd91;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #34bd91;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(84.0373443983, 207.9626556017, 168.1618257261);
  background-color: rgb(84.0373443983, 207.9626556017, 168.1618257261);
}
.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.2rem rgba(52, 189, 145, 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: #34bd91;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #34bd91;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #34bd91;
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(249, 61, 61, 0.9);
  border-radius: 0.25rem;
}

.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: #F93D3D;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F93D3D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F93D3D' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #F93D3D;
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #F93D3D;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F93D3D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F93D3D' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #F93D3D;
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F93D3D;
}
.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: #F93D3D;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F93D3D;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(250.53, 110.47, 110.47);
  background-color: rgb(250.53, 110.47, 110.47);
}
.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.2rem rgba(249, 61, 61, 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: #F93D3D;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F93D3D;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F93D3D;
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 1.1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #EFF3F6;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 95.2, 216.75);
  border-color: rgb(0, 89.6, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 95.2, 216.75);
  border-color: rgb(0, 89.6, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 133.45, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 89.6, 204);
  border-color: rgb(0, 84, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 133.45, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #7184ad;
  border-color: #7184ad;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.6941964286, 111.7087053571, 157.0558035714);
  border-color: rgb(86.0267857143, 105.9598214286, 148.9732142857);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.6941964286, 111.7087053571, 157.0558035714);
  border-color: rgb(86.0267857143, 105.9598214286, 148.9732142857);
  box-shadow: 0 0 0 0.2rem rgba(134.3, 150.45, 185.3, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #7184ad;
  border-color: #7184ad;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.0267857143, 105.9598214286, 148.9732142857);
  border-color: rgb(81.359375, 100.2109375, 140.890625);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134.3, 150.45, 185.3, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #34bd91;
  border-color: #34bd91;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(43.7468879668, 159.0031120332, 121.9865145228);
  border-color: rgb(40.9958506224, 149.0041493776, 114.3153526971);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(43.7468879668, 159.0031120332, 121.9865145228);
  border-color: rgb(40.9958506224, 149.0041493776, 114.3153526971);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 198.9, 161.5, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #34bd91;
  border-color: #34bd91;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.9958506224, 149.0041493776, 114.3153526971);
  border-color: rgb(38.244813278, 139.005186722, 106.6441908714);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 198.9, 161.5, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #18b7ff;
  border-color: #18b7ff;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 165.711038961, 240.75);
  border-color: rgb(0, 156.9350649351, 228);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 165.711038961, 240.75);
  border-color: rgb(0, 156.9350649351, 228);
  box-shadow: 0 0 0 0.2rem rgba(58.65, 193.8, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #18b7ff;
  border-color: #18b7ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 156.9350649351, 228);
  border-color: rgb(0, 148.1590909091, 215.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58.65, 193.8, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fdc724;
  border-color: #fdc724;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(248.4807692308, 187.2115384615, 2.2692307692);
  border-color: rgb(235.8461538462, 177.6923076923, 2.1538461538);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(248.4807692308, 187.2115384615, 2.2692307692);
  border-color: rgb(235.8461538462, 177.6923076923, 2.1538461538);
  box-shadow: 0 0 0 0.2rem rgba(220, 174.7, 36.75, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fdc724;
  border-color: #fdc724;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(235.8461538462, 177.6923076923, 2.1538461538);
  border-color: rgb(223.2115384615, 168.1730769231, 2.0384615385);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 174.7, 36.75, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F93D3D;
  border-color: #F93D3D;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(247.8525, 23.8975, 23.8975);
  border-color: rgb(247.47, 11.53, 11.53);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(247.8525, 23.8975, 23.8975);
  border-color: rgb(247.47, 11.53, 11.53);
  box-shadow: 0 0 0 0.2rem rgba(249.9, 90.1, 90.1, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F93D3D;
  border-color: #F93D3D;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(247.47, 11.53, 11.53);
  border-color: rgb(238.8625, 7.3875, 7.3875);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249.9, 90.1, 90.1, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(217.3125, 229.875, 242.4375);
  border-color: rgb(207.75, 223.5, 239.25);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(217.3125, 229.875, 242.4375);
  border-color: rgb(207.75, 223.5, 239.25);
  box-shadow: 0 0 0 0.2rem rgba(214.05, 217.2, 220.35, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(207.75, 223.5, 239.25);
  border-color: rgb(198.1875, 217.125, 236.0625);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214.05, 217.2, 220.35, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #173E67;
  border-color: #173E67;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(16.0178571429, 43.1785714286, 71.7321428571);
  border-color: rgb(13.6904761905, 36.9047619048, 61.3095238095);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(16.0178571429, 43.1785714286, 71.7321428571);
  border-color: rgb(13.6904761905, 36.9047619048, 61.3095238095);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 90.95, 125.8, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #173E67;
  border-color: #173E67;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(13.6904761905, 36.9047619048, 61.3095238095);
  border-color: rgb(11.3630952381, 30.630952381, 50.8869047619);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 90.95, 125.8, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6672e8;
  border-color: #6672e8;
}
.btn-purple:hover {
  color: #fff;
  background-color: rgb(68.7485795455, 83.3565340909, 227.0014204545);
  border-color: rgb(57.6647727273, 73.1420454545, 225.3352272727);
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: rgb(68.7485795455, 83.3565340909, 227.0014204545);
  border-color: rgb(57.6647727273, 73.1420454545, 225.3352272727);
  box-shadow: 0 0 0 0.2rem rgba(124.95, 135.15, 235.45, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6672e8;
  border-color: #6672e8;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: rgb(57.6647727273, 73.1420454545, 225.3352272727);
  border-color: rgb(46.5809659091, 62.9275568182, 223.6690340909);
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124.95, 135.15, 235.45, 0.5);
}

.btn-sky {
  color: #212529;
  background-color: #e9f4ff;
  border-color: #e9f4ff;
}
.btn-sky:hover {
  color: #212529;
  background-color: rgb(194.75, 224.875, 255);
  border-color: rgb(182, 218.5, 255);
}
.btn-sky:focus, .btn-sky.focus {
  color: #212529;
  background-color: rgb(194.75, 224.875, 255);
  border-color: rgb(182, 218.5, 255);
  box-shadow: 0 0 0 0.2rem rgba(203, 212.95, 222.9, 0.5);
}
.btn-sky.disabled, .btn-sky:disabled {
  color: #212529;
  background-color: #e9f4ff;
  border-color: #e9f4ff;
}
.btn-sky:not(:disabled):not(.disabled):active, .btn-sky:not(:disabled):not(.disabled).active, .show > .btn-sky.dropdown-toggle {
  color: #212529;
  background-color: rgb(182, 218.5, 255);
  border-color: rgb(169.25, 212.125, 255);
}
.btn-sky:not(:disabled):not(.disabled):active:focus, .btn-sky:not(:disabled):not(.disabled).active:focus, .show > .btn-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 212.95, 222.9, 0.5);
}

.btn-pistachio {
  color: #212529;
  background-color: #ddf5f4;
  border-color: #ddf5f4;
}
.btn-pistachio:hover {
  color: #212529;
  background-color: rgb(191.4431818182, 236.3068181818, 234.4375);
  border-color: rgb(181.5909090909, 233.4090909091, 231.25);
}
.btn-pistachio:focus, .btn-pistachio.focus {
  color: #212529;
  background-color: rgb(191.4431818182, 236.3068181818, 234.4375);
  border-color: rgb(181.5909090909, 233.4090909091, 231.25);
  box-shadow: 0 0 0 0.2rem rgba(192.8, 213.8, 213.55, 0.5);
}
.btn-pistachio.disabled, .btn-pistachio:disabled {
  color: #212529;
  background-color: #ddf5f4;
  border-color: #ddf5f4;
}
.btn-pistachio:not(:disabled):not(.disabled):active, .btn-pistachio:not(:disabled):not(.disabled).active, .show > .btn-pistachio.dropdown-toggle {
  color: #212529;
  background-color: rgb(181.5909090909, 233.4090909091, 231.25);
  border-color: rgb(171.7386363636, 230.5113636364, 228.0625);
}
.btn-pistachio:not(:disabled):not(.disabled):active:focus, .btn-pistachio:not(:disabled):not(.disabled).active:focus, .show > .btn-pistachio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192.8, 213.8, 213.55, 0.5);
}

.btn-darkblue {
  color: #fff;
  background-color: #1f2c73;
  border-color: #1f2c73;
}
.btn-darkblue:hover {
  color: #fff;
  background-color: rgb(22.8784246575, 32.4726027397, 84.8715753425);
  border-color: rgb(20.1712328767, 28.6301369863, 74.8287671233);
}
.btn-darkblue:focus, .btn-darkblue.focus {
  color: #fff;
  background-color: rgb(22.8784246575, 32.4726027397, 84.8715753425);
  border-color: rgb(20.1712328767, 28.6301369863, 74.8287671233);
  box-shadow: 0 0 0 0.2rem rgba(64.6, 75.65, 136, 0.5);
}
.btn-darkblue.disabled, .btn-darkblue:disabled {
  color: #fff;
  background-color: #1f2c73;
  border-color: #1f2c73;
}
.btn-darkblue:not(:disabled):not(.disabled):active, .btn-darkblue:not(:disabled):not(.disabled).active, .show > .btn-darkblue.dropdown-toggle {
  color: #fff;
  background-color: rgb(20.1712328767, 28.6301369863, 74.8287671233);
  border-color: rgb(17.4640410959, 24.7876712329, 64.7859589041);
}
.btn-darkblue:not(:disabled):not(.disabled):active:focus, .btn-darkblue:not(:disabled):not(.disabled).active:focus, .show > .btn-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64.6, 75.65, 136, 0.5);
}

.btn-outline-primary {
  color: #0070FF;
  border-color: #0070FF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0070FF;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
}

.btn-outline-secondary {
  color: #7184ad;
  border-color: #7184ad;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #7184ad;
  border-color: #7184ad;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #7184ad;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7184ad;
  border-color: #7184ad;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.5);
}

.btn-outline-success {
  color: #34bd91;
  border-color: #34bd91;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #34bd91;
  border-color: #34bd91;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #34bd91;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #34bd91;
  border-color: #34bd91;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.5);
}

.btn-outline-info {
  color: #18b7ff;
  border-color: #18b7ff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #18b7ff;
  border-color: #18b7ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 183, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #18b7ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #18b7ff;
  border-color: #18b7ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 183, 255, 0.5);
}

.btn-outline-warning {
  color: #fdc724;
  border-color: #fdc724;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fdc724;
  border-color: #fdc724;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 199, 36, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fdc724;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fdc724;
  border-color: #fdc724;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 199, 36, 0.5);
}

.btn-outline-danger {
  color: #F93D3D;
  border-color: #F93D3D;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F93D3D;
  border-color: #F93D3D;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F93D3D;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F93D3D;
  border-color: #F93D3D;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.5);
}

.btn-outline-light {
  color: #f6f9fc;
  border-color: #f6f9fc;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 249, 252, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f9fc;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 249, 252, 0.5);
}

.btn-outline-dark {
  color: #173E67;
  border-color: #173E67;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #173E67;
  border-color: #173E67;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 62, 103, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #173E67;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #173E67;
  border-color: #173E67;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 62, 103, 0.5);
}

.btn-outline-purple {
  color: #6672e8;
  border-color: #6672e8;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6672e8;
  border-color: #6672e8;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 114, 232, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6672e8;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6672e8;
  border-color: #6672e8;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 114, 232, 0.5);
}

.btn-outline-sky {
  color: #e9f4ff;
  border-color: #e9f4ff;
}
.btn-outline-sky:hover {
  color: #212529;
  background-color: #e9f4ff;
  border-color: #e9f4ff;
}
.btn-outline-sky:focus, .btn-outline-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 255, 0.5);
}
.btn-outline-sky.disabled, .btn-outline-sky:disabled {
  color: #e9f4ff;
  background-color: transparent;
}
.btn-outline-sky:not(:disabled):not(.disabled):active, .btn-outline-sky:not(:disabled):not(.disabled).active, .show > .btn-outline-sky.dropdown-toggle {
  color: #212529;
  background-color: #e9f4ff;
  border-color: #e9f4ff;
}
.btn-outline-sky:not(:disabled):not(.disabled):active:focus, .btn-outline-sky:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 255, 0.5);
}

.btn-outline-pistachio {
  color: #ddf5f4;
  border-color: #ddf5f4;
}
.btn-outline-pistachio:hover {
  color: #212529;
  background-color: #ddf5f4;
  border-color: #ddf5f4;
}
.btn-outline-pistachio:focus, .btn-outline-pistachio.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 245, 244, 0.5);
}
.btn-outline-pistachio.disabled, .btn-outline-pistachio:disabled {
  color: #ddf5f4;
  background-color: transparent;
}
.btn-outline-pistachio:not(:disabled):not(.disabled):active, .btn-outline-pistachio:not(:disabled):not(.disabled).active, .show > .btn-outline-pistachio.dropdown-toggle {
  color: #212529;
  background-color: #ddf5f4;
  border-color: #ddf5f4;
}
.btn-outline-pistachio:not(:disabled):not(.disabled):active:focus, .btn-outline-pistachio:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pistachio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 245, 244, 0.5);
}

.btn-outline-darkblue {
  color: #1f2c73;
  border-color: #1f2c73;
}
.btn-outline-darkblue:hover {
  color: #fff;
  background-color: #1f2c73;
  border-color: #1f2c73;
}
.btn-outline-darkblue:focus, .btn-outline-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 44, 115, 0.5);
}
.btn-outline-darkblue.disabled, .btn-outline-darkblue:disabled {
  color: #1f2c73;
  background-color: transparent;
}
.btn-outline-darkblue:not(:disabled):not(.disabled):active, .btn-outline-darkblue:not(:disabled):not(.disabled).active, .show > .btn-outline-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #1f2c73;
  border-color: #1f2c73;
}
.btn-outline-darkblue:not(:disabled):not(.disabled):active:focus, .btn-outline-darkblue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 44, 115, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0070FF;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 78.4, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.3rem 0.6rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.fade {
  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.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.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;
  margin: 0.125rem 0 0;
  color: #EFF3F6;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fbfbfb;
}

.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: 1500px) {
  .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.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.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.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.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.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.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 #e9ecef;
}

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

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

.dropdown-header {
  display: block;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #495057;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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: -1px;
}
.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: 0.825rem;
  padding-left: 0.825rem;
}
.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.45rem;
  padding-left: 0.45rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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: flex;
  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-prepend,
.input-group-append {
  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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ced4da;
  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 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.1rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0070FF;
  background-color: #0070FF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0070FF;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 212.1, 255);
  border-color: rgb(178.5, 212.1, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-weight: 400;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0070FF;
  background-color: #0070FF;
}
.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: rgba(0, 112, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 112, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 112, 255, 0.5);
}

.custom-switch {
  padding-left: 3rem;
}
.custom-switch .custom-control-label::before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: 0.1rem;
  left: -3rem;
  width: 1rem;
  height: 1rem;
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #d1d5dc;
  transform: translateX(1.5rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 112, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #0070FF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #0070FF;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #EFF3F6, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #EFF3F6, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #EFF3F6, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0070FF;
  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: rgb(178.5, 212.1, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0070FF;
  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: rgb(178.5, 212.1, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0070FF;
  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: rgb(178.5, 212.1, 255);
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #EFF3F6;
  border-color: #dee2e6 #dee2e6 #EFF3F6;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #173E67;
  background-color: #fff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.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: no-repeat center center;
  background-size: 100% 100%;
}

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

.navbar-light .navbar-brand {
  color: #3d448b;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #3d448b;
}
.navbar-light .navbar-nav .nav-link {
  color: #212529;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #3d448b;
}
.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: #3d448b;
}
.navbar-light .navbar-toggler {
  color: #212529;
  border-color: transparent;
}
.navbar-light .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='%23212529' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #212529;
}
.navbar-light .navbar-text a {
  color: #3d448b;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #3d448b;
}

.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: #e2e5e8;
}
.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: transparent;
}
.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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.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.75rem;
}

.card-header {
  padding: 0.75rem 1.75rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.75rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    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: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-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 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .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: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #1f2c73;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.85rem;
  margin-left: 0;
  line-height: 1.25;
  color: #173E67;
  background-color: transparent;
  border: 0 solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #173E67;
  text-decoration: none;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 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: #f6f9fc;
  background-color: #173E67;
  border-color: #173E67;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  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.75rem;
  padding-left: 0.75rem;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0070FF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 89.6, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #7184ad;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(86.0267857143, 105.9598214286, 148.9732142857);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #34bd91;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(40.9958506224, 149.0041493776, 114.3153526971);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #18b7ff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(0, 156.9350649351, 228);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 183, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fdc724;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(235.8461538462, 177.6923076923, 2.1538461538);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 199, 36, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #F93D3D;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(247.47, 11.53, 11.53);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f6f9fc;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(207.75, 223.5, 239.25);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 249, 252, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #173E67;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(13.6904761905, 36.9047619048, 61.3095238095);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 62, 103, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #6672e8;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: rgb(57.6647727273, 73.1420454545, 225.3352272727);
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 114, 232, 0.5);
}

.badge-sky {
  color: #212529;
  background-color: #e9f4ff;
}
a.badge-sky:hover, a.badge-sky:focus {
  color: #212529;
  background-color: rgb(182, 218.5, 255);
}
a.badge-sky:focus, a.badge-sky.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 255, 0.5);
}

.badge-pistachio {
  color: #212529;
  background-color: #ddf5f4;
}
a.badge-pistachio:hover, a.badge-pistachio:focus {
  color: #212529;
  background-color: rgb(181.5909090909, 233.4090909091, 231.25);
}
a.badge-pistachio:focus, a.badge-pistachio.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 245, 244, 0.5);
}

.badge-darkblue {
  color: #fff;
  background-color: #1f2c73;
}
a.badge-darkblue:hover, a.badge-darkblue:focus {
  color: #fff;
  background-color: rgb(20.1712328767, 28.6301369863, 74.8287671233);
}
a.badge-darkblue:focus, a.badge-darkblue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 44, 115, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 40.32, 91.8);
  background-color: rgb(183.6, 214.96, 255);
  border-color: rgb(183.6, 214.96, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 200.66, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 17.92, 40.8);
}

.alert-secondary {
  color: rgb(40.68, 47.52, 62.28);
  background-color: rgb(215.24, 220.56, 232.04);
  border-color: rgb(215.24, 220.56, 232.04);
}
.alert-secondary hr {
  border-top-color: rgb(199.0748214286, 206.5577678571, 222.7051785714);
}
.alert-secondary .alert-link {
  color: rgb(20.5296503497, 23.9815384615, 31.4303496503);
}

.alert-success {
  color: rgb(18.72, 68.04, 52.2);
  background-color: rgb(198.16, 236.52, 224.2);
  border-color: rgb(198.16, 236.52, 224.2);
}
.alert-success hr {
  border-top-color: rgb(178.9165055762, 230.2634944238, 213.7724907063);
}
.alert-success .alert-link {
  color: rgb(7.7158506224, 28.0441493776, 21.5153526971);
}

.alert-info {
  color: rgb(8.64, 65.88, 91.8);
  background-color: rgb(190.32, 234.84, 255);
  border-color: rgb(190.32, 234.84, 255);
}
.alert-info hr {
  border-top-color: rgb(164.82, 226.8919480519, 255);
}
.alert-info .alert-link {
  color: rgb(4.2529032258, 32.4283870968, 45.1870967742);
}

.alert-warning {
  color: rgb(91.08, 71.64, 12.96);
  background-color: rgb(254.44, 239.32, 193.68);
  border-color: rgb(254.44, 239.32, 193.68);
}
.alert-warning hr {
  border-top-color: rgb(254.2092307692, 232.8584615385, 168.4107692308);
}
.alert-warning .alert-link {
  color: rgb(46.4329411765, 36.5223529412, 6.6070588235);
}

.alert-danger {
  color: rgb(89.64, 21.96, 21.96);
  background-color: rgb(253.32, 200.68, 200.68);
  border-color: rgb(253.32, 200.68, 200.68);
}
.alert-danger hr {
  border-top-color: rgb(252.555, 175.945, 175.945);
}
.alert-danger .alert-link {
  color: rgb(48.675483871, 11.924516129, 11.924516129);
}

.alert-light {
  color: rgb(88.56, 89.64, 90.72);
  background-color: rgb(252.48, 253.32, 254.16);
  border-color: rgb(252.48, 253.32, 254.16);
}
.alert-light hr {
  border-top-color: rgb(233.355, 240.57, 247.785);
}
.alert-light .alert-link {
  color: rgb(63.3672289157, 64.14, 64.9127710843);
}

.alert-dark {
  color: rgb(8.28, 22.32, 37.08);
  background-color: rgb(190.04, 200.96, 212.44);
  border-color: rgb(190.04, 200.96, 212.44);
}
.alert-dark hr {
  border-top-color: rgb(174.63375, 188.14359375, 202.34625);
}
.alert-dark .alert-link {
  color: black;
}

.alert-purple {
  color: rgb(36.72, 41.04, 83.52);
  background-color: rgb(212.16, 215.52, 248.56);
  border-color: rgb(212.16, 215.52, 248.56);
}
.alert-purple hr {
  border-top-color: rgb(189.9923863636, 195.0910227273, 245.2276136364);
}
.alert-purple .alert-link {
  color: rgb(21.1451497006, 23.6328143713, 48.0948502994);
}

.alert-sky {
  color: rgb(83.88, 87.84, 91.8);
  background-color: rgb(248.84, 251.92, 255);
  border-color: rgb(248.84, 251.92, 255);
}
.alert-sky hr {
  border-top-color: rgb(223.34, 239.17, 255);
}
.alert-sky .alert-link {
  color: rgb(59.5295901639, 62.34, 65.1504098361);
}

.alert-pistachio {
  color: rgb(79.56, 88.2, 87.84);
  background-color: rgb(245.48, 252.2, 251.92);
  border-color: rgb(245.48, 252.2, 251.92);
}
.alert-pistachio hr {
  border-top-color: rgb(225.7754545455, 246.4045454545, 245.545);
}
.alert-pistachio .alert-link {
  color: rgb(55.373304721, 61.386695279, 61.1361373391);
}

.alert-darkblue {
  color: rgb(11.16, 15.84, 41.4);
  background-color: rgb(192.28, 195.92, 215.8);
  border-color: rgb(192.28, 195.92, 215.8);
}
.alert-darkblue hr {
  border-top-color: rgb(176.5876923077, 181.1384065934, 205.9923076923);
}
.alert-darkblue .alert-link {
  color: rgb(0.3312328767, 0.4701369863, 1.2287671233);
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0070FF;
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #EFF3F6;
  background-color: #e9ecef;
}

.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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.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 {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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 {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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 {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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 {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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 {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: rgb(0, 58.24, 132.6);
  background-color: rgb(183.6, 214.96, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 58.24, 132.6);
  background-color: rgb(158.1, 200.66, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 58.24, 132.6);
  border-color: rgb(0, 58.24, 132.6);
}

.list-group-item-secondary {
  color: rgb(58.76, 68.64, 89.96);
  background-color: rgb(215.24, 220.56, 232.04);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(58.76, 68.64, 89.96);
  background-color: rgb(199.0748214286, 206.5577678571, 222.7051785714);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(58.76, 68.64, 89.96);
  border-color: rgb(58.76, 68.64, 89.96);
}

.list-group-item-success {
  color: rgb(27.04, 98.28, 75.4);
  background-color: rgb(198.16, 236.52, 224.2);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(27.04, 98.28, 75.4);
  background-color: rgb(178.9165055762, 230.2634944238, 213.7724907063);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 98.28, 75.4);
  border-color: rgb(27.04, 98.28, 75.4);
}

.list-group-item-info {
  color: rgb(12.48, 95.16, 132.6);
  background-color: rgb(190.32, 234.84, 255);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(12.48, 95.16, 132.6);
  background-color: rgb(164.82, 226.8919480519, 255);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(12.48, 95.16, 132.6);
  border-color: rgb(12.48, 95.16, 132.6);
}

.list-group-item-warning {
  color: rgb(131.56, 103.48, 18.72);
  background-color: rgb(254.44, 239.32, 193.68);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(131.56, 103.48, 18.72);
  background-color: rgb(254.2092307692, 232.8584615385, 168.4107692308);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.56, 103.48, 18.72);
  border-color: rgb(131.56, 103.48, 18.72);
}

.list-group-item-danger {
  color: rgb(129.48, 31.72, 31.72);
  background-color: rgb(253.32, 200.68, 200.68);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(129.48, 31.72, 31.72);
  background-color: rgb(252.555, 175.945, 175.945);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(129.48, 31.72, 31.72);
  border-color: rgb(129.48, 31.72, 31.72);
}

.list-group-item-light {
  color: rgb(127.92, 129.48, 131.04);
  background-color: rgb(252.48, 253.32, 254.16);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(127.92, 129.48, 131.04);
  background-color: rgb(233.355, 240.57, 247.785);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.92, 129.48, 131.04);
  border-color: rgb(127.92, 129.48, 131.04);
}

.list-group-item-dark {
  color: rgb(11.96, 32.24, 53.56);
  background-color: rgb(190.04, 200.96, 212.44);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(11.96, 32.24, 53.56);
  background-color: rgb(174.63375, 188.14359375, 202.34625);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 32.24, 53.56);
  border-color: rgb(11.96, 32.24, 53.56);
}

.list-group-item-purple {
  color: rgb(53.04, 59.28, 120.64);
  background-color: rgb(212.16, 215.52, 248.56);
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: rgb(53.04, 59.28, 120.64);
  background-color: rgb(189.9923863636, 195.0910227273, 245.2276136364);
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(53.04, 59.28, 120.64);
  border-color: rgb(53.04, 59.28, 120.64);
}

.list-group-item-sky {
  color: rgb(121.16, 126.88, 132.6);
  background-color: rgb(248.84, 251.92, 255);
}
.list-group-item-sky.list-group-item-action:hover, .list-group-item-sky.list-group-item-action:focus {
  color: rgb(121.16, 126.88, 132.6);
  background-color: rgb(223.34, 239.17, 255);
}
.list-group-item-sky.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.16, 126.88, 132.6);
  border-color: rgb(121.16, 126.88, 132.6);
}

.list-group-item-pistachio {
  color: rgb(114.92, 127.4, 126.88);
  background-color: rgb(245.48, 252.2, 251.92);
}
.list-group-item-pistachio.list-group-item-action:hover, .list-group-item-pistachio.list-group-item-action:focus {
  color: rgb(114.92, 127.4, 126.88);
  background-color: rgb(225.7754545455, 246.4045454545, 245.545);
}
.list-group-item-pistachio.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.92, 127.4, 126.88);
  border-color: rgb(114.92, 127.4, 126.88);
}

.list-group-item-darkblue {
  color: rgb(16.12, 22.88, 59.8);
  background-color: rgb(192.28, 195.92, 215.8);
}
.list-group-item-darkblue.list-group-item-action:hover, .list-group-item-darkblue.list-group-item-action:focus {
  color: rgb(16.12, 22.88, 59.8);
  background-color: rgb(176.5876923077, 181.1384065934, 205.9923076923);
}
.list-group-item-darkblue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(16.12, 22.88, 59.8);
  border-color: rgb(16.12, 22.88, 59.8);
}

.close {
  float: right;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.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: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #173E67;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.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: 600px;
    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: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "SpartanMB", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .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: #0070FF;
}

.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: #0070FF;
}

.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: #0070FF;
}

.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: #0070FF;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "SpartanMB", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

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

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #EFF3F6;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: 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 {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .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: no-repeat 50%/100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

.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: #0070FF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 89.6, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(86.0267857143, 105.9598214286, 148.9732142857) !important;
}

.bg-success {
  background-color: #34bd91 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(40.9958506224, 149.0041493776, 114.3153526971) !important;
}

.bg-info {
  background-color: #18b7ff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 156.9350649351, 228) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(235.8461538462, 177.6923076923, 2.1538461538) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(247.47, 11.53, 11.53) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(207.75, 223.5, 239.25) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(13.6904761905, 36.9047619048, 61.3095238095) !important;
}

.bg-purple {
  background-color: #6672e8 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: rgb(57.6647727273, 73.1420454545, 225.3352272727) !important;
}

.bg-sky {
  background-color: #e9f4ff !important;
}

a.bg-sky:hover, a.bg-sky:focus,
button.bg-sky:hover,
button.bg-sky:focus {
  background-color: rgb(182, 218.5, 255) !important;
}

.bg-pistachio {
  background-color: #ddf5f4 !important;
}

a.bg-pistachio:hover, a.bg-pistachio:focus,
button.bg-pistachio:hover,
button.bg-pistachio:focus {
  background-color: rgb(181.5909090909, 233.4090909091, 231.25) !important;
}

.bg-darkblue {
  background-color: #1f2c73 !important;
}

a.bg-darkblue:hover, a.bg-darkblue:focus,
button.bg-darkblue:hover,
button.bg-darkblue:focus {
  background-color: rgb(20.1712328767, 28.6301369863, 74.8287671233) !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: #0070FF !important;
}

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

.border-success {
  border-color: #34bd91 !important;
}

.border-info {
  border-color: #18b7ff !important;
}

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

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

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

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

.border-purple {
  border-color: #6672e8 !important;
}

.border-sky {
  border-color: #e9f4ff !important;
}

.border-pistachio {
  border-color: #ddf5f4 !important;
}

.border-darkblue {
  border-color: #1f2c73 !important;
}

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

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

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

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

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

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

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

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

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

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

.rounded-0 {
  border-radius: 0 !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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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: 1500px) {
  .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;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    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 0.125rem 0.25rem rgba(35, 38, 45, 0.09) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.125) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275) !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;
}

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

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

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

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

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

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

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

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

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

.w-90 {
  width: 90% !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;
}

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

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

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

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

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

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

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

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

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

.h-90 {
  height: 90% !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;
}

.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: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 10rem !important;
}

.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 10rem !important;
}

.m-10 {
  margin: 12rem !important;
}

.mt-10,
.my-10 {
  margin-top: 12rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 12rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 12rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 12rem !important;
}

.m-11 {
  margin: 14rem !important;
}

.mt-11,
.my-11 {
  margin-top: 14rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 14rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 14rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 14rem !important;
}

.m-12 {
  margin: 16rem !important;
}

.mt-12,
.my-12 {
  margin-top: 16rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 16rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 16rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 16rem !important;
}

.m-13 {
  margin: 18rem !important;
}

.mt-13,
.my-13 {
  margin-top: 18rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 18rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 18rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 18rem !important;
}

.m-14 {
  margin: 20rem !important;
}

.mt-14,
.my-14 {
  margin-top: 20rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 20rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 20rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 20rem !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: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 10rem !important;
}

.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

.pl-9,
.px-9 {
  padding-left: 10rem !important;
}

.p-10 {
  padding: 12rem !important;
}

.pt-10,
.py-10 {
  padding-top: 12rem !important;
}

.pr-10,
.px-10 {
  padding-right: 12rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 12rem !important;
}

.pl-10,
.px-10 {
  padding-left: 12rem !important;
}

.p-11 {
  padding: 14rem !important;
}

.pt-11,
.py-11 {
  padding-top: 14rem !important;
}

.pr-11,
.px-11 {
  padding-right: 14rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 14rem !important;
}

.pl-11,
.px-11 {
  padding-left: 14rem !important;
}

.p-12 {
  padding: 16rem !important;
}

.pt-12,
.py-12 {
  padding-top: 16rem !important;
}

.pr-12,
.px-12 {
  padding-right: 16rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 16rem !important;
}

.pl-12,
.px-12 {
  padding-left: 16rem !important;
}

.p-13 {
  padding: 18rem !important;
}

.pt-13,
.py-13 {
  padding-top: 18rem !important;
}

.pr-13,
.px-13 {
  padding-right: 18rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 18rem !important;
}

.pl-13,
.px-13 {
  padding-left: 18rem !important;
}

.p-14 {
  padding: 20rem !important;
}

.pt-14,
.py-14 {
  padding-top: 20rem !important;
}

.pr-14,
.px-14 {
  padding-right: 20rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 20rem !important;
}

.pl-14,
.px-14 {
  padding-left: 20rem !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: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n9 {
  margin: -10rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -10rem !important;
}

.m-n10 {
  margin: -12rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -12rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -12rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -12rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -12rem !important;
}

.m-n11 {
  margin: -14rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -14rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -14rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -14rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -14rem !important;
}

.m-n12 {
  margin: -16rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -16rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -16rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -16rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -16rem !important;
}

.m-n13 {
  margin: -18rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -18rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -18rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -18rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -18rem !important;
}

.m-n14 {
  margin: -20rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -20rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -20rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -20rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -20rem !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: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 10rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 10rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 10rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 10rem !important;
  }
  .m-sm-10 {
    margin: 12rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 12rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 12rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 12rem !important;
  }
  .m-sm-11 {
    margin: 14rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 14rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 14rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 14rem !important;
  }
  .m-sm-12 {
    margin: 16rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 16rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 16rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 16rem !important;
  }
  .m-sm-13 {
    margin: 18rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 18rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 18rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 18rem !important;
  }
  .m-sm-14 {
    margin: 20rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 20rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 20rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 20rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 20rem !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: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 10rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 10rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 10rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 10rem !important;
  }
  .p-sm-10 {
    padding: 12rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 12rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 12rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 12rem !important;
  }
  .p-sm-11 {
    padding: 14rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 14rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 14rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 14rem !important;
  }
  .p-sm-12 {
    padding: 16rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 16rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 16rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 16rem !important;
  }
  .p-sm-13 {
    padding: 18rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 18rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 18rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 18rem !important;
  }
  .p-sm-14 {
    padding: 20rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 20rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 20rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 20rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 20rem !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: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n9 {
    margin: -10rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -10rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -10rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -10rem !important;
  }
  .m-sm-n10 {
    margin: -12rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -12rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -12rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -12rem !important;
  }
  .m-sm-n11 {
    margin: -14rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -14rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -14rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -14rem !important;
  }
  .m-sm-n12 {
    margin: -16rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -16rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -16rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -16rem !important;
  }
  .m-sm-n13 {
    margin: -18rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -18rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -18rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -18rem !important;
  }
  .m-sm-n14 {
    margin: -20rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -20rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -20rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -20rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -20rem !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: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 10rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 10rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 10rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 10rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 10rem !important;
  }
  .m-md-10 {
    margin: 12rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 12rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 12rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 12rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 12rem !important;
  }
  .m-md-11 {
    margin: 14rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 14rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 14rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 14rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 14rem !important;
  }
  .m-md-12 {
    margin: 16rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 16rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 16rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 16rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 16rem !important;
  }
  .m-md-13 {
    margin: 18rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 18rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 18rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 18rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 18rem !important;
  }
  .m-md-14 {
    margin: 20rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 20rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 20rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 20rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 20rem !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: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 10rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 10rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 10rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 10rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 10rem !important;
  }
  .p-md-10 {
    padding: 12rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 12rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 12rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 12rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 12rem !important;
  }
  .p-md-11 {
    padding: 14rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 14rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 14rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 14rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 14rem !important;
  }
  .p-md-12 {
    padding: 16rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 16rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 16rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 16rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 16rem !important;
  }
  .p-md-13 {
    padding: 18rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 18rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 18rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 18rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 18rem !important;
  }
  .p-md-14 {
    padding: 20rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 20rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 20rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 20rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 20rem !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: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -10rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -10rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -10rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -10rem !important;
  }
  .m-md-n10 {
    margin: -12rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -12rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -12rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -12rem !important;
  }
  .m-md-n11 {
    margin: -14rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -14rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -14rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -14rem !important;
  }
  .m-md-n12 {
    margin: -16rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -16rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -16rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -16rem !important;
  }
  .m-md-n13 {
    margin: -18rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -18rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -18rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -18rem !important;
  }
  .m-md-n14 {
    margin: -20rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -20rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -20rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -20rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -20rem !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: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 10rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 10rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 10rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 10rem !important;
  }
  .m-lg-10 {
    margin: 12rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 12rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 12rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 12rem !important;
  }
  .m-lg-11 {
    margin: 14rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 14rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 14rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 14rem !important;
  }
  .m-lg-12 {
    margin: 16rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 16rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 16rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 16rem !important;
  }
  .m-lg-13 {
    margin: 18rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 18rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 18rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 18rem !important;
  }
  .m-lg-14 {
    margin: 20rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 20rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 20rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 20rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 20rem !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: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 10rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 10rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 10rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 10rem !important;
  }
  .p-lg-10 {
    padding: 12rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 12rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 12rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 12rem !important;
  }
  .p-lg-11 {
    padding: 14rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 14rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 14rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 14rem !important;
  }
  .p-lg-12 {
    padding: 16rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 16rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 16rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 16rem !important;
  }
  .p-lg-13 {
    padding: 18rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 18rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 18rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 18rem !important;
  }
  .p-lg-14 {
    padding: 20rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 20rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 20rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 20rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 20rem !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: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -10rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -10rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -10rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -10rem !important;
  }
  .m-lg-n10 {
    margin: -12rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -12rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -12rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -12rem !important;
  }
  .m-lg-n11 {
    margin: -14rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -14rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -14rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -14rem !important;
  }
  .m-lg-n12 {
    margin: -16rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -16rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -16rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -16rem !important;
  }
  .m-lg-n13 {
    margin: -18rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -18rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -18rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -18rem !important;
  }
  .m-lg-n14 {
    margin: -20rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -20rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -20rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -20rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -20rem !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: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 10rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 10rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 10rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 10rem !important;
  }
  .m-xl-10 {
    margin: 12rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 12rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 12rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 12rem !important;
  }
  .m-xl-11 {
    margin: 14rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 14rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 14rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 14rem !important;
  }
  .m-xl-12 {
    margin: 16rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 16rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 16rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 16rem !important;
  }
  .m-xl-13 {
    margin: 18rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 18rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 18rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 18rem !important;
  }
  .m-xl-14 {
    margin: 20rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 20rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 20rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 20rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 20rem !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: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 10rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 10rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 10rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 10rem !important;
  }
  .p-xl-10 {
    padding: 12rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 12rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 12rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 12rem !important;
  }
  .p-xl-11 {
    padding: 14rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 14rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 14rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 14rem !important;
  }
  .p-xl-12 {
    padding: 16rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 16rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 16rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 16rem !important;
  }
  .p-xl-13 {
    padding: 18rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 18rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 18rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 18rem !important;
  }
  .p-xl-14 {
    padding: 20rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 20rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 20rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 20rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 20rem !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: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n9 {
    margin: -10rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -10rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -10rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -10rem !important;
  }
  .m-xl-n10 {
    margin: -12rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -12rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -12rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -12rem !important;
  }
  .m-xl-n11 {
    margin: -14rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -14rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -14rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -14rem !important;
  }
  .m-xl-n12 {
    margin: -16rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -16rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -16rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -16rem !important;
  }
  .m-xl-n13 {
    margin: -18rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -18rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -18rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -18rem !important;
  }
  .m-xl-n14 {
    margin: -20rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -20rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -20rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -20rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -20rem !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: 1500px) {
  .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: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8rem !important;
  }
  .m-xxl-9 {
    margin: 10rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 10rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 10rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 10rem !important;
  }
  .m-xxl-10 {
    margin: 12rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 12rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 12rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 12rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 12rem !important;
  }
  .m-xxl-11 {
    margin: 14rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 14rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 14rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 14rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 14rem !important;
  }
  .m-xxl-12 {
    margin: 16rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 16rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 16rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 16rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 16rem !important;
  }
  .m-xxl-13 {
    margin: 18rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 18rem !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 18rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 18rem !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 18rem !important;
  }
  .m-xxl-14 {
    margin: 20rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 20rem !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 20rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 20rem !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 20rem !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: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8rem !important;
  }
  .p-xxl-9 {
    padding: 10rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 10rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 10rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 10rem !important;
  }
  .p-xxl-10 {
    padding: 12rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 12rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 12rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 12rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 12rem !important;
  }
  .p-xxl-11 {
    padding: 14rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 14rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 14rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 14rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 14rem !important;
  }
  .p-xxl-12 {
    padding: 16rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 16rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 16rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 16rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 16rem !important;
  }
  .p-xxl-13 {
    padding: 18rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 18rem !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 18rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 18rem !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 18rem !important;
  }
  .p-xxl-14 {
    padding: 20rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 20rem !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 20rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 20rem !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 20rem !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: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -10rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -10rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -10rem !important;
  }
  .m-xxl-n10 {
    margin: -12rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -12rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -12rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -12rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -12rem !important;
  }
  .m-xxl-n11 {
    margin: -14rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -14rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -14rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -14rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -14rem !important;
  }
  .m-xxl-n12 {
    margin: -16rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -16rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -16rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -16rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -16rem !important;
  }
  .m-xxl-n13 {
    margin: -18rem !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -18rem !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -18rem !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -18rem !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -18rem !important;
  }
  .m-xxl-n14 {
    margin: -20rem !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -20rem !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -20rem !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -20rem !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -20rem !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: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 500 !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

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

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

.text-primary {
  color: #0070FF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 78.4, 178.5) !important;
}

.text-secondary {
  color: #7184ad !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(76.6919642857, 94.4620535714, 132.8080357143) !important;
}

.text-success {
  color: #34bd91 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(35.4937759336, 129.0062240664, 98.9730290456) !important;
}

.text-info {
  color: #18b7ff !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 139.3831168831, 202.5) !important;
}

.text-warning {
  color: #fdc724 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(210.5769230769, 158.6538461538, 1.9230769231) !important;
}

.text-danger {
  color: #F93D3D !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(226.495, 7.005, 7.005) !important;
}

.text-light {
  color: #f6f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(188.625, 210.75, 232.875) !important;
}

.text-dark {
  color: #173E67 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(9.0357142857, 24.3571428571, 40.4642857143) !important;
}

.text-purple {
  color: #6672e8 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: rgb(35.4971590909, 52.7130681818, 222.0028409091) !important;
}

.text-sky {
  color: #e9f4ff !important;
}

a.text-sky:hover, a.text-sky:focus {
  color: rgb(156.5, 205.75, 255) !important;
}

.text-pistachio {
  color: #ddf5f4 !important;
}

a.text-pistachio:hover, a.text-pistachio:focus {
  color: rgb(161.8863636364, 227.6136363636, 224.875) !important;
}

.text-darkblue {
  color: #1f2c73 !important;
}

a.text-darkblue:hover, a.text-darkblue:focus {
  color: rgb(14.7568493151, 20.9452054795, 54.7431506849) !important;
}

.text-body {
  color: #EFF3F6 !important;
}

.text-muted {
  color: #98A2BF !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-wrap: break-word !important;
}

.text-reset {
  color: inherit !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 #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e9ecef;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}
.animation-delay-1 {
  animation-delay: 0.1s;
}

.animation-delay-2 {
  animation-delay: 0.2s;
}

.animation-delay-3 {
  animation-delay: 0.3s;
}

.animation-delay-4 {
  animation-delay: 0.4s;
}

.animation-delay-5 {
  animation-delay: 0.5s;
}

.animation-delay-6 {
  animation-delay: 0.6s;
}

.animation-delay-7 {
  animation-delay: 0.7s;
}

.animation-delay-8 {
  animation-delay: 0.8s;
}

.animation-delay-9 {
  animation-delay: 0.9s;
}

.animation-delay-10 {
  animation-delay: 1s;
}

@keyframes fxFadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fx-fade-up {
  animation-name: fxFadeUp;
  animation-fill-mode: both;
  animation-duration: 1.3s;
  animation-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
}

@keyframes fxFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fx-fade-down {
  animation-name: fxFadeDown;
  animation-fill-mode: both;
  animation-duration: 1s;
}

@keyframes fxFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx-fade-in {
  animation-name: fxFadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-pastel-primary {
  background-color: rgb(224.4, 237.84, 255) !important;
}

.bg-pastel-secondary {
  background-color: rgb(237.96, 240.24, 245.16) !important;
}

.bg-pastel-success {
  background-color: rgb(230.64, 247.08, 241.8) !important;
}

.bg-pastel-info {
  background-color: rgb(227.28, 246.36, 255) !important;
}

.bg-pastel-warning {
  background-color: rgb(254.76, 248.28, 228.72) !important;
}

.bg-pastel-danger {
  background-color: rgb(254.28, 231.72, 231.72) !important;
}

.bg-pastel-light {
  background-color: rgb(253.92, 254.28, 254.64) !important;
}

.bg-pastel-dark {
  background-color: rgb(227.16, 231.84, 236.76) !important;
}

.bg-pastel-purple {
  background-color: rgb(236.64, 238.08, 252.24) !important;
}

.bg-pastel-sky {
  background-color: rgb(252.36, 253.68, 255) !important;
}

.bg-pastel-pistachio {
  background-color: rgb(250.92, 253.8, 253.68) !important;
}

.bg-pastel-darkblue {
  background-color: rgb(228.12, 229.68, 238.2) !important;
}

.bg-gradient-light {
  background: linear-gradient(to top, #f6f9fc 0, #fff 100%);
}

.bg-gradient-light-top {
  background: linear-gradient(to bottom, #f6f9fc 0, #fff 100%);
}

.bg-gradient-sky {
  background: linear-gradient(to top, #e9f4ff 0, #fff 100%);
}

.bg-gradient-sky-top {
  background: linear-gradient(to bottom, #e9f4ff 0, #fff 100%);
}

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

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

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

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

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

.bg-gray-600 {
  background: #6c757d !important;
}

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

.bg-gray-800 {
  background: #343a40 !important;
}

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

.bg-topography-light {
  background-image: url("../img/svg/topography-light.svg");
}

.bg-topography-dark {
  background-image: url("../img/svg/topography-dark.svg");
}

.bg-primary-hover {
  transition: background-color 0.4s linear;
}
.bg-primary-hover:hover {
  background-color: rgb(0, 96.32, 219.3) !important;
}

.bg-pastel-primary-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-primary-hover:hover {
  background-color: rgb(188.7, 217.82, 255) !important;
}

.bg-secondary-hover {
  transition: background-color 0.4s linear;
}
.bg-secondary-hover:hover {
  background-color: rgb(91.6276785714, 112.8584821429, 158.6723214286) !important;
}

.bg-pastel-secondary-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-secondary-hover:hover {
  background-color: rgb(215.32875, 220.636875, 232.09125) !important;
}

.bg-success-hover {
  transition: background-color 0.4s linear;
}
.bg-success-hover:hover {
  background-color: rgb(44.2970954357, 161.0029045643, 123.520746888) !important;
}

.bg-pastel-success-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-success-hover:hover {
  background-color: rgb(203.6991078067, 238.3208921933, 227.2014869888) !important;
}

.bg-info-hover {
  transition: background-color 0.4s linear;
}
.bg-info-hover:hover {
  background-color: rgb(0, 167.4662337662, 243.3) !important;
}

.bg-pastel-info-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-info-hover:hover {
  background-color: rgb(191.58, 235.2327272727, 255) !important;
}

.bg-warning-hover {
  transition: background-color 0.4s linear;
}
.bg-warning-hover:hover {
  background-color: rgb(251.0076923077, 189.1153846154, 2.2923076923) !important;
}

.bg-pastel-warning-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-warning-hover:hover {
  background-color: rgb(254.4369230769, 239.2338461538, 193.3430769231) !important;
}

.bg-danger-hover {
  transition: background-color 0.4s linear;
}
.bg-danger-hover:hover {
  background-color: rgb(247.929, 26.371, 26.371) !important;
}

.bg-pastel-danger-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-danger-hover:hover {
  background-color: rgb(253.209, 197.091, 197.091) !important;
}

.bg-light-hover {
  transition: background-color 0.4s linear;
}
.bg-light-hover:hover {
  background-color: rgb(219.225, 231.15, 243.075) !important;
}

.bg-pastel-light-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-light-hover:hover {
  background-color: rgb(227.145, 236.43, 245.715) !important;
}

.bg-dark-hover {
  transition: background-color 0.4s linear;
}
.bg-dark-hover:hover {
  background-color: rgb(16.4833333333, 44.4333333333, 73.8166666667) !important;
}

.bg-pastel-dark-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-dark-hover:hover {
  background-color: rgb(205.59125, 213.89703125, 222.62875) !important;
}

.bg-purple-hover {
  transition: background-color 0.4s linear;
}
.bg-purple-hover:hover {
  background-color: rgb(70.9653409091, 85.3994318182, 227.3346590909) !important;
}

.bg-pastel-purple-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-purple-hover:hover {
  background-color: rgb(205.6053409091, 209.4794318182, 247.5746590909) !important;
}

.bg-sky-hover {
  transition: background-color 0.4s linear;
}
.bg-sky-hover:hover {
  background-color: rgb(197.3, 226.15, 255) !important;
}

.bg-pastel-sky-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-sky-hover:hover {
  background-color: rgb(216.66, 235.83, 255) !important;
}

.bg-pistachio-hover {
  transition: background-color 0.4s linear;
}
.bg-pistachio-hover:hover {
  background-color: rgb(193.4136363636, 236.8863636364, 235.075) !important;
}

.bg-pastel-pistachio-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-pistachio-hover:hover {
  background-color: rgb(223.3336363636, 245.6863636364, 244.755) !important;
}

.bg-darkblue-hover {
  transition: background-color 0.4s linear;
}
.bg-darkblue-hover:hover {
  background-color: rgb(23.4198630137, 33.2410958904, 86.8801369863) !important;
}

.bg-pastel-darkblue-hover {
  transition: background-color 0.4s linear;
}
.bg-pastel-darkblue-hover:hover {
  background-color: rgb(206.1507692308, 208.9857692308, 224.4692307692) !important;
}

@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-sm-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-md-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1500px) {
  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xxl-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-xxl-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-xxl-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-right-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-left-0 {
    border-left: 0 !important;
  }
}
.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

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

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.border-2 {
  border-width: 2px !important;
}

.hover-scale {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-scale {
    transition: none;
  }
}
.hover-scale:hover {
  transform: scale3d(1.09, 1.09, 1.09);
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275) !important;
}

.hover-lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease, background-color 0.15s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .hover-lift {
    transition: none;
  }
}
.hover-lift i.hover-lift-icon {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-lift i.hover-lift-icon {
    transition: none;
  }
}
.hover-lift:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275) !important;
  transform: translate3d(0, -5px, 0);
}
.hover-lift:hover i.hover-lift-icon {
  margin-left: 15px !important;
}

.hover-lift-light {
  transition: box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease, background-color 0.15s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .hover-lift-light {
    transition: none;
  }
}
.hover-lift-light i.hover-lift-icon {
  transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-lift-light i.hover-lift-icon {
    transition: none;
  }
}
.hover-lift-light:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.05) !important;
  transform: translate3d(0, -5px, 0);
}
.hover-lift-light:hover i.hover-lift-icon {
  margin-left: 15px !important;
}

.hover-mask {
  overflow: hidden;
  display: block;
  position: relative;
}
.hover-mask:hover .hover-mask-content {
  opacity: 1;
}
.hover-mask:hover .hover-mask-content .hover-mask-content-up,
.hover-mask:hover .hover-mask-content .hover-mask-content-down {
  transform: none;
}
.hover-mask:hover .hover-mask-image:not(.jarallax) {
  transform: scale3d(1.15, 1.15, 1.15);
}

.hover-mask-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  transition: transform 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-mask-image {
    transition: none;
  }
}

.hover-mask-content {
  display: block;
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 9;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-mask-content {
    transition: none;
  }
}

.hover-mask-content-up {
  transform: translateY(-15px);
  transition: transform 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-mask-content-up {
    transition: none;
  }
}

.hover-mask-content-down {
  transform: translateY(15px);
  transition: transform 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .hover-mask-content-down {
    transition: none;
  }
}

.svg-icon[class*=text-] svg:not([fill=none]),
.svg-icon[class*=text-] [fill]:not([fill=none]),
.icon-circle[class*=text-] svg:not([fill=none]),
.icon-circle[class*=text-] [fill]:not([fill=none]) {
  fill: currentColor !important;
}
.svg-icon[class*=text-] svg [style*=stroke],
.svg-icon[class*=text-] svg [stroke]:not([stroke=none]),
.icon-circle[class*=text-] svg [style*=stroke],
.icon-circle[class*=text-] svg [stroke]:not([stroke=none]) {
  stroke: currentColor !important;
}

.svg-icon > svg {
  width: 1.5rem;
  height: 1.5rem;
}

.svg-icon-xxl > svg {
  width: 4rem;
  height: 4rem;
}

.svg-icon-xl > svg {
  width: 3.25rem;
  height: 3.25rem;
}

.svg-icon-lg > svg {
  width: 2.5rem;
  height: 2.5rem;
}

.svg-icon-sm > svg {
  width: 1rem;
  height: 1rem;
}

.svg-icon-xs > svg {
  width: 0.8rem;
  height: 0.8rem;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
a.icon-circle:hover, a.icon-circle:focus {
  text-decoration: none;
}

.icon-circle > svg {
  width: 1.35rem;
  height: 1.35rem;
}

.icon-circle-xl {
  width: 5rem;
  height: 5rem;
}
.icon-circle-xl > svg {
  width: 2.75rem;
  height: 2.75rem;
}

.icon-circle-lg {
  width: 4rem;
  height: 4rem;
}
.icon-circle-lg > svg {
  width: 2rem;
  height: 2rem;
}

.icon-circle-sm {
  width: 1.7rem;
  height: 1.7rem;
}
.icon-circle-sm > svg {
  width: 1rem;
  height: 1rem;
}

.icon-circle-xs {
  width: 1.2rem;
  height: 1.2rem;
}
.icon-circle-xs > svg {
  width: 0.75rem;
  height: 0.75rem;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.overlay-primary:before {
  background: #0070FF !important;
}

.overlay-secondary:before {
  background: #7184ad !important;
}

.overlay-success:before {
  background: #34bd91 !important;
}

.overlay-info:before {
  background: #18b7ff !important;
}

.overlay-warning:before {
  background: #fdc724 !important;
}

.overlay-danger:before {
  background: #F93D3D !important;
}

.overlay-light:before {
  background: #f6f9fc !important;
}

.overlay-dark:before {
  background: #173E67 !important;
}

.overlay-purple:before {
  background: #6672e8 !important;
}

.overlay-sky:before {
  background: #e9f4ff !important;
}

.overlay-pistachio:before {
  background: #ddf5f4 !important;
}

.overlay-darkblue:before {
  background: #1f2c73 !important;
}

.overlay-white:before {
  background: #fff !important;
}

.overlay-gradient-dark-bottom:before {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(29, 34, 45, 0.375) 100%);
}

.overlay-gradient-white-to-dark:before {
  background: linear-gradient(-180deg, #fff 0, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0) 100%), linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
}

.overlay-25:before {
  opacity: 0.25;
}

.overlay-50:before {
  opacity: 0.5;
}

.overlay-75:before {
  opacity: 0.75;
}

.overlay-100:before {
  opacity: 1;
}

.overlay-10:before {
  opacity: 0.1;
}

.overlay-20:before {
  opacity: 0.2;
}

.overlay-30:before {
  opacity: 0.3;
}

.overlay-33:before {
  opacity: 0.33;
}

.overlay-40:before {
  opacity: 0.4;
}

.overlay-60:before {
  opacity: 0.6;
}

.overlay-70:before {
  opacity: 0.7;
}

.overlay-80:before {
  opacity: 0.8;
}

.overlay-85:before {
  opacity: 0.85;
}

.overlay-90:before {
  opacity: 0.9;
}

.center-x {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.center-y {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .center-x-sm {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .center-y-sm {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .center-xy-sm {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .center-x-md {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .center-y-md {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .center-xy-md {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .center-x-lg {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .center-y-lg {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .center-xy-lg {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .center-x-xl {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .center-y-xl {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .center-xy-xl {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (min-width: 1500px) {
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .center-x-xxl {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .center-y-xxl {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .center-xy-xxl {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.top-0 {
  top: 0 !important;
}

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

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

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

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

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

.relative-top-2 {
  position: relative;
  top: 2px;
}

.relative-top--2 {
  position: relative;
  top: -2px;
}

.relative-top-3 {
  position: relative;
  top: 3px;
}

.relative-top--3 {
  position: relative;
  top: -3px;
}

.relative-top-4 {
  position: relative;
  top: 4px;
}

.relative-top--4 {
  position: relative;
  top: -4px;
}

.relative-top-5 {
  position: relative;
  top: 5px;
}

.relative-top--5 {
  position: relative;
  top: -5px;
}

.relative-top-6 {
  position: relative;
  top: 6px;
}

.relative-top--6 {
  position: relative;
  top: -6px;
}

.relative-top-7 {
  position: relative;
  top: 7px;
}

.relative-top--7 {
  position: relative;
  top: -7px;
}

.relative-top-8 {
  position: relative;
  top: 8px;
}

.relative-top--8 {
  position: relative;
  top: -8px;
}

.relative-top-9 {
  position: relative;
  top: 9px;
}

.relative-top--9 {
  position: relative;
  top: -9px;
}

.relative-top-10 {
  position: relative;
  top: 10px;
}

.relative-top--10 {
  position: relative;
  top: -10px;
}

.shadow-light-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 38, 45, 0.05) !important;
}

.shadow-light {
  box-shadow: 0 0.5rem 1.25rem rgba(35, 38, 45, 0.05) !important;
}

.shadow-light-lg {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.05) !important;
}

.w-150 {
  width: 150px !important;
}

.h-150 {
  height: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.h-200 {
  height: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.h-250 {
  height: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.h-300 {
  height: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.h-350 {
  height: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.h-400 {
  height: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.h-450 {
  height: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.h-500 {
  height: 500px !important;
}

.w-550 {
  width: 550px !important;
}

.h-550 {
  height: 550px !important;
}

.w-600 {
  width: 600px !important;
}

.h-600 {
  height: 600px !important;
}

.w-650 {
  width: 650px !important;
}

.h-650 {
  height: 650px !important;
}

.w-700 {
  width: 700px !important;
}

.h-700 {
  height: 700px !important;
}

@media (min-width: 576px) {
  .w-sm-150 {
    width: 150px !important;
  }
  .h-sm-150 {
    height: 150px !important;
  }
  .w-sm-200 {
    width: 200px !important;
  }
  .h-sm-200 {
    height: 200px !important;
  }
  .w-sm-250 {
    width: 250px !important;
  }
  .h-sm-250 {
    height: 250px !important;
  }
  .w-sm-300 {
    width: 300px !important;
  }
  .h-sm-300 {
    height: 300px !important;
  }
  .w-sm-350 {
    width: 350px !important;
  }
  .h-sm-350 {
    height: 350px !important;
  }
  .w-sm-400 {
    width: 400px !important;
  }
  .h-sm-400 {
    height: 400px !important;
  }
  .w-sm-450 {
    width: 450px !important;
  }
  .h-sm-450 {
    height: 450px !important;
  }
  .w-sm-500 {
    width: 500px !important;
  }
  .h-sm-500 {
    height: 500px !important;
  }
  .w-sm-550 {
    width: 550px !important;
  }
  .h-sm-550 {
    height: 550px !important;
  }
  .w-sm-600 {
    width: 600px !important;
  }
  .h-sm-600 {
    height: 600px !important;
  }
  .w-sm-650 {
    width: 650px !important;
  }
  .h-sm-650 {
    height: 650px !important;
  }
  .w-sm-700 {
    width: 700px !important;
  }
  .h-sm-700 {
    height: 700px !important;
  }
}
@media (min-width: 768px) {
  .w-md-150 {
    width: 150px !important;
  }
  .h-md-150 {
    height: 150px !important;
  }
  .w-md-200 {
    width: 200px !important;
  }
  .h-md-200 {
    height: 200px !important;
  }
  .w-md-250 {
    width: 250px !important;
  }
  .h-md-250 {
    height: 250px !important;
  }
  .w-md-300 {
    width: 300px !important;
  }
  .h-md-300 {
    height: 300px !important;
  }
  .w-md-350 {
    width: 350px !important;
  }
  .h-md-350 {
    height: 350px !important;
  }
  .w-md-400 {
    width: 400px !important;
  }
  .h-md-400 {
    height: 400px !important;
  }
  .w-md-450 {
    width: 450px !important;
  }
  .h-md-450 {
    height: 450px !important;
  }
  .w-md-500 {
    width: 500px !important;
  }
  .h-md-500 {
    height: 500px !important;
  }
  .w-md-550 {
    width: 550px !important;
  }
  .h-md-550 {
    height: 550px !important;
  }
  .w-md-600 {
    width: 600px !important;
  }
  .h-md-600 {
    height: 600px !important;
  }
  .w-md-650 {
    width: 650px !important;
  }
  .h-md-650 {
    height: 650px !important;
  }
  .w-md-700 {
    width: 700px !important;
  }
  .h-md-700 {
    height: 700px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-150 {
    width: 150px !important;
  }
  .h-lg-150 {
    height: 150px !important;
  }
  .w-lg-200 {
    width: 200px !important;
  }
  .h-lg-200 {
    height: 200px !important;
  }
  .w-lg-250 {
    width: 250px !important;
  }
  .h-lg-250 {
    height: 250px !important;
  }
  .w-lg-300 {
    width: 300px !important;
  }
  .h-lg-300 {
    height: 300px !important;
  }
  .w-lg-350 {
    width: 350px !important;
  }
  .h-lg-350 {
    height: 350px !important;
  }
  .w-lg-400 {
    width: 400px !important;
  }
  .h-lg-400 {
    height: 400px !important;
  }
  .w-lg-450 {
    width: 450px !important;
  }
  .h-lg-450 {
    height: 450px !important;
  }
  .w-lg-500 {
    width: 500px !important;
  }
  .h-lg-500 {
    height: 500px !important;
  }
  .w-lg-550 {
    width: 550px !important;
  }
  .h-lg-550 {
    height: 550px !important;
  }
  .w-lg-600 {
    width: 600px !important;
  }
  .h-lg-600 {
    height: 600px !important;
  }
  .w-lg-650 {
    width: 650px !important;
  }
  .h-lg-650 {
    height: 650px !important;
  }
  .w-lg-700 {
    width: 700px !important;
  }
  .h-lg-700 {
    height: 700px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-150 {
    width: 150px !important;
  }
  .h-xl-150 {
    height: 150px !important;
  }
  .w-xl-200 {
    width: 200px !important;
  }
  .h-xl-200 {
    height: 200px !important;
  }
  .w-xl-250 {
    width: 250px !important;
  }
  .h-xl-250 {
    height: 250px !important;
  }
  .w-xl-300 {
    width: 300px !important;
  }
  .h-xl-300 {
    height: 300px !important;
  }
  .w-xl-350 {
    width: 350px !important;
  }
  .h-xl-350 {
    height: 350px !important;
  }
  .w-xl-400 {
    width: 400px !important;
  }
  .h-xl-400 {
    height: 400px !important;
  }
  .w-xl-450 {
    width: 450px !important;
  }
  .h-xl-450 {
    height: 450px !important;
  }
  .w-xl-500 {
    width: 500px !important;
  }
  .h-xl-500 {
    height: 500px !important;
  }
  .w-xl-550 {
    width: 550px !important;
  }
  .h-xl-550 {
    height: 550px !important;
  }
  .w-xl-600 {
    width: 600px !important;
  }
  .h-xl-600 {
    height: 600px !important;
  }
  .w-xl-650 {
    width: 650px !important;
  }
  .h-xl-650 {
    height: 650px !important;
  }
  .w-xl-700 {
    width: 700px !important;
  }
  .h-xl-700 {
    height: 700px !important;
  }
}
@media (min-width: 1500px) {
  .w-xxl-150 {
    width: 150px !important;
  }
  .h-xxl-150 {
    height: 150px !important;
  }
  .w-xxl-200 {
    width: 200px !important;
  }
  .h-xxl-200 {
    height: 200px !important;
  }
  .w-xxl-250 {
    width: 250px !important;
  }
  .h-xxl-250 {
    height: 250px !important;
  }
  .w-xxl-300 {
    width: 300px !important;
  }
  .h-xxl-300 {
    height: 300px !important;
  }
  .w-xxl-350 {
    width: 350px !important;
  }
  .h-xxl-350 {
    height: 350px !important;
  }
  .w-xxl-400 {
    width: 400px !important;
  }
  .h-xxl-400 {
    height: 400px !important;
  }
  .w-xxl-450 {
    width: 450px !important;
  }
  .h-xxl-450 {
    height: 450px !important;
  }
  .w-xxl-500 {
    width: 500px !important;
  }
  .h-xxl-500 {
    height: 500px !important;
  }
  .w-xxl-550 {
    width: 550px !important;
  }
  .h-xxl-550 {
    height: 550px !important;
  }
  .w-xxl-600 {
    width: 600px !important;
  }
  .h-xxl-600 {
    height: 600px !important;
  }
  .w-xxl-650 {
    width: 650px !important;
  }
  .h-xxl-650 {
    height: 650px !important;
  }
  .w-xxl-700 {
    width: 700px !important;
  }
  .h-xxl-700 {
    height: 700px !important;
  }
}
.vw-25 {
  width: 25vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .vw-sm-25 {
    width: 25vw !important;
  }
  .vh-sm-25 {
    height: 25vh !important;
  }
  .min-vw-sm-25 {
    min-width: 25vw !important;
  }
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  .vw-sm-50 {
    width: 50vw !important;
  }
  .vh-sm-50 {
    height: 50vh !important;
  }
  .min-vw-sm-50 {
    min-width: 50vw !important;
  }
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  .vw-sm-75 {
    width: 75vw !important;
  }
  .vh-sm-75 {
    height: 75vh !important;
  }
  .min-vw-sm-75 {
    min-width: 75vw !important;
  }
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .vw-sm-10 {
    width: 10vw !important;
  }
  .vh-sm-10 {
    height: 10vh !important;
  }
  .min-vw-sm-10 {
    min-width: 10vw !important;
  }
  .min-vh-sm-10 {
    min-height: 10vh !important;
  }
  .vw-sm-20 {
    width: 20vw !important;
  }
  .vh-sm-20 {
    height: 20vh !important;
  }
  .min-vw-sm-20 {
    min-width: 20vw !important;
  }
  .min-vh-sm-20 {
    min-height: 20vh !important;
  }
  .vw-sm-30 {
    width: 30vw !important;
  }
  .vh-sm-30 {
    height: 30vh !important;
  }
  .min-vw-sm-30 {
    min-width: 30vw !important;
  }
  .min-vh-sm-30 {
    min-height: 30vh !important;
  }
  .vw-sm-33 {
    width: 33vw !important;
  }
  .vh-sm-33 {
    height: 33vh !important;
  }
  .min-vw-sm-33 {
    min-width: 33vw !important;
  }
  .min-vh-sm-33 {
    min-height: 33vh !important;
  }
  .vw-sm-40 {
    width: 40vw !important;
  }
  .vh-sm-40 {
    height: 40vh !important;
  }
  .min-vw-sm-40 {
    min-width: 40vw !important;
  }
  .min-vh-sm-40 {
    min-height: 40vh !important;
  }
  .vw-sm-60 {
    width: 60vw !important;
  }
  .vh-sm-60 {
    height: 60vh !important;
  }
  .min-vw-sm-60 {
    min-width: 60vw !important;
  }
  .min-vh-sm-60 {
    min-height: 60vh !important;
  }
  .vw-sm-70 {
    width: 70vw !important;
  }
  .vh-sm-70 {
    height: 70vh !important;
  }
  .min-vw-sm-70 {
    min-width: 70vw !important;
  }
  .min-vh-sm-70 {
    min-height: 70vh !important;
  }
  .vw-sm-80 {
    width: 80vw !important;
  }
  .vh-sm-80 {
    height: 80vh !important;
  }
  .min-vw-sm-80 {
    min-width: 80vw !important;
  }
  .min-vh-sm-80 {
    min-height: 80vh !important;
  }
  .vw-sm-85 {
    width: 85vw !important;
  }
  .vh-sm-85 {
    height: 85vh !important;
  }
  .min-vw-sm-85 {
    min-width: 85vw !important;
  }
  .min-vh-sm-85 {
    min-height: 85vh !important;
  }
  .vw-sm-90 {
    width: 90vw !important;
  }
  .vh-sm-90 {
    height: 90vh !important;
  }
  .min-vw-sm-90 {
    min-width: 90vw !important;
  }
  .min-vh-sm-90 {
    min-height: 90vh !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
}
@media (min-width: 768px) {
  .vw-md-25 {
    width: 25vw !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
  .min-vw-md-25 {
    min-width: 25vw !important;
  }
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  .vw-md-50 {
    width: 50vw !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .min-vw-md-50 {
    min-width: 50vw !important;
  }
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  .vw-md-75 {
    width: 75vw !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .min-vw-md-75 {
    min-width: 75vw !important;
  }
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .vw-md-10 {
    width: 10vw !important;
  }
  .vh-md-10 {
    height: 10vh !important;
  }
  .min-vw-md-10 {
    min-width: 10vw !important;
  }
  .min-vh-md-10 {
    min-height: 10vh !important;
  }
  .vw-md-20 {
    width: 20vw !important;
  }
  .vh-md-20 {
    height: 20vh !important;
  }
  .min-vw-md-20 {
    min-width: 20vw !important;
  }
  .min-vh-md-20 {
    min-height: 20vh !important;
  }
  .vw-md-30 {
    width: 30vw !important;
  }
  .vh-md-30 {
    height: 30vh !important;
  }
  .min-vw-md-30 {
    min-width: 30vw !important;
  }
  .min-vh-md-30 {
    min-height: 30vh !important;
  }
  .vw-md-33 {
    width: 33vw !important;
  }
  .vh-md-33 {
    height: 33vh !important;
  }
  .min-vw-md-33 {
    min-width: 33vw !important;
  }
  .min-vh-md-33 {
    min-height: 33vh !important;
  }
  .vw-md-40 {
    width: 40vw !important;
  }
  .vh-md-40 {
    height: 40vh !important;
  }
  .min-vw-md-40 {
    min-width: 40vw !important;
  }
  .min-vh-md-40 {
    min-height: 40vh !important;
  }
  .vw-md-60 {
    width: 60vw !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .min-vw-md-60 {
    min-width: 60vw !important;
  }
  .min-vh-md-60 {
    min-height: 60vh !important;
  }
  .vw-md-70 {
    width: 70vw !important;
  }
  .vh-md-70 {
    height: 70vh !important;
  }
  .min-vw-md-70 {
    min-width: 70vw !important;
  }
  .min-vh-md-70 {
    min-height: 70vh !important;
  }
  .vw-md-80 {
    width: 80vw !important;
  }
  .vh-md-80 {
    height: 80vh !important;
  }
  .min-vw-md-80 {
    min-width: 80vw !important;
  }
  .min-vh-md-80 {
    min-height: 80vh !important;
  }
  .vw-md-85 {
    width: 85vw !important;
  }
  .vh-md-85 {
    height: 85vh !important;
  }
  .min-vw-md-85 {
    min-width: 85vw !important;
  }
  .min-vh-md-85 {
    min-height: 85vh !important;
  }
  .vw-md-90 {
    width: 90vw !important;
  }
  .vh-md-90 {
    height: 90vh !important;
  }
  .min-vw-md-90 {
    min-width: 90vw !important;
  }
  .min-vh-md-90 {
    min-height: 90vh !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
}
@media (min-width: 992px) {
  .vw-lg-25 {
    width: 25vw !important;
  }
  .vh-lg-25 {
    height: 25vh !important;
  }
  .min-vw-lg-25 {
    min-width: 25vw !important;
  }
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .vh-lg-50 {
    height: 50vh !important;
  }
  .min-vw-lg-50 {
    min-width: 50vw !important;
  }
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  .vw-lg-75 {
    width: 75vw !important;
  }
  .vh-lg-75 {
    height: 75vh !important;
  }
  .min-vw-lg-75 {
    min-width: 75vw !important;
  }
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .vw-lg-10 {
    width: 10vw !important;
  }
  .vh-lg-10 {
    height: 10vh !important;
  }
  .min-vw-lg-10 {
    min-width: 10vw !important;
  }
  .min-vh-lg-10 {
    min-height: 10vh !important;
  }
  .vw-lg-20 {
    width: 20vw !important;
  }
  .vh-lg-20 {
    height: 20vh !important;
  }
  .min-vw-lg-20 {
    min-width: 20vw !important;
  }
  .min-vh-lg-20 {
    min-height: 20vh !important;
  }
  .vw-lg-30 {
    width: 30vw !important;
  }
  .vh-lg-30 {
    height: 30vh !important;
  }
  .min-vw-lg-30 {
    min-width: 30vw !important;
  }
  .min-vh-lg-30 {
    min-height: 30vh !important;
  }
  .vw-lg-33 {
    width: 33vw !important;
  }
  .vh-lg-33 {
    height: 33vh !important;
  }
  .min-vw-lg-33 {
    min-width: 33vw !important;
  }
  .min-vh-lg-33 {
    min-height: 33vh !important;
  }
  .vw-lg-40 {
    width: 40vw !important;
  }
  .vh-lg-40 {
    height: 40vh !important;
  }
  .min-vw-lg-40 {
    min-width: 40vw !important;
  }
  .min-vh-lg-40 {
    min-height: 40vh !important;
  }
  .vw-lg-60 {
    width: 60vw !important;
  }
  .vh-lg-60 {
    height: 60vh !important;
  }
  .min-vw-lg-60 {
    min-width: 60vw !important;
  }
  .min-vh-lg-60 {
    min-height: 60vh !important;
  }
  .vw-lg-70 {
    width: 70vw !important;
  }
  .vh-lg-70 {
    height: 70vh !important;
  }
  .min-vw-lg-70 {
    min-width: 70vw !important;
  }
  .min-vh-lg-70 {
    min-height: 70vh !important;
  }
  .vw-lg-80 {
    width: 80vw !important;
  }
  .vh-lg-80 {
    height: 80vh !important;
  }
  .min-vw-lg-80 {
    min-width: 80vw !important;
  }
  .min-vh-lg-80 {
    min-height: 80vh !important;
  }
  .vw-lg-85 {
    width: 85vw !important;
  }
  .vh-lg-85 {
    height: 85vh !important;
  }
  .min-vw-lg-85 {
    min-width: 85vw !important;
  }
  .min-vh-lg-85 {
    min-height: 85vh !important;
  }
  .vw-lg-90 {
    width: 90vw !important;
  }
  .vh-lg-90 {
    height: 90vh !important;
  }
  .min-vw-lg-90 {
    min-width: 90vw !important;
  }
  .min-vh-lg-90 {
    min-height: 90vh !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
}
@media (min-width: 1200px) {
  .vw-xl-25 {
    width: 25vw !important;
  }
  .vh-xl-25 {
    height: 25vh !important;
  }
  .min-vw-xl-25 {
    min-width: 25vw !important;
  }
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  .vw-xl-50 {
    width: 50vw !important;
  }
  .vh-xl-50 {
    height: 50vh !important;
  }
  .min-vw-xl-50 {
    min-width: 50vw !important;
  }
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  .vw-xl-75 {
    width: 75vw !important;
  }
  .vh-xl-75 {
    height: 75vh !important;
  }
  .min-vw-xl-75 {
    min-width: 75vw !important;
  }
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .vw-xl-10 {
    width: 10vw !important;
  }
  .vh-xl-10 {
    height: 10vh !important;
  }
  .min-vw-xl-10 {
    min-width: 10vw !important;
  }
  .min-vh-xl-10 {
    min-height: 10vh !important;
  }
  .vw-xl-20 {
    width: 20vw !important;
  }
  .vh-xl-20 {
    height: 20vh !important;
  }
  .min-vw-xl-20 {
    min-width: 20vw !important;
  }
  .min-vh-xl-20 {
    min-height: 20vh !important;
  }
  .vw-xl-30 {
    width: 30vw !important;
  }
  .vh-xl-30 {
    height: 30vh !important;
  }
  .min-vw-xl-30 {
    min-width: 30vw !important;
  }
  .min-vh-xl-30 {
    min-height: 30vh !important;
  }
  .vw-xl-33 {
    width: 33vw !important;
  }
  .vh-xl-33 {
    height: 33vh !important;
  }
  .min-vw-xl-33 {
    min-width: 33vw !important;
  }
  .min-vh-xl-33 {
    min-height: 33vh !important;
  }
  .vw-xl-40 {
    width: 40vw !important;
  }
  .vh-xl-40 {
    height: 40vh !important;
  }
  .min-vw-xl-40 {
    min-width: 40vw !important;
  }
  .min-vh-xl-40 {
    min-height: 40vh !important;
  }
  .vw-xl-60 {
    width: 60vw !important;
  }
  .vh-xl-60 {
    height: 60vh !important;
  }
  .min-vw-xl-60 {
    min-width: 60vw !important;
  }
  .min-vh-xl-60 {
    min-height: 60vh !important;
  }
  .vw-xl-70 {
    width: 70vw !important;
  }
  .vh-xl-70 {
    height: 70vh !important;
  }
  .min-vw-xl-70 {
    min-width: 70vw !important;
  }
  .min-vh-xl-70 {
    min-height: 70vh !important;
  }
  .vw-xl-80 {
    width: 80vw !important;
  }
  .vh-xl-80 {
    height: 80vh !important;
  }
  .min-vw-xl-80 {
    min-width: 80vw !important;
  }
  .min-vh-xl-80 {
    min-height: 80vh !important;
  }
  .vw-xl-85 {
    width: 85vw !important;
  }
  .vh-xl-85 {
    height: 85vh !important;
  }
  .min-vw-xl-85 {
    min-width: 85vw !important;
  }
  .min-vh-xl-85 {
    min-height: 85vh !important;
  }
  .vw-xl-90 {
    width: 90vw !important;
  }
  .vh-xl-90 {
    height: 90vh !important;
  }
  .min-vw-xl-90 {
    min-width: 90vw !important;
  }
  .min-vh-xl-90 {
    min-height: 90vh !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
}
@media (min-width: 1500px) {
  .vw-xxl-25 {
    width: 25vw !important;
  }
  .vh-xxl-25 {
    height: 25vh !important;
  }
  .min-vw-xxl-25 {
    min-width: 25vw !important;
  }
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }
  .vw-xxl-50 {
    width: 50vw !important;
  }
  .vh-xxl-50 {
    height: 50vh !important;
  }
  .min-vw-xxl-50 {
    min-width: 50vw !important;
  }
  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }
  .vw-xxl-75 {
    width: 75vw !important;
  }
  .vh-xxl-75 {
    height: 75vh !important;
  }
  .min-vw-xxl-75 {
    min-width: 75vw !important;
  }
  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .vw-xxl-10 {
    width: 10vw !important;
  }
  .vh-xxl-10 {
    height: 10vh !important;
  }
  .min-vw-xxl-10 {
    min-width: 10vw !important;
  }
  .min-vh-xxl-10 {
    min-height: 10vh !important;
  }
  .vw-xxl-20 {
    width: 20vw !important;
  }
  .vh-xxl-20 {
    height: 20vh !important;
  }
  .min-vw-xxl-20 {
    min-width: 20vw !important;
  }
  .min-vh-xxl-20 {
    min-height: 20vh !important;
  }
  .vw-xxl-30 {
    width: 30vw !important;
  }
  .vh-xxl-30 {
    height: 30vh !important;
  }
  .min-vw-xxl-30 {
    min-width: 30vw !important;
  }
  .min-vh-xxl-30 {
    min-height: 30vh !important;
  }
  .vw-xxl-33 {
    width: 33vw !important;
  }
  .vh-xxl-33 {
    height: 33vh !important;
  }
  .min-vw-xxl-33 {
    min-width: 33vw !important;
  }
  .min-vh-xxl-33 {
    min-height: 33vh !important;
  }
  .vw-xxl-40 {
    width: 40vw !important;
  }
  .vh-xxl-40 {
    height: 40vh !important;
  }
  .min-vw-xxl-40 {
    min-width: 40vw !important;
  }
  .min-vh-xxl-40 {
    min-height: 40vh !important;
  }
  .vw-xxl-60 {
    width: 60vw !important;
  }
  .vh-xxl-60 {
    height: 60vh !important;
  }
  .min-vw-xxl-60 {
    min-width: 60vw !important;
  }
  .min-vh-xxl-60 {
    min-height: 60vh !important;
  }
  .vw-xxl-70 {
    width: 70vw !important;
  }
  .vh-xxl-70 {
    height: 70vh !important;
  }
  .min-vw-xxl-70 {
    min-width: 70vw !important;
  }
  .min-vh-xxl-70 {
    min-height: 70vh !important;
  }
  .vw-xxl-80 {
    width: 80vw !important;
  }
  .vh-xxl-80 {
    height: 80vh !important;
  }
  .min-vw-xxl-80 {
    min-width: 80vw !important;
  }
  .min-vh-xxl-80 {
    min-height: 80vh !important;
  }
  .vw-xxl-85 {
    width: 85vw !important;
  }
  .vh-xxl-85 {
    height: 85vh !important;
  }
  .min-vw-xxl-85 {
    min-width: 85vw !important;
  }
  .min-vh-xxl-85 {
    min-height: 85vh !important;
  }
  .vw-xxl-90 {
    width: 90vw !important;
  }
  .vh-xxl-90 {
    height: 90vh !important;
  }
  .min-vw-xxl-90 {
    min-width: 90vw !important;
  }
  .min-vh-xxl-90 {
    min-height: 90vh !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-10 {
    height: 10% !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-33 {
    height: 33% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-80 {
    height: 80% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
}
.svg-divider {
  position: absolute;
  left: 0;
  right: 0;
}

.svg-divider-top {
  top: -1px;
  transform: scaleX(-1) scaleY(-1);
}

.svg-divider-bottom {
  bottom: -1px;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.text-pastel-primary {
  color: rgb(122.4, 180.64, 255) !important;
}
a.text-pastel-primary:hover, a.text-pastel-primary:focus {
  color: rgb(45.9, 137.74, 255) !important;
}

.text-pastel-secondary {
  color: rgb(181.16, 191.04, 212.36) !important;
}
a.text-pastel-secondary:hover, a.text-pastel-secondary:focus {
  color: rgb(132.6644642857, 149.0333035714, 184.3555357143) !important;
}

.text-pastel-success {
  color: rgb(149.44, 220.68, 197.8) !important;
}
a.text-pastel-success:hover, a.text-pastel-success:focus {
  color: rgb(91.7095167286, 201.9104832714, 166.517472119) !important;
}

.text-pastel-info {
  color: rgb(134.88, 217.56, 255) !important;
}
a.text-pastel-info:hover, a.text-pastel-info:focus {
  color: rgb(58.38, 193.7158441558, 255) !important;
}

.text-pastel-warning {
  color: rgb(253.96, 225.88, 141.12) !important;
}
a.text-pastel-warning:hover, a.text-pastel-warning:focus {
  color: rgb(253.2676923077, 206.4953846154, 65.3123076923) !important;
}

.text-pastel-danger {
  color: rgb(251.88, 154.12, 154.12) !important;
}
a.text-pastel-danger:hover, a.text-pastel-danger:focus {
  color: rgb(249.585, 79.915, 79.915) !important;
}

.text-pastel-light {
  color: rgb(250.32, 251.88, 253.44) !important;
}
a.text-pastel-light:hover, a.text-pastel-light:focus {
  color: rgb(192.945, 213.63, 234.315) !important;
}

.text-pastel-dark {
  color: rgb(134.36, 154.64, 175.96) !important;
}
a.text-pastel-dark:hover, a.text-pastel-dark:focus {
  color: rgb(92.55375, 116.30109375, 141.26625) !important;
}

.text-pastel-purple {
  color: rgb(175.44, 181.68, 243.04) !important;
}
a.text-pastel-purple:hover, a.text-pastel-purple:focus {
  color: rgb(108.9371590909, 120.3930681818, 233.0428409091) !important;
}

.text-pastel-sky {
  color: rgb(243.56, 249.28, 255) !important;
}
a.text-pastel-sky:hover, a.text-pastel-sky:focus {
  color: rgb(167.06, 211.03, 255) !important;
}

.text-pastel-pistachio {
  color: rgb(237.32, 249.8, 249.28) !important;
}
a.text-pastel-pistachio:hover, a.text-pastel-pistachio:focus {
  color: rgb(178.2063636364, 232.4136363636, 230.155) !important;
}

.text-pastel-darkblue {
  color: rgb(138.52, 145.28, 182.2) !important;
}
a.text-pastel-darkblue:hover, a.text-pastel-darkblue:focus {
  color: rgb(93.9307692308, 102.6529120879, 150.2892307692) !important;
}

.font-georgia {
  font-family: Georgia, "Merriweather", Arial;
}

.font-merriweather {
  font-family: "Merriweather", Georgia;
}

.font-size-xs {
  font-size: 0.6rem !important;
}

.font-size-sm {
  font-size: 0.7rem !important;
}

.font-size-normal {
  font-size: 0.8rem !important;
}

.font-size-lg {
  font-size: 1rem !important;
}

.text-uppercase {
  letter-spacing: 0.8px;
}

.line-height-lg {
  line-height: 1.6;
}

.letter-spacing-lg {
  letter-spacing: 2px;
}

.letter-spacing-xl {
  letter-spacing: 5px;
}

.letter-spacing-xxl {
  letter-spacing: 10px;
}

.text-line-through {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-bg-clip {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: #fff;
}

.text-uppercase-bold-sm {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  font-size: 0.7rem !important;
}

.text-uppercase-xs {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 0.6rem !important;
}

.flip-x {
  transform: scaleX(-1);
}

.flip-y {
  transform: scaleY(-1);
}

.rotate--90-deg {
  transform: rotate(-90deg);
  transform-origin: center left;
}

.img-skew {
  perspective: 1550px;
  transform-style: preserve-3d;
}

.img-skew-right {
  perspective-origin: center;
}
.img-skew-right .img-skew-pic {
  transform: rotateY(15deg) rotateX(5deg) rotateZ(-5deg);
  backface-visibility: hidden;
}

.img-skew-left {
  perspective-origin: left center;
}
.img-skew-left .img-skew-pic {
  transform: rotateY(-22deg) rotateX(6deg) rotateZ(5deg);
  backface-visibility: hidden;
}

.card-skew-left {
  transform: perspective(3000px) rotateY(-15deg) rotateX(4deg) rotate(2deg);
}

.card-skew-right {
  transform: perspective(3000px) rotateY(14deg) rotate(-2deg);
}

.translate-y-1 {
  transform: translateY(1px);
}

.translate-y--1 {
  transform: translateY(-1px);
}

.translate-y-2 {
  transform: translateY(2px);
}

.translate-y--2 {
  transform: translateY(-2px);
}

.translate-y-3 {
  transform: translateY(3px);
}

.translate-y--3 {
  transform: translateY(-3px);
}

.translate-y-4 {
  transform: translateY(4px);
}

.translate-y--4 {
  transform: translateY(-4px);
}

.translate-y-5 {
  transform: translateY(5px);
}

.translate-y--5 {
  transform: translateY(-5px);
}

.translate-y-6 {
  transform: translateY(6px);
}

.translate-y--6 {
  transform: translateY(-6px);
}

.translate-y-7 {
  transform: translateY(7px);
}

.translate-y--7 {
  transform: translateY(-7px);
}

.translate-y-8 {
  transform: translateY(8px);
}

.translate-y--8 {
  transform: translateY(-8px);
}

.translate-y-9 {
  transform: translateY(9px);
}

.translate-y--9 {
  transform: translateY(-9px);
}

.translate-y-10 {
  transform: translateY(10px);
}

.translate-y--10 {
  transform: translateY(-10px);
}

.collapse-icon {
  transition: transform 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapse-icon {
    transition: none;
  }
}

[aria-expanded=true] .collapse-icon {
  transform: rotate(180deg);
}

.zindex-2 {
  z-index: 2;
}

.zindex-1 {
  z-index: 1;
}

.zindex-0 {
  z-index: 0;
}

.zindex--1 {
  z-index: -1;
}

.zindex--2 {
  z-index: -2;
}

.avatar {
  display: inline-block;
  width: 2.85rem;
  height: 2.85rem;
  font-size: 1rem;
}
.avatar + .avatar {
  margin-left: 0.2rem;
}

.avatar-group {
  display: inline-flex;
}
.avatar-group .avatar + .avatar {
  margin-left: -1.05rem;
}
.avatar-group .avatar + .avatar .avatar-image,
.avatar-group .avatar + .avatar .avatar-letters {
  border: 2px solid #fff;
}
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.45rem;
}
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.2rem;
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.7rem;
}
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.6rem;
}

.avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-letters {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.avatar-xl {
  width: 5.5rem;
  height: 5.5rem;
  font-size: 1.85rem;
}

.avatar-lg {
  width: 4.15rem;
  height: 4.15rem;
  font-size: 1.35rem;
}

.avatar-sm {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 0.8rem;
}

.avatar-xs {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.6rem;
}

.badge-pastel-primary {
  color: #0070FF;
  background-color: rgb(224.4, 237.84, 255);
}
a.badge-pastel-primary:hover, a.badge-pastel-primary:focus {
  color: #0070FF;
  background-color: rgb(183.6, 214.96, 255);
}
a.badge-pastel-primary:focus, a.badge-pastel-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
}

.badge-pastel-secondary {
  color: #7184ad;
  background-color: rgb(237.96, 240.24, 245.16);
}
a.badge-pastel-secondary:hover, a.badge-pastel-secondary:focus {
  color: #7184ad;
  background-color: rgb(215.24, 220.56, 232.04);
}
a.badge-pastel-secondary:focus, a.badge-pastel-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.5);
}

.badge-pastel-success {
  color: #34bd91;
  background-color: rgb(230.64, 247.08, 241.8);
}
a.badge-pastel-success:hover, a.badge-pastel-success:focus {
  color: #34bd91;
  background-color: rgb(198.16, 236.52, 224.2);
}
a.badge-pastel-success:focus, a.badge-pastel-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.5);
}

.badge-pastel-info {
  color: #18b7ff;
  background-color: rgb(227.28, 246.36, 255);
}
a.badge-pastel-info:hover, a.badge-pastel-info:focus {
  color: #18b7ff;
  background-color: rgb(190.32, 234.84, 255);
}
a.badge-pastel-info:focus, a.badge-pastel-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 183, 255, 0.5);
}

.badge-pastel-warning {
  color: #fdc724;
  background-color: rgb(254.76, 248.28, 228.72);
}
a.badge-pastel-warning:hover, a.badge-pastel-warning:focus {
  color: #fdc724;
  background-color: rgb(254.44, 239.32, 193.68);
}
a.badge-pastel-warning:focus, a.badge-pastel-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 199, 36, 0.5);
}

.badge-pastel-danger {
  color: #F93D3D;
  background-color: rgb(254.28, 231.72, 231.72);
}
a.badge-pastel-danger:hover, a.badge-pastel-danger:focus {
  color: #F93D3D;
  background-color: rgb(253.32, 200.68, 200.68);
}
a.badge-pastel-danger:focus, a.badge-pastel-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.5);
}

.badge-pastel-light {
  color: #f6f9fc;
  background-color: rgb(253.92, 254.28, 254.64);
}
a.badge-pastel-light:hover, a.badge-pastel-light:focus {
  color: #f6f9fc;
  background-color: rgb(252.48, 253.32, 254.16);
}
a.badge-pastel-light:focus, a.badge-pastel-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 249, 252, 0.5);
}

.badge-pastel-dark {
  color: #173E67;
  background-color: rgb(227.16, 231.84, 236.76);
}
a.badge-pastel-dark:hover, a.badge-pastel-dark:focus {
  color: #173E67;
  background-color: rgb(190.04, 200.96, 212.44);
}
a.badge-pastel-dark:focus, a.badge-pastel-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 62, 103, 0.5);
}

.badge-pastel-purple {
  color: #6672e8;
  background-color: rgb(236.64, 238.08, 252.24);
}
a.badge-pastel-purple:hover, a.badge-pastel-purple:focus {
  color: #6672e8;
  background-color: rgb(212.16, 215.52, 248.56);
}
a.badge-pastel-purple:focus, a.badge-pastel-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 114, 232, 0.5);
}

.badge-pastel-sky {
  color: #e9f4ff;
  background-color: rgb(252.36, 253.68, 255);
}
a.badge-pastel-sky:hover, a.badge-pastel-sky:focus {
  color: #e9f4ff;
  background-color: rgb(248.84, 251.92, 255);
}
a.badge-pastel-sky:focus, a.badge-pastel-sky.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 255, 0.5);
}

.badge-pastel-pistachio {
  color: #ddf5f4;
  background-color: rgb(250.92, 253.8, 253.68);
}
a.badge-pastel-pistachio:hover, a.badge-pastel-pistachio:focus {
  color: #ddf5f4;
  background-color: rgb(245.48, 252.2, 251.92);
}
a.badge-pastel-pistachio:focus, a.badge-pastel-pistachio.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 245, 244, 0.5);
}

.badge-pastel-darkblue {
  color: #1f2c73;
  background-color: rgb(228.12, 229.68, 238.2);
}
a.badge-pastel-darkblue:hover, a.badge-pastel-darkblue:focus {
  color: #1f2c73;
  background-color: rgb(192.28, 195.92, 215.8);
}
a.badge-pastel-darkblue:focus, a.badge-pastel-darkblue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 44, 115, 0.5);
}

.badge-lg {
  padding: 0.7rem 1.1rem;
  font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.65em;
  content: "\f054";
  align-self: center;
}

.btn-pastel-primary {
  color: #0070FF;
  background-color: rgb(183.6, 214.96, 255);
}
.btn-pastel-primary:hover {
  color: #0070FF;
  background-color: rgb(163.2, 203.52, 255);
}
.btn-pastel-primary:focus, .btn-pastel-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
}
.btn-pastel-primary.disabled, .btn-pastel-primary:disabled {
  color: #212529;
  background-color: rgb(183.6, 214.96, 255);
}
.btn-pastel-primary:not(:disabled):not(.disabled):active, .btn-pastel-primary:not(:disabled):not(.disabled).active, .show > .btn-pastel-primary.dropdown-toggle {
  color: #0070FF;
  background-color: rgb(163.2, 203.52, 255);
}
.btn-pastel-primary:not(:disabled):not(.disabled):active:focus, .btn-pastel-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
}

.btn-pastel-secondary {
  color: #7184ad;
  background-color: rgb(215.24, 220.56, 232.04);
}
.btn-pastel-secondary:hover {
  color: #7184ad;
  background-color: rgb(203.88, 210.72, 225.48);
}
.btn-pastel-secondary:focus, .btn-pastel-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.25);
}
.btn-pastel-secondary.disabled, .btn-pastel-secondary:disabled {
  color: #212529;
  background-color: rgb(215.24, 220.56, 232.04);
}
.btn-pastel-secondary:not(:disabled):not(.disabled):active, .btn-pastel-secondary:not(:disabled):not(.disabled).active, .show > .btn-pastel-secondary.dropdown-toggle {
  color: #7184ad;
  background-color: rgb(203.88, 210.72, 225.48);
}
.btn-pastel-secondary:not(:disabled):not(.disabled):active:focus, .btn-pastel-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.25);
}

.btn-pastel-success {
  color: #34bd91;
  background-color: rgb(198.16, 236.52, 224.2);
}
.btn-pastel-success:hover {
  color: #34bd91;
  background-color: rgb(181.92, 231.24, 215.4);
}
.btn-pastel-success:focus, .btn-pastel-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.25);
}
.btn-pastel-success.disabled, .btn-pastel-success:disabled {
  color: #212529;
  background-color: rgb(198.16, 236.52, 224.2);
}
.btn-pastel-success:not(:disabled):not(.disabled):active, .btn-pastel-success:not(:disabled):not(.disabled).active, .show > .btn-pastel-success.dropdown-toggle {
  color: #34bd91;
  background-color: rgb(181.92, 231.24, 215.4);
}
.btn-pastel-success:not(:disabled):not(.disabled):active:focus, .btn-pastel-success:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 189, 145, 0.25);
}

.btn-pastel-info {
  color: #18b7ff;
  background-color: rgb(190.32, 234.84, 255);
}
.btn-pastel-info:hover {
  color: #18b7ff;
  background-color: rgb(171.84, 229.08, 255);
}
.btn-pastel-info:focus, .btn-pastel-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 183, 255, 0.25);
}
.btn-pastel-info.disabled, .btn-pastel-info:disabled {
  color: #212529;
  background-color: rgb(190.32, 234.84, 255);
}
.btn-pastel-info:not(:disabled):not(.disabled):active, .btn-pastel-info:not(:disabled):not(.disabled).active, .show > .btn-pastel-info.dropdown-toggle {
  color: #18b7ff;
  background-color: rgb(171.84, 229.08, 255);
}
.btn-pastel-info:not(:disabled):not(.disabled):active:focus, .btn-pastel-info:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 183, 255, 0.25);
}

.btn-pastel-warning {
  color: #fdc724;
  background-color: rgb(254.44, 239.32, 193.68);
}
.btn-pastel-warning:hover {
  color: #fdc724;
  background-color: rgb(254.28, 234.84, 176.16);
}
.btn-pastel-warning:focus, .btn-pastel-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 199, 36, 0.25);
}
.btn-pastel-warning.disabled, .btn-pastel-warning:disabled {
  color: #212529;
  background-color: rgb(254.44, 239.32, 193.68);
}
.btn-pastel-warning:not(:disabled):not(.disabled):active, .btn-pastel-warning:not(:disabled):not(.disabled).active, .show > .btn-pastel-warning.dropdown-toggle {
  color: #fdc724;
  background-color: rgb(254.28, 234.84, 176.16);
}
.btn-pastel-warning:not(:disabled):not(.disabled):active:focus, .btn-pastel-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 199, 36, 0.25);
}

.btn-pastel-danger {
  color: #F93D3D;
  background-color: rgb(253.32, 200.68, 200.68);
}
.btn-pastel-danger:hover {
  color: #F93D3D;
  background-color: rgb(252.84, 185.16, 185.16);
}
.btn-pastel-danger:focus, .btn-pastel-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.25);
}
.btn-pastel-danger.disabled, .btn-pastel-danger:disabled {
  color: #212529;
  background-color: rgb(253.32, 200.68, 200.68);
}
.btn-pastel-danger:not(:disabled):not(.disabled):active, .btn-pastel-danger:not(:disabled):not(.disabled).active, .show > .btn-pastel-danger.dropdown-toggle {
  color: #F93D3D;
  background-color: rgb(252.84, 185.16, 185.16);
}
.btn-pastel-danger:not(:disabled):not(.disabled):active:focus, .btn-pastel-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 61, 61, 0.25);
}

.btn-pastel-light {
  color: #f6f9fc;
  background-color: rgb(252.48, 253.32, 254.16);
}
.btn-pastel-light:hover {
  color: #f6f9fc;
  background-color: rgb(251.76, 252.84, 253.92);
}
.btn-pastel-light:focus, .btn-pastel-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 249, 252, 0.25);
}
.btn-pastel-light.disabled, .btn-pastel-light:disabled {
  color: #212529;
  background-color: rgb(252.48, 253.32, 254.16);
}
.btn-pastel-light:not(:disabled):not(.disabled):active, .btn-pastel-light:not(:disabled):not(.disabled).active, .show > .btn-pastel-light.dropdown-toggle {
  color: #f6f9fc;
  background-color: rgb(251.76, 252.84, 253.92);
}
.btn-pastel-light:not(:disabled):not(.disabled):active:focus, .btn-pastel-light:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 249, 252, 0.25);
}

.btn-pastel-dark {
  color: #173E67;
  background-color: rgb(190.04, 200.96, 212.44);
}
.btn-pastel-dark:hover {
  color: #173E67;
  background-color: rgb(171.48, 185.52, 200.28);
}
.btn-pastel-dark:focus, .btn-pastel-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 62, 103, 0.25);
}
.btn-pastel-dark.disabled, .btn-pastel-dark:disabled {
  color: #212529;
  background-color: rgb(190.04, 200.96, 212.44);
}
.btn-pastel-dark:not(:disabled):not(.disabled):active, .btn-pastel-dark:not(:disabled):not(.disabled).active, .show > .btn-pastel-dark.dropdown-toggle {
  color: #173E67;
  background-color: rgb(171.48, 185.52, 200.28);
}
.btn-pastel-dark:not(:disabled):not(.disabled):active:focus, .btn-pastel-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 62, 103, 0.25);
}

.btn-pastel-purple {
  color: #6672e8;
  background-color: rgb(212.16, 215.52, 248.56);
}
.btn-pastel-purple:hover {
  color: #6672e8;
  background-color: rgb(199.92, 204.24, 246.72);
}
.btn-pastel-purple:focus, .btn-pastel-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 114, 232, 0.25);
}
.btn-pastel-purple.disabled, .btn-pastel-purple:disabled {
  color: #212529;
  background-color: rgb(212.16, 215.52, 248.56);
}
.btn-pastel-purple:not(:disabled):not(.disabled):active, .btn-pastel-purple:not(:disabled):not(.disabled).active, .show > .btn-pastel-purple.dropdown-toggle {
  color: #6672e8;
  background-color: rgb(199.92, 204.24, 246.72);
}
.btn-pastel-purple:not(:disabled):not(.disabled):active:focus, .btn-pastel-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 114, 232, 0.25);
}

.btn-pastel-sky {
  color: #e9f4ff;
  background-color: rgb(248.84, 251.92, 255);
}
.btn-pastel-sky:hover {
  color: #e9f4ff;
  background-color: rgb(247.08, 251.04, 255);
}
.btn-pastel-sky:focus, .btn-pastel-sky.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 255, 0.25);
}
.btn-pastel-sky.disabled, .btn-pastel-sky:disabled {
  color: #212529;
  background-color: rgb(248.84, 251.92, 255);
}
.btn-pastel-sky:not(:disabled):not(.disabled):active, .btn-pastel-sky:not(:disabled):not(.disabled).active, .show > .btn-pastel-sky.dropdown-toggle {
  color: #e9f4ff;
  background-color: rgb(247.08, 251.04, 255);
}
.btn-pastel-sky:not(:disabled):not(.disabled):active:focus, .btn-pastel-sky:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-sky.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 244, 255, 0.25);
}

.btn-pastel-pistachio {
  color: #ddf5f4;
  background-color: rgb(245.48, 252.2, 251.92);
}
.btn-pastel-pistachio:hover {
  color: #ddf5f4;
  background-color: rgb(242.76, 251.4, 251.04);
}
.btn-pastel-pistachio:focus, .btn-pastel-pistachio.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 245, 244, 0.25);
}
.btn-pastel-pistachio.disabled, .btn-pastel-pistachio:disabled {
  color: #212529;
  background-color: rgb(245.48, 252.2, 251.92);
}
.btn-pastel-pistachio:not(:disabled):not(.disabled):active, .btn-pastel-pistachio:not(:disabled):not(.disabled).active, .show > .btn-pastel-pistachio.dropdown-toggle {
  color: #ddf5f4;
  background-color: rgb(242.76, 251.4, 251.04);
}
.btn-pastel-pistachio:not(:disabled):not(.disabled):active:focus, .btn-pastel-pistachio:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-pistachio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 245, 244, 0.25);
}

.btn-pastel-darkblue {
  color: #1f2c73;
  background-color: rgb(192.28, 195.92, 215.8);
}
.btn-pastel-darkblue:hover {
  color: #1f2c73;
  background-color: rgb(174.36, 179.04, 204.6);
}
.btn-pastel-darkblue:focus, .btn-pastel-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 44, 115, 0.25);
}
.btn-pastel-darkblue.disabled, .btn-pastel-darkblue:disabled {
  color: #212529;
  background-color: rgb(192.28, 195.92, 215.8);
}
.btn-pastel-darkblue:not(:disabled):not(.disabled):active, .btn-pastel-darkblue:not(:disabled):not(.disabled).active, .show > .btn-pastel-darkblue.dropdown-toggle {
  color: #1f2c73;
  background-color: rgb(174.36, 179.04, 204.6);
}
.btn-pastel-darkblue:not(:disabled):not(.disabled):active:focus, .btn-pastel-darkblue:not(:disabled):not(.disabled).active:focus, .show > .btn-pastel-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 44, 115, 0.25);
}

.btn-white {
  color: #1f2c73;
  border-color: #fff;
  background-color: #fff;
}
.btn-white:hover {
  color: #1f2c73;
}
.btn-white:focus, .btn-white.focus {
  background-color: #f6f9fc;
  border-color: #f6f9fc;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1f2c73;
  background-color: #f6f9fc;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.card-footer-btn {
  display: flex;
  align-items: center;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.card-bottom-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1.75rem 1.5rem;
}

.video-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.25rem;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.275);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-switch .custom-control-label::before {
  top: 0.15rem;
  height: 1.39rem;
  border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
  top: 0.35rem;
  left: -2.8rem;
  background-color: #fff;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.12rem);
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: 0;
  left: -1.6rem;
}

.dropdown-submenu .dropdown-toggle:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 8px;
  color: #757886;
}
@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    border-color: #fbfbfb;
  }
  .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    left: 98%;
    top: -2px;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.3rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
  border: none;
  position: relative;
  top: 2px;
}

.navbar .dropdown-toggle::after,
.dropdown-submenu .dropdown-toggle::after {
  display: none;
}

.footer {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.footer-header {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.footer-link {
  font-size: 0.875rem;
  display: block;
}

.footer-text {
  font-size: 0.7rem;
}

.footer-light .footer-header {
  color: #173E67;
}
.footer-light .footer-link {
  color: #1f2c73;
}
.footer-light .footer-social-icon {
  background-color: #173E67;
  color: #f6f9fc;
}
.footer-light .footer-text {
  color: rgba(23, 62, 103, 0.8);
}
.footer-light .footer-brand {
  color: #173E67;
}

.footer-dark .footer-header {
  color: #18b7ff;
}
.footer-dark .footer-link {
  color: #e9f4ff;
}
.footer-dark .footer-social-icon {
  background-color: #e9f4ff;
  color: #173E67;
}
.footer-dark .footer-text {
  color: rgba(233, 244, 255, 0.6);
}
.footer-dark .footer-brand {
  color: #e9f4ff;
}

.form-control-bottom {
  border: 0;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #ced4da;
}

.navbar {
  z-index: 1034;
  transition: background-color 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transform: translateY(10px);
    transition: all 0.25s;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar .dropdown .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown.show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1034;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    margin-top: 0;
    box-shadow: 0 1.5rem 3rem rgba(75, 78, 88, 0.175);
  }
}

.navbar-ecommerce {
  position: relative;
  z-index: 1035;
}

.navbar-light.bg-transparent.navbar-toggled {
  background-color: #fff !important;
}

.navbar-dark.bg-transparent.navbar-toggled {
  background-color: #212529 !important;
}

.iconav {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1036;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .iconav {
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .iconav.iconav-left {
    left: 0;
  }
  .iconav.iconav-right {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .iconav {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.iconav .iconav-brand {
  display: block;
  padding: 1.75rem 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .iconav .iconav-slider {
    flex: 1 1 auto;
  }
}
@media (max-width: 991.98px) {
  .iconav .iconav-slider {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.iconav .iconav-nav {
  flex-wrap: nowrap;
  height: 100%;
}
@media (min-width: 992px) {
  .iconav .iconav-nav {
    flex-direction: column;
  }
}
.iconav .nav-link {
  text-align: center;
  transition: background-color 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .iconav .nav-link {
    transition: none;
  }
}
.iconav .nav-link-label {
  font-size: 0.9rem;
  display: block;
  margin-top: 0.5rem;
}

.iconav-light {
  background-color: #fff;
  border: 1px solid #eee;
}
.iconav-light .iconav-brand {
  background-color: #f3f4f7;
}
@media (min-width: 992px) {
  .iconav-light .nav-item + .nav-item .nav-link {
    border-top: 1px solid #eee;
  }
}
.iconav-light .nav-link {
  color: #1f2c73;
}
.iconav-light .nav-link:hover, .iconav-light .nav-link:focus {
  background-color: #f8f9fa;
}
.iconav-light .nav-link.active {
  background-color: #f4f4f7;
}

.iconav-dark {
  background-color: #30343e;
  border: none;
}
.iconav-dark .iconav-brand {
  background-color: #0f1013;
}
@media (min-width: 992px) {
  .iconav-dark .nav-item + .nav-item .nav-link {
    border-top: 1px solid #212225;
  }
}
.iconav-dark .nav-link {
  color: #e9ecef;
}
.iconav-dark .nav-link:hover, .iconav-dark .nav-link:focus {
  background-color: rgb(36.8727272727, 39.9454545455, 47.6272727273);
}
.iconav-dark .nav-link.active {
  background-color: #20232b;
  color: #fff;
}

.schedule-date {
  line-height: 38px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.schedule-date:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 110%;
  margin: auto;
  bottom: -20px;
  left: -5px;
  right: 0;
  background: #dee2e6;
}
@media (max-width: 575.98px) {
  .schedule-date:after {
    width: 100%;
  }
}

.schedule-event {
  padding-top: 1.75rem;
  width: 100%;
  display: flex;
}

.schedule-time {
  display: inline-block;
  width: 40%;
  position: relative;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.schedule-time:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1.75rem;
  width: 1px;
  height: 230%;
  background: #dee2e6;
}
.schedule-time:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #6672e8;
  background: #f6f9fc;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 7px;
  right: -5px;
}

.schedule-title {
  width: 60%;
  display: inline-block;
  padding-left: 2rem;
}

.statcard {
  border-radius: 0.25rem;
  padding: 1.5rem 1.5rem;
}

.statcard-value {
  display: flex;
  align-items: center;
}

.statcard-change {
  font-size: 0.8rem;
  margin-left: 0.75rem;
}
.statcard-change:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.statcard-change.statcard-change-positive {
  color: #34bd91;
}
.statcard-change.statcard-change-positive:after {
  border-top: 0;
  border-bottom: 5px solid;
}
.statcard-change.statcard-change-negative {
  color: #F93D3D;
}
.statcard-change.statcard-change-negative:after {
  border-bottom: 0;
  border-top: 5px solid;
}

.statcard-label {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #98A2BF;
}

.statcard-primary {
  background: #0070FF;
  color: #fff;
}
.statcard-primary .statcard-label,
.statcard-primary .statcard-change {
  color: #fff !important;
}

.statcard-secondary {
  background: #7184ad;
  color: #fff;
}
.statcard-secondary .statcard-label,
.statcard-secondary .statcard-change {
  color: #fff !important;
}

.statcard-success {
  background: #34bd91;
  color: #fff;
}
.statcard-success .statcard-label,
.statcard-success .statcard-change {
  color: #fff !important;
}

.statcard-info {
  background: #18b7ff;
  color: #fff;
}
.statcard-info .statcard-label,
.statcard-info .statcard-change {
  color: #fff !important;
}

.statcard-warning {
  background: #fdc724;
  color: #212529;
}
.statcard-warning .statcard-label,
.statcard-warning .statcard-change {
  color: #212529 !important;
}

.statcard-danger {
  background: #F93D3D;
  color: #fff;
}
.statcard-danger .statcard-label,
.statcard-danger .statcard-change {
  color: #fff !important;
}

.statcard-light {
  background: #f6f9fc;
  color: #212529;
}
.statcard-light .statcard-label,
.statcard-light .statcard-change {
  color: #212529 !important;
}

.statcard-dark {
  background: #173E67;
  color: #fff;
}
.statcard-dark .statcard-label,
.statcard-dark .statcard-change {
  color: #fff !important;
}

.statcard-purple {
  background: #6672e8;
  color: #fff;
}
.statcard-purple .statcard-label,
.statcard-purple .statcard-change {
  color: #fff !important;
}

.statcard-sky {
  background: #e9f4ff;
  color: #212529;
}
.statcard-sky .statcard-label,
.statcard-sky .statcard-change {
  color: #212529 !important;
}

.statcard-pistachio {
  background: #ddf5f4;
  color: #212529;
}
.statcard-pistachio .statcard-label,
.statcard-pistachio .statcard-change {
  color: #212529 !important;
}

.statcard-darkblue {
  background: #1f2c73;
  color: #fff;
}
.statcard-darkblue .statcard-label,
.statcard-darkblue .statcard-change {
  color: #fff !important;
}

.switch-prices {
  position: relative;
  height: 70px;
}
@media (min-width: 768px) {
  .switch-prices {
    height: 85px;
  }
}

.switch-price {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .switch-price {
    transition: none;
  }
}
.switch-price.switch-price-active {
  opacity: 1;
  transform: translateY(0px) !important;
}
.switch-price.switch-price-monthly {
  transform: translateY(25px);
}
.switch-price.switch-price-yearly {
  transform: translateY(-25px);
}

.table thead th {
  border-top: 0;
  border-bottom-width: 1px;
}

.timeline {
  position: relative;
}
.timeline::after {
  display: block;
  clear: both;
  content: "";
}
.timeline:before {
  content: "";
  position: absolute;
  background: #e4e9f1;
  width: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.timeline-post {
  position: relative;
  float: left;
  width: 50%;
}
@media (max-width: 767.98px) {
  .timeline-post {
    width: 100%;
  }
}
.timeline-post:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 4px;
  background: #e4e9f1;
  right: 0;
  top: 61px;
}
@media (max-width: 767.98px) {
  .timeline-post:before {
    display: none;
  }
}
.timeline-post:nth-child(2n) {
  float: right;
}
.timeline-post:nth-child(2n):before {
  right: inherit;
  left: 0;
}
.timeline-post:nth-child(2n) .timeline-post-marker {
  right: inherit;
  left: -8px;
}
@media (min-width: 768px) {
  .timeline-post:nth-child(2n) .timeline-post-content {
    float: right;
  }
}
.timeline-post + .timeline-post {
  margin-top: 5rem;
}

.timeline-post-content {
  position: relative;
}
@media (min-width: 768px) {
  .timeline-post-content {
    width: 85%;
  }
}

.timeline-post-marker {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 25px;
  background: #e4e9f1;
  top: 55px;
  border: 3px solid rgb(248.1512195122, 249.4195121951, 251.4487804878);
  right: -8px;
}
@media (max-width: 767.98px) {
  .timeline-post-marker {
    display: none;
  }
}

@media (min-width: 992px) {
  .docs-sidebar {
    height: 100vh;
    position: fixed;
    overflow: auto;
  }
}

.docs-sidebar-left {
  left: 0;
}

.docs-sidebar-right {
  right: 0;
}

.docs-iconav {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .docs-iconav {
    display: inline-block;
  }
}

code {
  font-size: 80%;
}

.page_content_wrap {
  padding-left: 230px;
  padding-top: 65px;
  padding-right: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}
.page_content_wrap .container {
  padding-right: 0;
  padding-left: 0;
}

.notification_bar {
  position: relative;
  padding-left: 230px;
  padding-right: 20px;
  top: 55px;
  transition: all 0.3s ease;
}

.exitfullscreen {
  float: right;
  border-radius: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 22px;
  display: none;
  border: 0;
  position: absolute;
  right: 0;
}

.img_h_20 {
  max-height: 20px;
}

.img_h_30 {
  max-height: 30px;
}

.img_h_40 {
  max-height: 40px;
}

.img_h_50 {
  max-height: 50px;
}

.img_h_60 {
  max-height: 60px;
}

.img_h_70 {
  max-height: 70px;
}

.img_h_80 {
  max-height: 80px;
}

.full_or span {
  top: 0.5rem !important;
}

.actions .btn {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
}

.alert-dismissible .close {
  opacity: 1 !important;
  text-shadow: none;
  color: #fff !important;
  outline: none !important;
}

.loadmore_btn {
  text-align: center;
  padding-top: 20px;
}

.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #0053A0;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-load {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}

.btn-load:hover,
.btn-load:active,
.btn-load:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}

.btn-load:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  animation: ld 1s ease-in-out infinite;
  z-index: 1;
}

.btn-lg.btn-load:before, .btn-group-lg > .btn-load.btn:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}

.btn-sm.btn-load:before, .btn-group-sm > .btn-load.btn:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}

.btn-xs.btn-load:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}

.btn-warning.btn-load, .btn-light.btn-load, .btn-sky.btn-load, .btn-pistachio.btn-load, .btn-link.btn-load,
.bg-warning.btn-load, .bg-light.btn-load, .bg-sky.btn-load, .bg-pistachio.btn-load, .bg-link.btn-load {
  color: transparent !important;
}
.btn-warning.btn-load:before, .btn-light.btn-load:before, .btn-sky.btn-load:before, .btn-pistachio.btn-load:before, .btn-link.btn-load:before,
.bg-warning.btn-load:before, .bg-light.btn-load:before, .bg-sky.btn-load:before, .bg-pistachio.btn-load:before, .bg-link.btn-load:before {
  border-left-color: #0070FF;
  border-right-color: #0070FF;
}
.btn-warning.btn-load:hover, .btn-light.btn-load:hover, .btn-sky.btn-load:hover, .btn-pistachio.btn-load:hover, .btn-link.btn-load:hover,
.bg-warning.btn-load:hover, .bg-light.btn-load:hover, .bg-sky.btn-load:hover, .bg-pistachio.btn-load:hover, .bg-link.btn-load:hover {
  color: transparent !important;
}

.is-invalid {
  border-color: #F93D3D !important;
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@media screen and (max-width: 1025px) {
  .page_content_wrap {
    padding-left: 80px;
  }
  .img_h_60 {
    max-height: 40px;
  }
  .listing_table .actions {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .img_h_60 {
    max-height: 30px;
  }
  .container, .container-sm {
    max-width: 100%;
  }
}
select, .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fcfdfd url("../images/select-chevron.svg") 96% center no-repeat;
  background-size: 10px !important;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-input {
  z-index: 9;
}

.custom-switch {
  min-height: 1.7rem;
}
.custom-switch .custom-control-label {
  padding-top: 4px;
  padding-left: 6px;
}
.custom-switch .custom-control-label::before {
  background-color: #7184ad;
  color: #98A2BF;
  content: "OFF";
  width: 3rem;
  height: 1.6rem;
  text-align: right;
  padding: 6px 6px;
  font-size: 0.6rem;
  top: 0;
}
.custom-switch .custom-control-label::after {
  top: 0.26rem;
  left: -2.7rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 1.05rem;
  height: 1.05rem;
}
.custom-switch .custom-control-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 3rem;
  height: 1.6rem;
  opacity: 0;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  content: "ON";
  text-align: left;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.45rem);
}
.custom-switch.switch-yes_no .custom-control-label::before {
  content: "NO";
}
.custom-switch.switch-yes_no .custom-control-input:checked ~ .custom-control-label::before {
  content: "YES";
  text-align: left;
}
.custom-switch.switch-check .custom-control-label::before {
  content: "\f00d";
  padding: 1.5px 8px;
  font-size: 0.9rem;
  font-family: "Font Awesome 5 Pro";
}
.custom-switch.switch-check .custom-control-input:checked ~ .custom-control-label::before {
  content: "\f00c";
  text-align: left;
}

.radio_btn .btn {
  padding: 0;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 3px;
  position: relative;
}
.radio_btn .btn input[type=radio] {
  position: absolute;
  clip: auto;
  pointer-events: all;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.radio_btn .btn:active, .radio_btn .btn:hover {
  color: #0070FF !important;
  background-color: transparent !important;
  border-color: #0070FF !important;
}
.radio_btn .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.radio_btn .btn.active {
  background-color: #0070FF !important;
  border-color: #0070FF !important;
}
.radio_btn .btn.active:active, .radio_btn .btn.active:hover {
  color: #fff !important;
}
.radio_btn .btn.active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.radio_btn .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.radio_btn .btn.focus:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}

.checkbox_btn .btn {
  padding: 0;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 3px;
  position: relative;
}
.checkbox_btn .btn input[type=checkbox] {
  position: absolute;
  clip: auto;
  pointer-events: all;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.checkbox_btn .btn:active, .checkbox_btn .btn:hover {
  color: #0070FF !important;
  background-color: transparent !important;
  border-color: #0070FF !important;
}
.checkbox_btn .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.checkbox_btn .btn.active {
  background-color: #0070FF !important;
  border-color: #0070FF !important;
}
.checkbox_btn .btn.active:active, .checkbox_btn .btn.active:hover {
  color: #fff !important;
}
.checkbox_btn .btn.active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.checkbox_btn .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.checkbox_btn .btn.focus:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}

.form-control {
  box-shadow: none;
}

body div .dataTables_wrapper div.dataTables_processing span {
  position: fixed;
  top: 50%;
  left: 44%;
  width: 15%;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  padding: 0;
  background-color: #0070ff;
  height: 47px;
  z-index: 9;
  color: #fff;
  font-size: 19px;
  line-height: 50px;
  border-radius: 50px;
}

.custom-radio-img label {
  animation-duration: 1s;
}
.custom-radio-img .btn {
  padding: 0;
  min-width: 40px;
  text-align: center;
  margin-right: 3px;
  position: relative;
  display: block;
  border-radius: 5px;
  color: #173E67 !important;
  background-color: #F6F9FC !important;
  border-color: #BEC8D4 !important;
  border: 3px solid transparent;
}
.custom-radio-img .btn .check {
  width: 23px;
  height: 23px;
  position: absolute;
  line-height: 20px;
  right: 3px;
  top: 5px;
  border: 1px solid #e4e2e2;
  background-color: #fff !important;
}
.custom-radio-img .btn .check > i {
  font-size: 11px;
  opacity: 0;
}
.custom-radio-img .btn input[type=radio]:checked + .check {
  background-color: #0070FF !important;
  color: #fff;
}
.custom-radio-img .btn input[type=radio]:checked + .check > i {
  opacity: 1;
}
.custom-radio-img .btn input[type=radio] {
  position: absolute;
  clip: auto;
  pointer-events: all;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-radio-img .btn:active, .custom-radio-img .btn:hover {
  color: #0070FF !important;
  background-color: #fff !important;
  border-color: #0070FF !important;
}
.custom-radio-img .btn:focus {
  box-shadow: unset !important;
}
.custom-radio-img .btn.active {
  border-color: #0070FF !important;
  color: #0070FF !important;
  animation-name: bounce;
  -moz-animation-name: bounce;
}
.custom-radio-img .btn.active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.custom-radio-img .btn.active .check {
  background-color: #0070FF !important;
  color: #fff;
}
.custom-radio-img .btn.active .check > i {
  opacity: 1;
}
.custom-radio-img .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}
.custom-radio-img .btn.focus:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.26) !important;
}

.upload_imgage .upload_imgage_box {
  border: 1px dashed rgba(0, 112, 255, 0.5);
  position: relative;
}
.upload_imgage .upload_imgage_box input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.upload_imgage .upload_imgage_files {
  padding-top: 15px;
}
.upload_imgage .upload_imgage_files ul {
  margin: 0;
  padding: 0;
}
.upload_imgage .upload_imgage_files ul li {
  list-style: none;
  padding: 10px 100px 10px 20px;
  position: relative;
}
.upload_imgage .upload_imgage_files ul li > i {
  position: absolute;
  left: 0;
  top: 13px;
}
.upload_imgage .upload_imgage_files ul li span {
  position: absolute;
  right: 0;
  top: 7px;
}
.upload_imgage .upload_imgage_files ul li span small {
  margin-right: 10px;
}
.upload_imgage .upload_imgage_files ul li span .btn {
  font-size: 0.6rem;
  padding: 0.3rem 0.5rem;
}
.upload_imgage .upload_imgage_progress {
  padding-top: 15px;
  position: relative;
}
.upload_imgage .upload_imgage_progress .upload_imgage_progress_box {
  padding: 8px 10px;
  height: 34px;
  position: relative;
  z-index: 2;
}
.upload_imgage .upload_imgage_progress .upload_imgage_progress_box .spinner-border {
  margin-right: 4px;
}
.upload_imgage .upload_imgage_progress .upload_imgage_progress_bg {
  position: absolute;
  left: 0;
  height: 34px;
  z-index: 1;
  transition: all 0.3s ease;
}

@media screen and (max-width: 680px) {
  .upload_imgage .upload_imgage_box {
    padding: 2rem 1.5rem !important;
  }
}
.croppie_cover {
  position: relative;
}
.croppie_cover .croppie_cover_image_upload {
  position: relative;
  z-index: 9;
  width: 320px;
  margin-top: 20px;
  display: none;
}
.croppie_cover .croppie_cover_image_upload_close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 9;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
}
.croppie_cover.croppie_cover_ready .croppie_cover_image_upload {
  display: block;
}

.swal2-title {
  color: #173E67 !important;
  font-size: 1.2rem !important;
  margin: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
}

.swal2-content {
  font-weight: 500 !important;
  font-size: 0.8rem !important;
  color: #173E67 !important;
}

.swal2-styled {
  box-shadow: none !important;
  font-weight: 400 !important;
  padding: 0.4rem 1.2rem !important;
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  min-width: 100px !important;
}

.swal2-icon {
  margin: 1.25em auto 0.575em;
}

.swal2-popup {
  width: 340px !important;
}

.swal2-close {
  outline: none !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #34bd91 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #34bd91 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #f93d3d !important;
}

.swal2-icon.swal2-error {
  border-color: #f93d3d !important;
}

.swal2-icon.swal2-warning {
  border-color: #fdc724 !important;
  color: #fdc724 !important;
}

.swal2-icon.swal2-warning::before {
  height: 120% !important;
}

.swal2-icon.swal2-info {
  border-color: #18b7ff !important;
  color: #18b7ff !important;
}

.swal2-icon.swal2-info::before {
  height: 120% !important;
}

.internet_connection.swal2-popup {
  padding: 15px 15px 15px 135px;
}
.internet_connection.swal2-popup .swal2-icon {
  position: absolute;
  left: 20px;
  top: 11px;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
}
.internet_connection.swal2-popup .swal2-icon.swal2-success {
  border-color: #34bd91;
}
.internet_connection.swal2-popup .swal2-header {
  align-items: self-end;
}
.internet_connection.swal2-popup .swal2-actions {
  justify-content: flex-end;
  margin: 0;
}

html body .swal2-container.swal2-shown {
  background-color: rgba(23, 62, 103, 0.5) !important;
}
html body .swal2-actions {
  direction: rtl;
}
html body .swal2-styled.swal2-confirm {
  background-color: #0070FF !important;
  border: 1px solid #0070FF !important;
}
html body .swal2-styled.swal2-confirm:hover {
  background-color: #005fd9 !important;
  border: 1px solid #005fd9 !important;
}
html body .swal2-styled.swal2-cancel {
  background-color: transparent;
  color: #7184ad !important;
  border: 1px solid #7184ad !important;
}
html body .swal2-styled.swal2-cancel:hover {
  background-color: #7184ad !important;
  color: #fff !important;
}

.select2-container {
  display: block;
}

.select2-container .selection {
  outline: none !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: 34px;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 34px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.select2-dropdown {
  border: 1px solid #ced4da;
}

.select2-results__option {
  padding: 3px 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #DDF5F4 !important;
  color: #0070FF !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #7184ad;
  border: 1px solid #7184ad;
  margin-left: 2px;
  margin-top: 3px;
  color: #fff;
  padding: 2px 3px;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent !important;
  color: #fff !important;
  border-right: 0;
}

/* page loader */
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  z-index: 9999;
  opacity: 0.5;
}

.preloader_wrap {
  /* 	background-color: #fff; */
  max-width: 480px;
  position: absolute;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 60vh;
  height: 100%;
}

.preloader_wrap .loader {
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid #ffffff;
}

.preloader_content {
  text-align: center;
  width: 100%;
  height: 130px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.preloader_content h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
}

.header {
  padding-left: 230px;
  z-index: 99;
  transition: all 0.3s ease;
}

.header_wrap {
  z-index: 99;
}

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

.header_store_name_wrap {
  position: relative;
  padding: 4px 0;
}
.header_store_name_wrap .header_store_name {
  border-right: 1px solid;
  padding-right: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
}
.header_store_name_wrap .header_store_name .avatar {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
}
.header_store_name_wrap .header_store_name .select2-container {
  min-width: 180px;
}
.header_store_name_wrap .header_store_name .select2-container--default .select2-selection--single {
  border-radius: 0 4px 4px 0;
}
.header_store_name_wrap .header_store_select {
  padding: 8px 10px;
  cursor: pointer;
}
.header_store_name_wrap .header_store_select i {
  color: #0070FF;
  padding-right: 3px;
}

.header_nav ul {
  margin: 0;
  padding: 0;
}
.header_nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.header_nav ul li {
  float: left;
  list-style: none;
  position: relative;
}
.header_nav ul li > a {
  display: block;
  width: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid;
  position: relative;
  color: #7184ad;
}
.header_nav ul li > a .badge {
  position: absolute;
  font-size: 8px;
  padding: 0;
  right: 0;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 100%;
  line-height: 16px;
}
.header_nav ul li .dropdown .dropdown-toggle {
  border-left: 1px solid;
  padding: 7px 10px;
  cursor: pointer;
  border-bottom: 0px solid;
  border-right: 0px;
  color: #7184ad;
  width: 100%;
  display: inline-block;
  height: 44px;
}
.header_nav ul li .dropdown .dropdown-toggle:focus {
  outline: none;
}
.header_nav ul li .dropdown .dropdown-item {
  border-bottom: 1px solid;
}
.header_nav ul li .dropdown .dropdown-item i {
  padding-right: 3px;
}
.header_nav ul li > label {
  display: block;
  width: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid;
  position: relative;
  color: #7184ad;
  margin: 0;
}
.header_nav ul li > label input[type=checkbox] {
  position: absolute;
  clip: auto;
  pointer-events: all;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.header_nav ul li > label .fa-moon {
  font-weight: 100;
}
.header_nav ul li.notifcation {
  width: 50px;
  text-align: center;
}
.header_nav ul li.notifcation .dropdown .dropdown-menu {
  width: 300px;
  top: 6px !important;
  left: -50px !important;
}
.header_nav ul li.notifcation .dropdown .dropdown-menu .notification_wrapper .notification_list .notification-item {
  float: none;
  position: relative;
  padding: 16px 16px;
  border-bottom: 1px solid;
}
.header_nav ul li.notifcation .dropdown .dropdown-menu .notification_wrapper .notification_list .notification-item .notification_content {
  padding-left: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #a3a6b2;
}
.header_nav ul li.notifcation .dropdown .dropdown-menu .notification_wrapper .notification_list .notification-item .notification_avatar {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_nav ul li.notifcation .dropdown .dropdown-menu .notification_wrapper .notification_list .notification-item:hover {
  background-color: #eff3f6;
}
.header_nav ul li.notifcation .dropdown i {
  font-size: 16px;
}
.header_nav ul li.notifcation .dropdown .badge {
  position: absolute;
  font-size: 7px;
  padding: 0;
  right: 12px;
  top: 8px;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 100%;
  line-height: 17px;
}
.header_nav ul li.notifcation .dropdown .dropdown-toggle::after {
  display: none;
}
.header_nav ul li.notifcation a {
  width: 100%;
  line-height: unset;
  text-align: unset;
  font-size: 14px;
  border-left: none;
  text-decoration: none;
}
.header_nav .select_store {
  display: none;
}
.header_nav .set_connection {
  animation: set_connection 1s infinite;
}
.header_nav .set_connection.no_connection {
  animation: no_connection 1s infinite;
}

.skin_dark .header_nav ul li.notifcation .dropdown .dropdown-menu .notification_wrapper .notification_list .notification-item {
  border-color: #364164;
}
.skin_dark .header_nav ul li.notifcation .dropdown .dropdown-menu .notification_wrapper .notification_list .notification-item:hover {
  background-color: #252d48;
}
.skin_dark .notification_toast .toast {
  background-color: rgb(12, 17, 40);
}
.skin_dark .notification_toast .toast .toast-header {
  background-color: rgb(12, 17, 40);
}

.toast .toast-header {
  padding: 1rem 1rem;
}
.toast .toast-body {
  padding: 0.75rem 1rem 1rem;
}

@keyframes set_connection {
  0% {
    color: #7184ad;
  }
  100% {
    color: #34bd91;
  }
}
@keyframes no_connection {
  0% {
    color: #7184ad;
  }
  100% {
    color: #F93D3D;
  }
}
@media screen and (max-width: 1025px) {
  .header {
    padding-left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .header_nav_wrap {
    position: relative;
  }
  .header_nav_wrap .header_store_name_wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 44px;
    background-color: #fff;
    padding: 6px 20px 6px 80px;
    border-top: 1px solid #e9ecef;
    display: none !important;
  }
  .header_nav_wrap .header_store_select {
    display: none;
  }
  .header_nav_wrap .header_store_name {
    border-right: 0;
    padding-right: 0;
  }
  .header_nav_wrap .header_store_name .select2-container {
    min-width: 200px !important;
  }
  .header_nav .select_store {
    display: block;
  }
  .show_select_store .header_nav_wrap .header_store_name_wrap {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .header_nav ul li > a {
    width: 42px;
  }
}
.sidebar_menu_wrap {
  width: 210px;
  left: 0;
  top: 0;
  padding-top: 0;
  z-index: 999;
  transition: all 0.3s ease;
  background-color: #0C1128;
}

.logo {
  left: 0;
  padding: 10px 15px;
}
.logo .logo_full {
  width: 135px;
}
.logo .logo_full a img {
  max-height: 35px;
}
.logo .sibebar_toggle {
  position: absolute;
  width: 36px;
  height: 44px;
  text-align: center;
  line-height: 55px;
  right: 0px;
  top: 0;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  background-color: #0C1128;
  color: #98A2BF;
}
.logo .sibebar_toggle input[type=checkbox] {
  position: absolute;
  clip: auto;
  pointer-events: all;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.logo .logo_icons {
  display: none;
}

.sidebar_menu {
  z-index: 9;
  margin-top: 10px;
}
.sidebar_menu > ul {
  margin: 0;
  padding: 0;
}
.sidebar_menu > ul > li {
  position: relative;
  list-style: none;
}
.sidebar_menu > ul > li > a {
  color: #98A2BF;
  border-left: 3px solid;
  border-color: #0C1128;
  padding: 2px 10px;
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.sidebar_menu > ul > li > a span {
  position: relative;
  top: 0px;
}
.sidebar_menu > ul > li > a i {
  color: #98A2BF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.sidebar_menu > ul > li > a[data-toggle=collapse]:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f077";
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 12px;
}
.sidebar_menu > ul > li > a[data-toggle=collapse].collapsed:after {
  content: "\f078";
}
.sidebar_menu > ul > li > a:hover {
  background-color: #0C1128;
  color: #0070FF;
}
.sidebar_menu > ul > li > a:hover i {
  color: #0070FF;
}
.sidebar_menu > ul > li > a.active {
  background-color: #0C1128;
  border-color: #0070FF;
  color: #0070FF;
}
.sidebar_menu > ul > li > a.active i {
  color: #0070FF;
  font-weight: bold;
}
.sidebar_menu > ul > li > ul {
  margin: 0;
  padding: 0;
}
.sidebar_menu > ul > li > ul li {
  list-style: none;
}
.sidebar_menu > ul > li > ul li a {
  color: #98A2BF;
  padding: 4px 20px 4px 46px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}
.sidebar_menu > ul > li > ul li a.active {
  background-color: #0C1128;
  color: #0070FF;
}
.sidebar_menu > ul > li > ul li a:hover {
  background-color: #0C1128;
  color: #0070FF;
}

@media screen and (max-width: 1024px) {
  .invite_friend {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .small_sibebar .invite_friend {
    display: block !important;
    padding: 0 !important;
    bottom: 60px !important;
  }
  .small_sibebar .invite_friend a {
    display: none !important;
  }
  .small_sibebar .invite_friend .font-size-normal {
    display: none;
  }
  .sidebar_menu_wrap {
    min-height: 100% !important;
    height: 100% !important;
  }
}
.lottery_modal .modal-header {
  padding: 2rem 2rem 1rem 2rem;
}
.lottery_modal .modal-header .close {
  padding: 5px 10px 4px 10px;
  outline: none;
  border: 1px solid #ccc;
}
.lottery_modal .modal-body {
  padding: 0rem 2rem;
}
.lottery_modal .modal-footer {
  padding: 0.75rem 2rem 1.5rem 2rem;
  justify-content: center;
}
.lottery_modal .modal-footer .btn {
  min-width: 100px;
}

.listing_table_popup .dataTables_wrapper .dataTables_length label {
  padding-left: 0;
}
.listing_table_popup .dataTables_wrapper .dataTables_filter label {
  padding-right: 0;
}
.listing_table_popup .dataTables_wrapper .dataTables_info {
  padding-left: 0 !important;
}
.listing_table_popup .dataTables_wrapper .dataTables_paginate {
  padding-right: 0;
}
.listing_table_popup .listing_table td, .listing_table_popup .listing_table th {
  padding: 0.7rem 0.8rem;
}

@media screen and (max-width: 991px) {
  .modal {
    width: 90%;
    height: 90%;
    top: 30px;
    right: 0;
    margin: 0 auto;
    padding-right: 0;
  }
  .modal-dialog {
    max-width: 100%;
    margin: 0;
    border: 0;
    left: -100%;
    transition: all 0.2s ease !important;
    transform: none !important;
  }
  .modal-footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 2.75rem 2rem 2.5rem 2rem !important;
    background-color: #e9f4ff;
    z-index: 9999999;
  }
  .modal-footer .btn {
    min-width: 200px !important;
    padding: 1.1rem 1.1rem !important;
    font-size: 16px;
  }
  .modal.show .modal-dialog {
    left: 0;
  }
  .confirm_multiple_packs .modal-dialog .modal-content .modal-body p {
    text-align: left;
  }
  .confirm_multiple_packs .table-inner-box {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length label {
  margin: 0;
  padding: 15px 20px;
}
.dataTables_wrapper .dataTables_length label select {
  padding: 8px 14px;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 40px;
  margin: 0 5px;
  height: 34px;
  min-width: 100px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
}
.dataTables_wrapper .dataTables_filter label {
  margin: 0;
  padding: 15px 20px;
}
.dataTables_wrapper .dataTables_filter label input {
  padding: 8px 14px;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 40px;
  margin: 0 0 0 5px;
  height: 34px;
}
.dataTables_wrapper .dataTables_info {
  float: left;
  padding: 15px 20px !important;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding: 15px 20px;
}
.dataTables_wrapper .dataTables_paginate a {
  display: inline-block;
  border: 1px solid #dee2e6;
  padding: 5px 12px;
  outline: none;
  cursor: pointer;
  color: #0070FF;
  border-right: 0;
  min-width: 32px;
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate a.previous {
  border-radius: 5px 0 0 5px;
}
.dataTables_wrapper .dataTables_paginate a.next {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate a:hover {
  background-color: #e9f4ff;
}
.dataTables_wrapper .dataTables_paginate a.current {
  color: #fff;
  background-color: #0070FF;
  border: 1px solid #0070FF;
  pointer-events: none;
}
.dataTables_wrapper .dataTables_paginate a.disabled {
  pointer-events: none;
  color: #7184ad;
}
.dataTables_wrapper .dt-buttons {
  position: absolute;
  right: 270px;
  top: 15px;
}
.dataTables_wrapper .dt-buttons .dt-button {
  background-image: none;
  color: #7184ad;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #ced4da;
  padding: 0.4rem 1.1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTables_wrapper .dt-buttons .dt-button:hover {
  color: #7184ad;
}
.dataTables_wrapper .dt-buttons .dt-button:active:focus, .dataTables_wrapper .dt-buttons .dt-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 132, 173, 0.25);
}

.listing_table tfoot {
  background-color: #e9f4ff;
}
.listing_table thead {
  background-color: #e9f4ff;
}
.listing_table thead th {
  outline: none;
  font-weight: 500;
  border: 0;
}
.listing_table thead th .form-control {
  border-radius: 40px;
  max-width: 90px;
  height: 29px;
  font-size: 0.6rem;
}
.listing_table th {
  padding: 1rem 0.6rem;
  vertical-align: middle;
  border-top: 0;
  color: #173E67;
}
.listing_table td {
  padding: 0.4rem 0.6rem;
  vertical-align: middle;
  border-top: 0;
  color: #7184ad;
  outline: none;
}
.listing_table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.listing_table tbody tr:nth-of-type(even) {
  background-color: #f6f9fc;
}
.listing_table tr:hover .status span {
  opacity: 0;
}
.listing_table tr:hover .status .custom-control {
  opacity: 1;
}
.listing_table tr:hover .actions {
  opacity: 1;
  filter: none;
}
.listing_table .actions .btn-pastel-danger {
  background-color: #fff;
}
.listing_table .actions .btn-pastel-danger:hover {
  background-color: #fdc9c9;
}
.listing_table .actions .btn-pastel-primary {
  background-color: #fff;
}
.listing_table .actions .btn-pastel-primary:hover {
  background-color: #a3ccff;
}
.listing_table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td.dtr-control {
  padding-left: 40px;
}
.listing_table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th.dtr-control {
  padding-left: 40px;
}
.listing_table .custom-switch {
  display: inline-block;
}
.listing_table .dtr-data {
  display: inline-block;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  bottom: 1.3em;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
  visibility: hidden;
}
table.dataTable thead th:hover.sorting:before, table.dataTable thead th:hover.sorting:after {
  visibility: visible;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th.dtr-control:before {
  top: 50%;
  left: 7px;
  height: 20px;
  width: 20px;
  margin-top: -12px;
  display: block;
  position: absolute;
  color: white;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 20px;
  content: "+";
  background-color: #0070ff;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 100px;
  font-weight: 500;
  color: #173E67;
}

.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 20px;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ccc;
}

.border-switch .border-switch-control-input {
  display: none;
}

.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator:after {
  left: 14px;
  background-color: #4466f2;
}

.border-switch .border-switch-control-indicator:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}

.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: #4466f2;
}

.status {
  position: relative;
}
.status span {
  opacity: 0;
}
.status .custom-control {
  opacity: 1;
}

.listing_table_search thead th {
  padding: 1rem 0.8rem 0.5rem 0.8rem;
}
.listing_table_search thead tr:nth-of-type(even) th {
  padding: 0rem 0.8rem 1rem 0.8rem;
}

.listing_table_search_first_hide thead tr:nth-of-type(even) th:first-child input {
  display: none;
}

.listing_table_without_image td {
  padding: 1rem 0.8rem;
}

.dataTables_empty {
  color: #F93D3D;
}

table.fixedHeader-floating {
  margin-top: 44px !important;
  transition: all 0.3s ease;
}

html body.small_sibebar .lottery_listing_table.fixedHeader-floating {
  left: 65px !important;
  width: calc(100% - 85px) !important;
}

@media screen and (max-width: 1025px) {
  .lottery_listing_table {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
  }
  .lottery_listing_table tbody tr td .lottery_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
  }
  .status span {
    opacity: 0;
  }
  .status .custom-control {
    opacity: 1;
  }
  .dataTables_wrapper .dt-buttons {
    padding: 15px 20px;
    position: relative;
    right: 0;
    top: 0;
    float: left;
  }
  .dataTables_wrapper .dt-buttons {
    position: absolute;
    padding: 0px 4px;
    top: -34px;
    z-index: 9;
    right: 10px;
  }
  .dataTables_wrapper .dt-buttons span i {
    font-size: 14px;
    margin-right: 5px;
  }
  table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 16px !important;
  }
  table.dataTable thead > tr > th.sorting_desc {
    padding-right: 8px !important;
  }
  table.dataTable thead > tr > th.sorting_asc:before {
    display: none;
  }
  table.dataTable thead > tr > th.sorting_asc:after {
    display: none;
  }
  .lottery_listing_table tr td .form-control {
    padding: 0 5px 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .listing_table thead tr:nth-child(2) {
    display: none;
  }
  .dataTables_wrapper .dt-buttons {
    position: absolute;
    padding: 0px 4px;
    right: 10px;
    top: -34px;
    float: left;
    z-index: 9;
  }
  .dataTables_wrapper .dt-buttons span {
    font-size: 0;
  }
  .dataTables_wrapper .dt-buttons span i {
    font-size: 14px;
  }
  .lottery_listing_table {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 680px) {
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left !important;
  }
  .dataTables_wrapper .dataTables_filter label {
    padding: 10px 10px 10px 10px;
  }
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: left !important;
  }
  .dataTables_wrapper .dataTables_length label {
    padding: 10px 10px 0px 10px;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    padding: 0 10px 15px 10px;
    clear: both;
  }
  .dataTables_wrapper .dt-buttons {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .dataTables_wrapper .dt-buttons .dt-button {
    width: 49%;
    margin-bottom: 5px;
  }
}
.profile_sidebar {
  position: sticky;
  top: 65px;
}
.profile_sidebar .actions .btn i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media only screen and (max-width: 690px) {
  .horizontal_style .add_table_head {
    padding: 0px !important;
  }
  .add_table_head .add_table_input .form-control {
    font-size: 13px !important;
  }
  .add_table_body {
    position: unset;
    padding: 4px !important;
    padding-right: 4px !important;
  }
  .add_table_input .form-control {
    font-size: 11px !important;
    padding: 14px 10px !important;
    line-height: 1 !important;
  }
  .add_table_body .btn-light.sadu_col {
    display: inline-block !important;
    text-align: center !important;
    margin: 5px 0px !important;
    transform: rotate(0deg) !important;
    transform-origin: left center;
    position: unset !important;
    width: 48% !important;
  }
  .horizontal_style {
    padding: 0px !important;
  }
  .add_table_logo_icon {
    padding: 0px !important;
    padding-top: 35px !important;
  }
  .horizontal_style .add_table_wrap_clone {
    margin: 0px 0px !important;
  }
  .add_table_body .sadu_row_delete {
    left: -1px !important;
  }
  .add_table_body .sadu_col_delete {
    right: 0px !important;
    top: -2px !important;
    left: 28px !important;
  }
  #sadu_Table {
    width: 100%;
    overflow-x: auto;
    display: block;
    white-space: nowrap; /* Prevents table elements from wrapping */
  }
  .sadu_Table {
    width: 100%;
  }
  .sadu_Table th, .sadu_Table td {
    min-width: 115px; /* Ensures that columns have a minimum width */
    text-align: left;
    padding: 8px;
    height: 50px !important;
  }
  .sadu_Table img {
    max-width: 100%;
    height: 100% !important;
  }
  .sadu_Table .add_table_input {
    white-space: nowrap; /* Prevents input elements from wrapping */
  }
  .sadu_Table .actions_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .table_body_img {
    cursor: pointer;
  }
  .sadu_col_delete, .sadu_row_delete {
    cursor: pointer;
  }
  .dragHandle {
    cursor: move;
  }
  .ui-sortable-handle {
    cursor: move;
  }
  .btn.btn-light.btn-lg.btn-block, .btn-group-lg > .btn.btn-light.btn-block {
    padding: 5px 10px;
    font-size: 0.875rem;
    width: auto;
    display: inline-block;
  }
  #sadu_row, #sadu_col {
    width: 48%; /* Set width to fit them side by side, adjust as needed */
    margin-right: 2%; /* Add space between them */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
  }
  #sadu_col {
    margin-right: 0; /* Remove right margin from the second button */
  }
  .add_table_body .btn-light.sadu_col {
    min-width: 0px !important;
  }
  .save_btn_div .d-block {
    display: inline-flex !important;
  }
}
@media only screen and (max-width: 690px) {
  .croppie-container .cr-slider-wrap {
    width: 40%;
    margin: 0 0 0 8%;
    text-align: center;
  }
  .croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 4% 0 4% 7%;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .clearfix .float-sm-right .btn-primary {
    color: #fff;
    background-color: #0070FF;
    border-color: #0070FF;
    margin: 3px !important;
  }
  div.dataTables_wrapper div.dataTables_info {
    white-space: unset;
  }
  .row .selectDisplayBoxWrap {
    display: flex;
    flex-wrap: nowrap !important;
    margin-right: -15px;
    /* margin-left: -29px; */
  }
  .row .selectThemeBoxWrap {
    display: flex;
    flex-wrap: nowrap !important;
    margin-right: -15px;
    /* margin-left: -29px; */
  }
  .row .selectTemplateBoxWrap {
    display: flex;
    flex-wrap: nowrap !important;
    margin-right: -15px;
    /* margin-left: -29px; */
  }
}
@media (max-width: 430px) {
  .ios-tabs .nav-item {
    flex: 0 0 33.3333%; /* show exactly 3 tabs */
    max-width: 33.3333%;
    text-align: center;
  }
  .ios-tabs .btn {
    width: 100%;
    padding: 6px 6px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.cardPricing .card-body {
  min-height: 265px;
}

.cardPricing .card-icon img {
  height: 60px;
}

.actions_wrap {
  position: relative;
  border: 1px solid transparent;
}
.actions_wrap .actions_btn {
  position: absolute;
  right: 0;
  bottom: -35px;
  display: none;
}
.actions_wrap .actions_btn a, .actions_wrap .actions_btn label {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  background-color: #0070FF;
  color: #fff;
  line-height: 25px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.actions_wrap .actions_btn a input[type=file], .actions_wrap .actions_btn label input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.actions_wrap.active {
  border: 1px solid #0070FF;
}
.actions_wrap.active > .actions_btn {
  display: block;
}

.add_table_input .actions_wrap {
  display: flex;
  align-items: center;
}

.dragHandle {
  height: 22px;
  margin: 0;
  cursor: move;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* 
 * dragtable
 *
 * @Version 2.0.0
 *
 * default css
 *
 */
/*##### the dragtable stuff #####*/
.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}

.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: white;
}

.dragtable-sortable th, .dragtable-sortable td {
  border-left: 0px;
}

.dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
  border-left: 1px solid #CCC;
}

.ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  visibility: visible !important;
  background: #EFEFEF !important;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  opacity: 0;
  visibility: hidden;
}

.add_banner_wrap {
  background-color: #fff;
}

.add_table_head {
  position: relative;
  z-index: 1;
  display: flex;
}
.add_table_head .add_table_flag_icon .flag-icon {
  font-size: 54px;
}
.add_table_head .add_table_input {
  width: 100%;
  position: relative;
  padding: 0;
}
.add_table_head .add_table_input .form-control {
  border: 0;
  padding: 16px 10px 12px 10px;
  font-size: 22px;
  line-height: 1;
  height: auto;
  background-color: transparent;
  font-weight: bold;
  color: #000;
}
.add_table_head .add_table_input .add_input_done {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  background-color: #0070ff;
  color: #fff;
  border-radius: 30px;
  right: 12px;
  top: 17px;
  display: none;
}

.add_table_body {
  position: relative;
  padding: 8px;
  padding-right: 70px;
}
.add_table_body table {
  margin-bottom: 8px;
}
.add_table_body table th {
  padding: 0;
  position: relative;
}
.add_table_body table th .sadu_col_th {
  position: relative;
}
.add_table_body table td {
  padding: 0;
  position: relative;
}
.add_table_body table thead tr:nth-child(1) .add_table_input .form-control {
  text-align: left;
}
.add_table_body table thead tr:nth-child(1) th:nth-child(2) .sadu_col_delete {
  display: none;
}
.add_table_body table tbody tr:nth-child(1) td:nth-child(1) .sadu_row_delete {
  display: none;
}
.add_table_body table tbody tr td:nth-child(1) {
  cursor: move;
}
.add_table_body .sadu_col_delete {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  right: 0;
  top: -13px;
  left: 0;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  color: #ce1127;
  border: 1px solid #ce1127;
}
.add_table_body .sadu_col_delete:hover {
  color: #fff;
  opacity: 1;
  background-color: #ce1127;
}
.add_table_body .sadu_row_delete {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  top: 0;
  left: -11px;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  color: #ce1127;
  border: 1px solid #ce1127;
  bottom: 0;
}
.add_table_body .sadu_row_delete:hover {
  color: #fff;
  opacity: 1;
  background-color: #ce1127;
}
.add_table_body .actions_wrap .actions_btn {
  bottom: -6px;
}
.add_table_body .btn-light {
  background-color: #d9e6f2;
  border-color: #d0e0ef;
}
.add_table_body .btn-light.sadu_col {
  position: absolute;
  right: 10px;
  transform: rotateZ(-90deg);
  width: auto;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: right bottom;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: right bottom;
  -o-transform: rotate(-90deg);
  -o-transform-origin: right bottom;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  min-width: 290px;
  margin: 0;
  top: 0%;
}
.add_table_body .btn-light:hover {
  background-color: #bedefb;
  border-color: #bedefb;
  color: #fff;
}

.add_table_input {
  position: relative;
}
.add_table_input .symbol {
  font-size: 0.9rem !important;
  min-width: 44px;
  padding-left: 0 !important;
  padding-right: 14px !important;
}
.add_table_input .form-control {
  border: 0 !important;
  padding: 16px 10px;
  font-size: 22px;
  line-height: 2;
  height: auto;
  text-align: center;
  background-color: transparent;
  font-weight: bold;
  color: #000;
}
.add_table_input .add_input_done {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  background-color: #0070ff;
  color: #fff;
  border-radius: 30px;
  right: 6px;
  top: 23px;
  display: none;
}

.add_table_logo_icon {
  text-align: center;
  padding: 8px;
  min-height: 100px;
}
.add_table_logo_icon img {
  height: 100%;
  width: auto;
}

.add_single_wrap {
  position: relative;
}
.add_single_wrap .btn-light {
  background-color: #d9e6f2;
  border-color: #d0e0ef;
}
.add_single_wrap .btn-light.add_single_cols {
  position: absolute;
  right: 10px;
  transform: rotateZ(-90deg);
  width: auto;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: right bottom;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: right bottom;
  -o-transform: rotate(-90deg);
  -o-transform-origin: right bottom;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  min-width: 320px;
  margin: 0;
  top: 30px;
}
.add_single_wrap .btn-light:hover {
  background-color: #bedefb;
  border-color: #bedefb;
  color: #fff;
}

.add_single_head {
  padding-bottom: 30px;
  position: relative;
}
.add_single_head > .actions_wrap {
  max-width: 320px;
  margin: 0 auto;
}
.add_single_head .add_table_flag_icon {
  text-align: center;
}
.add_single_head .add_table_flag_icon .flag-icon {
  font-size: 240px;
}

.add_single_body {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem #cacaca !important;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
}
.add_single_body .add_single_col {
  width: 50%;
  padding: 25px;
  border-right: 2px solid #eff3f6;
}
.add_single_body .add_single_col:last-child {
  border-right: 0;
}
.add_single_body .add_single_col h5 {
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
.add_single_body .add_table_logo_icon img {
  max-width: 114px;
  max-height: 25px;
}
.add_single_body .add_table_input .form-control {
  padding: 10px 10px 4px 10px;
  font-size: 2.1vw;
}

.sadu_table_delete {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  right: 0;
  top: -13px;
  left: 0;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  color: #ce1127 !important;
  border: 1px solid #ce1127;
  font-size: 18px;
}
.sadu_table_delete:hover {
  color: #fff !important;
  opacity: 1;
  background-color: #ce1127;
}

.sadu_single_delete {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  right: 0;
  top: -30px;
  left: 0;
  margin: auto;
  z-index: 9;
  cursor: pointer;
  color: #ce1127 !important;
  border: 1px solid #ce1127;
  font-size: 18px;
}
.sadu_single_delete:hover {
  color: #fff !important;
  opacity: 1;
  background-color: #ce1127;
}

.add_table_wrap > div:nth-child(1) .sadu_table_delete {
  display: none;
}

.add_single_content > div:nth-child(1) .sadu_single_delete {
  display: none;
}

.country_select_wrap select.select2-hidden-accessible {
  display: none;
}
.country_select_wrap .select2-hidden-accessible {
  display: block;
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  position: relative !important;
  width: auto !important;
  min-width: auto;
}
.country_select_wrap .select2-container--default .select2-selection--single {
  border: 0 !important;
  border-radius: 0;
  height: auto;
}
.country_select_wrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding-left: 0;
  padding-right: 20px;
}
.country_select_wrap .select2-container .select2-selection--single .select2-selection__rendered span i {
  width: 72px;
  height: 54px;
}
.country_select_wrap .select2-container .select2-selection--single .select2-selection__rendered span span {
  display: none;
}
.country_select_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}

.select2-container--open {
  min-width: 192px;
}
.select2-container--open .select2-dropdown {
  min-width: 192px;
}

.dropzone {
  overflow-y: auto;
  border: 0;
  background: transparent;
}

.dz-photo {
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  border-radius: 12px;
  background: #eae7e2;
}

.dz-drag-hover .dropzone-drag-area {
  border-style: solid;
  border-color: #86b7fe;
}

.dz-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dz-message {
  height: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropzone-drag-area {
  height: 190px;
  position: relative;
  padding: 0 !important;
  border-radius: 10px;
  border: 3px dashed #dbdeea;
}

.was-validated .form-control:valid {
  border-color: #dee2e6 !important;
  background-image: none;
}

.dropzoneWrap {
  padding: 0;
}
.dropzoneWrap .dropzone-drag-area {
  border: 2px dashed #C2D2E4;
  background-color: #F2F8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.dropzoneWrap .dropzone-drag-area label {
  margin: 0;
}
.dropzoneWrap .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzoneWrap .dz-preview .dz-image {
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.uploadArtworklisting {
  border: 1px solid #C2D2E4;
  background-color: #F2F8FF;
  padding: 0 15px 0 55px;
  position: relative;
  margin-bottom: 20px;
}
.uploadArtworklisting .uploadArtworkDragDrop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  padding: 21px 17px;
  cursor: pointer;
}

.previewScreenWrap {
  position: sticky;
  top: 70px;
}

.small_sibebar .header {
  padding-left: 60px;
}
.small_sibebar .logo {
  text-align: center;
  padding: 0;
}
.small_sibebar .logo .logo_full {
  display: none;
}
.small_sibebar .logo .logo_icons {
  display: block;
}
.small_sibebar .logo .logo_icons a img {
  max-height: 49px;
}
.small_sibebar .logo .sibebar_toggle {
  right: -20px;
}
.small_sibebar .page_content_wrap {
  padding-left: 65px;
}
.small_sibebar .sidebar_menu_wrap {
  width: 50px;
}
.small_sibebar .sidebar_menu {
  margin-top: 0px;
}
.small_sibebar .sidebar_menu > ul > li > a {
  text-align: center;
  padding: 0px 10px;
}
.small_sibebar .sidebar_menu > ul > li > a span {
  display: none;
}
.small_sibebar .sidebar_menu > ul > li > a i {
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.small_sibebar .sidebar_menu > ul > li > a[data-toggle=collapse]:after {
  display: none;
}
.small_sibebar .sidebar_menu > ul > li ul {
  position: absolute;
  top: 0;
  padding: 0;
  background-color: #0C1128 !important;
  left: 70px;
  min-width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.small_sibebar .sidebar_menu > ul > li ul li a {
  padding: 5px 16px;
}
.small_sibebar .invite_friend {
  display: none;
}
.small_sibebar .sibebar_toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-color: #252D48 !important;
  border-top: 1px solid;
}
.small_sibebar .sibebar_toggle i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.small_sibebar .notification_bar {
  padding-left: 65px;
}

html:-webkit-full-screen {
  overflow: scroll !important;
}

/* Firefox syntax */
html:-moz-full-screen {
  overflow: scroll !important;
}

/* IE/Edge syntax */
html:-ms-fullscreen {
  overflow: scroll !important;
}

/* Standard syntax */
html:fullscreen {
  overflow: scroll !important;
}

body.fullscreen {
  overflow-y: scroll !important;
}

.fullscreen .header {
  display: none;
}
.fullscreen .sidebar_menu_wrap {
  display: none;
}
.fullscreen .page_content_wrap {
  background-color: #EFF3F6;
  padding-left: 20px;
  padding-top: 30px;
  min-height: 100vh;
}
.fullscreen .theme_sidebar {
  left: 0;
  top: 0;
  height: calc(100vh - 0px);
}
.fullscreen .exitfullscreen {
  display: block;
}

.skin_dark {
  background-color: #252D48 !important;
  color: #98A2BF;
}
.skin_dark .bg-light {
  background-color: #252D48 !important;
}
.skin_dark .page_content_wrap {
  background-color: #252D48 !important;
}
.skin_dark .bg-white {
  background-color: #0C1128 !important;
}
.skin_dark .bg-sky {
  background-color: #19254a !important;
}
.skin_dark .bg-sky:hover {
  background-color: #252D48 !important;
}
.skin_dark .bg-sky:focus {
  background-color: #252D48 !important;
}
.skin_dark .text-dark {
  color: #98A2BF !important;
}
.skin_dark .text-dark:hover {
  color: #98A2BF !important;
}
.skin_dark .text-dark:focus {
  color: #98A2BF !important;
}
.skin_dark .text-secondary {
  color: #b5c2de !important;
}
.skin_dark .border-gray-200 {
  border-color: #192040 !important;
}
.skin_dark .border-gray-300 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.skin_dark .header_nav ul li > a {
  color: #b5c2de;
}
.skin_dark .header_nav ul li > label {
  color: #b5c2de;
}
.skin_dark .header_nav ul li > label.change_theme .fa-moon:before {
  content: "\f185";
  font-weight: 100;
}
.skin_dark .card {
  background-color: #0C1128 !important;
}
.skin_dark .dropdown-menu {
  background-color: #0C1128 !important;
}
.skin_dark .dropdown-item {
  color: #b5c2de;
}
.skin_dark .header.bg-white {
  background-color: #0C1128 !important;
}
.skin_dark .listing_table tfoot,
.skin_dark .listing_table thead {
  background-color: #02040a;
}
.skin_dark .listing_table tbody tr:nth-of-type(odd) {
  background-color: #0C1128;
}
.skin_dark .listing_table tbody tr:nth-of-type(even) {
  background-color: #19254a;
}
.skin_dark .listing_table th {
  color: #b5c2de;
}
.skin_dark .listing_table.dataTable > tbody > tr.child span.dtr-title {
  color: #b5c2de;
}
.skin_dark .listing_table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-color: #192040 !important;
}
.skin_dark .listing_table .actions .btn-pastel-danger {
  background-color: transparent;
}
.skin_dark .listing_table .actions .btn-pastel-danger:hover {
  background-color: #fdc9c9;
}
.skin_dark .listing_table .actions .btn-pastel-primary {
  background-color: transparent;
}
.skin_dark .listing_table .actions .btn-pastel-primary:hover {
  background-color: #a3ccff;
}
.skin_dark .dataTables_wrapper .dataTables_filter label input {
  background-color: #19254a;
  border: 1px solid #50576f;
  color: #98A2BF;
}
.skin_dark .dataTables_wrapper .dataTables_length label select {
  border: 1px solid #50576f;
  color: #98A2BF;
  background: #19254a url(../images/select-chevron-white.svg) 92% center no-repeat;
}
.skin_dark .dataTables_wrapper .dataTables_paginate a {
  border: 1px solid #19254a;
}
.skin_dark .dataTables_wrapper .dataTables_paginate a:hover {
  background-color: #19254a;
}
.skin_dark .dataTables_wrapper .dataTables_paginate a.next {
  border-color: #19254a;
}
.skin_dark .dataTables_wrapper .dt-buttons .dt-button {
  color: #fff !important;
  background-color: #19254a !important;
}
.skin_dark .sales_summery_wrap .sales_summery:after {
  color: rgba(255, 255, 255, 0.1) !important;
  background-color: #0C1128;
}
.skin_dark .form-control {
  background-color: #19254a;
  border: 1px solid #50576f;
  color: #98A2BF;
}
.skin_dark .form-control::-webkit-input-placeholder {
  color: #98A2BF;
}
.skin_dark .form-control::-moz-placeholder {
  color: #98A2BF;
}
.skin_dark .form-control:-ms-input-placeholder {
  color: #98A2BF;
}
.skin_dark .form-control:-moz-placeholder {
  color: #98A2BF;
}
.skin_dark .input-group-text {
  background-color: #19254a;
  border-color: #50576f;
  color: #98A2BF;
}
.skin_dark .btn-pastel-dark {
  color: #fff;
  background-color: #19254a;
}
.skin_dark .btn-outline-secondary {
  border-color: #19254a;
}
.skin_dark .btn-pastel-secondary {
  color: #fff !important;
  background-color: #19254a !important;
}
.skin_dark .calendar_wrap .fc-header-toolbar {
  border-color: #192040 !important;
}
.skin_dark .calendar_wrap .fc-header-toolbar .fc-toolbar-title {
  color: #98A2BF;
}
.skin_dark .calendar_wrap .fc-theme-standard .fc-scrollgrid {
  border-color: #192040 !important;
}
.skin_dark .calendar_wrap .fc-theme-standard th {
  background-color: #19254a;
  color: #b5c2de;
}
.skin_dark .calendar_wrap .fc-theme-standard td {
  border-color: #192040 !important;
}
.skin_dark .calendar_wrap .fc-theme-standard td.fc-daygrid-day.fc-day-today {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.skin_dark .calendar_wrap .fc-theme-standard td.fc-day-disabled {
  background-color: #10152b !important;
}
.skin_dark .calendar_wrap .fc-theme-standard .fc-popover {
  border-color: #192040 !important;
  background: #19254a;
}
.skin_dark .calendar_wrap .fc .fc-button-primary {
  border-color: #192040 !important;
  color: #b5c2de !important;
}
.skin_dark .calendar_wrap .fc .fc-button-primary:hover, .skin_dark .calendar_wrap .fc .fc-button-primary:focus, .skin_dark .calendar_wrap .fc .fc-button-primary.fc-button-active {
  border-color: #0070FF !important;
}
.skin_dark .modal-content {
  background-color: #0C1128;
}
.skin_dark .close {
  color: #fff;
  text-shadow: none;
}
.skin_dark .upload_imgage .bg-pistachio {
  background-color: #19254a !important;
}
.skin_dark .upload_imgage .upload_imgage_box {
  border-color: #50576f !important;
}
.skin_dark .upload_imgage .upload_imgage_box.is-invalid {
  border-color: #F93D3D !important;
}
.skin_dark .custom-range::-webkit-slider-runnable-track {
  background-color: #19254a;
}
.skin_dark .custom-range::-moz-range-track {
  background-color: #19254a;
}
.skin_dark .custom-range::-ms-track {
  background-color: #19254a;
}
.skin_dark .bootstrap-datetimepicker-widget table td, .skin_dark .bootstrap-datetimepicker-widget .bootstrap-datetimepicker-widget table th {
  color: #b5c2de;
}
.skin_dark .bootstrap-datetimepicker-widget table td span:hover {
  background: #19254a;
}
.skin_dark .bootstrap-datetimepicker-widget.dropdown-menu {
  border-color: #50576f !important;
}
.skin_dark .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #50576f !important;
}
.skin_dark .bootstrap-datetimepicker-widget table td.day:hover,
.skin_dark .bootstrap-datetimepicker-widget table td.hour:hover,
.skin_dark .bootstrap-datetimepicker-widget table td.minute:hover,
.skin_dark .bootstrap-datetimepicker-widget table td.second:hover {
  background: #19254a;
}
.skin_dark .theme_sidebar_box {
  background-color: #0C1128;
}
.skin_dark .theme_sidebar_box > a {
  background-color: #0C1128;
}
.skin_dark .theme_sidebar_box > a[data-toggle=collapse].collapsed {
  background-color: #252D48;
  color: #b5c2de;
}
.skin_dark .sp-replacer {
  background-color: #252D48 !important;
  border-color: #192040 !important;
}
.skin_dark .sp-container {
  background: #19254a;
  border-color: #192040 !important;
}
.skin_dark .sp-input {
  color: #fff;
  border-color: #192040 !important;
}
.skin_dark .btn-load {
  color: transparent !important;
}
.skin_dark .btn-warning.btn-load:before, .skin_dark .btn-light.btn-load:before, .skin_dark .btn-sky.btn-load:before, .skin_dark .btn-pistachio.btn-load:before, .skin_dark .btn-link.btn-load:before, .skin_dark .bg-warning.btn-load:before, .skin_dark .bg-light.btn-load:before, .skin_dark .bg-sky.btn-load:before, .skin_dark .bg-pistachio.btn-load:before, .skin_dark .bg-link.btn-load:before {
  border-left-color: #fff;
  border-right-color: #fff;
}
.skin_dark select, .skin_dark .custom-select {
  background: #fcfdfd url("../images/select-chevron-white.svg") 98% center no-repeat;
}
.skin_dark .custom-switch .custom-control-label::before {
  border-color: #50576f;
  background-color: #19254a;
}
.skin_dark .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0070FF;
  background-color: #0070FF;
}
.skin_dark .theme_sidebar {
  scrollbar-width: thin;
  scrollbar-color: #19254a #252D48;
}
.skin_dark .theme_sidebar::-webkit-scrollbar-track {
  background: #252D48;
}
.skin_dark .theme_sidebar::-webkit-scrollbar-thumb {
  background-color: #19254a;
  border-radius: 6px;
  border: 3px solid #252D48;
}
.skin_dark .bg-gray-100 {
  background: #111835 !important;
}
.skin_dark .select2-container--default .select2-selection--single {
  background-color: #19254a;
  border: 1px solid #50576f;
}
.skin_dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #98A2BF;
}
.skin_dark .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #50576f;
  background-color: #0C1128;
  color: #98A2BF;
}
.skin_dark .select2-dropdown {
  border: 1px solid #50576f;
  background-color: #19254a;
}
.skin_dark .select2-container--default .select2-results__option--selected {
  background-color: #0C1128;
  color: #98A2BF;
}
.skin_dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0C1128 !important;
  color: #98A2BF !important;
}
.skin_dark .select2-container--default .select2-selection--multiple, .skin_dark .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #50576f;
  background-color: #19254a;
}
.skin_dark .select2-container--default .select2-search--inline .select2-search__field {
  color: #98A2BF !important;
}
.skin_dark .swal2-popup {
  background: #252D48;
}
.skin_dark .swal2-close {
  opacity: 0.5;
}
.skin_dark .swal2-close:hover {
  opacity: 1;
}
.skin_dark .swal2-title, .skin_dark .swal2-content {
  color: #98A2BF !important;
}
.skin_dark .custom-control-label::before {
  border: 1px solid #50576f;
}
.skin_dark .is-invalid {
  border-color: #F93D3D !important;
}
.skin_dark .tickets_on_screen .tickets_on_screen_box .font-size-lg > i {
  color: #243569;
}
.skin_dark .tickets_on_screen .tickets_on_screen_box .font-size-lg > strong {
  background-color: #19254a;
}
.skin_dark .tickets_on_screen .tickets_on_screen_box:hover .font-size-lg > strong {
  background-color: #252D48;
}
.skin_dark div.dataTables_wrapper div.dataTables_processing:before {
  content: "";
}
.skin_dark .column-filter .dropdow .dropdown-meu {
  background-color: #0C1128;
}
.skin_dark .column-filter .dropdown-divider {
  border-color: #19254a;
}
@media screen and (max-width: 991px) {
  .skin_dark .header_nav_wrap .header_store_name_wrap {
    background-color: #0C1128;
    border-top: 1px solid #0C1128;
  }
}

@media screen and (min-width: 1930) and (max-width: 3200px) {
  body {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    -moz-transform-origin: 0 0;
    cursor: url(../images/cursor/cursor.png), auto !important;
  }
  body input {
    cursor: url(../images/cursor/text.png), auto !important;
  }
  body a, body button, body label, body .btn {
    cursor: url(../images/cursor/clicker.png), auto !important;
  }
  body.login_panel {
    zoom: 0;
    -moz-transform: scale(0);
    -moz-transform-origin: 0 0;
  }
  body.login_panel .login_slider_box {
    zoom: 1.2;
    -moz-transform: scale(1.2);
    -moz-transform-origin: 0 0;
  }
  body.login_panel .login_box {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    -moz-transform-origin: 0 0;
  }
  body.login_panel .login_page_bg {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    -moz-transform-origin: 0 0;
  }
  body.login_panel .register_box {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    -moz-transform-origin: 0 0;
  }
  body.login_panel .register_logo {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    -moz-transform-origin: 0 0;
  }
}
@media screen and (min-width: 3201px) {
  body {
    zoom: 2.4;
    cursor: url(../images/cursor/cursor.png), auto !important;
  }
  body input {
    cursor: url(../images/cursor/text.png), auto !important;
  }
  body a, body button, body label, body .btn {
    cursor: url(../images/cursor/clicker.png), auto !important;
  }
  body.login_panel {
    zoom: 0;
  }
  body.login_panel .login_slider_box {
    zoom: 2;
  }
  body.login_panel .login_box {
    zoom: 2.4;
  }
  body.login_panel .login_page_bg {
    zoom: 2.4;
  }
  body.login_panel .register_box {
    zoom: 2.4;
  }
  body.login_panel .register_logo {
    zoom: 2.4;
  }
}
.login_slider {
  margin: 0 !important;
  height: 100%;
}
.login_slider .slick-list {
  height: 100% !important;
}
.login_slider .slick-list .slick-track {
  height: 100%;
}
.login_slider .slick-list .slick-track .slick-slide {
  position: relative;
}
.login_slider .slick-dots {
  bottom: 35px;
}

.login-box {
  display: flex;
  align-items: center;
}

.login_slider_box {
  justify-content: center;
  width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login_logo {
  position: absolute;
  z-index: 9;
}

.login_box .form-group {
  position: relative;
}
.login_box .form-group .show_input_field {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.login_box .form-group .show_input_field .checkbox_btn .btn {
  height: 34px;
  min-width: 34px;
  line-height: 37px;
  margin-right: 0;
  border: 0;
  box-shadow: none !important;
}

.login_slider_wrap {
  background-color: #0070ff;
}
