@charset "UTF-8";
/*custom.CT  font-size STAR*/
/*custom.CT  font-size END*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0070FF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #FFDCAC;
  --red: #b60000;
  --orange: #EA5F2B;
  --yellow: #FFE600;
  --green: #677E1B;
  --teal: #BDFFB1;
  --cyan: #D9F7FF;
  --white: #fff;
  --gray: #adb5bd;
  --gray-dark: #343a40;
  --gray-300: #eeeeee;
  --gray-400: #ced4da;
  --primary: #0070FF;
  --secondary: #6c757d;
  --success: #677E1B;
  --info: #D9F7FF;
  --warning: #FFE600;
  --danger: #b60000;
  --light: #f8f9fa;
  --dark: #343a40;
  --gray: #adb5bd;
  --gray-300: #eeeeee;
  --white: #fff;
  --orange: #EA5F2B;
  --green: #677E1B;
  --purple: #6f42c1;
  --black: #000;
  --pink: #FFDCAC;
  --blue: #0070FF;
  --teal: #BDFFB1;
  --navbar: #00a43a;
  --breakpoint-xs: 0;
  --breakpoint-pm: 360px;
  --breakpoint-px: 375px;
  --breakpoint-pp: 390px;
  --breakpoint-ps: 414px;
  --breakpoint-sm: 430px;
  --breakpoint-md: 768px;
  --breakpoint-tb: 1024px;
  --breakpoint-nb: 1366px;
  --breakpoint-2xl: 1440px;
  --breakpoint-3xl: 1600px;
  --breakpoint-4xl: 1920px;
  --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 {
  -webkit-box-sizing: border-box;
          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: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0070FF;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004eb3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.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: #fff;
  border: 1px solid #eeeeee;
  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: #FFDCAC;
  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: 700;
}

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,
.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: 430px) {
  .container-sm, .container-ps, .container-pp, .container-px, .container-pm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-ps, .container-pp, .container-px, .container-pm, .container {
    max-width: 720px;
  }
}
.container-4xl, .container-3xl, .container-2xl, .container-nb, .container-tb, .container-md, .container-sm, .container-ps, .container-pp, .container-px, .container-pm, .container {
  max-width: 960px;
}

.container-4xl, .container-3xl, .container-2xl, .container-nb, .container-tb, .container-md, .container-sm, .container-ps, .container-pp, .container-px, .container-pm, .container {
  max-width: 1140px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-4xl,
.col-4xl-auto, .col-4xl-12, .col-4xl-11, .col-4xl-10, .col-4xl-9, .col-4xl-8, .col-4xl-7, .col-4xl-6, .col-4xl-5, .col-4xl-4, .col-4xl-3, .col-4xl-2, .col-4xl-1, .col-3xl,
.col-3xl-auto, .col-3xl-12, .col-3xl-11, .col-3xl-10, .col-3xl-9, .col-3xl-8, .col-3xl-7, .col-3xl-6, .col-3xl-5, .col-3xl-4, .col-3xl-3, .col-3xl-2, .col-3xl-1, .col-2xl,
.col-2xl-auto, .col-2xl-12, .col-2xl-11, .col-2xl-10, .col-2xl-9, .col-2xl-8, .col-2xl-7, .col-2xl-6, .col-2xl-5, .col-2xl-4, .col-2xl-3, .col-2xl-2, .col-2xl-1, .col-nb,
.col-nb-auto, .col-nb-12, .col-nb-11, .col-nb-10, .col-nb-9, .col-nb-8, .col-nb-7, .col-nb-6, .col-nb-5, .col-nb-4, .col-nb-3, .col-nb-2, .col-nb-1, .col-tb,
.col-tb-auto, .col-tb-12, .col-tb-11, .col-tb-10, .col-tb-9, .col-tb-8, .col-tb-7, .col-tb-6, .col-tb-5, .col-tb-4, .col-tb-3, .col-tb-2, .col-tb-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-ps,
.col-ps-auto, .col-ps-12, .col-ps-11, .col-ps-10, .col-ps-9, .col-ps-8, .col-ps-7, .col-ps-6, .col-ps-5, .col-ps-4, .col-ps-3, .col-ps-2, .col-ps-1, .col-pp,
.col-pp-auto, .col-pp-12, .col-pp-11, .col-pp-10, .col-pp-9, .col-pp-8, .col-pp-7, .col-pp-6, .col-pp-5, .col-pp-4, .col-pp-3, .col-pp-2, .col-pp-1, .col-px,
.col-px-auto, .col-px-12, .col-px-11, .col-px-10, .col-px-9, .col-px-8, .col-px-7, .col-px-6, .col-px-5, .col-px-4, .col-px-3, .col-px-2, .col-px-1, .col-pm,
.col-pm-auto, .col-pm-12, .col-pm-11, .col-pm-10, .col-pm-9, .col-pm-8, .col-pm-7, .col-pm-6, .col-pm-5, .col-pm-4, .col-pm-3, .col-pm-2, .col-pm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 360px) {
  .col-pm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-pm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-pm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-pm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-pm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-pm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-pm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-pm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-pm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-pm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-pm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-pm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-pm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-pm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-pm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-pm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-pm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-pm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-pm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-pm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-pm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-pm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-pm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-pm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-pm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-pm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-pm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-pm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-pm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-pm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-pm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-pm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-pm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-pm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-pm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-pm-0 {
    margin-left: 0;
  }
  .offset-pm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-pm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-pm-3 {
    margin-left: 25%;
  }
  .offset-pm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-pm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-pm-6 {
    margin-left: 50%;
  }
  .offset-pm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-pm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-pm-9 {
    margin-left: 75%;
  }
  .offset-pm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-pm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 375px) {
  .col-px {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-px-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-px-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-px-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-px-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-px-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-px-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-px-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-px-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-px-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-px-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-px-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-px-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-px-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-px-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-px-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-px-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-px-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-px-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-px-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-px-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-px-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-px-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-px-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-px-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-px-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-px-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-px-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-px-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-px-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-px-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-px-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-px-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-px-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-px-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-px-0 {
    margin-left: 0;
  }
  .offset-px-1 {
    margin-left: 8.3333333333%;
  }
  .offset-px-2 {
    margin-left: 16.6666666667%;
  }
  .offset-px-3 {
    margin-left: 25%;
  }
  .offset-px-4 {
    margin-left: 33.3333333333%;
  }
  .offset-px-5 {
    margin-left: 41.6666666667%;
  }
  .offset-px-6 {
    margin-left: 50%;
  }
  .offset-px-7 {
    margin-left: 58.3333333333%;
  }
  .offset-px-8 {
    margin-left: 66.6666666667%;
  }
  .offset-px-9 {
    margin-left: 75%;
  }
  .offset-px-10 {
    margin-left: 83.3333333333%;
  }
  .offset-px-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 390px) {
  .col-pp {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-pp-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-pp-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-pp-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-pp-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-pp-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-pp-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-pp-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-pp-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-pp-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-pp-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-pp-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-pp-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-pp-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-pp-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-pp-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-pp-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-pp-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-pp-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-pp-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-pp-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-pp-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-pp-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-pp-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-pp-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-pp-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-pp-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-pp-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-pp-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-pp-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-pp-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-pp-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-pp-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-pp-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-pp-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-pp-0 {
    margin-left: 0;
  }
  .offset-pp-1 {
    margin-left: 8.3333333333%;
  }
  .offset-pp-2 {
    margin-left: 16.6666666667%;
  }
  .offset-pp-3 {
    margin-left: 25%;
  }
  .offset-pp-4 {
    margin-left: 33.3333333333%;
  }
  .offset-pp-5 {
    margin-left: 41.6666666667%;
  }
  .offset-pp-6 {
    margin-left: 50%;
  }
  .offset-pp-7 {
    margin-left: 58.3333333333%;
  }
  .offset-pp-8 {
    margin-left: 66.6666666667%;
  }
  .offset-pp-9 {
    margin-left: 75%;
  }
  .offset-pp-10 {
    margin-left: 83.3333333333%;
  }
  .offset-pp-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 414px) {
  .col-ps {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ps-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ps-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ps-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-ps-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ps-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ps-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ps-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ps-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-ps-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ps-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ps-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-ps-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-ps-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ps-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-ps-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-ps-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ps-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-ps-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-ps-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ps-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ps-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ps-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ps-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ps-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ps-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ps-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ps-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ps-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ps-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ps-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ps-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ps-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ps-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ps-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ps-0 {
    margin-left: 0;
  }
  .offset-ps-1 {
    margin-left: 8.3333333333%;
  }
  .offset-ps-2 {
    margin-left: 16.6666666667%;
  }
  .offset-ps-3 {
    margin-left: 25%;
  }
  .offset-ps-4 {
    margin-left: 33.3333333333%;
  }
  .offset-ps-5 {
    margin-left: 41.6666666667%;
  }
  .offset-ps-6 {
    margin-left: 50%;
  }
  .offset-ps-7 {
    margin-left: 58.3333333333%;
  }
  .offset-ps-8 {
    margin-left: 66.6666666667%;
  }
  .offset-ps-9 {
    margin-left: 75%;
  }
  .offset-ps-10 {
    margin-left: 83.3333333333%;
  }
  .offset-ps-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 430px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-tb {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-tb-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-tb-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-tb-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-tb-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-tb-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-tb-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-tb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-tb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-tb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-tb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-tb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-tb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-tb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-tb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-tb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-tb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tb-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-tb-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-tb-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-tb-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-tb-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-tb-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-tb-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-tb-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-tb-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-tb-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-tb-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-tb-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-tb-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-tb-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-tb-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-tb-0 {
    margin-left: 0;
  }
  .offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .offset-tb-3 {
    margin-left: 25%;
  }
  .offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .offset-tb-6 {
    margin-left: 50%;
  }
  .offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .offset-tb-9 {
    margin-left: 75%;
  }
  .offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-nb {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-nb-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-nb-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-nb-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-nb-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-nb-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-nb-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-nb-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-nb-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-nb-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-nb-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-nb-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-nb-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-nb-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-nb-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-nb-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-nb-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-nb-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-nb-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-nb-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-nb-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-nb-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-nb-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-nb-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-nb-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-nb-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-nb-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-nb-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-nb-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-nb-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-nb-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-nb-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-nb-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-nb-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-nb-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-nb-0 {
    margin-left: 0;
  }
  .offset-nb-1 {
    margin-left: 8.3333333333%;
  }
  .offset-nb-2 {
    margin-left: 16.6666666667%;
  }
  .offset-nb-3 {
    margin-left: 25%;
  }
  .offset-nb-4 {
    margin-left: 33.3333333333%;
  }
  .offset-nb-5 {
    margin-left: 41.6666666667%;
  }
  .offset-nb-6 {
    margin-left: 50%;
  }
  .offset-nb-7 {
    margin-left: 58.3333333333%;
  }
  .offset-nb-8 {
    margin-left: 66.6666666667%;
  }
  .offset-nb-9 {
    margin-left: 75%;
  }
  .offset-nb-10 {
    margin-left: 83.3333333333%;
  }
  .offset-nb-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-2xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-2xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-2xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-2xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-2xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-2xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-2xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-2xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-2xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-2xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-2xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-2xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-2xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-2xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-2xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-2xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-2xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-2xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-2xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-2xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-2xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-2xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-2xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-2xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-2xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-2xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-2xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-2xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-2xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-2xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-2xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-3xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-3xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-3xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-3xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-3xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-3xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-3xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-3xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-3xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-3xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-3xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-3xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-3xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-3xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-3xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-3xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-3xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-3xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-3xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-3xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-3xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-3xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-3xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-3xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-3xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-3xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-3xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-3xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-3xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-3xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-4xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-4xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-4xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-4xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-4xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-4xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-4xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-4xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-4xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-4xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-4xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-4xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-4xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-4xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-4xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-4xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-4xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-4xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-4xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-4xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-4xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-4xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-4xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-4xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-4xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-4xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-4xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-4xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-4xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-4xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-4xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-4xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-4xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-4xl-0 {
    margin-left: 0;
  }
  .offset-4xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-4xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-4xl-3 {
    margin-left: 25%;
  }
  .offset-4xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-4xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-4xl-6 {
    margin-left: 50%;
  }
  .offset-4xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-4xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-4xl-9 {
    margin-left: 75%;
  }
  .offset-4xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-4xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}
.table tbody + tbody {
  border-top: 2px solid #eeeeee;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d7ff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ab5ff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4dbbf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b0bc88;
}

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #e8eaed;
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-gray:hover {
  background-color: #dadde2;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #dadde2;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #fafafa;
}
.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #f6f6f6;
}

.table-hover .table-gray-300:hover {
  background-color: #ededed;
}
.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #ededed;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f9d2c4;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f4ac91;
}

.table-hover .table-orange:hover {
  background-color: #f7c0ad;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #f7c0ad;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #d4dbbf;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #b0bc88;
}

.table-hover .table-green:hover {
  background-color: #c9d2af;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #c9d2af;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d7caee;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b49ddf;
}

.table-hover .table-purple:hover {
  background-color: #c8b7e8;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c8b7e8;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #fff5e8;
}
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #ffedd4;
}

.table-hover .table-pink:hover {
  background-color: #ffeacf;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #ffeacf;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8d7ff;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7ab5ff;
}

.table-hover .table-blue:hover {
  background-color: #9fc9ff;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #9fc9ff;
}

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #edffe9;
}
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #ddffd6;
}

.table-hover .table-teal:hover {
  background-color: #d8ffd0;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #d8ffd0;
}

.table-navbar,
.table-navbar > th,
.table-navbar > td {
  background-color: #b8e6c8;
}
.table-navbar th,
.table-navbar td,
.table-navbar thead th,
.table-navbar tbody + tbody {
  border-color: #7ad099;
}

.table-hover .table-navbar:hover {
  background-color: #a5dfb9;
}
.table-hover .table-navbar:hover > td,
.table-hover .table-navbar:hover > th {
  background-color: #a5dfb9;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #eeeeee;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.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: 359.98px) {
  .table-responsive-pm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-pm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 374.98px) {
  .table-responsive-px {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-px > .table-bordered {
    border: 0;
  }
}
@media (max-width: 389.98px) {
  .table-responsive-pp {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-pp > .table-bordered {
    border: 0;
  }
}
@media (max-width: 413.98px) {
  .table-responsive-ps {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-ps > .table-bordered {
    border: 0;
  }
}
@media (max-width: 429.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: 1023.98px) {
  .table-responsive-tb {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-tb > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-nb {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-nb > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-2xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-2xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-3xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-3xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-4xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-4xl > .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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    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: #80b8ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  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: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(103, 126, 27, 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: #677E1B;
  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='%23677E1B' 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: #677E1B;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 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: #677E1B;
  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='%23677E1B' 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: #677E1B;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #677E1B;
}
.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: #677E1B;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #677E1B;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #89a824;
  background-color: #89a824;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 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: #677E1B;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #677E1B;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #677E1B;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(182, 0, 0, 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: #b60000;
  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='%23b60000' 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='%23b60000' 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: #b60000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 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: #b60000;
  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='%23b60000' 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='%23b60000' 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: #b60000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b60000;
}
.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: #b60000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b60000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e90000;
  background-color: #e90000;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 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: #b60000;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.25);
          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: #005fd9;
  border-color: #005acc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005fd9;
  border-color: #005acc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 133, 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: #005acc;
  border-color: #0054bf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-success:hover {
  color: #fff;
  background-color: #4d5f14;
  border-color: #455412;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #4d5f14;
  border-color: #455412;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #455412;
  border-color: #3c4a10;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #D9F7FF;
  border-color: #D9F7FF;
}
.btn-info:hover {
  color: #212529;
  background-color: #b3efff;
  border-color: #a6ecff;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #b3efff;
  border-color: #a6ecff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 216, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 216, 223, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #D9F7FF;
  border-color: #D9F7FF;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #a6ecff;
  border-color: #99eaff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 216, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 216, 223, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFE600;
  border-color: #FFE600;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9c400;
  border-color: #ccb800;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9c400;
  border-color: #ccb800;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 201, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 201, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFE600;
  border-color: #FFE600;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ccb800;
  border-color: #bfad00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 201, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 201, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b60000;
  border-color: #b60000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #900000;
  border-color: #830000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #900000;
  border-color: #830000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b60000;
  border-color: #b60000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #830000;
  border-color: #760000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-gray:focus, .btn-gray.focus {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

.btn-gray-300 {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-gray-300:hover {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
}
.btn-gray-300:focus, .btn-gray-300.focus {
  color: #212529;
  background-color: #dbdbdb;
  border-color: #d5d5d5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cecece;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #EA5F2B;
  border-color: #EA5F2B;
}
.btn-orange:hover {
  color: #fff;
  background-color: #d94b16;
  border-color: #ce4714;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #d94b16;
  border-color: #ce4714;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 119, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 119, 75, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #EA5F2B;
  border-color: #EA5F2B;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #ce4714;
  border-color: #c24313;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 119, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 119, 75, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-green:hover {
  color: #fff;
  background-color: #4d5f14;
  border-color: #455412;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #4d5f14;
  border-color: #455412;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #455412;
  border-color: #3c4a10;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 145, 61, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e37a6;
  border-color: #59339d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d;
  border-color: #533093;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-pink {
  color: #212529;
  background-color: #FFDCAC;
  border-color: #FFDCAC;
}
.btn-pink:hover {
  color: #212529;
  background-color: #ffcc86;
  border-color: #ffc679;
}
.btn-pink:focus, .btn-pink.focus {
  color: #212529;
  background-color: #ffcc86;
  border-color: #ffc679;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 193, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 193, 152, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #212529;
  background-color: #FFDCAC;
  border-color: #FFDCAC;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #212529;
  background-color: #ffc679;
  border-color: #ffc16c;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 193, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 193, 152, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.btn-blue:hover {
  color: #fff;
  background-color: #005fd9;
  border-color: #005acc;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #005fd9;
  border-color: #005acc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #0070FF;
  border-color: #0070FF;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #005acc;
  border-color: #0054bf;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 133, 255, 0.5);
}

.btn-teal {
  color: #212529;
  background-color: #BDFFB1;
  border-color: #BDFFB1;
}
.btn-teal:hover {
  color: #212529;
  background-color: #9dff8b;
  border-color: #92ff7e;
}
.btn-teal:focus, .btn-teal.focus {
  color: #212529;
  background-color: #9dff8b;
  border-color: #92ff7e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 222, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 222, 157, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  color: #212529;
  background-color: #BDFFB1;
  border-color: #BDFFB1;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: #212529;
  background-color: #92ff7e;
  border-color: #87ff71;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 222, 157, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 222, 157, 0.5);
}

.btn-navbar {
  color: #fff;
  background-color: #00a43a;
  border-color: #00a43a;
}
.btn-navbar:hover {
  color: #fff;
  background-color: #007e2c;
  border-color: #007128;
}
.btn-navbar:focus, .btn-navbar.focus {
  color: #fff;
  background-color: #007e2c;
  border-color: #007128;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 178, 88, 0.5);
}
.btn-navbar.disabled, .btn-navbar:disabled {
  color: #fff;
  background-color: #00a43a;
  border-color: #00a43a;
}
.btn-navbar:not(:disabled):not(.disabled):active, .btn-navbar:not(:disabled):not(.disabled).active, .show > .btn-navbar.dropdown-toggle {
  color: #fff;
  background-color: #007128;
  border-color: #006423;
}
.btn-navbar:not(:disabled):not(.disabled):active:focus, .btn-navbar:not(:disabled):not(.disabled).active:focus, .show > .btn-navbar.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 178, 88, 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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #677E1B;
  border-color: #677E1B;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #677E1B;
  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: #677E1B;
  border-color: #677E1B;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
}

.btn-outline-info {
  color: #D9F7FF;
  border-color: #D9F7FF;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #D9F7FF;
  border-color: #D9F7FF;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 247, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 247, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #D9F7FF;
  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: #212529;
  background-color: #D9F7FF;
  border-color: #D9F7FF;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 247, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 247, 255, 0.5);
}

.btn-outline-warning {
  color: #FFE600;
  border-color: #FFE600;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFE600;
  border-color: #FFE600;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFE600;
  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: #FFE600;
  border-color: #FFE600;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
}

.btn-outline-danger {
  color: #b60000;
  border-color: #b60000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b60000;
  border-color: #b60000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b60000;
  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: #b60000;
  border-color: #b60000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-300 {
  color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-gray-300:hover {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #eeeeee;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

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

.btn-outline-orange {
  color: #EA5F2B;
  border-color: #EA5F2B;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #EA5F2B;
  border-color: #EA5F2B;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 95, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 95, 43, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #EA5F2B;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #EA5F2B;
  border-color: #EA5F2B;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 95, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 95, 43, 0.5);
}

.btn-outline-green {
  color: #677E1B;
  border-color: #677E1B;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #677E1B;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #677E1B;
  border-color: #677E1B;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  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: #6f42c1;
  border-color: #6f42c1;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

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

.btn-outline-pink {
  color: #FFDCAC;
  border-color: #FFDCAC;
}
.btn-outline-pink:hover {
  color: #212529;
  background-color: #FFDCAC;
  border-color: #FFDCAC;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 220, 172, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 220, 172, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #FFDCAC;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #212529;
  background-color: #FFDCAC;
  border-color: #FFDCAC;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 220, 172, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 220, 172, 0.5);
}

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

.btn-outline-teal {
  color: #BDFFB1;
  border-color: #BDFFB1;
}
.btn-outline-teal:hover {
  color: #212529;
  background-color: #BDFFB1;
  border-color: #BDFFB1;
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 255, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 255, 177, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #BDFFB1;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #212529;
  background-color: #BDFFB1;
  border-color: #BDFFB1;
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 255, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 255, 177, 0.5);
}

.btn-outline-navbar {
  color: #00a43a;
  border-color: #00a43a;
}
.btn-outline-navbar:hover {
  color: #fff;
  background-color: #00a43a;
  border-color: #00a43a;
}
.btn-outline-navbar:focus, .btn-outline-navbar.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 58, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 58, 0.5);
}
.btn-outline-navbar.disabled, .btn-outline-navbar:disabled {
  color: #00a43a;
  background-color: transparent;
}
.btn-outline-navbar:not(:disabled):not(.disabled):active, .btn-outline-navbar:not(:disabled):not(.disabled).active, .show > .btn-outline-navbar.dropdown-toggle {
  color: #fff;
  background-color: #00a43a;
  border-color: #00a43a;
}
.btn-outline-navbar:not(:disabled):not(.disabled):active:focus, .btn-outline-navbar:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-navbar.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 58, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 58, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0070FF;
  text-decoration: none;
}
.btn-link:hover {
  color: #004eb3;
  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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}
.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 #eeeeee;
}
.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: #fff;
  border-color: #eeeeee #eeeeee #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.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: 359.98px) {
  .navbar-expand-pm > .container,
  .navbar-expand-pm > .container-fluid,
  .navbar-expand-pm > .container-sm,
  .navbar-expand-pm > .container-md,
  .navbar-expand-pm > .container-lg,
  .navbar-expand-pm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 360px) {
  .navbar-expand-pm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-pm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-pm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-pm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-pm > .container,
  .navbar-expand-pm > .container-fluid,
  .navbar-expand-pm > .container-sm,
  .navbar-expand-pm > .container-md,
  .navbar-expand-pm > .container-lg,
  .navbar-expand-pm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-pm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-pm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 374.98px) {
  .navbar-expand-px > .container,
  .navbar-expand-px > .container-fluid,
  .navbar-expand-px > .container-sm,
  .navbar-expand-px > .container-md,
  .navbar-expand-px > .container-lg,
  .navbar-expand-px > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 375px) {
  .navbar-expand-px {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-px .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-px .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-px .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-px > .container,
  .navbar-expand-px > .container-fluid,
  .navbar-expand-px > .container-sm,
  .navbar-expand-px > .container-md,
  .navbar-expand-px > .container-lg,
  .navbar-expand-px > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-px .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-px .navbar-toggler {
    display: none;
  }
}
@media (max-width: 389.98px) {
  .navbar-expand-pp > .container,
  .navbar-expand-pp > .container-fluid,
  .navbar-expand-pp > .container-sm,
  .navbar-expand-pp > .container-md,
  .navbar-expand-pp > .container-lg,
  .navbar-expand-pp > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 390px) {
  .navbar-expand-pp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-pp .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-pp .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-pp .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-pp > .container,
  .navbar-expand-pp > .container-fluid,
  .navbar-expand-pp > .container-sm,
  .navbar-expand-pp > .container-md,
  .navbar-expand-pp > .container-lg,
  .navbar-expand-pp > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-pp .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-pp .navbar-toggler {
    display: none;
  }
}
@media (max-width: 413.98px) {
  .navbar-expand-ps > .container,
  .navbar-expand-ps > .container-fluid,
  .navbar-expand-ps > .container-sm,
  .navbar-expand-ps > .container-md,
  .navbar-expand-ps > .container-lg,
  .navbar-expand-ps > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 414px) {
  .navbar-expand-ps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ps .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ps .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ps .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ps > .container,
  .navbar-expand-ps > .container-fluid,
  .navbar-expand-ps > .container-sm,
  .navbar-expand-ps > .container-md,
  .navbar-expand-ps > .container-lg,
  .navbar-expand-ps > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-ps .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ps .navbar-toggler {
    display: none;
  }
}
@media (max-width: 429.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: 430px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-tb > .container,
  .navbar-expand-tb > .container-fluid,
  .navbar-expand-tb > .container-sm,
  .navbar-expand-tb > .container-md,
  .navbar-expand-tb > .container-lg,
  .navbar-expand-tb > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-tb .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-tb .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-tb .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-tb > .container,
  .navbar-expand-tb > .container-fluid,
  .navbar-expand-tb > .container-sm,
  .navbar-expand-tb > .container-md,
  .navbar-expand-tb > .container-lg,
  .navbar-expand-tb > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-tb .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-tb .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  .navbar-expand-nb > .container,
  .navbar-expand-nb > .container-fluid,
  .navbar-expand-nb > .container-sm,
  .navbar-expand-nb > .container-md,
  .navbar-expand-nb > .container-lg,
  .navbar-expand-nb > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-nb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-nb .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-nb .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-nb .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-nb > .container,
  .navbar-expand-nb > .container-fluid,
  .navbar-expand-nb > .container-sm,
  .navbar-expand-nb > .container-md,
  .navbar-expand-nb > .container-lg,
  .navbar-expand-nb > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-nb .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-nb .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-2xl > .container,
  .navbar-expand-2xl > .container-fluid,
  .navbar-expand-2xl > .container-sm,
  .navbar-expand-2xl > .container-md,
  .navbar-expand-2xl > .container-lg,
  .navbar-expand-2xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-2xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-2xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-2xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-2xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-2xl > .container,
  .navbar-expand-2xl > .container-fluid,
  .navbar-expand-2xl > .container-sm,
  .navbar-expand-2xl > .container-md,
  .navbar-expand-2xl > .container-lg,
  .navbar-expand-2xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-2xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-2xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-3xl > .container,
  .navbar-expand-3xl > .container-fluid,
  .navbar-expand-3xl > .container-sm,
  .navbar-expand-3xl > .container-md,
  .navbar-expand-3xl > .container-lg,
  .navbar-expand-3xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-3xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-3xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-3xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-3xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-3xl > .container,
  .navbar-expand-3xl > .container-fluid,
  .navbar-expand-3xl > .container-sm,
  .navbar-expand-3xl > .container-md,
  .navbar-expand-3xl > .container-lg,
  .navbar-expand-3xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-3xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-3xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-4xl > .container,
  .navbar-expand-4xl > .container-fluid,
  .navbar-expand-4xl > .container-sm,
  .navbar-expand-4xl > .container-md,
  .navbar-expand-4xl > .container-lg,
  .navbar-expand-4xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-4xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-4xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-4xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-4xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-4xl > .container,
  .navbar-expand-4xl > .container-fluid,
  .navbar-expand-4xl > .container-sm,
  .navbar-expand-4xl > .container-md,
  .navbar-expand-4xl > .container-lg,
  .navbar-expand-4xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-4xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-4xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.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='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

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

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #677E1B;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #455412;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #D9F7FF;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #a6ecff;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 247, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 247, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #FFE600;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ccb800;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b60000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #830000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(182, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-gray {
  color: #212529;
  background-color: #adb5bd;
}
a.badge-gray:hover, a.badge-gray:focus {
  color: #212529;
  background-color: #919ca6;
}
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-gray-300 {
  color: #212529;
  background-color: #eeeeee;
}
a.badge-gray-300:hover, a.badge-gray-300:focus {
  color: #212529;
  background-color: #d5d5d5;
}
a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-orange {
  color: #fff;
  background-color: #EA5F2B;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #fff;
  background-color: #ce4714;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 95, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 95, 43, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #677E1B;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #455412;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(103, 126, 27, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #fff;
  background-color: #59339d;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-pink {
  color: #212529;
  background-color: #FFDCAC;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #212529;
  background-color: #ffc679;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 220, 172, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 220, 172, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #0070FF;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: #005acc;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 112, 255, 0.5);
}

.badge-teal {
  color: #212529;
  background-color: #BDFFB1;
}
a.badge-teal:hover, a.badge-teal:focus {
  color: #212529;
  background-color: #92ff7e;
}
a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 255, 177, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 255, 177, 0.5);
}

.badge-navbar {
  color: #fff;
  background-color: #00a43a;
}
a.badge-navbar:hover, a.badge-navbar:focus {
  color: #fff;
  background-color: #007128;
}
a.badge-navbar:focus, a.badge-navbar.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 58, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 58, 0.5);
}

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

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

.alert-primary {
  color: #003a85;
  background-color: #cce2ff;
  border-color: #b8d7ff;
}
.alert-primary hr {
  border-top-color: #9fc9ff;
}
.alert-primary .alert-link {
  color: #002452;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #36420e;
  background-color: #e1e5d1;
  border-color: #d4dbbf;
}
.alert-success hr {
  border-top-color: #c9d2af;
}
.alert-success .alert-link {
  color: #141805;
}

.alert-info {
  color: #718085;
  background-color: #f7fdff;
  border-color: #f4fdff;
}
.alert-info hr {
  border-top-color: #dbf8ff;
}
.alert-info .alert-link {
  color: #5a6569;
}

.alert-warning {
  color: #857800;
  background-color: #fffacc;
  border-color: #fff8b8;
}
.alert-warning hr {
  border-top-color: #fff59f;
}
.alert-warning .alert-link {
  color: #524a00;
}

.alert-danger {
  color: #5f0000;
  background-color: #f0cccc;
  border-color: #ebb8b8;
}
.alert-danger hr {
  border-top-color: #e5a4a4;
}
.alert-danger .alert-link {
  color: #2c0000;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-gray {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-gray hr {
  border-top-color: #dadde2;
}
.alert-gray .alert-link {
  color: #424547;
}

.alert-gray-300 {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-gray-300 hr {
  border-top-color: #ededed;
}
.alert-gray-300 .alert-link {
  color: #636363;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-orange {
  color: #7a3116;
  background-color: #fbdfd5;
  border-color: #f9d2c4;
}
.alert-orange hr {
  border-top-color: #f7c0ad;
}
.alert-orange .alert-link {
  color: #4f200e;
}

.alert-green {
  color: #36420e;
  background-color: #e1e5d1;
  border-color: #d4dbbf;
}
.alert-green hr {
  border-top-color: #c9d2af;
}
.alert-green .alert-link {
  color: #141805;
}

.alert-purple {
  color: #3a2264;
  background-color: #e2d9f3;
  border-color: #d7caee;
}
.alert-purple hr {
  border-top-color: #c8b7e8;
}
.alert-purple .alert-link {
  color: #24153e;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-pink {
  color: #857259;
  background-color: #fff8ee;
  border-color: #fff5e8;
}
.alert-pink hr {
  border-top-color: #ffeacf;
}
.alert-pink .alert-link {
  color: #665845;
}

.alert-blue {
  color: #003a85;
  background-color: #cce2ff;
  border-color: #b8d7ff;
}
.alert-blue hr {
  border-top-color: #9fc9ff;
}
.alert-blue .alert-link {
  color: #002452;
}

.alert-teal {
  color: #62855c;
  background-color: #f2ffef;
  border-color: #edffe9;
}
.alert-teal hr {
  border-top-color: #d8ffd0;
}
.alert-teal .alert-link {
  color: #4c6747;
}

.alert-navbar {
  color: #00551e;
  background-color: #ccedd8;
  border-color: #b8e6c8;
}
.alert-navbar hr {
  border-top-color: #a5dfb9;
}
.alert-navbar .alert-link {
  color: #00220c;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  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;
}

.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: #005acc !important;
}

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

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

.bg-success {
  background-color: #677E1B !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #919ca6 !important;
}

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

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #d5d5d5 !important;
}

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

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

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

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

.bg-green {
  background-color: #677E1B !important;
}

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

.bg-purple {
  background-color: #6f42c1 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

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

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

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

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

.bg-blue {
  background-color: #0070FF !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #005acc !important;
}

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

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #92ff7e !important;
}

.bg-navbar {
  background-color: #00a43a !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #eeeeee !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: #6c757d !important;
}

.border-success {
  border-color: #677E1B !important;
}

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

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

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

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

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

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

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

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

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

.border-green {
  border-color: #677E1B !important;
}

.border-purple {
  border-color: #6f42c1 !important;
}

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

.border-pink {
  border-color: #FFDCAC !important;
}

.border-blue {
  border-color: #0070FF !important;
}

.border-teal {
  border-color: #BDFFB1 !important;
}

.border-navbar {
  border-color: #00a43a !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 360px) {
  .d-pm-none {
    display: none !important;
  }
  .d-pm-inline {
    display: inline !important;
  }
  .d-pm-inline-block {
    display: inline-block !important;
  }
  .d-pm-block {
    display: block !important;
  }
  .d-pm-table {
    display: table !important;
  }
  .d-pm-table-row {
    display: table-row !important;
  }
  .d-pm-table-cell {
    display: table-cell !important;
  }
  .d-pm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-pm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 375px) {
  .d-px-none {
    display: none !important;
  }
  .d-px-inline {
    display: inline !important;
  }
  .d-px-inline-block {
    display: inline-block !important;
  }
  .d-px-block {
    display: block !important;
  }
  .d-px-table {
    display: table !important;
  }
  .d-px-table-row {
    display: table-row !important;
  }
  .d-px-table-cell {
    display: table-cell !important;
  }
  .d-px-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-px-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 390px) {
  .d-pp-none {
    display: none !important;
  }
  .d-pp-inline {
    display: inline !important;
  }
  .d-pp-inline-block {
    display: inline-block !important;
  }
  .d-pp-block {
    display: block !important;
  }
  .d-pp-table {
    display: table !important;
  }
  .d-pp-table-row {
    display: table-row !important;
  }
  .d-pp-table-cell {
    display: table-cell !important;
  }
  .d-pp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-pp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 414px) {
  .d-ps-none {
    display: none !important;
  }
  .d-ps-inline {
    display: inline !important;
  }
  .d-ps-inline-block {
    display: inline-block !important;
  }
  .d-ps-block {
    display: block !important;
  }
  .d-ps-table {
    display: table !important;
  }
  .d-ps-table-row {
    display: table-row !important;
  }
  .d-ps-table-cell {
    display: table-cell !important;
  }
  .d-ps-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ps-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 430px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-nb-none {
    display: none !important;
  }
  .d-nb-inline {
    display: inline !important;
  }
  .d-nb-inline-block {
    display: inline-block !important;
  }
  .d-nb-block {
    display: block !important;
  }
  .d-nb-table {
    display: table !important;
  }
  .d-nb-table-row {
    display: table-row !important;
  }
  .d-nb-table-cell {
    display: table-cell !important;
  }
  .d-nb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-nb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-3xl-none {
    display: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-4xl-none {
    display: none !important;
  }
  .d-4xl-inline {
    display: inline !important;
  }
  .d-4xl-inline-block {
    display: inline-block !important;
  }
  .d-4xl-block {
    display: block !important;
  }
  .d-4xl-table {
    display: table !important;
  }
  .d-4xl-table-row {
    display: table-row !important;
  }
  .d-4xl-table-cell {
    display: table-cell !important;
  }
  .d-4xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-4xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 360px) {
  .flex-pm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-pm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-pm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-pm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-pm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-pm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-pm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-pm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-pm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-pm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-pm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-pm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-pm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-pm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-pm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-pm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-pm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-pm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-pm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-pm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-pm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-pm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-pm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-pm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-pm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-pm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-pm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-pm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-pm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-pm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-pm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-pm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-pm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-pm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 375px) {
  .flex-px-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-px-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-px-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-px-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-px-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-px-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-px-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-px-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-px-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-px-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-px-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-px-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-px-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-px-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-px-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-px-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-px-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-px-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-px-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-px-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-px-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-px-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-px-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-px-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-px-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-px-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-px-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-px-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-px-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-px-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-px-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-px-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-px-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-px-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 390px) {
  .flex-pp-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-pp-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-pp-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-pp-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-pp-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-pp-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-pp-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-pp-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-pp-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-pp-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-pp-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-pp-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-pp-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-pp-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-pp-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-pp-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-pp-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-pp-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-pp-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-pp-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-pp-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-pp-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-pp-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-pp-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-pp-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-pp-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-pp-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-pp-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-pp-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-pp-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-pp-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-pp-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-pp-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-pp-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 414px) {
  .flex-ps-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ps-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ps-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ps-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ps-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ps-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ps-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-ps-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ps-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ps-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ps-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ps-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-ps-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ps-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ps-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ps-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ps-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-ps-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ps-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ps-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ps-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ps-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ps-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ps-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ps-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ps-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ps-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ps-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ps-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ps-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ps-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ps-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-ps-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ps-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 430px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-tb-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-tb-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-tb-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-tb-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-tb-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-tb-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-tb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-tb-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-tb-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-tb-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-tb-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-tb-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-tb-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-tb-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-tb-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-tb-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-tb-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-tb-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-tb-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-tb-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-tb-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-tb-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-tb-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-tb-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-tb-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-tb-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-tb-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-tb-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-tb-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-tb-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-tb-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-tb-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-tb-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-tb-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-nb-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-nb-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-nb-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-nb-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-nb-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-nb-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-nb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-nb-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-nb-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-nb-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-nb-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-nb-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-nb-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-nb-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-nb-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-nb-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-nb-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-nb-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-nb-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-nb-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-nb-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-nb-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-nb-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-nb-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-nb-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-nb-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-nb-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-nb-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-nb-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-nb-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-nb-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-nb-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-nb-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-nb-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-2xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-2xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-2xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-2xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-2xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-2xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-2xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-2xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-2xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-2xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-2xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-2xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-2xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-2xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-2xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-2xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-2xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-2xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-2xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-2xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-2xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-3xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-3xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-3xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-3xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-3xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-3xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-3xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-3xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-3xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-3xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-3xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-3xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-3xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-3xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-3xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-3xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-3xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-3xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-3xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-3xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-3xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-4xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-4xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-4xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-4xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-4xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-4xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-4xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-4xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-4xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-4xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-4xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-4xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-4xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-4xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-4xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-4xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-4xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-4xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-4xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-4xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-4xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-4xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-4xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-4xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-4xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-4xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-4xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-4xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-4xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-4xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-4xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-4xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-4xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-4xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 360px) {
  .float-pm-left {
    float: left !important;
  }
  .float-pm-right {
    float: right !important;
  }
  .float-pm-none {
    float: none !important;
  }
}
@media (min-width: 375px) {
  .float-px-left {
    float: left !important;
  }
  .float-px-right {
    float: right !important;
  }
  .float-px-none {
    float: none !important;
  }
}
@media (min-width: 390px) {
  .float-pp-left {
    float: left !important;
  }
  .float-pp-right {
    float: right !important;
  }
  .float-pp-none {
    float: none !important;
  }
}
@media (min-width: 414px) {
  .float-ps-left {
    float: left !important;
  }
  .float-ps-right {
    float: right !important;
  }
  .float-ps-none {
    float: none !important;
  }
}
@media (min-width: 430px) {
  .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: 1024px) {
  .float-tb-left {
    float: left !important;
  }
  .float-tb-right {
    float: right !important;
  }
  .float-tb-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-nb-left {
    float: left !important;
  }
  .float-nb-right {
    float: right !important;
  }
  .float-nb-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-2xl-left {
    float: left !important;
  }
  .float-2xl-right {
    float: right !important;
  }
  .float-2xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-3xl-left {
    float: left !important;
  }
  .float-3xl-right {
    float: right !important;
  }
  .float-3xl-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-4xl-left {
    float: left !important;
  }
  .float-4xl-right {
    float: right !important;
  }
  .float-4xl-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;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

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

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 1.25rem !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: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
  padding-left: 1.25rem !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: -0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !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: 360px) {
  .m-pm-0 {
    margin: 0 !important;
  }
  .mt-pm-0,
  .my-pm-0 {
    margin-top: 0 !important;
  }
  .mr-pm-0,
  .mx-pm-0 {
    margin-right: 0 !important;
  }
  .mb-pm-0,
  .my-pm-0 {
    margin-bottom: 0 !important;
  }
  .ml-pm-0,
  .mx-pm-0 {
    margin-left: 0 !important;
  }
  .m-pm-1 {
    margin: 0.25rem !important;
  }
  .mt-pm-1,
  .my-pm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-pm-1,
  .mx-pm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-pm-1,
  .my-pm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-pm-1,
  .mx-pm-1 {
    margin-left: 0.25rem !important;
  }
  .m-pm-2 {
    margin: 0.5rem !important;
  }
  .mt-pm-2,
  .my-pm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-pm-2,
  .mx-pm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-pm-2,
  .my-pm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-pm-2,
  .mx-pm-2 {
    margin-left: 0.5rem !important;
  }
  .m-pm-3 {
    margin: 0.75rem !important;
  }
  .mt-pm-3,
  .my-pm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-pm-3,
  .mx-pm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-pm-3,
  .my-pm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-pm-3,
  .mx-pm-3 {
    margin-left: 0.75rem !important;
  }
  .m-pm-4 {
    margin: 1rem !important;
  }
  .mt-pm-4,
  .my-pm-4 {
    margin-top: 1rem !important;
  }
  .mr-pm-4,
  .mx-pm-4 {
    margin-right: 1rem !important;
  }
  .mb-pm-4,
  .my-pm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-pm-4,
  .mx-pm-4 {
    margin-left: 1rem !important;
  }
  .m-pm-5 {
    margin: 1.25rem !important;
  }
  .mt-pm-5,
  .my-pm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-pm-5,
  .mx-pm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-pm-5,
  .my-pm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-pm-5,
  .mx-pm-5 {
    margin-left: 1.25rem !important;
  }
  .p-pm-0 {
    padding: 0 !important;
  }
  .pt-pm-0,
  .py-pm-0 {
    padding-top: 0 !important;
  }
  .pr-pm-0,
  .px-pm-0 {
    padding-right: 0 !important;
  }
  .pb-pm-0,
  .py-pm-0 {
    padding-bottom: 0 !important;
  }
  .pl-pm-0,
  .px-pm-0 {
    padding-left: 0 !important;
  }
  .p-pm-1 {
    padding: 0.25rem !important;
  }
  .pt-pm-1,
  .py-pm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-pm-1,
  .px-pm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-pm-1,
  .py-pm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-pm-1,
  .px-pm-1 {
    padding-left: 0.25rem !important;
  }
  .p-pm-2 {
    padding: 0.5rem !important;
  }
  .pt-pm-2,
  .py-pm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-pm-2,
  .px-pm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-pm-2,
  .py-pm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-pm-2,
  .px-pm-2 {
    padding-left: 0.5rem !important;
  }
  .p-pm-3 {
    padding: 0.75rem !important;
  }
  .pt-pm-3,
  .py-pm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-pm-3,
  .px-pm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-pm-3,
  .py-pm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-pm-3,
  .px-pm-3 {
    padding-left: 0.75rem !important;
  }
  .p-pm-4 {
    padding: 1rem !important;
  }
  .pt-pm-4,
  .py-pm-4 {
    padding-top: 1rem !important;
  }
  .pr-pm-4,
  .px-pm-4 {
    padding-right: 1rem !important;
  }
  .pb-pm-4,
  .py-pm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-pm-4,
  .px-pm-4 {
    padding-left: 1rem !important;
  }
  .p-pm-5 {
    padding: 1.25rem !important;
  }
  .pt-pm-5,
  .py-pm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-pm-5,
  .px-pm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-pm-5,
  .py-pm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-pm-5,
  .px-pm-5 {
    padding-left: 1.25rem !important;
  }
  .m-pm-n1 {
    margin: -0.25rem !important;
  }
  .mt-pm-n1,
  .my-pm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-pm-n1,
  .mx-pm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-pm-n1,
  .my-pm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-pm-n1,
  .mx-pm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-pm-n2 {
    margin: -0.5rem !important;
  }
  .mt-pm-n2,
  .my-pm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-pm-n2,
  .mx-pm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-pm-n2,
  .my-pm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-pm-n2,
  .mx-pm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-pm-n3 {
    margin: -0.75rem !important;
  }
  .mt-pm-n3,
  .my-pm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-pm-n3,
  .mx-pm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-pm-n3,
  .my-pm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-pm-n3,
  .mx-pm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-pm-n4 {
    margin: -1rem !important;
  }
  .mt-pm-n4,
  .my-pm-n4 {
    margin-top: -1rem !important;
  }
  .mr-pm-n4,
  .mx-pm-n4 {
    margin-right: -1rem !important;
  }
  .mb-pm-n4,
  .my-pm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-pm-n4,
  .mx-pm-n4 {
    margin-left: -1rem !important;
  }
  .m-pm-n5 {
    margin: -1.25rem !important;
  }
  .mt-pm-n5,
  .my-pm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-pm-n5,
  .mx-pm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-pm-n5,
  .my-pm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-pm-n5,
  .mx-pm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-pm-auto {
    margin: auto !important;
  }
  .mt-pm-auto,
  .my-pm-auto {
    margin-top: auto !important;
  }
  .mr-pm-auto,
  .mx-pm-auto {
    margin-right: auto !important;
  }
  .mb-pm-auto,
  .my-pm-auto {
    margin-bottom: auto !important;
  }
  .ml-pm-auto,
  .mx-pm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 375px) {
  .m-px-0 {
    margin: 0 !important;
  }
  .mt-px-0,
  .my-px-0 {
    margin-top: 0 !important;
  }
  .mr-px-0,
  .mx-px-0 {
    margin-right: 0 !important;
  }
  .mb-px-0,
  .my-px-0 {
    margin-bottom: 0 !important;
  }
  .ml-px-0,
  .mx-px-0 {
    margin-left: 0 !important;
  }
  .m-px-1 {
    margin: 0.25rem !important;
  }
  .mt-px-1,
  .my-px-1 {
    margin-top: 0.25rem !important;
  }
  .mr-px-1,
  .mx-px-1 {
    margin-right: 0.25rem !important;
  }
  .mb-px-1,
  .my-px-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-px-1,
  .mx-px-1 {
    margin-left: 0.25rem !important;
  }
  .m-px-2 {
    margin: 0.5rem !important;
  }
  .mt-px-2,
  .my-px-2 {
    margin-top: 0.5rem !important;
  }
  .mr-px-2,
  .mx-px-2 {
    margin-right: 0.5rem !important;
  }
  .mb-px-2,
  .my-px-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-px-2,
  .mx-px-2 {
    margin-left: 0.5rem !important;
  }
  .m-px-3 {
    margin: 0.75rem !important;
  }
  .mt-px-3,
  .my-px-3 {
    margin-top: 0.75rem !important;
  }
  .mr-px-3,
  .mx-px-3 {
    margin-right: 0.75rem !important;
  }
  .mb-px-3,
  .my-px-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-px-3,
  .mx-px-3 {
    margin-left: 0.75rem !important;
  }
  .m-px-4 {
    margin: 1rem !important;
  }
  .mt-px-4,
  .my-px-4 {
    margin-top: 1rem !important;
  }
  .mr-px-4,
  .mx-px-4 {
    margin-right: 1rem !important;
  }
  .mb-px-4,
  .my-px-4 {
    margin-bottom: 1rem !important;
  }
  .ml-px-4,
  .mx-px-4 {
    margin-left: 1rem !important;
  }
  .m-px-5 {
    margin: 1.25rem !important;
  }
  .mt-px-5,
  .my-px-5 {
    margin-top: 1.25rem !important;
  }
  .mr-px-5,
  .mx-px-5 {
    margin-right: 1.25rem !important;
  }
  .mb-px-5,
  .my-px-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-px-5,
  .mx-px-5 {
    margin-left: 1.25rem !important;
  }
  .p-px-0 {
    padding: 0 !important;
  }
  .pt-px-0,
  .py-px-0 {
    padding-top: 0 !important;
  }
  .pr-px-0,
  .px-px-0 {
    padding-right: 0 !important;
  }
  .pb-px-0,
  .py-px-0 {
    padding-bottom: 0 !important;
  }
  .pl-px-0,
  .px-px-0 {
    padding-left: 0 !important;
  }
  .p-px-1 {
    padding: 0.25rem !important;
  }
  .pt-px-1,
  .py-px-1 {
    padding-top: 0.25rem !important;
  }
  .pr-px-1,
  .px-px-1 {
    padding-right: 0.25rem !important;
  }
  .pb-px-1,
  .py-px-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-px-1,
  .px-px-1 {
    padding-left: 0.25rem !important;
  }
  .p-px-2 {
    padding: 0.5rem !important;
  }
  .pt-px-2,
  .py-px-2 {
    padding-top: 0.5rem !important;
  }
  .pr-px-2,
  .px-px-2 {
    padding-right: 0.5rem !important;
  }
  .pb-px-2,
  .py-px-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-px-2,
  .px-px-2 {
    padding-left: 0.5rem !important;
  }
  .p-px-3 {
    padding: 0.75rem !important;
  }
  .pt-px-3,
  .py-px-3 {
    padding-top: 0.75rem !important;
  }
  .pr-px-3,
  .px-px-3 {
    padding-right: 0.75rem !important;
  }
  .pb-px-3,
  .py-px-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-px-3,
  .px-px-3 {
    padding-left: 0.75rem !important;
  }
  .p-px-4 {
    padding: 1rem !important;
  }
  .pt-px-4,
  .py-px-4 {
    padding-top: 1rem !important;
  }
  .pr-px-4,
  .px-px-4 {
    padding-right: 1rem !important;
  }
  .pb-px-4,
  .py-px-4 {
    padding-bottom: 1rem !important;
  }
  .pl-px-4,
  .px-px-4 {
    padding-left: 1rem !important;
  }
  .p-px-5 {
    padding: 1.25rem !important;
  }
  .pt-px-5,
  .py-px-5 {
    padding-top: 1.25rem !important;
  }
  .pr-px-5,
  .px-px-5 {
    padding-right: 1.25rem !important;
  }
  .pb-px-5,
  .py-px-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-px-5,
  .px-px-5 {
    padding-left: 1.25rem !important;
  }
  .m-px-n1 {
    margin: -0.25rem !important;
  }
  .mt-px-n1,
  .my-px-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-px-n1,
  .mx-px-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-px-n1,
  .my-px-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-px-n1,
  .mx-px-n1 {
    margin-left: -0.25rem !important;
  }
  .m-px-n2 {
    margin: -0.5rem !important;
  }
  .mt-px-n2,
  .my-px-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-px-n2,
  .mx-px-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-px-n2,
  .my-px-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-px-n2,
  .mx-px-n2 {
    margin-left: -0.5rem !important;
  }
  .m-px-n3 {
    margin: -0.75rem !important;
  }
  .mt-px-n3,
  .my-px-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-px-n3,
  .mx-px-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-px-n3,
  .my-px-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-px-n3,
  .mx-px-n3 {
    margin-left: -0.75rem !important;
  }
  .m-px-n4 {
    margin: -1rem !important;
  }
  .mt-px-n4,
  .my-px-n4 {
    margin-top: -1rem !important;
  }
  .mr-px-n4,
  .mx-px-n4 {
    margin-right: -1rem !important;
  }
  .mb-px-n4,
  .my-px-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-px-n4,
  .mx-px-n4 {
    margin-left: -1rem !important;
  }
  .m-px-n5 {
    margin: -1.25rem !important;
  }
  .mt-px-n5,
  .my-px-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-px-n5,
  .mx-px-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-px-n5,
  .my-px-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-px-n5,
  .mx-px-n5 {
    margin-left: -1.25rem !important;
  }
  .m-px-auto {
    margin: auto !important;
  }
  .mt-px-auto,
  .my-px-auto {
    margin-top: auto !important;
  }
  .mr-px-auto,
  .mx-px-auto {
    margin-right: auto !important;
  }
  .mb-px-auto,
  .my-px-auto {
    margin-bottom: auto !important;
  }
  .ml-px-auto,
  .mx-px-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 390px) {
  .m-pp-0 {
    margin: 0 !important;
  }
  .mt-pp-0,
  .my-pp-0 {
    margin-top: 0 !important;
  }
  .mr-pp-0,
  .mx-pp-0 {
    margin-right: 0 !important;
  }
  .mb-pp-0,
  .my-pp-0 {
    margin-bottom: 0 !important;
  }
  .ml-pp-0,
  .mx-pp-0 {
    margin-left: 0 !important;
  }
  .m-pp-1 {
    margin: 0.25rem !important;
  }
  .mt-pp-1,
  .my-pp-1 {
    margin-top: 0.25rem !important;
  }
  .mr-pp-1,
  .mx-pp-1 {
    margin-right: 0.25rem !important;
  }
  .mb-pp-1,
  .my-pp-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-pp-1,
  .mx-pp-1 {
    margin-left: 0.25rem !important;
  }
  .m-pp-2 {
    margin: 0.5rem !important;
  }
  .mt-pp-2,
  .my-pp-2 {
    margin-top: 0.5rem !important;
  }
  .mr-pp-2,
  .mx-pp-2 {
    margin-right: 0.5rem !important;
  }
  .mb-pp-2,
  .my-pp-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-pp-2,
  .mx-pp-2 {
    margin-left: 0.5rem !important;
  }
  .m-pp-3 {
    margin: 0.75rem !important;
  }
  .mt-pp-3,
  .my-pp-3 {
    margin-top: 0.75rem !important;
  }
  .mr-pp-3,
  .mx-pp-3 {
    margin-right: 0.75rem !important;
  }
  .mb-pp-3,
  .my-pp-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-pp-3,
  .mx-pp-3 {
    margin-left: 0.75rem !important;
  }
  .m-pp-4 {
    margin: 1rem !important;
  }
  .mt-pp-4,
  .my-pp-4 {
    margin-top: 1rem !important;
  }
  .mr-pp-4,
  .mx-pp-4 {
    margin-right: 1rem !important;
  }
  .mb-pp-4,
  .my-pp-4 {
    margin-bottom: 1rem !important;
  }
  .ml-pp-4,
  .mx-pp-4 {
    margin-left: 1rem !important;
  }
  .m-pp-5 {
    margin: 1.25rem !important;
  }
  .mt-pp-5,
  .my-pp-5 {
    margin-top: 1.25rem !important;
  }
  .mr-pp-5,
  .mx-pp-5 {
    margin-right: 1.25rem !important;
  }
  .mb-pp-5,
  .my-pp-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-pp-5,
  .mx-pp-5 {
    margin-left: 1.25rem !important;
  }
  .p-pp-0 {
    padding: 0 !important;
  }
  .pt-pp-0,
  .py-pp-0 {
    padding-top: 0 !important;
  }
  .pr-pp-0,
  .px-pp-0 {
    padding-right: 0 !important;
  }
  .pb-pp-0,
  .py-pp-0 {
    padding-bottom: 0 !important;
  }
  .pl-pp-0,
  .px-pp-0 {
    padding-left: 0 !important;
  }
  .p-pp-1 {
    padding: 0.25rem !important;
  }
  .pt-pp-1,
  .py-pp-1 {
    padding-top: 0.25rem !important;
  }
  .pr-pp-1,
  .px-pp-1 {
    padding-right: 0.25rem !important;
  }
  .pb-pp-1,
  .py-pp-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-pp-1,
  .px-pp-1 {
    padding-left: 0.25rem !important;
  }
  .p-pp-2 {
    padding: 0.5rem !important;
  }
  .pt-pp-2,
  .py-pp-2 {
    padding-top: 0.5rem !important;
  }
  .pr-pp-2,
  .px-pp-2 {
    padding-right: 0.5rem !important;
  }
  .pb-pp-2,
  .py-pp-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-pp-2,
  .px-pp-2 {
    padding-left: 0.5rem !important;
  }
  .p-pp-3 {
    padding: 0.75rem !important;
  }
  .pt-pp-3,
  .py-pp-3 {
    padding-top: 0.75rem !important;
  }
  .pr-pp-3,
  .px-pp-3 {
    padding-right: 0.75rem !important;
  }
  .pb-pp-3,
  .py-pp-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-pp-3,
  .px-pp-3 {
    padding-left: 0.75rem !important;
  }
  .p-pp-4 {
    padding: 1rem !important;
  }
  .pt-pp-4,
  .py-pp-4 {
    padding-top: 1rem !important;
  }
  .pr-pp-4,
  .px-pp-4 {
    padding-right: 1rem !important;
  }
  .pb-pp-4,
  .py-pp-4 {
    padding-bottom: 1rem !important;
  }
  .pl-pp-4,
  .px-pp-4 {
    padding-left: 1rem !important;
  }
  .p-pp-5 {
    padding: 1.25rem !important;
  }
  .pt-pp-5,
  .py-pp-5 {
    padding-top: 1.25rem !important;
  }
  .pr-pp-5,
  .px-pp-5 {
    padding-right: 1.25rem !important;
  }
  .pb-pp-5,
  .py-pp-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-pp-5,
  .px-pp-5 {
    padding-left: 1.25rem !important;
  }
  .m-pp-n1 {
    margin: -0.25rem !important;
  }
  .mt-pp-n1,
  .my-pp-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-pp-n1,
  .mx-pp-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-pp-n1,
  .my-pp-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-pp-n1,
  .mx-pp-n1 {
    margin-left: -0.25rem !important;
  }
  .m-pp-n2 {
    margin: -0.5rem !important;
  }
  .mt-pp-n2,
  .my-pp-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-pp-n2,
  .mx-pp-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-pp-n2,
  .my-pp-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-pp-n2,
  .mx-pp-n2 {
    margin-left: -0.5rem !important;
  }
  .m-pp-n3 {
    margin: -0.75rem !important;
  }
  .mt-pp-n3,
  .my-pp-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-pp-n3,
  .mx-pp-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-pp-n3,
  .my-pp-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-pp-n3,
  .mx-pp-n3 {
    margin-left: -0.75rem !important;
  }
  .m-pp-n4 {
    margin: -1rem !important;
  }
  .mt-pp-n4,
  .my-pp-n4 {
    margin-top: -1rem !important;
  }
  .mr-pp-n4,
  .mx-pp-n4 {
    margin-right: -1rem !important;
  }
  .mb-pp-n4,
  .my-pp-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-pp-n4,
  .mx-pp-n4 {
    margin-left: -1rem !important;
  }
  .m-pp-n5 {
    margin: -1.25rem !important;
  }
  .mt-pp-n5,
  .my-pp-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-pp-n5,
  .mx-pp-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-pp-n5,
  .my-pp-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-pp-n5,
  .mx-pp-n5 {
    margin-left: -1.25rem !important;
  }
  .m-pp-auto {
    margin: auto !important;
  }
  .mt-pp-auto,
  .my-pp-auto {
    margin-top: auto !important;
  }
  .mr-pp-auto,
  .mx-pp-auto {
    margin-right: auto !important;
  }
  .mb-pp-auto,
  .my-pp-auto {
    margin-bottom: auto !important;
  }
  .ml-pp-auto,
  .mx-pp-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 414px) {
  .m-ps-0 {
    margin: 0 !important;
  }
  .mt-ps-0,
  .my-ps-0 {
    margin-top: 0 !important;
  }
  .mr-ps-0,
  .mx-ps-0 {
    margin-right: 0 !important;
  }
  .mb-ps-0,
  .my-ps-0 {
    margin-bottom: 0 !important;
  }
  .ml-ps-0,
  .mx-ps-0 {
    margin-left: 0 !important;
  }
  .m-ps-1 {
    margin: 0.25rem !important;
  }
  .mt-ps-1,
  .my-ps-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ps-1,
  .mx-ps-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ps-1,
  .my-ps-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ps-1,
  .mx-ps-1 {
    margin-left: 0.25rem !important;
  }
  .m-ps-2 {
    margin: 0.5rem !important;
  }
  .mt-ps-2,
  .my-ps-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ps-2,
  .mx-ps-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ps-2,
  .my-ps-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ps-2,
  .mx-ps-2 {
    margin-left: 0.5rem !important;
  }
  .m-ps-3 {
    margin: 0.75rem !important;
  }
  .mt-ps-3,
  .my-ps-3 {
    margin-top: 0.75rem !important;
  }
  .mr-ps-3,
  .mx-ps-3 {
    margin-right: 0.75rem !important;
  }
  .mb-ps-3,
  .my-ps-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-ps-3,
  .mx-ps-3 {
    margin-left: 0.75rem !important;
  }
  .m-ps-4 {
    margin: 1rem !important;
  }
  .mt-ps-4,
  .my-ps-4 {
    margin-top: 1rem !important;
  }
  .mr-ps-4,
  .mx-ps-4 {
    margin-right: 1rem !important;
  }
  .mb-ps-4,
  .my-ps-4 {
    margin-bottom: 1rem !important;
  }
  .ml-ps-4,
  .mx-ps-4 {
    margin-left: 1rem !important;
  }
  .m-ps-5 {
    margin: 1.25rem !important;
  }
  .mt-ps-5,
  .my-ps-5 {
    margin-top: 1.25rem !important;
  }
  .mr-ps-5,
  .mx-ps-5 {
    margin-right: 1.25rem !important;
  }
  .mb-ps-5,
  .my-ps-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-ps-5,
  .mx-ps-5 {
    margin-left: 1.25rem !important;
  }
  .p-ps-0 {
    padding: 0 !important;
  }
  .pt-ps-0,
  .py-ps-0 {
    padding-top: 0 !important;
  }
  .pr-ps-0,
  .px-ps-0 {
    padding-right: 0 !important;
  }
  .pb-ps-0,
  .py-ps-0 {
    padding-bottom: 0 !important;
  }
  .pl-ps-0,
  .px-ps-0 {
    padding-left: 0 !important;
  }
  .p-ps-1 {
    padding: 0.25rem !important;
  }
  .pt-ps-1,
  .py-ps-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ps-1,
  .px-ps-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ps-1,
  .py-ps-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ps-1,
  .px-ps-1 {
    padding-left: 0.25rem !important;
  }
  .p-ps-2 {
    padding: 0.5rem !important;
  }
  .pt-ps-2,
  .py-ps-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ps-2,
  .px-ps-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ps-2,
  .py-ps-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ps-2,
  .px-ps-2 {
    padding-left: 0.5rem !important;
  }
  .p-ps-3 {
    padding: 0.75rem !important;
  }
  .pt-ps-3,
  .py-ps-3 {
    padding-top: 0.75rem !important;
  }
  .pr-ps-3,
  .px-ps-3 {
    padding-right: 0.75rem !important;
  }
  .pb-ps-3,
  .py-ps-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-ps-3,
  .px-ps-3 {
    padding-left: 0.75rem !important;
  }
  .p-ps-4 {
    padding: 1rem !important;
  }
  .pt-ps-4,
  .py-ps-4 {
    padding-top: 1rem !important;
  }
  .pr-ps-4,
  .px-ps-4 {
    padding-right: 1rem !important;
  }
  .pb-ps-4,
  .py-ps-4 {
    padding-bottom: 1rem !important;
  }
  .pl-ps-4,
  .px-ps-4 {
    padding-left: 1rem !important;
  }
  .p-ps-5 {
    padding: 1.25rem !important;
  }
  .pt-ps-5,
  .py-ps-5 {
    padding-top: 1.25rem !important;
  }
  .pr-ps-5,
  .px-ps-5 {
    padding-right: 1.25rem !important;
  }
  .pb-ps-5,
  .py-ps-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-ps-5,
  .px-ps-5 {
    padding-left: 1.25rem !important;
  }
  .m-ps-n1 {
    margin: -0.25rem !important;
  }
  .mt-ps-n1,
  .my-ps-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ps-n1,
  .mx-ps-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ps-n1,
  .my-ps-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ps-n1,
  .mx-ps-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ps-n2 {
    margin: -0.5rem !important;
  }
  .mt-ps-n2,
  .my-ps-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ps-n2,
  .mx-ps-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ps-n2,
  .my-ps-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ps-n2,
  .mx-ps-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ps-n3 {
    margin: -0.75rem !important;
  }
  .mt-ps-n3,
  .my-ps-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-ps-n3,
  .mx-ps-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-ps-n3,
  .my-ps-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-ps-n3,
  .mx-ps-n3 {
    margin-left: -0.75rem !important;
  }
  .m-ps-n4 {
    margin: -1rem !important;
  }
  .mt-ps-n4,
  .my-ps-n4 {
    margin-top: -1rem !important;
  }
  .mr-ps-n4,
  .mx-ps-n4 {
    margin-right: -1rem !important;
  }
  .mb-ps-n4,
  .my-ps-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-ps-n4,
  .mx-ps-n4 {
    margin-left: -1rem !important;
  }
  .m-ps-n5 {
    margin: -1.25rem !important;
  }
  .mt-ps-n5,
  .my-ps-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-ps-n5,
  .mx-ps-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-ps-n5,
  .my-ps-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-ps-n5,
  .mx-ps-n5 {
    margin-left: -1.25rem !important;
  }
  .m-ps-auto {
    margin: auto !important;
  }
  .mt-ps-auto,
  .my-ps-auto {
    margin-top: auto !important;
  }
  .mr-ps-auto,
  .mx-ps-auto {
    margin-right: auto !important;
  }
  .mb-ps-auto,
  .my-ps-auto {
    margin-bottom: auto !important;
  }
  .ml-ps-auto,
  .mx-ps-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 430px) {
  .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: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !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: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !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: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !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: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !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: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !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: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !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: 1024px) {
  .m-tb-0 {
    margin: 0 !important;
  }
  .mt-tb-0,
  .my-tb-0 {
    margin-top: 0 !important;
  }
  .mr-tb-0,
  .mx-tb-0 {
    margin-right: 0 !important;
  }
  .mb-tb-0,
  .my-tb-0 {
    margin-bottom: 0 !important;
  }
  .ml-tb-0,
  .mx-tb-0 {
    margin-left: 0 !important;
  }
  .m-tb-1 {
    margin: 0.25rem !important;
  }
  .mt-tb-1,
  .my-tb-1 {
    margin-top: 0.25rem !important;
  }
  .mr-tb-1,
  .mx-tb-1 {
    margin-right: 0.25rem !important;
  }
  .mb-tb-1,
  .my-tb-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-tb-1,
  .mx-tb-1 {
    margin-left: 0.25rem !important;
  }
  .m-tb-2 {
    margin: 0.5rem !important;
  }
  .mt-tb-2,
  .my-tb-2 {
    margin-top: 0.5rem !important;
  }
  .mr-tb-2,
  .mx-tb-2 {
    margin-right: 0.5rem !important;
  }
  .mb-tb-2,
  .my-tb-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-tb-2,
  .mx-tb-2 {
    margin-left: 0.5rem !important;
  }
  .m-tb-3 {
    margin: 0.75rem !important;
  }
  .mt-tb-3,
  .my-tb-3 {
    margin-top: 0.75rem !important;
  }
  .mr-tb-3,
  .mx-tb-3 {
    margin-right: 0.75rem !important;
  }
  .mb-tb-3,
  .my-tb-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-tb-3,
  .mx-tb-3 {
    margin-left: 0.75rem !important;
  }
  .m-tb-4 {
    margin: 1rem !important;
  }
  .mt-tb-4,
  .my-tb-4 {
    margin-top: 1rem !important;
  }
  .mr-tb-4,
  .mx-tb-4 {
    margin-right: 1rem !important;
  }
  .mb-tb-4,
  .my-tb-4 {
    margin-bottom: 1rem !important;
  }
  .ml-tb-4,
  .mx-tb-4 {
    margin-left: 1rem !important;
  }
  .m-tb-5 {
    margin: 1.25rem !important;
  }
  .mt-tb-5,
  .my-tb-5 {
    margin-top: 1.25rem !important;
  }
  .mr-tb-5,
  .mx-tb-5 {
    margin-right: 1.25rem !important;
  }
  .mb-tb-5,
  .my-tb-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-tb-5,
  .mx-tb-5 {
    margin-left: 1.25rem !important;
  }
  .p-tb-0 {
    padding: 0 !important;
  }
  .pt-tb-0,
  .py-tb-0 {
    padding-top: 0 !important;
  }
  .pr-tb-0,
  .px-tb-0 {
    padding-right: 0 !important;
  }
  .pb-tb-0,
  .py-tb-0 {
    padding-bottom: 0 !important;
  }
  .pl-tb-0,
  .px-tb-0 {
    padding-left: 0 !important;
  }
  .p-tb-1 {
    padding: 0.25rem !important;
  }
  .pt-tb-1,
  .py-tb-1 {
    padding-top: 0.25rem !important;
  }
  .pr-tb-1,
  .px-tb-1 {
    padding-right: 0.25rem !important;
  }
  .pb-tb-1,
  .py-tb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-tb-1,
  .px-tb-1 {
    padding-left: 0.25rem !important;
  }
  .p-tb-2 {
    padding: 0.5rem !important;
  }
  .pt-tb-2,
  .py-tb-2 {
    padding-top: 0.5rem !important;
  }
  .pr-tb-2,
  .px-tb-2 {
    padding-right: 0.5rem !important;
  }
  .pb-tb-2,
  .py-tb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-tb-2,
  .px-tb-2 {
    padding-left: 0.5rem !important;
  }
  .p-tb-3 {
    padding: 0.75rem !important;
  }
  .pt-tb-3,
  .py-tb-3 {
    padding-top: 0.75rem !important;
  }
  .pr-tb-3,
  .px-tb-3 {
    padding-right: 0.75rem !important;
  }
  .pb-tb-3,
  .py-tb-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-tb-3,
  .px-tb-3 {
    padding-left: 0.75rem !important;
  }
  .p-tb-4 {
    padding: 1rem !important;
  }
  .pt-tb-4,
  .py-tb-4 {
    padding-top: 1rem !important;
  }
  .pr-tb-4,
  .px-tb-4 {
    padding-right: 1rem !important;
  }
  .pb-tb-4,
  .py-tb-4 {
    padding-bottom: 1rem !important;
  }
  .pl-tb-4,
  .px-tb-4 {
    padding-left: 1rem !important;
  }
  .p-tb-5 {
    padding: 1.25rem !important;
  }
  .pt-tb-5,
  .py-tb-5 {
    padding-top: 1.25rem !important;
  }
  .pr-tb-5,
  .px-tb-5 {
    padding-right: 1.25rem !important;
  }
  .pb-tb-5,
  .py-tb-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-tb-5,
  .px-tb-5 {
    padding-left: 1.25rem !important;
  }
  .m-tb-n1 {
    margin: -0.25rem !important;
  }
  .mt-tb-n1,
  .my-tb-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-tb-n1,
  .mx-tb-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-tb-n1,
  .my-tb-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-tb-n1,
  .mx-tb-n1 {
    margin-left: -0.25rem !important;
  }
  .m-tb-n2 {
    margin: -0.5rem !important;
  }
  .mt-tb-n2,
  .my-tb-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-tb-n2,
  .mx-tb-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-tb-n2,
  .my-tb-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-tb-n2,
  .mx-tb-n2 {
    margin-left: -0.5rem !important;
  }
  .m-tb-n3 {
    margin: -0.75rem !important;
  }
  .mt-tb-n3,
  .my-tb-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-tb-n3,
  .mx-tb-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-tb-n3,
  .my-tb-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-tb-n3,
  .mx-tb-n3 {
    margin-left: -0.75rem !important;
  }
  .m-tb-n4 {
    margin: -1rem !important;
  }
  .mt-tb-n4,
  .my-tb-n4 {
    margin-top: -1rem !important;
  }
  .mr-tb-n4,
  .mx-tb-n4 {
    margin-right: -1rem !important;
  }
  .mb-tb-n4,
  .my-tb-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-tb-n4,
  .mx-tb-n4 {
    margin-left: -1rem !important;
  }
  .m-tb-n5 {
    margin: -1.25rem !important;
  }
  .mt-tb-n5,
  .my-tb-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-tb-n5,
  .mx-tb-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-tb-n5,
  .my-tb-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-tb-n5,
  .mx-tb-n5 {
    margin-left: -1.25rem !important;
  }
  .m-tb-auto {
    margin: auto !important;
  }
  .mt-tb-auto,
  .my-tb-auto {
    margin-top: auto !important;
  }
  .mr-tb-auto,
  .mx-tb-auto {
    margin-right: auto !important;
  }
  .mb-tb-auto,
  .my-tb-auto {
    margin-bottom: auto !important;
  }
  .ml-tb-auto,
  .mx-tb-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-nb-0 {
    margin: 0 !important;
  }
  .mt-nb-0,
  .my-nb-0 {
    margin-top: 0 !important;
  }
  .mr-nb-0,
  .mx-nb-0 {
    margin-right: 0 !important;
  }
  .mb-nb-0,
  .my-nb-0 {
    margin-bottom: 0 !important;
  }
  .ml-nb-0,
  .mx-nb-0 {
    margin-left: 0 !important;
  }
  .m-nb-1 {
    margin: 0.25rem !important;
  }
  .mt-nb-1,
  .my-nb-1 {
    margin-top: 0.25rem !important;
  }
  .mr-nb-1,
  .mx-nb-1 {
    margin-right: 0.25rem !important;
  }
  .mb-nb-1,
  .my-nb-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-nb-1,
  .mx-nb-1 {
    margin-left: 0.25rem !important;
  }
  .m-nb-2 {
    margin: 0.5rem !important;
  }
  .mt-nb-2,
  .my-nb-2 {
    margin-top: 0.5rem !important;
  }
  .mr-nb-2,
  .mx-nb-2 {
    margin-right: 0.5rem !important;
  }
  .mb-nb-2,
  .my-nb-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-nb-2,
  .mx-nb-2 {
    margin-left: 0.5rem !important;
  }
  .m-nb-3 {
    margin: 0.75rem !important;
  }
  .mt-nb-3,
  .my-nb-3 {
    margin-top: 0.75rem !important;
  }
  .mr-nb-3,
  .mx-nb-3 {
    margin-right: 0.75rem !important;
  }
  .mb-nb-3,
  .my-nb-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-nb-3,
  .mx-nb-3 {
    margin-left: 0.75rem !important;
  }
  .m-nb-4 {
    margin: 1rem !important;
  }
  .mt-nb-4,
  .my-nb-4 {
    margin-top: 1rem !important;
  }
  .mr-nb-4,
  .mx-nb-4 {
    margin-right: 1rem !important;
  }
  .mb-nb-4,
  .my-nb-4 {
    margin-bottom: 1rem !important;
  }
  .ml-nb-4,
  .mx-nb-4 {
    margin-left: 1rem !important;
  }
  .m-nb-5 {
    margin: 1.25rem !important;
  }
  .mt-nb-5,
  .my-nb-5 {
    margin-top: 1.25rem !important;
  }
  .mr-nb-5,
  .mx-nb-5 {
    margin-right: 1.25rem !important;
  }
  .mb-nb-5,
  .my-nb-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-nb-5,
  .mx-nb-5 {
    margin-left: 1.25rem !important;
  }
  .p-nb-0 {
    padding: 0 !important;
  }
  .pt-nb-0,
  .py-nb-0 {
    padding-top: 0 !important;
  }
  .pr-nb-0,
  .px-nb-0 {
    padding-right: 0 !important;
  }
  .pb-nb-0,
  .py-nb-0 {
    padding-bottom: 0 !important;
  }
  .pl-nb-0,
  .px-nb-0 {
    padding-left: 0 !important;
  }
  .p-nb-1 {
    padding: 0.25rem !important;
  }
  .pt-nb-1,
  .py-nb-1 {
    padding-top: 0.25rem !important;
  }
  .pr-nb-1,
  .px-nb-1 {
    padding-right: 0.25rem !important;
  }
  .pb-nb-1,
  .py-nb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-nb-1,
  .px-nb-1 {
    padding-left: 0.25rem !important;
  }
  .p-nb-2 {
    padding: 0.5rem !important;
  }
  .pt-nb-2,
  .py-nb-2 {
    padding-top: 0.5rem !important;
  }
  .pr-nb-2,
  .px-nb-2 {
    padding-right: 0.5rem !important;
  }
  .pb-nb-2,
  .py-nb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-nb-2,
  .px-nb-2 {
    padding-left: 0.5rem !important;
  }
  .p-nb-3 {
    padding: 0.75rem !important;
  }
  .pt-nb-3,
  .py-nb-3 {
    padding-top: 0.75rem !important;
  }
  .pr-nb-3,
  .px-nb-3 {
    padding-right: 0.75rem !important;
  }
  .pb-nb-3,
  .py-nb-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-nb-3,
  .px-nb-3 {
    padding-left: 0.75rem !important;
  }
  .p-nb-4 {
    padding: 1rem !important;
  }
  .pt-nb-4,
  .py-nb-4 {
    padding-top: 1rem !important;
  }
  .pr-nb-4,
  .px-nb-4 {
    padding-right: 1rem !important;
  }
  .pb-nb-4,
  .py-nb-4 {
    padding-bottom: 1rem !important;
  }
  .pl-nb-4,
  .px-nb-4 {
    padding-left: 1rem !important;
  }
  .p-nb-5 {
    padding: 1.25rem !important;
  }
  .pt-nb-5,
  .py-nb-5 {
    padding-top: 1.25rem !important;
  }
  .pr-nb-5,
  .px-nb-5 {
    padding-right: 1.25rem !important;
  }
  .pb-nb-5,
  .py-nb-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-nb-5,
  .px-nb-5 {
    padding-left: 1.25rem !important;
  }
  .m-nb-n1 {
    margin: -0.25rem !important;
  }
  .mt-nb-n1,
  .my-nb-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-nb-n1,
  .mx-nb-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-nb-n1,
  .my-nb-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-nb-n1,
  .mx-nb-n1 {
    margin-left: -0.25rem !important;
  }
  .m-nb-n2 {
    margin: -0.5rem !important;
  }
  .mt-nb-n2,
  .my-nb-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-nb-n2,
  .mx-nb-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-nb-n2,
  .my-nb-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-nb-n2,
  .mx-nb-n2 {
    margin-left: -0.5rem !important;
  }
  .m-nb-n3 {
    margin: -0.75rem !important;
  }
  .mt-nb-n3,
  .my-nb-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-nb-n3,
  .mx-nb-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-nb-n3,
  .my-nb-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-nb-n3,
  .mx-nb-n3 {
    margin-left: -0.75rem !important;
  }
  .m-nb-n4 {
    margin: -1rem !important;
  }
  .mt-nb-n4,
  .my-nb-n4 {
    margin-top: -1rem !important;
  }
  .mr-nb-n4,
  .mx-nb-n4 {
    margin-right: -1rem !important;
  }
  .mb-nb-n4,
  .my-nb-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-nb-n4,
  .mx-nb-n4 {
    margin-left: -1rem !important;
  }
  .m-nb-n5 {
    margin: -1.25rem !important;
  }
  .mt-nb-n5,
  .my-nb-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-nb-n5,
  .mx-nb-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-nb-n5,
  .my-nb-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-nb-n5,
  .mx-nb-n5 {
    margin-left: -1.25rem !important;
  }
  .m-nb-auto {
    margin: auto !important;
  }
  .mt-nb-auto,
  .my-nb-auto {
    margin-top: auto !important;
  }
  .mr-nb-auto,
  .mx-nb-auto {
    margin-right: auto !important;
  }
  .mb-nb-auto,
  .my-nb-auto {
    margin-bottom: auto !important;
  }
  .ml-nb-auto,
  .mx-nb-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-2xl-0 {
    margin: 0 !important;
  }
  .mt-2xl-0,
  .my-2xl-0 {
    margin-top: 0 !important;
  }
  .mr-2xl-0,
  .mx-2xl-0 {
    margin-right: 0 !important;
  }
  .mb-2xl-0,
  .my-2xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-2xl-0,
  .mx-2xl-0 {
    margin-left: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .mt-2xl-1,
  .my-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-2xl-1,
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-2xl-1,
  .my-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-2xl-1,
  .mx-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .mt-2xl-2,
  .my-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2xl-2,
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2xl-2,
  .my-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2xl-2,
  .mx-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 0.75rem !important;
  }
  .mt-2xl-3,
  .my-2xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-2xl-3,
  .mx-2xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-2xl-3,
  .my-2xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-2xl-3,
  .mx-2xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-2xl-4 {
    margin: 1rem !important;
  }
  .mt-2xl-4,
  .my-2xl-4 {
    margin-top: 1rem !important;
  }
  .mr-2xl-4,
  .mx-2xl-4 {
    margin-right: 1rem !important;
  }
  .mb-2xl-4,
  .my-2xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-2xl-4,
  .mx-2xl-4 {
    margin-left: 1rem !important;
  }
  .m-2xl-5 {
    margin: 1.25rem !important;
  }
  .mt-2xl-5,
  .my-2xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-2xl-5,
  .mx-2xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-2xl-5,
  .my-2xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-2xl-5,
  .mx-2xl-5 {
    margin-left: 1.25rem !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .pt-2xl-0,
  .py-2xl-0 {
    padding-top: 0 !important;
  }
  .pr-2xl-0,
  .px-2xl-0 {
    padding-right: 0 !important;
  }
  .pb-2xl-0,
  .py-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-2xl-0,
  .px-2xl-0 {
    padding-left: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .pt-2xl-1,
  .py-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-2xl-1,
  .px-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-2xl-1,
  .py-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-2xl-1,
  .px-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .pt-2xl-2,
  .py-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2xl-2,
  .px-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2xl-2,
  .py-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2xl-2,
  .px-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 0.75rem !important;
  }
  .pt-2xl-3,
  .py-2xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-2xl-3,
  .px-2xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-2xl-3,
  .py-2xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-2xl-3,
  .px-2xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-2xl-4 {
    padding: 1rem !important;
  }
  .pt-2xl-4,
  .py-2xl-4 {
    padding-top: 1rem !important;
  }
  .pr-2xl-4,
  .px-2xl-4 {
    padding-right: 1rem !important;
  }
  .pb-2xl-4,
  .py-2xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-2xl-4,
  .px-2xl-4 {
    padding-left: 1rem !important;
  }
  .p-2xl-5 {
    padding: 1.25rem !important;
  }
  .pt-2xl-5,
  .py-2xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-2xl-5,
  .px-2xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-2xl-5,
  .py-2xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-2xl-5,
  .px-2xl-5 {
    padding-left: 1.25rem !important;
  }
  .m-2xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-2xl-n1,
  .my-2xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-2xl-n1,
  .mx-2xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-2xl-n1,
  .my-2xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-2xl-n1,
  .mx-2xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-2xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-2xl-n2,
  .my-2xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-2xl-n2,
  .mx-2xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-2xl-n2,
  .my-2xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-2xl-n2,
  .mx-2xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-2xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-2xl-n3,
  .my-2xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-2xl-n3,
  .mx-2xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-2xl-n3,
  .my-2xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-2xl-n3,
  .mx-2xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-2xl-n4 {
    margin: -1rem !important;
  }
  .mt-2xl-n4,
  .my-2xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-2xl-n4,
  .mx-2xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-2xl-n4,
  .my-2xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-2xl-n4,
  .mx-2xl-n4 {
    margin-left: -1rem !important;
  }
  .m-2xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-2xl-n5,
  .my-2xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-2xl-n5,
  .mx-2xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-2xl-n5,
  .my-2xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-2xl-n5,
  .mx-2xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mt-2xl-auto,
  .my-2xl-auto {
    margin-top: auto !important;
  }
  .mr-2xl-auto,
  .mx-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-auto,
  .my-2xl-auto {
    margin-bottom: auto !important;
  }
  .ml-2xl-auto,
  .mx-2xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-3xl-0 {
    margin: 0 !important;
  }
  .mt-3xl-0,
  .my-3xl-0 {
    margin-top: 0 !important;
  }
  .mr-3xl-0,
  .mx-3xl-0 {
    margin-right: 0 !important;
  }
  .mb-3xl-0,
  .my-3xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-3xl-0,
  .mx-3xl-0 {
    margin-left: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.25rem !important;
  }
  .mt-3xl-1,
  .my-3xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-3xl-1,
  .mx-3xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-3xl-1,
  .my-3xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-3xl-1,
  .mx-3xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-3xl-2 {
    margin: 0.5rem !important;
  }
  .mt-3xl-2,
  .my-3xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-3xl-2,
  .mx-3xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-3xl-2,
  .my-3xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-3xl-2,
  .mx-3xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-3xl-3 {
    margin: 0.75rem !important;
  }
  .mt-3xl-3,
  .my-3xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-3xl-3,
  .mx-3xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-3xl-3,
  .my-3xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-3xl-3,
  .mx-3xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-3xl-4 {
    margin: 1rem !important;
  }
  .mt-3xl-4,
  .my-3xl-4 {
    margin-top: 1rem !important;
  }
  .mr-3xl-4,
  .mx-3xl-4 {
    margin-right: 1rem !important;
  }
  .mb-3xl-4,
  .my-3xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-3xl-4,
  .mx-3xl-4 {
    margin-left: 1rem !important;
  }
  .m-3xl-5 {
    margin: 1.25rem !important;
  }
  .mt-3xl-5,
  .my-3xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-3xl-5,
  .mx-3xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-3xl-5,
  .my-3xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-3xl-5,
  .mx-3xl-5 {
    margin-left: 1.25rem !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .pt-3xl-0,
  .py-3xl-0 {
    padding-top: 0 !important;
  }
  .pr-3xl-0,
  .px-3xl-0 {
    padding-right: 0 !important;
  }
  .pb-3xl-0,
  .py-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-3xl-0,
  .px-3xl-0 {
    padding-left: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.25rem !important;
  }
  .pt-3xl-1,
  .py-3xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-3xl-1,
  .px-3xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-3xl-1,
  .py-3xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-3xl-1,
  .px-3xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-3xl-2 {
    padding: 0.5rem !important;
  }
  .pt-3xl-2,
  .py-3xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-3xl-2,
  .px-3xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-3xl-2,
  .py-3xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-3xl-2,
  .px-3xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-3xl-3 {
    padding: 0.75rem !important;
  }
  .pt-3xl-3,
  .py-3xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-3xl-3,
  .px-3xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-3xl-3,
  .py-3xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-3xl-3,
  .px-3xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-3xl-4 {
    padding: 1rem !important;
  }
  .pt-3xl-4,
  .py-3xl-4 {
    padding-top: 1rem !important;
  }
  .pr-3xl-4,
  .px-3xl-4 {
    padding-right: 1rem !important;
  }
  .pb-3xl-4,
  .py-3xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-3xl-4,
  .px-3xl-4 {
    padding-left: 1rem !important;
  }
  .p-3xl-5 {
    padding: 1.25rem !important;
  }
  .pt-3xl-5,
  .py-3xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-3xl-5,
  .px-3xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-3xl-5,
  .py-3xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-3xl-5,
  .px-3xl-5 {
    padding-left: 1.25rem !important;
  }
  .m-3xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-3xl-n1,
  .my-3xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-3xl-n1,
  .mx-3xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-3xl-n1,
  .my-3xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-3xl-n1,
  .mx-3xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-3xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-3xl-n2,
  .my-3xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-3xl-n2,
  .mx-3xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-3xl-n2,
  .my-3xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-3xl-n2,
  .mx-3xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-3xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-3xl-n3,
  .my-3xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-3xl-n3,
  .mx-3xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-3xl-n3,
  .my-3xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-3xl-n3,
  .mx-3xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-3xl-n4 {
    margin: -1rem !important;
  }
  .mt-3xl-n4,
  .my-3xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-3xl-n4,
  .mx-3xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-3xl-n4,
  .my-3xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-3xl-n4,
  .mx-3xl-n4 {
    margin-left: -1rem !important;
  }
  .m-3xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-3xl-n5,
  .my-3xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-3xl-n5,
  .mx-3xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-3xl-n5,
  .my-3xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-3xl-n5,
  .mx-3xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .mt-3xl-auto,
  .my-3xl-auto {
    margin-top: auto !important;
  }
  .mr-3xl-auto,
  .mx-3xl-auto {
    margin-right: auto !important;
  }
  .mb-3xl-auto,
  .my-3xl-auto {
    margin-bottom: auto !important;
  }
  .ml-3xl-auto,
  .mx-3xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-4xl-0 {
    margin: 0 !important;
  }
  .mt-4xl-0,
  .my-4xl-0 {
    margin-top: 0 !important;
  }
  .mr-4xl-0,
  .mx-4xl-0 {
    margin-right: 0 !important;
  }
  .mb-4xl-0,
  .my-4xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-4xl-0,
  .mx-4xl-0 {
    margin-left: 0 !important;
  }
  .m-4xl-1 {
    margin: 0.25rem !important;
  }
  .mt-4xl-1,
  .my-4xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-4xl-1,
  .mx-4xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-4xl-1,
  .my-4xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-4xl-1,
  .mx-4xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-4xl-2 {
    margin: 0.5rem !important;
  }
  .mt-4xl-2,
  .my-4xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-4xl-2,
  .mx-4xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-4xl-2,
  .my-4xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-4xl-2,
  .mx-4xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-4xl-3 {
    margin: 0.75rem !important;
  }
  .mt-4xl-3,
  .my-4xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-4xl-3,
  .mx-4xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-4xl-3,
  .my-4xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-4xl-3,
  .mx-4xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-4xl-4 {
    margin: 1rem !important;
  }
  .mt-4xl-4,
  .my-4xl-4 {
    margin-top: 1rem !important;
  }
  .mr-4xl-4,
  .mx-4xl-4 {
    margin-right: 1rem !important;
  }
  .mb-4xl-4,
  .my-4xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-4xl-4,
  .mx-4xl-4 {
    margin-left: 1rem !important;
  }
  .m-4xl-5 {
    margin: 1.25rem !important;
  }
  .mt-4xl-5,
  .my-4xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-4xl-5,
  .mx-4xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-4xl-5,
  .my-4xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-4xl-5,
  .mx-4xl-5 {
    margin-left: 1.25rem !important;
  }
  .p-4xl-0 {
    padding: 0 !important;
  }
  .pt-4xl-0,
  .py-4xl-0 {
    padding-top: 0 !important;
  }
  .pr-4xl-0,
  .px-4xl-0 {
    padding-right: 0 !important;
  }
  .pb-4xl-0,
  .py-4xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-4xl-0,
  .px-4xl-0 {
    padding-left: 0 !important;
  }
  .p-4xl-1 {
    padding: 0.25rem !important;
  }
  .pt-4xl-1,
  .py-4xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-4xl-1,
  .px-4xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-4xl-1,
  .py-4xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-4xl-1,
  .px-4xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-4xl-2 {
    padding: 0.5rem !important;
  }
  .pt-4xl-2,
  .py-4xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-4xl-2,
  .px-4xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-4xl-2,
  .py-4xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-4xl-2,
  .px-4xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-4xl-3 {
    padding: 0.75rem !important;
  }
  .pt-4xl-3,
  .py-4xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-4xl-3,
  .px-4xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-4xl-3,
  .py-4xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-4xl-3,
  .px-4xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-4xl-4 {
    padding: 1rem !important;
  }
  .pt-4xl-4,
  .py-4xl-4 {
    padding-top: 1rem !important;
  }
  .pr-4xl-4,
  .px-4xl-4 {
    padding-right: 1rem !important;
  }
  .pb-4xl-4,
  .py-4xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-4xl-4,
  .px-4xl-4 {
    padding-left: 1rem !important;
  }
  .p-4xl-5 {
    padding: 1.25rem !important;
  }
  .pt-4xl-5,
  .py-4xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-4xl-5,
  .px-4xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-4xl-5,
  .py-4xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-4xl-5,
  .px-4xl-5 {
    padding-left: 1.25rem !important;
  }
  .m-4xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-4xl-n1,
  .my-4xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-4xl-n1,
  .mx-4xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-4xl-n1,
  .my-4xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-4xl-n1,
  .mx-4xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-4xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-4xl-n2,
  .my-4xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-4xl-n2,
  .mx-4xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-4xl-n2,
  .my-4xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-4xl-n2,
  .mx-4xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-4xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-4xl-n3,
  .my-4xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-4xl-n3,
  .mx-4xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-4xl-n3,
  .my-4xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-4xl-n3,
  .mx-4xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-4xl-n4 {
    margin: -1rem !important;
  }
  .mt-4xl-n4,
  .my-4xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-4xl-n4,
  .mx-4xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-4xl-n4,
  .my-4xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-4xl-n4,
  .mx-4xl-n4 {
    margin-left: -1rem !important;
  }
  .m-4xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-4xl-n5,
  .my-4xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-4xl-n5,
  .mx-4xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-4xl-n5,
  .my-4xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-4xl-n5,
  .mx-4xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-4xl-auto {
    margin: auto !important;
  }
  .mt-4xl-auto,
  .my-4xl-auto {
    margin-top: auto !important;
  }
  .mr-4xl-auto,
  .mx-4xl-auto {
    margin-right: auto !important;
  }
  .mb-4xl-auto,
  .my-4xl-auto {
    margin-bottom: auto !important;
  }
  .ml-4xl-auto,
  .mx-4xl-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: 360px) {
  .text-pm-left {
    text-align: left !important;
  }
  .text-pm-right {
    text-align: right !important;
  }
  .text-pm-center {
    text-align: center !important;
  }
}
@media (min-width: 375px) {
  .text-px-left {
    text-align: left !important;
  }
  .text-px-right {
    text-align: right !important;
  }
  .text-px-center {
    text-align: center !important;
  }
}
@media (min-width: 390px) {
  .text-pp-left {
    text-align: left !important;
  }
  .text-pp-right {
    text-align: right !important;
  }
  .text-pp-center {
    text-align: center !important;
  }
}
@media (min-width: 414px) {
  .text-ps-left {
    text-align: left !important;
  }
  .text-ps-right {
    text-align: right !important;
  }
  .text-ps-center {
    text-align: center !important;
  }
}
@media (min-width: 430px) {
  .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: 1024px) {
  .text-tb-left {
    text-align: left !important;
  }
  .text-tb-right {
    text-align: right !important;
  }
  .text-tb-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-left {
    text-align: left !important;
  }
  .text-nb-right {
    text-align: right !important;
  }
  .text-nb-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-left {
    text-align: left !important;
  }
  .text-2xl-right {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-left {
    text-align: left !important;
  }
  .text-3xl-right {
    text-align: right !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-left {
    text-align: left !important;
  }
  .text-4xl-right {
    text-align: right !important;
  }
  .text-4xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #004eb3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #677E1B !important;
}

a.text-success:hover, a.text-success:focus {
  color: #343f0e !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #8de7ff !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #b3a100 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #6a0000 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

a.text-gray:hover, a.text-gray:focus {
  color: #838f9b !important;
}

.text-gray-300 {
  color: #eeeeee !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #c8c8c8 !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-orange {
  color: #EA5F2B !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #b63f12 !important;
}

.text-green {
  color: #677E1B !important;
}

a.text-green:hover, a.text-green:focus {
  color: #343f0e !important;
}

.text-purple {
  color: #6f42c1 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #4e2d89 !important;
}

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

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-pink {
  color: #FFDCAC !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #ffbc60 !important;
}

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

a.text-blue:hover, a.text-blue:focus {
  color: #004eb3 !important;
}

.text-teal {
  color: #BDFFB1 !important;
}

a.text-teal:hover, a.text-teal:focus {
  color: #7cff65 !important;
}

.text-navbar {
  color: #00a43a !important;
}

a.text-navbar:hover, a.text-navbar:focus {
  color: #00581f !important;
}

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

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-2lg {
  font-size: 1.25rem !important;
}

.text-3lg {
  font-size: 1.375rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.text-2xl {
  font-size: 1.75rem !important;
}

.text-3xl {
  font-size: 2rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 2.5rem !important;
}

.text-6xl {
  font-size: 2.75rem !important;
}

.text-7xl {
  font-size: 3rem !important;
}

.text-8xl {
  font-size: 3.25rem !important;
}

.text-9xl {
  font-size: 3.5rem !important;
}

.text-10xl {
  font-size: 3.75rem !important;
}

.text-4th {
  font-size: 4rem !important;
}

.text-5th {
  font-size: 5rem !important;
}

.text-6th {
  font-size: 6rem !important;
}

.text-7th {
  font-size: 7rem !important;
}

.text-8th {
  font-size: 8rem !important;
}

.text-9th {
  font-size: 9rem !important;
}

.text-10th {
  font-size: 10rem !important;
}

@media (min-width: 360px) {
  .text-pm-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 360px) {
  .text-pm-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 375px) {
  .text-px-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 390px) {
  .text-pp-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 414px) {
  .text-ps-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 430px) {
  .text-sm-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 1024px) {
  .text-tb-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 1366px) {
  .text-nb-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 1440px) {
  .text-2xl-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 1600px) {
  .text-3xl-10th {
    font-size: 10rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-xs {
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-sm {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-base {
    font-size: 1rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-lg {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-2lg {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-3lg {
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-xl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-2xl {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-4xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-5xl {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-6xl {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-7xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-8xl {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-9xl {
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-10xl {
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-4th {
    font-size: 4rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-5th {
    font-size: 5rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-6th {
    font-size: 6rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-7th {
    font-size: 7rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-8th {
    font-size: 8rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-9th {
    font-size: 9rem !important;
  }
}
@media (min-width: 1920px) {
  .text-4xl-10th {
    font-size: 10rem !important;
  }
}
body {
  font-family: -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-size: 1rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

button {
  border: none;
  background: none;
  opacity: 0.9;
  margin-bottom: 0;
  padding-bottom: 0;
}
button:focus {
  outline: none;
  outline: none -webkit-focus-ring-color;
  opacity: 0.7;
}
button:hover {
  opacity: 1;
}

.text-big {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.list-style-disc {
  list-style: disc;
}

.list-style-decimal {
  list-style: decimal;
}

.letter-spacing-1 {
  letter-spacing: -1px;
}

.letter-spacing-2 {
  letter-spacing: -2px;
}

@media (max-width: 1024px) {
  .letter-spacing-tb-1 {
    letter-spacing: -1px;
  }
}

@media (max-width: 1024px) {
  .letter-spacing-tb-2 {
    letter-spacing: -2px;
  }
}

@media (max-width: 768px) {
  .letter-spacing-md-1 {
    letter-spacing: -1px;
  }
}

@media (max-width: 768px) {
  .letter-spacing-md-2 {
    letter-spacing: -2px;
  }
}

@media (max-width: 430px) {
  .letter-spacing-sm-1 {
    letter-spacing: -1px;
  }
}

@media (max-width: 430px) {
  .letter-spacing-sm-2 {
    letter-spacing: -2px;
  }
}

@media (max-width: 430px) {
  .letter-spacing-sm-3 {
    letter-spacing: -3px;
  }
}

@media (max-width: 414px) {
  .letter-spacing-ps-1 {
    letter-spacing: -1px;
  }
}

@media (max-width: 414px) {
  .letter-spacing-ps-2 {
    letter-spacing: -2px;
  }
}

@media (max-width: 375px) {
  .letter-spacing-px-1 {
    letter-spacing: -1px;
  }
}

@media (max-width: 375px) {
  .letter-spacing-px-2 {
    letter-spacing: -2px;
  }
}

@media (max-width: 360px) {
  .letter-spacing-pm-1 {
    letter-spacing: -1px;
  }
}

@media (max-width: 360px) {
  .letter-spacing-pm-2 {
    letter-spacing: -2px;
  }
}

.letter-spacing-0 {
  letter-spacing: 0px;
}

@media (max-width: 430px) {
  .letter-spacing-sm-0 {
    letter-spacing: 0px;
  }
}

@media (max-width: 414px) {
  .letter-spacing-ps-0 {
    letter-spacing: 0px;
  }
}

@media (max-width: 390px) {
  .letter-spacing-pp-0 {
    letter-spacing: 0px;
  }
}

@media (max-width: 375px) {
  .letter-spacing-px-0 {
    letter-spacing: 0px;
  }
}

@media (max-width: 360px) {
  .letter-spacing-pm-0 {
    letter-spacing: 0px;
  }
}

.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line-height-1 {
  line-height: 1;
}
.line-height-2 {
  line-height: 1.2;
}
.line-height-3 {
  line-height: 1.5;
}
.line-height-4 {
  line-height: 1.7;
}
.line-height-5 {
  line-height: 2;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.transform-c-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.transform-h-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.transform-v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.z-index-10 {
  z-index: 10;
}

.z-index-5 {
  z-index: 5;
}

.link-btn .over {
  display: none;
}
.link-btn:hover .in {
  display: none;
}
.link-btn:hover .over {
  display: inline-block;
}

.cursor-pointer {
  cursor: pointer;
}

.mt-neg-1 {
  margin-top: -1rem;
}

.mt-neg-2 {
  margin-top: -2rem;
}

.mt-neg-3 {
  margin-top: -3rem;
}

.mt-neg-4 {
  margin-top: -4rem;
}

.mt-neg-5 {
  margin-top: -5rem;
}

.mt-neg-6 {
  margin-top: -6rem;
}

.mt-neg-7 {
  margin-top: -7rem;
}

.mt-neg-8 {
  margin-top: -8rem;
}

.mt-neg-9 {
  margin-top: -9rem;
}

.mt-neg-10 {
  margin-top: -10rem;
}

/* 單行省略 */
/* 多行省略 */
.mv-big {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mv-big:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btnGo {
  position: fixed;
  right: 2%;
  bottom: 4%;
  z-index: 150;
}
.btnGo a {
  color: white;
}
.btnGo a:hover {
  color: #00a43a;
  text-decoration: none;
}
.btnGo-button {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a43a;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.btnGo-button:hover {
  background-color: white;
}
@media (max-width: 430px) {
  .btnGo-button {
    width: 50px;
    height: 50px;
  }
}
.btnGo-top {
  margin-bottom: 7px;
}
.btnGo-form {
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
}

.owl-carousel {
  width: 80%;
  margin: 0 auto;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}
.owl-carousel .owl-nav button.owl-prev:hover span,
.owl-carousel .owl-nav button.owl-next:hover span {
  color: #145880;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 5%;
}

.owl-carousel .owl-nav button.owl-next {
  right: 5%;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  font-size: 4rem;
  opacity: 0.5;
}

.list-act-owl .owl-carousel {
  width: 70%;
  margin: 5% auto 0;
}

.list-act-owl .owl-carousel .owl-nav button.owl-prev {
  top: 30%;
  left: -18%;
}

.list-act-owl .owl-carousel .owl-nav button.owl-next {
  top: 30%;
  right: -18%;
}

.list-act-owl .owl-carousel .owl-nav button.owl-prev span,
.list-act-owl .owl-carousel .owl-nav button.owl-next span {
  font-size: 5rem;
  opacity: 0.8;
  color: #000;
}

.number-owl .owl-carousel {
  width: 80%;
  margin: 5% auto 0;
}

.number-owl .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.number-owl .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.number-owl .owl-carousel .owl-nav button.owl-prev span,
.number-owl .owl-carousel .owl-nav button.owl-next span {
  font-size: 8rem;
  opacity: 0.8;
  color: #000;
}

@media (max-width: 430px) {
  .number-owl .owl-carousel {
    width: 90%;
    margin: 10% auto 0;
  }
  .number-owl .owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    left: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .number-owl .owl-carousel .owl-nav button.owl-next {
    top: 50%;
    right: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .number-owl .owl-carousel .owl-nav button.owl-prev span,
  .number-owl .owl-carousel .owl-nav button.owl-next span {
    font-size: 4rem;
    opacity: 0.8;
    color: #000;
  }
}
.owl-theme .owl-dots {
  margin-top: 0rem;
}

.owl-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 430px) {
  .owl-carousel .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#contact .send a {
  color: #fff !important;
  background-color: #00a43a;
}

.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-1 {
  background: url(../images/bg-1.jpg) repeat-y top center;
  background-size: 100%;
}

.bg-2 {
  background-image: url(../images/bg-icon-1.jpg), url(../images/bg-icon-2.jpg);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding: 3% 0 7% 0;
}
@media (max-width: 1600px) {
  .bg-2 {
    padding: 3% 0 7% 0;
  }
}
@media (max-width: 1440px) {
  .bg-2 {
    padding: 3% 0 4% 0;
  }
}
@media (max-width: 1366px) {
  .bg-2 {
    padding: 3% 0 5% 0;
  }
}
@media (max-width: 1024px) {
  .bg-2 {
    padding: 1% 0 3% 0;
  }
}
@media (max-width: 768px) {
  .bg-2 {
    padding: 0% 0 2% 0;
  }
}
@media (max-width: 430px) {
  .bg-2 {
    padding: 3% 0 7% 0;
    background: none;
  }
}
@media (max-width: 414px) {
  .bg-2 {
    padding: 3% 0 7% 0;
  }
}
@media (max-width: 390px) {
  .bg-2 {
    padding: 3% 0 7% 0;
  }
}
@media (max-width: 375px) {
  .bg-2 {
    padding: 3% 0 7% 0;
  }
}
@media (max-width: 360px) {
  .bg-2 {
    padding: 3% 0 7% 0;
  }
}

.bg-3 {
  background: url(../images/bg-2.jpg) repeat-y top center;
  background-size: 100%;
}

.action {
  position: absolute;
}

.delay-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-6 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 5% auto;
}
.list-item li {
  position: relative;
  padding: 0 1%;
  cursor: pointer;
}
.list-item span {
  position: absolute;
}

.text-1 {
  font-size: 200%;
  text-align: center;
}
@media (max-width: 1600px) {
  .text-1 {
    font-size: 180%;
  }
}
@media (max-width: 1440px) {
  .text-1 {
    font-size: 160%;
  }
}
@media (max-width: 1366px) {
  .text-1 {
    font-size: 140%;
  }
}
@media (max-width: 1024px) {
  .text-1 {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  .text-1 {
    font-size: 120%;
  }
}
@media (max-width: 430px) {
  .text-1 {
    font-size: 130%;
  }
}

.text-2 {
  width: 70%;
  margin: 2% auto;
  font-size: 280%;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .text-2 {
    font-size: 240%;
  }
}
@media (max-width: 1440px) {
  .text-2 {
    font-size: 200%;
  }
}
@media (max-width: 1366px) {
  .text-2 {
    font-size: 180%;
  }
}
@media (max-width: 1024px) {
  .text-2 {
    font-size: 160%;
  }
}
@media (max-width: 768px) {
  .text-2 {
    font-size: 140%;
  }
}
@media (max-width: 430px) {
  .text-2 {
    font-size: 150%;
    width: 90%;
  }
}
@media (max-width: 414px) {
  .text-2 {
    font-size: 140%;
  }
}
@media (max-width: 390px) {
  .text-2 {
    font-size: 130%;
  }
}
@media (max-width: 375px) {
  .text-2 {
    font-size: 110%;
  }
}

.text-3 {
  font-size: 240%;
  width: 65%;
  display: block;
  margin: 1% auto;
  opacity: 0.7;
}
.text-3 p {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .text-3 {
    font-size: 200%;
  }
}
@media (max-width: 1440px) {
  .text-3 {
    font-size: 180%;
  }
}
@media (max-width: 1366px) {
  .text-3 {
    font-size: 160%;
  }
}
@media (max-width: 1024px) {
  .text-3 {
    font-size: 140%;
  }
}
@media (max-width: 768px) {
  .text-3 {
    font-size: 120%;
  }
}
@media (max-width: 430px) {
  .text-3 {
    font-size: 100%;
    width: 80%;
  }
}
@media (max-width: 360px) {
  .text-3 {
    font-size: 90%;
  }
}

.text-4 {
  font-size: 200%;
  width: 82%;
  margin: 0 auto;
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .text-4 {
    font-size: 180%;
  }
}
@media (max-width: 1440px) {
  .text-4 {
    font-size: 160%;
  }
}
@media (max-width: 1366px) {
  .text-4 {
    font-size: 140%;
  }
}
@media (max-width: 1024px) {
  .text-4 {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  .text-4 {
    font-size: 120%;
  }
}
@media (max-width: 430px) {
  .text-4 {
    font-size: 130%;
  }
}

.process-btn-box {
  position: absolute;
  width: 100%;
  height: 100%;
}

.process-btn {
  position: absolute;
  z-index: 10;
  width: 30%;
  cursor: pointer;
}
.process-btn-1 {
  top: 5%;
  left: 22%;
}
.process-btn-2 {
  top: 5%;
  left: 58%;
}
.process-btn-3 {
  top: 35%;
  left: 43%;
}
.process-btn-4 {
  top: 65%;
  left: 58%;
}
@media (max-width: 430px) {
  .process-btn {
    width: 96%;
  }
  .process-btn-1 {
    top: 12%;
    left: 2%;
  }
  .process-btn-2 {
    top: 28%;
    left: 2%;
  }
  .process-btn-3 {
    top: 44%;
    left: 2%;
  }
  .process-btn-4 {
    top: 60%;
    left: 2%;
  }
}

.opa {
  opacity: 0;
}

.ex-data {
  position: absolute;
  width: 83%;
  left: 8%;
  top: 16%;
  height: 76%;
  overflow: hidden;
}
@media (max-width: 430px) {
  .ex-data {
    display: block;
    width: 92%;
    left: 4%;
    top: 12%;
    height: 84%;
  }
}
.ex-data table {
  border: 0;
  width: 50%;
  margin-bottom: 20%;
}
@media (max-width: 430px) {
  .ex-data table {
    width: 100%;
    margin-bottom: 0%;
  }
}
.ex-data .mb-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: action-top 25s linear infinite;
          animation: action-top 25s linear infinite;
}
@media (max-width: 430px) {
  .ex-data .mb-table {
    display: block;
    width: 100%;
    -webkit-animation: action-top 40s linear infinite;
            animation: action-top 40s linear infinite;
  }
}
.ex-data td {
  font-size: 200%;
  border: 0;
  border-bottom: 2px solid #003060;
}
.ex-data td:nth-child(1) {
  width: 40%;
  text-align: center;
}
.ex-data td:nth-child(2) {
  width: 40%;
}
.ex-data td:nth-child(3) {
  width: 20%;
  text-align: center;
}
@media (max-width: 1600px) {
  .ex-data td {
    font-size: 180%;
  }
}
@media (max-width: 1440px) {
  .ex-data td {
    font-size: 160%;
  }
}
@media (max-width: 1366px) {
  .ex-data td {
    font-size: 140%;
  }
}
@media (max-width: 1024px) {
  .ex-data td {
    font-size: 120%;
  }
}
@media (max-width: 768px) {
  .ex-data td {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  .ex-data td {
    font-size: 120%;
    border-bottom: 1px solid #003060;
  }
  .ex-data td:nth-child(1) {
    width: 28%;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .ex-data td {
    font-size: 110%;
  }
}
@media (max-width: 360px) {
  .ex-data td {
    font-size: 100%;
  }
}

@-webkit-keyframes action-top {
  0% {
    margin-top: 0%;
  }
  100% {
    margin-top: -220%;
  }
}

@keyframes action-top {
  0% {
    margin-top: 0%;
  }
  100% {
    margin-top: -220%;
  }
}
@media (max-width: 430px) {
  @-webkit-keyframes action-top {
    0% {
      margin-top: 0%;
    }
    100% {
      margin-top: -1450%;
    }
  }
  @keyframes action-top {
    0% {
      margin-top: 0%;
    }
    100% {
      margin-top: -1450%;
    }
  }
}
.red {
  color: red;
}

.o-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 2% auto;
}
.o-item li {
  margin: 0 1%;
}