@import url(css2?family=Be+Vietnam+Pro:wght@300%3B400%3B500%3B600%3B700&display=swap.css);
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ :root {
  --bs-blue: #05f;
  --bs-indigo: #5c7cfa;
  --bs-purple: #a499ff;
  --bs-pink: #f06595;
  --bs-red: #f0323c;
  --bs-yellow: #ffc837;
  --bs-green: #3cd278;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #787878;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f4f5f7;
  --bs-gray-200: #f3f4f7;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #cdcdcd;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #787878;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #05f;
  --bs-secondary: #495057;
  --bs-success: #3cd278;
  --bs-info: #17a2b8;
  --bs-warning: #ffc837;
  --bs-danger: #f0323c;
  --bs-light: #f4f5f7;
  --bs-dark: #343a40;
  --bs-orange: #ff784b;
  --bs-teal: #20c997;
  --bs-gray-50: #fefefe;
  --bs-primary-rgb: 0, 85, 255;
  --bs-secondary-rgb: 73, 80, 87;
  --bs-success-rgb: 60, 210, 120;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 200, 55;
  --bs-danger-rgb: 240, 50, 60;
  --bs-light-rgb: 244, 245, 247;
  --bs-dark-rgb: 52, 58, 64;
  --bs-orange-rgb: 255, 120, 75;
  --bs-teal-rgb: 32, 201, 151;
  --bs-gray-50-rgb: 254, 254, 254;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 73, 80, 87;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Be Vietnam Pro", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: Be Vietnam Pro, sans-serif;
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #495057;
  --bs-body-bg: #fff
}
*, :after, :before {
  box-sizing: border-box
}
@media(prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  color: #495057;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: .9375rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align)
}
hr {
  background-color: currentColor;
  border: 0;
  color: #495057;
  margin: 1rem 0;
  opacity: .1
}
hr:not([size]) {
  height: 1px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .5rem;
  margin-top: 0
}
.h1, h1 {
  font-size: calc(1.30313rem + .6375vw)
}
@media(min-width:1200px) {
  .h1, h1 {
    font-size: 1.78125rem
  }
}
.h2, h2 {
  font-size: calc(1.27969rem + .35625vw)
}
@media(min-width:1200px) {
  .h2, h2 {
    font-size: 1.546875rem
  }
}
.h3, h3 {
  font-size: calc(1.25625rem + .075vw)
}
@media(min-width:1200px) {
  .h3, h3 {
    font-size: 1.3125rem
  }
}
.h4, h4 {
  font-size: 1.078125rem
}
.h5, h5 {
  font-size: .9375rem
}
.h6, h6 {
  font-size: .84375rem
}
p {
  margin-bottom: 1rem;
  margin-top: 0
}
abbr[data-bs-original-title], abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem
}
ol, ul {
  padding-left: 2rem
}
dl, ol, ul {
  margin-bottom: 1rem;
  margin-top: 0
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 600
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b, strong {
  font-weight: 700
}
.small, small {
  font-size: .875em
}
.mark, mark {
  background-color: #fcf8e3;
  padding: .2em
}
sub, sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #495057;
  text-decoration: none
}
a:hover {
  color: #05f;
  text-decoration: underline
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code, kbd, pre, samp {
  direction: ltr;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override
}
pre {
  display: block;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal
}
code {
  word-wrap: break-word;
  color: #f0323c;
  font-size: .875em
}
a > code {
  color: inherit
}
kbd {
  background-color: #212529;
  border-radius: .25rem;
  color: #fff;
  font-size: .875em;
  padding: 1rem
}
kbd kbd {
  font-size: 1em;
  font-weight: 600;
  padding: 0
}
figure {
  margin: 0 0 1rem
}
img, svg {
  vertical-align: middle
}
table {
  border-collapse: collapse;
  caption-side: bottom
}
caption {
  color: #8a90a2;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: left
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
  border-color: inherit
}
label {
  display: inline-block
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}
button, select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
select:disabled {
  opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
  display: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
textarea {
  resize: vertical
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}
legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  width: 100%
}
@media(min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}
legend + * {
  clear: left
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::file-selector-button {
  font: inherit
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
output {
  display: inline-block
}
iframe {
  border: 0
}
summary {
  cursor: pointer;
  display: list-item
}
progress {
  vertical-align: baseline
}
[hidden] {
  display: none !important
}
.lead {
  font-size: 1.171875rem;
  font-weight: 300
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}
@media(min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}
.display-2 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}
@media(min-width:1200px) {
  .display-2 {
    font-size: 4rem
  }
}
.display-3 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}
@media(min-width:1200px) {
  .display-3 {
    font-size: 3rem
  }
}
.display-4 {
  font-size: calc(1.325rem + .9vw);
  font-weight: 300;
  line-height: 1.2
}
@media(min-width:1200px) {
  .display-4 {
    font-size: 2rem
  }
}
.display-6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2
}
.list-inline, .list-unstyled {
  list-style: none;
  padding-left: 0
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: .875em;
  text-transform: uppercase
}
.blockquote {
  font-size: 1.171875rem;
  margin-bottom: 1rem
}
.blockquote > :last-child {
  margin-bottom: 0
}
.blockquote-footer {
  color: #787878;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: -1rem
}
.blockquote-footer:before {
  content: "鈥斅�"
}
.img-fluid, .img-thumbnail {
  height: auto;
  max-width: 100%
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  padding: .25rem
}
.figure {
  display: inline-block
}
.figure-img {
  line-height: 1;
  margin-bottom: .5rem
}
.figure-caption {
  color: #787878;
  font-size: .875em
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: .75rem;
  padding-left: var(--bs-gutter-x, .75rem);
  padding-right: .75rem;
  padding-right: var(--bs-gutter-x, .75rem);
  width: 100%
}
@media(min-width:576px) {
  .container, .container-sm {
    max-width: 540px
  }
}
@media(min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}
@media(min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}
@media(min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px
  }
}
@media(min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1)
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}
.col {
  flex: 1 0
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}
.col-3 {
  flex: 0 0 auto;
  width: 25%
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}
.col-6 {
  flex: 0 0 auto;
  width: 50%
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}
.col-9 {
  flex: 0 0 auto;
  width: 75%
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}
.col-12 {
  flex: 0 0 auto;
  width: 100%
}
.offset-1 {
  margin-left: 8.33333333%
}
.offset-2 {
  margin-left: 16.66666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333333%
}
.offset-5 {
  margin-left: 41.66666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333333%
}
.offset-8 {
  margin-left: 66.66666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333333%
}
.offset-11 {
  margin-left: 91.66666667%
}
.g-0, .gx-0 {
  --bs-gutter-x: 0
}
.g-0, .gy-0 {
  --bs-gutter-y: 0
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem
}
.g-6, .gx-6 {
  --bs-gutter-x: 4.5rem
}
.g-6, .gy-6 {
  --bs-gutter-y: 4.5rem
}
.g-7, .gx-7 {
  --bs-gutter-x: 6rem
}
.g-7, .gy-7 {
  --bs-gutter-y: 6rem
}
.g-8, .gx-8 {
  --bs-gutter-x: 7.5rem
}
.g-8, .gy-8 {
  --bs-gutter-y: 7.5rem
}
.g-9, .gx-9 {
  --bs-gutter-x: 9rem
}
.g-9, .gy-9 {
  --bs-gutter-y: 9rem
}
.g-10, .gx-10 {
  --bs-gutter-x: 11.5rem
}
.g-10, .gy-10 {
  --bs-gutter-y: 11.5rem
}
@media(min-width:576px) {
  .col-sm {
    flex: 1 0
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333333%
  }
  .offset-sm-2 {
    margin-left: 16.66666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333333%
  }
  .offset-sm-5 {
    margin-left: 41.66666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333333%
  }
  .offset-sm-8 {
    margin-left: 66.66666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333333%
  }
  .offset-sm-11 {
    margin-left: 91.66666667%
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
  .g-sm-6, .gx-sm-6 {
    --bs-gutter-x: 4.5rem
  }
  .g-sm-6, .gy-sm-6 {
    --bs-gutter-y: 4.5rem
  }
  .g-sm-7, .gx-sm-7 {
    --bs-gutter-x: 6rem
  }
  .g-sm-7, .gy-sm-7 {
    --bs-gutter-y: 6rem
  }
  .g-sm-8, .gx-sm-8 {
    --bs-gutter-x: 7.5rem
  }
  .g-sm-8, .gy-sm-8 {
    --bs-gutter-y: 7.5rem
  }
  .g-sm-9, .gx-sm-9 {
    --bs-gutter-x: 9rem
  }
  .g-sm-9, .gy-sm-9 {
    --bs-gutter-y: 9rem
  }
  .g-sm-10, .gx-sm-10 {
    --bs-gutter-x: 11.5rem
  }
  .g-sm-10, .gy-sm-10 {
    --bs-gutter-y: 11.5rem
  }
}
@media(min-width:768px) {
  .col-md {
    flex: 1 0
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333333%
  }
  .offset-md-2 {
    margin-left: 16.66666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333333%
  }
  .offset-md-5 {
    margin-left: 41.66666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333333%
  }
  .offset-md-8 {
    margin-left: 66.66666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333333%
  }
  .offset-md-11 {
    margin-left: 91.66666667%
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem
  }
  .g-md-6, .gx-md-6 {
    --bs-gutter-x: 4.5rem
  }
  .g-md-6, .gy-md-6 {
    --bs-gutter-y: 4.5rem
  }
  .g-md-7, .gx-md-7 {
    --bs-gutter-x: 6rem
  }
  .g-md-7, .gy-md-7 {
    --bs-gutter-y: 6rem
  }
  .g-md-8, .gx-md-8 {
    --bs-gutter-x: 7.5rem
  }
  .g-md-8, .gy-md-8 {
    --bs-gutter-y: 7.5rem
  }
  .g-md-9, .gx-md-9 {
    --bs-gutter-x: 9rem
  }
  .g-md-9, .gy-md-9 {
    --bs-gutter-y: 9rem
  }
  .g-md-10, .gx-md-10 {
    --bs-gutter-x: 11.5rem
  }
  .g-md-10, .gy-md-10 {
    --bs-gutter-y: 11.5rem
  }
}
@media(min-width:992px) {
  .col-lg {
    flex: 1 0
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333333%
  }
  .offset-lg-2 {
    margin-left: 16.66666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333333%
  }
  .offset-lg-5 {
    margin-left: 41.66666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333333%
  }
  .offset-lg-8 {
    margin-left: 66.66666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333333%
  }
  .offset-lg-11 {
    margin-left: 91.66666667%
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 4.5rem
  }
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 4.5rem
  }
  .g-lg-7, .gx-lg-7 {
    --bs-gutter-x: 6rem
  }
  .g-lg-7, .gy-lg-7 {
    --bs-gutter-y: 6rem
  }
  .g-lg-8, .gx-lg-8 {
    --bs-gutter-x: 7.5rem
  }
  .g-lg-8, .gy-lg-8 {
    --bs-gutter-y: 7.5rem
  }
  .g-lg-9, .gx-lg-9 {
    --bs-gutter-x: 9rem
  }
  .g-lg-9, .gy-lg-9 {
    --bs-gutter-y: 9rem
  }
  .g-lg-10, .gx-lg-10 {
    --bs-gutter-x: 11.5rem
  }
  .g-lg-10, .gy-lg-10 {
    --bs-gutter-y: 11.5rem
  }
}
@media(min-width:1200px) {
  .col-xl {
    flex: 1 0
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333333%
  }
  .offset-xl-2 {
    margin-left: 16.66666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333333%
  }
  .offset-xl-5 {
    margin-left: 41.66666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333333%
  }
  .offset-xl-8 {
    margin-left: 66.66666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333333%
  }
  .offset-xl-11 {
    margin-left: 91.66666667%
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 4.5rem
  }
  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 4.5rem
  }
  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 6rem
  }
  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 6rem
  }
  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 7.5rem
  }
  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 7.5rem
  }
  .g-xl-9, .gx-xl-9 {
    --bs-gutter-x: 9rem
  }
  .g-xl-9, .gy-xl-9 {
    --bs-gutter-y: 9rem
  }
  .g-xl-10, .gx-xl-10 {
    --bs-gutter-x: 11.5rem
  }
  .g-xl-10, .gy-xl-10 {
    --bs-gutter-y: 11.5rem
  }
}
@media(min-width:1400px) {
  .col-xxl {
    flex: 1 0
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xxl-0 {
    margin-left: 0
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%
  }
  .offset-xxl-3 {
    margin-left: 25%
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%
  }
  .offset-xxl-6 {
    margin-left: 50%
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%
  }
  .offset-xxl-9 {
    margin-left: 75%
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
  .g-xxl-6, .gx-xxl-6 {
    --bs-gutter-x: 4.5rem
  }
  .g-xxl-6, .gy-xxl-6 {
    --bs-gutter-y: 4.5rem
  }
  .g-xxl-7, .gx-xxl-7 {
    --bs-gutter-x: 6rem
  }
  .g-xxl-7, .gy-xxl-7 {
    --bs-gutter-y: 6rem
  }
  .g-xxl-8, .gx-xxl-8 {
    --bs-gutter-x: 7.5rem
  }
  .g-xxl-8, .gy-xxl-8 {
    --bs-gutter-y: 7.5rem
  }
  .g-xxl-9, .gx-xxl-9 {
    --bs-gutter-x: 9rem
  }
  .g-xxl-9, .gy-xxl-9 {
    --bs-gutter-y: 9rem
  }
  .g-xxl-10, .gx-xxl-10 {
    --bs-gutter-x: 11.5rem
  }
  .g-xxl-10, .gy-xxl-10 {
    --bs-gutter-y: 11.5rem
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #495057;
  --bs-table-striped-bg: #f3f4f7;
  --bs-table-active-color: #495057;
  --bs-table-active-bg: #f3f4f7;
  --bs-table-hover-color: #495057;
  --bs-table-hover-bg: #f3f4f7;
  border-color: #dee2e6;
  color: #495057;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: .75rem
}
.table > tbody {
  vertical-align: inherit
}
.table > thead {
  vertical-align: bottom
}
.table > :not(:first-child) {
  border-top: 2px solid #dee2e6
}
.caption-top {
  caption-side: top
}
.table-sm > :not(caption) > * > * {
  padding: 3.75rem
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0
}
.table-borderless > :not(:first-child) {
  border-top-width: 0
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}
.table-primary {
  --bs-table-bg: #cdf;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #bbcbea;
  color: #212529
}
.table-secondary {
  --bs-table-bg: #dbdcdd;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #c8cacb;
  color: #212529
}
.table-success {
  --bs-table-bg: #d8f6e4;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #c6e1d1;
  color: #212529
}
.table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #bfd8dd;
  color: #212529
}
.table-warning {
  --bs-table-bg: #fff4d7;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #e9dfc6;
  color: #212529
}
.table-danger {
  --bs-table-bg: #fcd6d8;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #e6c4c7;
  color: #212529
}
.table-light {
  --bs-table-bg: #f4f5f7;
  --bs-table-striped-bg: #212529;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #212529;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #212529;
  --bs-table-hover-color: #fff;
  border-color: #dfe0e2;
  color: #212529
}
.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #fff;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #fff;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #fff;
  --bs-table-hover-color: #212529;
  border-color: #484e53;
  color: #fff
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto
}
@media(max-width:575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
  }
}
@media(max-width:767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
  }
}
@media(max-width:991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
  }
}
@media(max-width:1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
  }
}
@media(max-width:1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
  }
}
.form-label {
  font-weight: 600;
  margin-bottom: .25rem
}
.col-form-label {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(.5625rem + 1px);
  padding-top: calc(.5625rem + 1px)
}
.col-form-label-lg {
  font-size: 1.171875rem;
  padding-bottom: calc(.9375rem + 1px);
  padding-top: calc(.9375rem + 1px)
}
.col-form-label-sm {
  font-size: .8203125rem;
  padding-bottom: calc(.375rem + 1px);
  padding-top: calc(.375rem + 1px)
}
.form-text {
  color: #8a90a2;
  font-size: .875em;
  margin-top: .25rem
}
.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .5625rem 1rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%
}
@media(prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}
.form-control[type=file] {
  overflow: hidden
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}
.form-control:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .25);
  box-shadow: none;
  color: #495057;
  outline: 0
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em
}
.form-control::-webkit-input-placeholder {
  color: #787878;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #787878;
  opacity: 1
}
.form-control::placeholder {
  color: #787878;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1
}
.form-control::file-selector-button {
  -webkit-margin-end: 1rem;
  background-color: #f3f4f7;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #495057;
  margin: -.5625rem -1rem;
  margin-inline-end: 1rem;
  padding: .5625rem 1rem;
  pointer-events: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }
  .form-control::file-selector-button {
    transition: none
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e7e8eb
}
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  background-color: #f3f4f7;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #495057;
  margin: -.5625rem -1rem;
  margin-inline-end: 1rem;
  padding: .5625rem 1rem;
  pointer-events: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e7e8eb
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #495057;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: .5625rem 0;
  width: 100%
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0
}
.form-control-sm {
  border-radius: .25rem;
  font-size: .8203125rem;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem
}
.form-control-sm::file-selector-button {
  -webkit-margin-end: .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem
}
.form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: .75rem;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem
}
.form-control-lg {
  border-radius: .25rem;
  font-size: 1.171875rem;
  min-height: calc(1.5em + 1.875rem + 2px);
  padding: .9375rem 1.25rem
}
.form-control-lg::file-selector-button {
  -webkit-margin-end: 1.25rem;
  margin: -.9375rem -1.25rem;
  margin-inline-end: 1.25rem;
  padding: .9375rem 1.25rem
}
.form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1.25rem;
  margin: -.9375rem -1.25rem;
  margin-inline-end: 1.25rem;
  padding: .9375rem 1.25rem
}
textarea.form-control {
  min-height: calc(1.5em + 1.125rem + 2px)
}
textarea.form-control-sm {
  min-height: calc(1.5em + .75rem + 2px)
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.875rem + 2px)
}
.form-control-color {
  height: auto;
  padding: .5625rem;
  width: 3rem
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}
.form-control-color::-moz-color-swatch {
  border-radius: .25rem;
  height: 1.5em
}
.form-control-color::-webkit-color-swatch {
  border-radius: .25rem;
  height: 1.5em
}
.form-select {
  -moz-padding-start: calc(1rem - 3px);
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .5625rem 3rem .5625rem 1rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%
}
@media(prefers-reduced-motion:reduce) {
  .form-select {
    transition: none
  }
}
.form-select:focus {
  border-color: rgba(0, 0, 0, .25);
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  outline: 0
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 1rem
}
.form-select:disabled {
  background-color: #f3f4f7
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-select-sm {
  border-radius: .25rem;
  font-size: .8203125rem;
  padding-bottom: .375rem;
  padding-left: .75rem;
  padding-top: .375rem
}
.form-select-lg {
  border-radius: .25rem;
  font-size: 1.171875rem;
  padding-bottom: .9375rem;
  padding-left: 1.25rem;
  padding-top: .9375rem
}
.form-check {
  display: block;
  margin-bottom: .125rem;
  min-height: 1.40625rem;
  padding-left: 1.5em
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}
.form-check-input {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  color-adjust: exact;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  width: 1em
}
.form-check-input[type=checkbox] {
  border-radius: .25rem
}
.form-check-input[type=radio] {
  border-radius: 50%
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}
.form-check-input:focus {
  border-color: rgba(0, 0, 0, .25);
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  outline: 0
}
.form-check-input:checked {
  background-color: #05f;
  border-color: #05f
}
.form-check-input:checked[type=checkbox] {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}
.form-check-input:checked[type=radio] {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #05f;
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #05f
}
.form-check-input:disabled {
  -webkit-filter: none;
  filter: none;
  opacity: .5;
  pointer-events: none
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5
}
.form-switch {
  padding-left: 2.5em
}
.form-switch .form-check-input {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
  width: 2em
}
@media(prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}
.form-switch .form-check-input:focus {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E")
}
.form-switch .form-check-input:checked {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}
.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute
}
.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  -webkit-filter: none;
  filter: none;
  opacity: .65;
  pointer-events: none
}
.form-range {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.3rem;
  padding: 0;
  width: 100%
}
.form-range:focus {
  outline: 0
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none
}
.form-range::-moz-focus-outer {
  border: 0
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #05f;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}
@media(prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3ccff
}
.form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}
.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #05f;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}
@media(prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3ccff
}
.form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}
.form-range:disabled {
  pointer-events: none
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}
.form-floating {
  position: relative
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none
  }
}
.form-floating > .form-control {
  padding: 1rem
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent
}
.form-floating > .form-control::placeholder {
  color: transparent
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}
.form-floating > .form-control:-webkit-autofill {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}
.form-floating > .form-select {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}
.input-group > .form-control, .input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3
}
.input-group .btn {
  position: relative;
  z-index: 2
}
.input-group .btn:focus {
  z-index: 3
}
.input-group-text {
  align-items: center;
  background-color: #f3f4f7;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  color: #495057;
  display: flex;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .5625rem 1rem;
  text-align: center;
  white-space: nowrap
}
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  border-radius: .25rem;
  font-size: 1.171875rem;
  padding: .9375rem 1.25rem
}
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  border-radius: .25rem;
  font-size: .8203125rem;
  padding: .375rem .75rem
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 4rem
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px
}
.valid-feedback {
  color: #3cd278;
  display: none;
  font-size: .875em;
  margin-top: .25rem;
  width: 100%
}
.valid-tooltip {
  background-color: rgba(60, 210, 120, .9);
  border-radius: .25rem;
  color: #fff;
  display: none;
  font-size: .9375rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: .3rem .75rem;
  position: absolute;
  top: 100%;
  z-index: 5
}
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233cd278' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(.375em + .28125rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .5625rem) calc(.75em + .5625rem);
  border-color: #3cd278;
  padding-right: calc(1.5em + 1.125rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #3cd278;
  box-shadow: 0 0 0 .15rem rgba(60, 210, 120, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  background-position: top calc(.375em + .28125rem) right calc(.375em + .28125rem);
  padding-right: calc(1.5em + 1.125rem)
}
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #3cd278
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233cd278' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 14px 12px, calc(.75em + .5625rem) calc(.75em + .5625rem);
  padding-right: 5.5rem
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #3cd278;
  box-shadow: 0 0 0 .15rem rgba(60, 210, 120, .25)
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #3cd278
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #3cd278
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .15rem rgba(60, 210, 120, .25)
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #3cd278
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em
}
.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1
}
.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3
}
.invalid-feedback {
  color: #f0323c;
  display: none;
  font-size: .875em;
  margin-top: .25rem;
  width: 100%
}
.invalid-tooltip {
  background-color: rgba(240, 50, 60, .9);
  border-radius: .25rem;
  color: #fff;
  display: none;
  font-size: .9375rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: .3rem .75rem;
  position: absolute;
  top: 100%;
  z-index: 5
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f0323c'%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='%23f0323c' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(.375em + .28125rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .5625rem) calc(.75em + .5625rem);
  border-color: #f0323c;
  padding-right: calc(1.5em + 1.125rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #f0323c;
  box-shadow: 0 0 0 .15rem rgba(240, 50, 60, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  background-position: top calc(.375em + .28125rem) right calc(.375em + .28125rem);
  padding-right: calc(1.5em + 1.125rem)
}
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #f0323c
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f0323c'%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='%23f0323c' stroke='none'/%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 14px 12px, calc(.75em + .5625rem) calc(.75em + .5625rem);
  padding-right: 5.5rem
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #f0323c;
  box-shadow: 0 0 0 .15rem rgba(240, 50, 60, .25)
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #f0323c
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #f0323c
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .15rem rgba(240, 50, 60, .25)
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f0323c
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em
}
.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2
}
.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .375rem;
  color: #495057;
  cursor: pointer;
  display: inline-block;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
  padding: .5625rem 1rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}
@media(prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}
.btn:hover {
  color: #495057;
  text-decoration: none
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  outline: 0
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: .65;
  pointer-events: none
}
.btn-primary {
  background-color: #05f;
  border-color: #05f;
  color: #fff
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
  background-color: #0048d9;
  border-color: #04c;
  color: #fff
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 0 0 0 .15rem rgba(38, 111, 255, .5)
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #04c;
  border-color: #0040bf;
  color: #fff
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(38, 111, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #05f;
  border-color: #05f;
  color: #fff
}
.btn-secondary {
  background-color: #495057;
  border-color: #495057;
  color: #fff
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #3e444a;
  border-color: #3a4046;
  color: #fff
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: 0 0 0 .15rem hsla(210, 6%, 42%, .5)
}
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  background-color: #3a4046;
  border-color: #373c41;
  color: #fff
}
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem hsla(210, 6%, 42%, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #495057;
  border-color: #495057;
  color: #fff
}
.btn-success {
  background-color: #3cd278;
  border-color: #3cd278;
  color: #fff
}
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
  background-color: #33b366;
  border-color: #30a860;
  color: #fff
}
.btn-check:focus + .btn-success, .btn-success:focus {
  box-shadow: 0 0 0 .15rem rgba(89, 217, 140, .5)
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  background-color: #30a860;
  border-color: #2d9e5a;
  color: #fff
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(89, 217, 140, .5)
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #3cd278;
  border-color: #3cd278;
  color: #fff
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
  background-color: #148a9c;
  border-color: #128293;
  color: #fff
}
.btn-check:focus + .btn-info, .btn-info:focus {
  box-shadow: 0 0 0 .15rem rgba(58, 176, 195, .5)
}
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  background-color: #128293;
  border-color: #117a8a;
  color: #fff
}
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(58, 176, 195, .5)
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-warning {
  background-color: #ffc837;
  border-color: #ffc837;
  color: #212529
}
.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning:hover {
  background-color: #ffd055;
  border-color: #ffce4b;
  color: #212529
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  box-shadow: 0 0 0 .15rem rgba(222, 176, 53, .5)
}
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  background-color: #ffd35f;
  border-color: #ffce4b;
  color: #212529
}
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(222, 176, 53, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc837;
  border-color: #ffc837;
  color: #212529
}
.btn-danger {
  background-color: #f0323c;
  border-color: #f0323c;
  color: #fff
}
.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
  background-color: #cc2b33;
  border-color: #c02830;
  color: #fff
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  box-shadow: 0 0 0 .15rem rgba(242, 81, 89, .5)
}
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  background-color: #c02830;
  border-color: #b4262d;
  color: #fff
}
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(242, 81, 89, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #f0323c;
  border-color: #f0323c;
  color: #fff
}
.btn-light {
  background-color: #f4f5f7;
  border-color: #f4f5f7;
  color: #212529
}
.btn-check:focus + .btn-light, .btn-light:focus, .btn-light:hover {
  background-color: #f6f7f8;
  border-color: #f5f6f8;
  color: #212529
}
.btn-check:focus + .btn-light, .btn-light:focus {
  box-shadow: 0 0 0 .15rem hsla(210, 5%, 84%, .5)
}
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  background-color: #f6f7f9;
  border-color: #f5f6f8;
  color: #212529
}
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem hsla(210, 5%, 84%, .5)
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f4f5f7;
  border-color: #f4f5f7;
  color: #212529
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff
}
.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
  background-color: #2c3136;
  border-color: #2a2e33;
  color: #fff
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  box-shadow: 0 0 0 .15rem rgba(82, 88, 93, .5)
}
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  background-color: #2a2e33;
  border-color: #272c30;
  color: #fff
}
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff
}
.btn-orange {
  background-color: #ff784b;
  border-color: #ff784b;
  color: #fff
}
.btn-check:focus + .btn-orange, .btn-orange:focus, .btn-orange:hover {
  background-color: #d96640;
  border-color: #cc603c;
  color: #fff
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  box-shadow: 0 0 0 .15rem rgba(255, 140, 102, .5)
}
.btn-check:active + .btn-orange, .btn-check:checked + .btn-orange, .btn-orange.active, .btn-orange:active, .show > .btn-orange.dropdown-toggle {
  background-color: #cc603c;
  border-color: #bf5a38;
  color: #fff
}
.btn-check:active + .btn-orange:focus, .btn-check:checked + .btn-orange:focus, .btn-orange.active:focus, .btn-orange:active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(255, 140, 102, .5)
}
.btn-orange.disabled, .btn-orange:disabled {
  background-color: #ff784b;
  border-color: #ff784b;
  color: #fff
}
.btn-teal {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff
}
.btn-check:focus + .btn-teal, .btn-teal:focus, .btn-teal:hover {
  background-color: #1bab80;
  border-color: #1aa179;
  color: #fff
}
.btn-check:focus + .btn-teal, .btn-teal:focus {
  box-shadow: 0 0 0 .15rem rgba(65, 209, 167, .5)
}
.btn-check:active + .btn-teal, .btn-check:checked + .btn-teal, .btn-teal.active, .btn-teal:active, .show > .btn-teal.dropdown-toggle {
  background-color: #1aa179;
  border-color: #189771;
  color: #fff
}
.btn-check:active + .btn-teal:focus, .btn-check:checked + .btn-teal:focus, .btn-teal.active:focus, .btn-teal:active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem rgba(65, 209, 167, .5)
}
.btn-teal.disabled, .btn-teal:disabled {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff
}
.btn-check:focus + .btn-gray-50, .btn-gray-50, .btn-gray-50:focus, .btn-gray-50:hover {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #212529
}
.btn-check:focus + .btn-gray-50, .btn-gray-50:focus {
  box-shadow: 0 0 0 .15rem hsla(240, 1%, 87%, .5)
}
.btn-check:active + .btn-gray-50, .btn-check:checked + .btn-gray-50, .btn-gray-50.active, .btn-gray-50:active, .show > .btn-gray-50.dropdown-toggle {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #212529
}
.btn-check:active + .btn-gray-50:focus, .btn-check:checked + .btn-gray-50:focus, .btn-gray-50.active:focus, .btn-gray-50:active:focus, .show > .btn-gray-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 .15rem hsla(240, 1%, 87%, .5)
}
.btn-gray-50.disabled, .btn-gray-50:disabled {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #212529
}
.btn-link {
  text-decoration: none
}
.btn-link:focus {
  text-decoration: underline
}
.btn-group-lg > .btn, .btn-lg {
  border-radius: .5rem;
  font-size: 1.171875rem;
  padding: .9375rem 1.25rem
}
.btn-group-sm > .btn, .btn-sm {
  border-radius: .25rem;
  font-size: .8203125rem;
  padding: .375rem .75rem
}
.fade {
  transition: opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media(prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.collapsing.collapse-horizontal {
  height: auto;
  transition: width .35s ease;
  width: 0
}
@media(prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}
.dropdown, .dropend, .dropstart, .dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  color: #495057;
  display: none;
  font-size: .9375rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: .5rem .3rem;
  position: absolute;
  text-align: left;
  z-index: 1000
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: .125rem;
  top: 100%
}
.dropdown-menu-start {
  --bs-position: start
}
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto
}
.dropdown-menu-end {
  --bs-position: end
}
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0
}
@media(min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto
  }
  .dropdown-menu-sm-end {
    --bs-position: end
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}
@media(min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto
  }
  .dropdown-menu-md-end {
    --bs-position: end
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}
@media(min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto
  }
  .dropdown-menu-lg-end {
    --bs-position: end
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}
@media(min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto
  }
  .dropdown-menu-xl-end {
    --bs-position: end
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}
@media(min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto
  }
  .dropdown-menu-xxl-end {
    --bs-position: end
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: .125rem;
  margin-top: 0;
  top: auto
}
.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: .125rem;
  margin-top: 0;
  right: auto;
  top: 0
}
.dropend .dropdown-toggle:after {
  vertical-align: 0
}
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: .125rem;
  margin-top: 0;
  right: 100%;
  top: 0
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0
}
.dropdown-divider {
  border-top: 1px solid #f3f4f7;
  height: 0;
  margin: .5rem 0;
  overflow: hidden
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #787878;
  display: block;
  font-weight: 400;
  padding: .35rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f3f4f7;
  color: #1e2125;
  text-decoration: none
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #f4f5f7;
  color: #16181b;
  text-decoration: none
}
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  color: #787878;
  display: block;
  font-size: .8203125rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  white-space: nowrap
}
.dropdown-item-text {
  color: #787878;
  display: block;
  padding: .35rem 1.5rem
}
.dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15);
  color: #dee2e6
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6
}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, .15);
  color: #fff
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  background-color: #f4f5f7;
  color: #16181b
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #f3f4f7
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd
}
.btn-group, .btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle
}
.btn-group-vertical > .btn, .btn-group > .btn {
  flex: 1 1 auto;
  position: relative
}
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem
}
.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0
}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-left: .9375rem;
  padding-right: .9375rem
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%
}
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}
.nav-link {
  color: #212529;
  display: block;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}
.nav-link:focus, .nav-link:hover {
  color: #05f;
  text-decoration: none
}
.nav-link.disabled {
  color: #787878;
  cursor: default;
  pointer-events: none
}
.nav-tabs {
  border-bottom: 0 solid
}
.nav-tabs .nav-link {
  background: none;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #f3f4f7 #f3f4f7 "transparent";
  isolation: isolate
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #787878
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #05f;
  color: #fff
}
.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  position: relative
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between
}
.navbar-brand {
  font-size: 1.171875rem;
  margin-right: 1rem;
  padding-bottom: .32421875rem;
  padding-top: .32421875rem;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0
}
.navbar-nav .dropdown-menu {
  position: static
}
.navbar-text {
  padding-bottom: .5rem;
  padding-top: .5rem
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .375rem;
  font-size: 1.171875rem;
  line-height: 1;
  padding: .75rem 0;
  transition: box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}
.navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 .15rem;
  outline: 0;
  text-decoration: none
}
.navbar-toggler-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em
}
.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}
@media(min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas-header {
    display: none
  }
  .navbar-expand-sm .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }
  .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}
@media(min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
    display: none
  }
  .navbar-expand-md .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }
  .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}
@media(min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
    display: none
  }
  .navbar-expand-lg .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }
  .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}
@media(min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas-header {
    display: none
  }
  .navbar-expand-xl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }
  .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}
@media(min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-xxl .navbar-toggler, .navbar-expand-xxl .offcanvas-header {
    display: none
  }
  .navbar-expand-xxl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }
  .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}
.navbar-expand .navbar-nav {
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: .75rem;
  padding-right: .75rem
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}
.navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header {
  display: none
}
.navbar-expand .offcanvas {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  flex-grow: 1;
  position: inherit;
  -webkit-transform: none;
  transform: none;
  transition: none;
  visibility: visible !important;
  z-index: 1000
}
.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
  border-bottom: 0;
  border-top: 0;
  height: auto
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #0f1012
}
.navbar-light .navbar-nav .nav-link {
  color: #32373b
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0f1012
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #0f1012
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  color: #32373b
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2332373b' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
  color: #32373b
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: #0f1012
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .9)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, .1);
  color: hsla(0, 0%, 100%, .9)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .9)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, .125);
  border-radius: .1875rem;
  display: flex;
  flex-direction: column;
  min-width: 0
}
.card > hr {
  margin-left: 0;
  margin-right: 0
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit
}
.card > .list-group:first-child {
  border-top-left-radius: .1875rem;
  border-top-right-radius: .1875rem;
  border-top-width: 0
}
.card > .list-group:last-child {
  border-bottom-left-radius: .1875rem;
  border-bottom-right-radius: .1875rem;
  border-bottom-width: 0
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0
}
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem
}
.card-title {
  margin-bottom: .5rem
}
.card-subtitle {
  margin-top: -.25rem
}
.card-subtitle, .card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.5rem
}
.card-header {
  background-color: #f3f4f7;
  border-bottom: 0 solid rgba(0, 0, 0, .125);
  margin-bottom: 0;
  padding: .75rem 1.5rem
}
.card-header:first-child {
  border-radius: .1875rem .1875rem 0 0
}
.card-footer {
  background-color: #f3f4f7;
  border-top: 0 solid rgba(0, 0, 0, .125);
  padding: .75rem 1.5rem
}
.card-footer:last-child {
  border-radius: 0 0 .1875rem .1875rem
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.75rem
}
.card-header-pills, .card-header-tabs {
  margin-left: -.75rem;
  margin-right: -.75rem
}
.card-img-overlay {
  border-radius: .1875rem;
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0
}
.card-img, .card-img-bottom, .card-img-top {
  width: 100%
}
.card-img, .card-img-top {
  border-top-left-radius: .1875rem;
  border-top-right-radius: .1875rem
}
.card-img, .card-img-bottom {
  border-bottom-left-radius: .1875rem;
  border-bottom-right-radius: .1875rem
}
.card-group > .card {
  margin-bottom: .75rem
}
@media(min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #495057;
  display: flex;
  font-size: .9375rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  width: 100%
}
@media(prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}
.accordion-button:not(.collapsed) {
  background-color: #e6eeff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  color: #004de6
}
.accordion-button:not(.collapsed):after {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004de6'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.accordion-button:after {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 1.25rem
}
@media(prefers-reduced-motion:reduce) {
  .accordion-button:after {
    transition: none
  }
}
.accordion-button:hover {
  z-index: 2
}
.accordion-button:focus {
  border-color: rgba(0, 0, 0, .25);
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  outline: 0;
  z-index: 3
}
.accordion-header {
  margin-bottom: 0
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}
.accordion-item:first-of-type {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px)
}
.accordion-item:not(:first-of-type) {
  border-top: 0
}
.accordion-item:last-of-type {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(.375rem - 1px);
  border-bottom-right-radius: calc(.375rem - 1px)
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem
}
.accordion-body {
  padding: 1rem 1.25rem
}
.accordion-flush .accordion-collapse {
  border-width: 0
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0
}
.accordion-flush .accordion-item:first-child {
  border-top: 0
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0
}
.breadcrumb {
  background-color: #f4f5f7;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: .75rem 1rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .1rem
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #787878;
  content: "/";
  content: var(--bs-breadcrumb-divider, "/");
  float: left;
  padding-right: .1rem
}
.breadcrumb-item.active {
  color: #787878
}
.pagination {
  display: flex;
  list-style: none;
  padding-left: 0
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #05f;
  display: block;
  position: relative;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}
.page-link:hover {
  border-color: #dee2e6;
  text-decoration: none;
  z-index: 2
}
.page-link:focus, .page-link:hover {
  background-color: #f3f4f7;
  color: #05f
}
.page-link:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  outline: 0;
  z-index: 3
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px
}
.page-item.active .page-link {
  background-color: #05f;
  border-color: #05f;
  color: #fff;
  z-index: 3
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #787878;
  pointer-events: none
}
.page-link {
  padding: .375rem .75rem
}
.page-item:first-child .page-link {
  border-bottom-left-radius: .375rem;
  border-top-left-radius: .375rem
}
.page-item:last-child .page-link {
  border-bottom-right-radius: .375rem;
  border-top-right-radius: .375rem
}
.pagination-lg .page-link {
  font-size: 1.171875rem;
  padding: .75rem 1.5rem
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem
}
.pagination-sm .page-link {
  font-size: .8203125rem;
  padding: .25rem .5rem
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem
}
.badge {
  border-radius: .25rem;
  color: #fff;
  display: inline-block;
  font-size: 82%;
  font-weight: 600;
  line-height: 1;
  padding: .3em .5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.alert {
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 600
}
.alert-dismissible .btn-close {
  padding: .9375rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}
.alert-primary {
  border-color: #b3ccff;
  color: #039
}
.alert-primary .alert-link {
  color: #00297a
}
.alert-secondary {
  border-color: #c8cbcd;
  color: #2c3034
}
.alert-secondary .alert-link {
  color: #23262a
}
.alert-success {
  border-color: #c5f2d7;
  color: #247e48
}
.alert-success .alert-link {
  color: #1d653a
}
.alert-info {
  border-color: #b9e3ea;
  color: #0e616e
}
.alert-info .alert-link {
  color: #0b4e58
}
.alert-warning {
  border-color: #ffefc3;
  color: #997821
}
.alert-warning .alert-link {
  color: #7a601a
}
.alert-danger {
  border-color: #fbc2c5;
  color: #901e24
}
.alert-danger .alert-link {
  color: #73181d
}
.alert-light {
  border-color: #fcfcfd;
  color: #929394
}
.alert-light .alert-link {
  color: #757676
}
.alert-dark {
  border-color: #c2c4c6;
  color: #1f2326
}
.alert-dark .alert-link {
  color: #191c1e
}
.alert-orange {
  border-color: #ffd7c9;
  color: #99482d
}
.alert-orange .alert-link {
  color: #7a3a24
}
.alert-teal {
  border-color: #bcefe0;
  color: #13795b
}
.alert-teal .alert-link {
  color: #0f6149
}
.alert-gray-50 {
  border-color: #fff;
  color: #989898
}
.alert-gray-50 .alert-link {
  color: #7a7a7a
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: .75rem
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: .75rem
  }
}
.progress {
  background-color: #f3f4f7;
  border-radius: .25rem;
  font-size: .703125rem;
  height: .75rem
}
.progress, .progress-bar {
  display: flex;
  overflow: hidden
}
.progress-bar {
  background-color: #05f;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width .6s ease;
  white-space: nowrap
}
@media(prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: .75rem .75rem
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}
@media(prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}
.list-group {
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0
}
.list-group-numbered {
  counter-reset: section;
  list-style-type: none
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%
}
.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #f4f5f7;
  color: #495057;
  text-decoration: none;
  z-index: 1
}
.list-group-item-action:active {
  background-color: #f3f4f7;
  color: #495057
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  color: #212529;
  display: block;
  padding: .5rem 1rem;
  position: relative
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #fff;
  color: #787878;
  pointer-events: none
}
.list-group-item.active {
  background-color: #05f;
  border-color: #05f;
  color: #fff;
  z-index: 2
}
.list-group-item + .list-group-item {
  border-top-width: 0
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px
}
.list-group-horizontal {
  flex-direction: row
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px
}
@media(min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media(min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media(min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media(min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
@media(min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
  }
}
.list-group-flush {
  border-radius: 0
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0
}
.list-group-item-primary {
  background-color: #cdf;
  color: #039
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  background-color: #b8c7e6;
  color: #039
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #039;
  border-color: #039;
  color: #fff
}
.list-group-item-secondary {
  background-color: #dbdcdd;
  color: #2c3034
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  background-color: #c5c6c7;
  color: #2c3034
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #2c3034;
  border-color: #2c3034;
  color: #fff
}
.list-group-item-success {
  background-color: #d8f6e4;
  color: #247e48
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  background-color: #c2ddcd;
  color: #247e48
}
.list-group-item-success.list-group-item-action.active {
  background-color: #247e48;
  border-color: #247e48;
  color: #fff
}
.list-group-item-info {
  background-color: #d1ecf1;
  color: #0e616e
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  background-color: #bcd4d9;
  color: #0e616e
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0e616e;
  border-color: #0e616e;
  color: #fff
}
.list-group-item-warning {
  background-color: #fff4d7;
  color: #997821
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  background-color: #e6dcc2;
  color: #997821
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #997821;
  border-color: #997821;
  color: #fff
}
.list-group-item-danger {
  background-color: #fcd6d8;
  color: #901e24
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  background-color: #e3c1c2;
  color: #901e24
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #901e24;
  border-color: #901e24;
  color: #fff
}
.list-group-item-light {
  background-color: #fdfdfd;
  color: #929394
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background-color: #e4e4e4;
  color: #929394
}
.list-group-item-light.list-group-item-action.active {
  background-color: #929394;
  border-color: #929394;
  color: #fff
}
.list-group-item-dark {
  background-color: #d6d8d9;
  color: #1f2326
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  background-color: #c1c2c3;
  color: #1f2326
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1f2326;
  border-color: #1f2326;
  color: #fff
}
.list-group-item-orange {
  background-color: #ffe4db;
  color: #99482d
}
.list-group-item-orange.list-group-item-action:focus, .list-group-item-orange.list-group-item-action:hover {
  background-color: #e6cdc5;
  color: #99482d
}
.list-group-item-orange.list-group-item-action.active {
  background-color: #99482d;
  border-color: #99482d;
  color: #fff
}
.list-group-item-teal {
  background-color: #d2f4ea;
  color: #13795b
}
.list-group-item-teal.list-group-item-action:focus, .list-group-item-teal.list-group-item-action:hover {
  background-color: #bddcd3;
  color: #13795b
}
.list-group-item-teal.list-group-item-action.active {
  background-color: #13795b;
  border-color: #13795b;
  color: #fff
}
.list-group-item-gray-50 {
  background-color: #fff;
  color: #989898
}
.list-group-item-gray-50.list-group-item-action:focus, .list-group-item-gray-50.list-group-item-action:hover {
  background-color: #e6e6e6;
  color: #989898
}
.list-group-item-gray-50.list-group-item-action.active {
  background-color: #989898;
  border-color: #989898;
  color: #fff
}
.btn-close {
  background: transparent url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: .5;
  padding: .25em;
  width: 1em
}
.btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none
}
.btn-close:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  opacity: 1;
  outline: 0
}
.btn-close.disabled, .btn-close:disabled {
  opacity: .25;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%)
}
.toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, .85);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .375rem;
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06);
  font-size: .875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px
}
.toast.showing {
  opacity: 0
}
.toast:not(.show) {
  display: none
}
.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: max-content
}
.toast-container > :not(:last-child) {
  margin-bottom: .75rem
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, .85);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
  color: #787878;
  display: flex;
  padding: .5rem .75rem
}
.toast-header .btn-close {
  margin-left: .75rem;
  margin-right: -.375rem
}
.toast-body {
  word-wrap: break-word;
  padding: .75rem
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1055
}
.modal-dialog {
  margin: .5rem;
  pointer-events: none;
  position: relative;
  width: auto
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem)
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem
}
.modal-header .btn-close {
  margin: -.5rem -.5rem -.5rem auto;
  padding: .5rem
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: .75rem
}
.modal-footer > * {
  margin: .25rem
}
@media(min-width:576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}
@media(min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}
@media(min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}
.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}
.modal-fullscreen .modal-header {
  border-radius: 0
}
.modal-fullscreen .modal-body {
  overflow-y: auto
}
.modal-fullscreen .modal-footer {
  border-radius: 0
}
@media(max-width:575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}
@media(max-width:767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }
  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}
@media(max-width:991.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }
  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}
@media(max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }
  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}
@media(max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }
  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080
}
.tooltip.show {
  opacity: .9
}
.tooltip .tooltip-arrow {
  display: block;
  height: .5rem;
  position: absolute;
  width: .75rem
}
.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute
}
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .5rem 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #1a1d20;
  border-width: .5rem .375rem 0;
  top: -1px
}
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .5rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  height: .75rem;
  left: 0;
  width: .5rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #1a1d20;
  border-width: .375rem .5rem .375rem 0;
  right: -1px
}
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .5rem 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #1a1d20;
  border-width: 0 .375rem .5rem;
  bottom: -1px
}
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .5rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  height: .75rem;
  right: 0;
  width: .5rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #1a1d20;
  border-width: .375rem 0 .375rem .5rem;
  left: -1px
}
.tooltip-inner {
  background-color: #1a1d20;
  border-radius: .25rem;
  color: #fff;
  max-width: 200px;
  padding: .3rem .75rem;
  text-align: center
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #f3f4f7;
  border-radius: .25rem;
  display: block;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070
}
.popover .popover-arrow {
  display: block;
  height: .5rem;
  position: absolute;
  width: 1rem
}
.popover .popover-arrow:after, .popover .popover-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before, .bs-popover-top > .popover-arrow:before {
  border-top-color: #f3f4f7;
  border-width: .5rem .5rem 0;
  bottom: 0
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after, .bs-popover-top > .popover-arrow:after {
  border-top-color: #fff;
  border-width: .5rem .5rem 0;
  bottom: 1px
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  height: 1rem;
  left: calc(-.5rem - 1px);
  width: .5rem
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before, .bs-popover-end > .popover-arrow:before {
  border-right-color: #f3f4f7;
  border-width: .5rem .5rem .5rem 0;
  left: 0
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:after, .bs-popover-end > .popover-arrow:after {
  border-right-color: #fff;
  border-width: .5rem .5rem .5rem 0;
  left: 1px
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px)
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: #f3f4f7;
  border-width: 0 .5rem .5rem;
  top: 0
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #fff;
  border-width: 0 .5rem .5rem;
  top: 1px
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f4f5f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -.5rem;
  position: absolute;
  top: 0;
  width: 1rem
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  height: 1rem;
  right: calc(-.5rem - 1px);
  width: .5rem
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before, .bs-popover-start > .popover-arrow:before {
  border-left-color: #f3f4f7;
  border-width: .5rem 0 .5rem .5rem;
  right: 0
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:after, .bs-popover-start > .popover-arrow:after {
  border-left-color: #fff;
  border-width: .5rem 0 .5rem .5rem;
  right: 1px
}
.popover-header {
  background-color: #f4f5f7;
  border-bottom: 1px solid #f3f4f7;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  font-size: .9375rem;
  margin-bottom: 0;
  padding: .5rem 1rem
}
.popover-header:empty {
  display: none
}
.popover-body {
  color: #495057;
  padding: 1rem
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 100%
}
@media(prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s .6s;
  z-index: 0
}
@media(prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none
  }
}
.carousel-control-next, .carousel-control-prev {
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: .5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .15s ease;
  width: 15%;
  z-index: 1
}
@media(prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem
}
.carousel-control-prev-icon {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2
}
.carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: .5;
  padding: 0;
  text-indent: -999px;
  transition: opacity .6s ease;
  width: 30px
}
@media(prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  text-align: center
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100)
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000
}
.carousel-dark .carousel-caption {
  color: #000
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.spinner-border {
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  border: .25em solid;
  border-radius: 50%;
  border-right: .25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -.125em;
  width: 2rem
}
.spinner-border-sm {
  border-width: .2em;
  height: 1rem;
  width: 1rem
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -.125em;
  width: 2rem
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem
}
@media(prefers-reduced-motion:reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  visibility: hidden;
  z-index: 1045
}
@media(prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}
.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040
}
.offcanvas-backdrop.fade {
  opacity: 0
}
.offcanvas-backdrop.show {
  opacity: .5
}
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem
}
.offcanvas-header .btn-close {
  margin-bottom: -.5rem;
  margin-right: -.5rem;
  margin-top: -.5rem;
  padding: .5rem
}
.offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem
}
.offcanvas-start {
  border-right: 1px solid rgba(0, 0, 0, .2);
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 400px
}
.offcanvas-end {
  border-left: 1px solid rgba(0, 0, 0, .2);
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 400px
}
.offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.offcanvas-bottom, .offcanvas-top {
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, .2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}
.offcanvas.show {
  -webkit-transform: none;
  transform: none
}
.placeholder {
  background-color: currentColor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: .5;
  vertical-align: middle
}
.placeholder.btn:before {
  content: "";
  display: inline-block
}
.placeholder-xs {
  min-height: .6em
}
.placeholder-sm {
  min-height: .8em
}
.placeholder-lg {
  min-height: 1.2em
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}
.placeholder-wave {
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}
.clearfix:after {
  clear: both;
  content: "";
  display: block
}
.link-primary {
  color: #05f
}
.link-primary:focus, .link-primary:hover {
  color: #003cb3
}
.link-secondary {
  color: #495057
}
.link-secondary:focus, .link-secondary:hover {
  color: #33383d
}
.link-success {
  color: #3cd278
}
.link-success:focus, .link-success:hover {
  color: #2a9354
}
.link-info {
  color: #17a2b8
}
.link-info:focus, .link-info:hover {
  color: #107181
}
.link-warning {
  color: #ffc837
}
.link-warning:focus, .link-warning:hover {
  color: #ffd973
}
.link-danger {
  color: #f0323c
}
.link-danger:focus, .link-danger:hover {
  color: #a8232a
}
.link-light {
  color: #f4f5f7
}
.link-light:focus, .link-light:hover {
  color: #f7f8f9
}
.link-dark {
  color: #343a40
}
.link-dark:focus, .link-dark:hover {
  color: #24292d
}
.link-orange {
  color: #ff784b
}
.link-orange:focus, .link-orange:hover {
  color: #b35435
}
.link-teal {
  color: #20c997
}
.link-teal:focus, .link-teal:hover {
  color: #168d6a
}
.link-gray-50, .link-gray-50:focus, .link-gray-50:hover {
  color: #fefefe
}
.ratio {
  position: relative;
  width: 100%
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio)
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}
.fixed-top {
  top: 0
}
.fixed-bottom, .fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}
.fixed-bottom {
  bottom: 0
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}
@media(min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
@media(min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
@media(min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
@media(min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
@media(min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.hstack {
  align-items: center;
  flex-direction: row
}
.hstack, .vstack {
  align-self: stretch;
  display: flex
}
.vstack {
  flex: 1 1 auto;
  flex-direction: column
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: .1;
  width: 1px
}
.align-baseline {
  vertical-align: baseline !important
}
.align-top {
  vertical-align: top !important
}
.align-middle {
  vertical-align: middle !important
}
.align-bottom {
  vertical-align: bottom !important
}
.align-text-bottom {
  vertical-align: text-bottom !important
}
.align-text-top {
  vertical-align: text-top !important
}
.float-start {
  float: left !important
}
.float-end {
  float: right !important
}
.float-none {
  float: none !important
}
.opacity-0 {
  opacity: 0 !important
}
.opacity-25 {
  opacity: .25 !important
}
.opacity-50 {
  opacity: .5 !important
}
.opacity-75 {
  opacity: .75 !important
}
.opacity-100 {
  opacity: 1 !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.overflow-visible {
  overflow: visible !important
}
.overflow-scroll {
  overflow: scroll !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-grid {
  display: grid !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: flex !important
}
.d-inline-flex {
  display: inline-flex !important
}
.d-none {
  display: none !important
}
.shadow {
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06) !important
}
.shadow-sm {
  box-shadow: 0 0 .25rem rgba(73, 80, 87, .05) !important
}
.shadow-lg {
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08) !important
}
.shadow-none {
  box-shadow: none !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}
.top-0 {
  top: 0 !important
}
.top-50 {
  top: 50% !important
}
.top-100 {
  top: 100% !important
}
.bottom-0 {
  bottom: 0 !important
}
.bottom-50 {
  bottom: 50% !important
}
.bottom-100 {
  bottom: 100% !important
}
.start-0 {
  left: 0 !important
}
.start-50 {
  left: 50% !important
}
.start-100 {
  left: 100% !important
}
.end-0 {
  right: 0 !important
}
.end-50 {
  right: 50% !important
}
.end-100 {
  right: 100% !important
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important
}
.border {
  border: 1px solid #dee2e6 !important
}
.border-0 {
  border: 0 !important
}
.border-top {
  border-top: 1px solid #dee2e6 !important
}
.border-top-0 {
  border-top: 0 !important
}
.border-end {
  border-right: 1px solid #dee2e6 !important
}
.border-end-0 {
  border-right: 0 !important
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}
.border-bottom-0 {
  border-bottom: 0 !important
}
.border-start {
  border-left: 1px solid #dee2e6 !important
}
.border-start-0 {
  border-left: 0 !important
}
.border-primary {
  border-color: #05f !important
}
.border-secondary {
  border-color: #495057 !important
}
.border-success {
  border-color: #3cd278 !important
}
.border-info {
  border-color: #17a2b8 !important
}
.border-warning {
  border-color: #ffc837 !important
}
.border-danger {
  border-color: #f0323c !important
}
.border-light {
  border-color: #f4f5f7 !important
}
.border-dark {
  border-color: #343a40 !important
}
.border-orange {
  border-color: #ff784b !important
}
.border-teal {
  border-color: #20c997 !important
}
.border-gray-50 {
  border-color: #fefefe !important
}
.border-white {
  border-color: #fff !important
}
.border-1 {
  border-width: 1px !important
}
.border-2 {
  border-width: 2px !important
}
.border-3 {
  border-width: 3px !important
}
.border-4 {
  border-width: 4px !important
}
.border-5 {
  border-width: 5px !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.vw-100 {
  width: 100vw !important
}
.min-vw-100 {
  min-width: 100vw !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mh-100 {
  max-height: 100% !important
}
.vh-100 {
  height: 100vh !important
}
.min-vh-100 {
  min-height: 100vh !important
}
.flex-fill {
  flex: 1 1 auto !important
}
.flex-row {
  flex-direction: row !important
}
.flex-column {
  flex-direction: column !important
}
.flex-row-reverse {
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  flex-direction: column-reverse !important
}
.flex-grow-0 {
  flex-grow: 0 !important
}
.flex-grow-1 {
  flex-grow: 1 !important
}
.flex-shrink-0 {
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  flex-shrink: 1 !important
}
.flex-wrap {
  flex-wrap: wrap !important
}
.flex-nowrap {
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}
.gap-0 {
  gap: 0 !important
}
.gap-1 {
  gap: .25rem !important
}
.gap-2 {
  gap: .5rem !important
}
.gap-3 {
  gap: 1rem !important
}
.gap-4 {
  gap: 1.5rem !important
}
.gap-5 {
  gap: 3rem !important
}
.gap-6 {
  gap: 4.5rem !important
}
.gap-7 {
  gap: 6rem !important
}
.gap-8 {
  gap: 7.5rem !important
}
.gap-9 {
  gap: 9rem !important
}
.gap-10 {
  gap: 11.5rem !important
}
.justify-content-start {
  justify-content: flex-start !important
}
.justify-content-end {
  justify-content: flex-end !important
}
.justify-content-center {
  justify-content: center !important
}
.justify-content-between {
  justify-content: space-between !important
}
.justify-content-around {
  justify-content: space-around !important
}
.justify-content-evenly {
  justify-content: space-evenly !important
}
.align-items-start {
  align-items: flex-start !important
}
.align-items-end {
  align-items: flex-end !important
}
.align-items-center {
  align-items: center !important
}
.align-items-baseline {
  align-items: baseline !important
}
.align-items-stretch {
  align-items: stretch !important
}
.align-content-start {
  align-content: flex-start !important
}
.align-content-end {
  align-content: flex-end !important
}
.align-content-center {
  align-content: center !important
}
.align-content-between {
  align-content: space-between !important
}
.align-content-around {
  align-content: space-around !important
}
.align-content-stretch {
  align-content: stretch !important
}
.align-self-auto {
  align-self: auto !important
}
.align-self-start {
  align-self: flex-start !important
}
.align-self-end {
  align-self: flex-end !important
}
.align-self-center {
  align-self: center !important
}
.align-self-baseline {
  align-self: baseline !important
}
.align-self-stretch {
  align-self: stretch !important
}
.order-first {
  order: -1 !important
}
.order-0 {
  order: 0 !important
}
.order-1 {
  order: 1 !important
}
.order-2 {
  order: 2 !important
}
.order-3 {
  order: 3 !important
}
.order-4 {
  order: 4 !important
}
.order-5 {
  order: 5 !important
}
.order-last {
  order: 6 !important
}
.m-0 {
  margin: 0 !important
}
.m-1 {
  margin: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.m-3 {
  margin: 1rem !important
}
.m-4 {
  margin: 1.5rem !important
}
.m-5 {
  margin: 3rem !important
}
.m-6 {
  margin: 4.5rem !important
}
.m-7 {
  margin: 6rem !important
}
.m-8 {
  margin: 7.5rem !important
}
.m-9 {
  margin: 9rem !important
}
.m-10 {
  margin: 11.5rem !important
}
.m-auto {
  margin: auto !important
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}
.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}
.mx-6 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important
}
.mx-7 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}
.mx-8 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important
}
.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important
}
.mx-10 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important
}
.my-1 {
  margin-bottom: .25rem !important;
  margin-top: .25rem !important
}
.my-2 {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}
.my-6 {
  margin-bottom: 4.5rem !important;
  margin-top: 4.5rem !important
}
.my-7 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important
}
.my-8 {
  margin-bottom: 7.5rem !important;
  margin-top: 7.5rem !important
}
.my-9 {
  margin-bottom: 9rem !important;
  margin-top: 9rem !important
}
.my-10 {
  margin-bottom: 11.5rem !important;
  margin-top: 11.5rem !important
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important
}
.mt-0 {
  margin-top: 0 !important
}
.mt-1 {
  margin-top: .25rem !important
}
.mt-2 {
  margin-top: .5rem !important
}
.mt-3 {
  margin-top: 1rem !important
}
.mt-4 {
  margin-top: 1.5rem !important
}
.mt-5 {
  margin-top: 3rem !important
}
.mt-6 {
  margin-top: 4.5rem !important
}
.mt-7 {
  margin-top: 6rem !important
}
.mt-8 {
  margin-top: 7.5rem !important
}
.mt-9 {
  margin-top: 9rem !important
}
.mt-10 {
  margin-top: 11.5rem !important
}
.mt-auto {
  margin-top: auto !important
}
.me-0 {
  margin-right: 0 !important
}
.me-1 {
  margin-right: .25rem !important
}
.me-2 {
  margin-right: .5rem !important
}
.me-3 {
  margin-right: 1rem !important
}
.me-4 {
  margin-right: 1.5rem !important
}
.me-5 {
  margin-right: 3rem !important
}
.me-6 {
  margin-right: 4.5rem !important
}
.me-7 {
  margin-right: 6rem !important
}
.me-8 {
  margin-right: 7.5rem !important
}
.me-9 {
  margin-right: 9rem !important
}
.me-10 {
  margin-right: 11.5rem !important
}
.me-auto {
  margin-right: auto !important
}
.mb-0 {
  margin-bottom: 0 !important
}
.mb-1 {
  margin-bottom: .25rem !important
}
.mb-2 {
  margin-bottom: .5rem !important
}
.mb-3 {
  margin-bottom: 1rem !important
}
.mb-4 {
  margin-bottom: 1.5rem !important
}
.mb-5 {
  margin-bottom: 3rem !important
}
.mb-6 {
  margin-bottom: 4.5rem !important
}
.mb-7 {
  margin-bottom: 6rem !important
}
.mb-8 {
  margin-bottom: 7.5rem !important
}
.mb-9 {
  margin-bottom: 9rem !important
}
.mb-10 {
  margin-bottom: 11.5rem !important
}
.mb-auto {
  margin-bottom: auto !important
}
.ms-0 {
  margin-left: 0 !important
}
.ms-1 {
  margin-left: .25rem !important
}
.ms-2 {
  margin-left: .5rem !important
}
.ms-3 {
  margin-left: 1rem !important
}
.ms-4 {
  margin-left: 1.5rem !important
}
.ms-5 {
  margin-left: 3rem !important
}
.ms-6 {
  margin-left: 4.5rem !important
}
.ms-7 {
  margin-left: 6rem !important
}
.ms-8 {
  margin-left: 7.5rem !important
}
.ms-9 {
  margin-left: 9rem !important
}
.ms-10 {
  margin-left: 11.5rem !important
}
.ms-auto {
  margin-left: auto !important
}
.m-n1 {
  margin: -.25rem !important
}
.m-n2 {
  margin: -.5rem !important
}
.m-n3 {
  margin: -1rem !important
}
.m-n4 {
  margin: -1.5rem !important
}
.m-n5 {
  margin: -3rem !important
}
.m-n6 {
  margin: -4.5rem !important
}
.m-n7 {
  margin: -6rem !important
}
.m-n8 {
  margin: -7.5rem !important
}
.m-n9 {
  margin: -9rem !important
}
.m-n10 {
  margin: -11.5rem !important
}
.mx-n1 {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important
}
.mx-n2 {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important
}
.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important
}
.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important
}
.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}
.mx-n6 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important
}
.mx-n7 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}
.mx-n8 {
  margin-left: -7.5rem !important;
  margin-right: -7.5rem !important
}
.mx-n9 {
  margin-left: -9rem !important;
  margin-right: -9rem !important
}
.mx-n10 {
  margin-left: -11.5rem !important;
  margin-right: -11.5rem !important
}
.my-n1 {
  margin-bottom: -.25rem !important;
  margin-top: -.25rem !important
}
.my-n2 {
  margin-bottom: -.5rem !important;
  margin-top: -.5rem !important
}
.my-n3 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important
}
.my-n4 {
  margin-bottom: -1.5rem !important;
  margin-top: -1.5rem !important
}
.my-n5 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important
}
.my-n6 {
  margin-bottom: -4.5rem !important;
  margin-top: -4.5rem !important
}
.my-n7 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important
}
.my-n8 {
  margin-bottom: -7.5rem !important;
  margin-top: -7.5rem !important
}
.my-n9 {
  margin-bottom: -9rem !important;
  margin-top: -9rem !important
}
.my-n10 {
  margin-bottom: -11.5rem !important;
  margin-top: -11.5rem !important
}
.mt-n1 {
  margin-top: -.25rem !important
}
.mt-n2 {
  margin-top: -.5rem !important
}
.mt-n3 {
  margin-top: -1rem !important
}
.mt-n4 {
  margin-top: -1.5rem !important
}
.mt-n5 {
  margin-top: -3rem !important
}
.mt-n6 {
  margin-top: -4.5rem !important
}
.mt-n7 {
  margin-top: -6rem !important
}
.mt-n8 {
  margin-top: -7.5rem !important
}
.mt-n9 {
  margin-top: -9rem !important
}
.mt-n10 {
  margin-top: -11.5rem !important
}
.me-n1 {
  margin-right: -.25rem !important
}
.me-n2 {
  margin-right: -.5rem !important
}
.me-n3 {
  margin-right: -1rem !important
}
.me-n4 {
  margin-right: -1.5rem !important
}
.me-n5 {
  margin-right: -3rem !important
}
.me-n6 {
  margin-right: -4.5rem !important
}
.me-n7 {
  margin-right: -6rem !important
}
.me-n8 {
  margin-right: -7.5rem !important
}
.me-n9 {
  margin-right: -9rem !important
}
.me-n10 {
  margin-right: -11.5rem !important
}
.mb-n1 {
  margin-bottom: -.25rem !important
}
.mb-n2 {
  margin-bottom: -.5rem !important
}
.mb-n3 {
  margin-bottom: -1rem !important
}
.mb-n4 {
  margin-bottom: -1.5rem !important
}
.mb-n5 {
  margin-bottom: -3rem !important
}
.mb-n6 {
  margin-bottom: -4.5rem !important
}
.mb-n7 {
  margin-bottom: -6rem !important
}
.mb-n8 {
  margin-bottom: -7.5rem !important
}
.mb-n9 {
  margin-bottom: -9rem !important
}
.mb-n10 {
  margin-bottom: -11.5rem !important
}
.ms-n1 {
  margin-left: -.25rem !important
}
.ms-n2 {
  margin-left: -.5rem !important
}
.ms-n3 {
  margin-left: -1rem !important
}
.ms-n4 {
  margin-left: -1.5rem !important
}
.ms-n5 {
  margin-left: -3rem !important
}
.ms-n6 {
  margin-left: -4.5rem !important
}
.ms-n7 {
  margin-left: -6rem !important
}
.ms-n8 {
  margin-left: -7.5rem !important
}
.ms-n9 {
  margin-left: -9rem !important
}
.ms-n10 {
  margin-left: -11.5rem !important
}
.p-0 {
  padding: 0 !important
}
.p-1 {
  padding: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.p-3 {
  padding: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.p-6 {
  padding: 4.5rem !important
}
.p-7 {
  padding: 6rem !important
}
.p-8 {
  padding: 7.5rem !important
}
.p-9 {
  padding: 9rem !important
}
.p-10 {
  padding: 11.5rem !important
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}
.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}
.px-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important
}
.px-7 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}
.px-8 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important
}
.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important
}
.px-10 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}
.py-1 {
  padding-bottom: .25rem !important;
  padding-top: .25rem !important
}
.py-2 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important
}
.py-6 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important
}
.py-7 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important
}
.py-8 {
  padding-bottom: 7.5rem !important;
  padding-top: 7.5rem !important
}
.py-9 {
  padding-bottom: 9rem !important;
  padding-top: 9rem !important
}
.py-10 {
  padding-bottom: 11.5rem !important;
  padding-top: 11.5rem !important
}
.pt-0 {
  padding-top: 0 !important
}
.pt-1 {
  padding-top: .25rem !important
}
.pt-2 {
  padding-top: .5rem !important
}
.pt-3 {
  padding-top: 1rem !important
}
.pt-4 {
  padding-top: 1.5rem !important
}
.pt-5 {
  padding-top: 3rem !important
}
.pt-6 {
  padding-top: 4.5rem !important
}
.pt-7 {
  padding-top: 6rem !important
}
.pt-8 {
  padding-top: 7.5rem !important
}
.pt-9 {
  padding-top: 9rem !important
}
.pt-10 {
  padding-top: 11.5rem !important
}
.pe-0 {
  padding-right: 0 !important
}
.pe-1 {
  padding-right: .25rem !important
}
.pe-2 {
  padding-right: .5rem !important
}
.pe-3 {
  padding-right: 1rem !important
}
.pe-4 {
  padding-right: 1.5rem !important
}
.pe-5 {
  padding-right: 3rem !important
}
.pe-6 {
  padding-right: 4.5rem !important
}
.pe-7 {
  padding-right: 6rem !important
}
.pe-8 {
  padding-right: 7.5rem !important
}
.pe-9 {
  padding-right: 9rem !important
}
.pe-10 {
  padding-right: 11.5rem !important
}
.pb-0 {
  padding-bottom: 0 !important
}
.pb-1 {
  padding-bottom: .25rem !important
}
.pb-2 {
  padding-bottom: .5rem !important
}
.pb-3 {
  padding-bottom: 1rem !important
}
.pb-4 {
  padding-bottom: 1.5rem !important
}
.pb-5 {
  padding-bottom: 3rem !important
}
.pb-6 {
  padding-bottom: 4.5rem !important
}
.pb-7 {
  padding-bottom: 6rem !important
}
.pb-8 {
  padding-bottom: 7.5rem !important
}
.pb-9 {
  padding-bottom: 9rem !important
}
.pb-10 {
  padding-bottom: 11.5rem !important
}
.ps-0 {
  padding-left: 0 !important
}
.ps-1 {
  padding-left: .25rem !important
}
.ps-2 {
  padding-left: .5rem !important
}
.ps-3 {
  padding-left: 1rem !important
}
.ps-4 {
  padding-left: 1.5rem !important
}
.ps-5 {
  padding-left: 3rem !important
}
.ps-6 {
  padding-left: 4.5rem !important
}
.ps-7 {
  padding-left: 6rem !important
}
.ps-8 {
  padding-left: 7.5rem !important
}
.ps-9 {
  padding-left: 9rem !important
}
.ps-10 {
  padding-left: 11.5rem !important
}
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
  font-family: var(--bs-font-monospace) !important
}
.fs-1 {
  font-size: calc(1.30313rem + .6375vw) !important
}
.fs-2 {
  font-size: calc(1.27969rem + .35625vw) !important
}
.fs-3 {
  font-size: calc(1.25625rem + .075vw) !important
}
.fs-4 {
  font-size: 1.078125rem !important
}
.fs-5 {
  font-size: .9375rem !important
}
.fs-6 {
  font-size: .84375rem !important
}
.fst-italic {
  font-style: italic !important
}
.fst-normal {
  font-style: normal !important
}
.fw-light {
  font-weight: 300 !important
}
.fw-lighter {
  font-weight: lighter !important
}
.fw-normal {
  font-weight: 400 !important
}
.fw-bold {
  font-weight: 600 !important
}
.fw-bolder {
  font-weight: 700 !important
}
.lh-1 {
  line-height: 1 !important
}
.lh-sm {
  line-height: 1.25 !important
}
.lh-base {
  line-height: 1.5 !important
}
.lh-lg {
  line-height: 2 !important
}
.text-start {
  text-align: left !important
}
.text-end {
  text-align: right !important
}
.text-center {
  text-align: center !important
}
.text-decoration-none {
  text-decoration: none !important
}
.text-decoration-underline {
  text-decoration: underline !important
}
.text-decoration-line-through {
  text-decoration: line-through !important
}
.text-lowercase {
  text-transform: lowercase !important
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-capitalize {
  text-transform: capitalize !important
}
.text-wrap {
  white-space: normal !important
}
.text-nowrap {
  white-space: nowrap !important
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(0, 85, 255, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(73, 80, 87, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(60, 210, 120, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(23, 162, 184, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(255, 200, 55, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(240, 50, 60, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(244, 245, 247, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(52, 58, 64, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}
.text-orange {
  --bs-text-opacity: 1;
  color: rgba(255, 120, 75, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important
}
.text-teal {
  --bs-text-opacity: 1;
  color: rgba(32, 201, 151, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important
}
.text-gray-50 {
  --bs-text-opacity: 1;
  color: rgba(254, 254, 254, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-gray-50-rgb), var(--bs-text-opacity)) !important
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(73, 80, 87, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}
.text-muted {
  --bs-text-opacity: 1;
  color: #8a90a2 !important
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, .5) !important
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important
}
.text-opacity-25 {
  --bs-text-opacity: 0.25
}
.text-opacity-50 {
  --bs-text-opacity: 0.5
}
.text-opacity-75 {
  --bs-text-opacity: 0.75
}
.text-opacity-100 {
  --bs-text-opacity: 1
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 85, 255, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(60, 210, 120, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(23, 162, 184, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 200, 55, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(240, 50, 60, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(244, 245, 247, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(52, 58, 64, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}
.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 120, 75, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important
}
.bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 201, 151, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important
}
.bg-gray-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(254, 254, 254, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}
.bg-opacity-100 {
  --bs-bg-opacity: 1
}
.bg-gradient {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0)) !important;
  background-image: var(--bs-gradient) !important
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}
.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.pe-none {
  pointer-events: none !important
}
.pe-auto {
  pointer-events: auto !important
}
.rounded {
  border-radius: .375rem !important
}
.rounded-0 {
  border-radius: 0 !important
}
.rounded-1 {
  border-radius: .25rem !important
}
.rounded-2 {
  border-radius: .375rem !important
}
.rounded-3 {
  border-radius: .5rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-pill {
  border-radius: 50rem !important
}
.rounded-top {
  border-top-left-radius: .375rem !important
}
.rounded-end, .rounded-top {
  border-top-right-radius: .375rem !important
}
.rounded-bottom, .rounded-end {
  border-bottom-right-radius: .375rem !important
}
.rounded-bottom, .rounded-start {
  border-bottom-left-radius: .375rem !important
}
.rounded-start {
  border-top-left-radius: .375rem !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media(min-width:576px) {
  .float-sm-start {
    float: left !important
  }
  .float-sm-end {
    float: right !important
  }
  .float-sm-none {
    float: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-grid {
    display: grid !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: flex !important
  }
  .d-sm-inline-flex {
    display: inline-flex !important
  }
  .d-sm-none {
    display: none !important
  }
  .flex-sm-fill {
    flex: 1 1 auto !important
  }
  .flex-sm-row {
    flex-direction: row !important
  }
  .flex-sm-column {
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .gap-sm-0 {
    gap: 0 !important
  }
  .gap-sm-1 {
    gap: .25rem !important
  }
  .gap-sm-2 {
    gap: .5rem !important
  }
  .gap-sm-3 {
    gap: 1rem !important
  }
  .gap-sm-4 {
    gap: 1.5rem !important
  }
  .gap-sm-5 {
    gap: 3rem !important
  }
  .gap-sm-6 {
    gap: 4.5rem !important
  }
  .gap-sm-7 {
    gap: 6rem !important
  }
  .gap-sm-8 {
    gap: 7.5rem !important
  }
  .gap-sm-9 {
    gap: 9rem !important
  }
  .gap-sm-10 {
    gap: 11.5rem !important
  }
  .justify-content-sm-start {
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    justify-content: center !important
  }
  .justify-content-sm-between {
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    justify-content: space-around !important
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important
  }
  .align-items-sm-start {
    align-items: flex-start !important
  }
  .align-items-sm-end {
    align-items: flex-end !important
  }
  .align-items-sm-center {
    align-items: center !important
  }
  .align-items-sm-baseline {
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    align-items: stretch !important
  }
  .align-content-sm-start {
    align-content: flex-start !important
  }
  .align-content-sm-end {
    align-content: flex-end !important
  }
  .align-content-sm-center {
    align-content: center !important
  }
  .align-content-sm-between {
    align-content: space-between !important
  }
  .align-content-sm-around {
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    align-content: stretch !important
  }
  .align-self-sm-auto {
    align-self: auto !important
  }
  .align-self-sm-start {
    align-self: flex-start !important
  }
  .align-self-sm-end {
    align-self: flex-end !important
  }
  .align-self-sm-center {
    align-self: center !important
  }
  .align-self-sm-baseline {
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    align-self: stretch !important
  }
  .order-sm-first {
    order: -1 !important
  }
  .order-sm-0 {
    order: 0 !important
  }
  .order-sm-1 {
    order: 1 !important
  }
  .order-sm-2 {
    order: 2 !important
  }
  .order-sm-3 {
    order: 3 !important
  }
  .order-sm-4 {
    order: 4 !important
  }
  .order-sm-5 {
    order: 5 !important
  }
  .order-sm-last {
    order: 6 !important
  }
  .m-sm-0 {
    margin: 0 !important
  }
  .m-sm-1 {
    margin: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .m-sm-3 {
    margin: 1rem !important
  }
  .m-sm-4 {
    margin: 1.5rem !important
  }
  .m-sm-5 {
    margin: 3rem !important
  }
  .m-sm-6 {
    margin: 4.5rem !important
  }
  .m-sm-7 {
    margin: 6rem !important
  }
  .m-sm-8 {
    margin: 7.5rem !important
  }
  .m-sm-9 {
    margin: 9rem !important
  }
  .m-sm-10 {
    margin: 11.5rem !important
  }
  .m-sm-auto {
    margin: auto !important
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }
  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
  .mx-sm-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }
  .mx-sm-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
  .mx-sm-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }
  .mx-sm-10 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }
  .my-sm-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }
  .my-sm-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }
  .my-sm-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }
  .my-sm-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }
  .my-sm-10 {
    margin-bottom: 11.5rem !important;
    margin-top: 11.5rem !important
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
  .mt-sm-0 {
    margin-top: 0 !important
  }
  .mt-sm-1 {
    margin-top: .25rem !important
  }
  .mt-sm-2 {
    margin-top: .5rem !important
  }
  .mt-sm-3 {
    margin-top: 1rem !important
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important
  }
  .mt-sm-5 {
    margin-top: 3rem !important
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important
  }
  .mt-sm-7 {
    margin-top: 6rem !important
  }
  .mt-sm-8 {
    margin-top: 7.5rem !important
  }
  .mt-sm-9 {
    margin-top: 9rem !important
  }
  .mt-sm-10 {
    margin-top: 11.5rem !important
  }
  .mt-sm-auto {
    margin-top: auto !important
  }
  .me-sm-0 {
    margin-right: 0 !important
  }
  .me-sm-1 {
    margin-right: .25rem !important
  }
  .me-sm-2 {
    margin-right: .5rem !important
  }
  .me-sm-3 {
    margin-right: 1rem !important
  }
  .me-sm-4 {
    margin-right: 1.5rem !important
  }
  .me-sm-5 {
    margin-right: 3rem !important
  }
  .me-sm-6 {
    margin-right: 4.5rem !important
  }
  .me-sm-7 {
    margin-right: 6rem !important
  }
  .me-sm-8 {
    margin-right: 7.5rem !important
  }
  .me-sm-9 {
    margin-right: 9rem !important
  }
  .me-sm-10 {
    margin-right: 11.5rem !important
  }
  .me-sm-auto {
    margin-right: auto !important
  }
  .mb-sm-0 {
    margin-bottom: 0 !important
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important
  }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important
  }
  .mb-sm-10 {
    margin-bottom: 11.5rem !important
  }
  .mb-sm-auto {
    margin-bottom: auto !important
  }
  .ms-sm-0 {
    margin-left: 0 !important
  }
  .ms-sm-1 {
    margin-left: .25rem !important
  }
  .ms-sm-2 {
    margin-left: .5rem !important
  }
  .ms-sm-3 {
    margin-left: 1rem !important
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important
  }
  .ms-sm-5 {
    margin-left: 3rem !important
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important
  }
  .ms-sm-7 {
    margin-left: 6rem !important
  }
  .ms-sm-8 {
    margin-left: 7.5rem !important
  }
  .ms-sm-9 {
    margin-left: 9rem !important
  }
  .ms-sm-10 {
    margin-left: 11.5rem !important
  }
  .ms-sm-auto {
    margin-left: auto !important
  }
  .m-sm-n1 {
    margin: -.25rem !important
  }
  .m-sm-n2 {
    margin: -.5rem !important
  }
  .m-sm-n3 {
    margin: -1rem !important
  }
  .m-sm-n4 {
    margin: -1.5rem !important
  }
  .m-sm-n5 {
    margin: -3rem !important
  }
  .m-sm-n6 {
    margin: -4.5rem !important
  }
  .m-sm-n7 {
    margin: -6rem !important
  }
  .m-sm-n8 {
    margin: -7.5rem !important
  }
  .m-sm-n9 {
    margin: -9rem !important
  }
  .m-sm-n10 {
    margin: -11.5rem !important
  }
  .mx-sm-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }
  .mx-sm-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }
  .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }
  .mx-sm-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }
  .mx-sm-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }
  .mx-sm-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }
  .mx-sm-n10 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important
  }
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }
  .my-sm-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }
  .my-sm-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }
  .my-sm-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }
  .my-sm-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }
  .my-sm-n10 {
    margin-bottom: -11.5rem !important;
    margin-top: -11.5rem !important
  }
  .mt-sm-n1 {
    margin-top: -.25rem !important
  }
  .mt-sm-n2 {
    margin-top: -.5rem !important
  }
  .mt-sm-n3 {
    margin-top: -1rem !important
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important
  }
  .mt-sm-n5 {
    margin-top: -3rem !important
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important
  }
  .mt-sm-n7 {
    margin-top: -6rem !important
  }
  .mt-sm-n8 {
    margin-top: -7.5rem !important
  }
  .mt-sm-n9 {
    margin-top: -9rem !important
  }
  .mt-sm-n10 {
    margin-top: -11.5rem !important
  }
  .me-sm-n1 {
    margin-right: -.25rem !important
  }
  .me-sm-n2 {
    margin-right: -.5rem !important
  }
  .me-sm-n3 {
    margin-right: -1rem !important
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important
  }
  .me-sm-n5 {
    margin-right: -3rem !important
  }
  .me-sm-n6 {
    margin-right: -4.5rem !important
  }
  .me-sm-n7 {
    margin-right: -6rem !important
  }
  .me-sm-n8 {
    margin-right: -7.5rem !important
  }
  .me-sm-n9 {
    margin-right: -9rem !important
  }
  .me-sm-n10 {
    margin-right: -11.5rem !important
  }
  .mb-sm-n1 {
    margin-bottom: -.25rem !important
  }
  .mb-sm-n2 {
    margin-bottom: -.5rem !important
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important
  }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important
  }
  .mb-sm-n7 {
    margin-bottom: -6rem !important
  }
  .mb-sm-n8 {
    margin-bottom: -7.5rem !important
  }
  .mb-sm-n9 {
    margin-bottom: -9rem !important
  }
  .mb-sm-n10 {
    margin-bottom: -11.5rem !important
  }
  .ms-sm-n1 {
    margin-left: -.25rem !important
  }
  .ms-sm-n2 {
    margin-left: -.5rem !important
  }
  .ms-sm-n3 {
    margin-left: -1rem !important
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important
  }
  .ms-sm-n5 {
    margin-left: -3rem !important
  }
  .ms-sm-n6 {
    margin-left: -4.5rem !important
  }
  .ms-sm-n7 {
    margin-left: -6rem !important
  }
  .ms-sm-n8 {
    margin-left: -7.5rem !important
  }
  .ms-sm-n9 {
    margin-left: -9rem !important
  }
  .ms-sm-n10 {
    margin-left: -11.5rem !important
  }
  .p-sm-0 {
    padding: 0 !important
  }
  .p-sm-1 {
    padding: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .p-sm-6 {
    padding: 4.5rem !important
  }
  .p-sm-7 {
    padding: 6rem !important
  }
  .p-sm-8 {
    padding: 7.5rem !important
  }
  .p-sm-9 {
    padding: 9rem !important
  }
  .p-sm-10 {
    padding: 11.5rem !important
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }
  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
  .px-sm-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }
  .px-sm-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
  .px-sm-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }
  .px-sm-10 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
  .py-sm-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }
  .py-sm-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
  .py-sm-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }
  .py-sm-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }
  .py-sm-10 {
    padding-bottom: 11.5rem !important;
    padding-top: 11.5rem !important
  }
  .pt-sm-0 {
    padding-top: 0 !important
  }
  .pt-sm-1 {
    padding-top: .25rem !important
  }
  .pt-sm-2 {
    padding-top: .5rem !important
  }
  .pt-sm-3 {
    padding-top: 1rem !important
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important
  }
  .pt-sm-5 {
    padding-top: 3rem !important
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important
  }
  .pt-sm-7 {
    padding-top: 6rem !important
  }
  .pt-sm-8 {
    padding-top: 7.5rem !important
  }
  .pt-sm-9 {
    padding-top: 9rem !important
  }
  .pt-sm-10 {
    padding-top: 11.5rem !important
  }
  .pe-sm-0 {
    padding-right: 0 !important
  }
  .pe-sm-1 {
    padding-right: .25rem !important
  }
  .pe-sm-2 {
    padding-right: .5rem !important
  }
  .pe-sm-3 {
    padding-right: 1rem !important
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important
  }
  .pe-sm-5 {
    padding-right: 3rem !important
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important
  }
  .pe-sm-7 {
    padding-right: 6rem !important
  }
  .pe-sm-8 {
    padding-right: 7.5rem !important
  }
  .pe-sm-9 {
    padding-right: 9rem !important
  }
  .pe-sm-10 {
    padding-right: 11.5rem !important
  }
  .pb-sm-0 {
    padding-bottom: 0 !important
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important
  }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important
  }
  .pb-sm-10 {
    padding-bottom: 11.5rem !important
  }
  .ps-sm-0 {
    padding-left: 0 !important
  }
  .ps-sm-1 {
    padding-left: .25rem !important
  }
  .ps-sm-2 {
    padding-left: .5rem !important
  }
  .ps-sm-3 {
    padding-left: 1rem !important
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important
  }
  .ps-sm-5 {
    padding-left: 3rem !important
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important
  }
  .ps-sm-7 {
    padding-left: 6rem !important
  }
  .ps-sm-8 {
    padding-left: 7.5rem !important
  }
  .ps-sm-9 {
    padding-left: 9rem !important
  }
  .ps-sm-10 {
    padding-left: 11.5rem !important
  }
  .text-sm-start {
    text-align: left !important
  }
  .text-sm-end {
    text-align: right !important
  }
  .text-sm-center {
    text-align: center !important
  }
}
@media(min-width:768px) {
  .float-md-start {
    float: left !important
  }
  .float-md-end {
    float: right !important
  }
  .float-md-none {
    float: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-grid {
    display: grid !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: flex !important
  }
  .d-md-inline-flex {
    display: inline-flex !important
  }
  .d-md-none {
    display: none !important
  }
  .flex-md-fill {
    flex: 1 1 auto !important
  }
  .flex-md-row {
    flex-direction: row !important
  }
  .flex-md-column {
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }
  .flex-md-wrap {
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .gap-md-0 {
    gap: 0 !important
  }
  .gap-md-1 {
    gap: .25rem !important
  }
  .gap-md-2 {
    gap: .5rem !important
  }
  .gap-md-3 {
    gap: 1rem !important
  }
  .gap-md-4 {
    gap: 1.5rem !important
  }
  .gap-md-5 {
    gap: 3rem !important
  }
  .gap-md-6 {
    gap: 4.5rem !important
  }
  .gap-md-7 {
    gap: 6rem !important
  }
  .gap-md-8 {
    gap: 7.5rem !important
  }
  .gap-md-9 {
    gap: 9rem !important
  }
  .gap-md-10 {
    gap: 11.5rem !important
  }
  .justify-content-md-start {
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    justify-content: center !important
  }
  .justify-content-md-between {
    justify-content: space-between !important
  }
  .justify-content-md-around {
    justify-content: space-around !important
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important
  }
  .align-items-md-start {
    align-items: flex-start !important
  }
  .align-items-md-end {
    align-items: flex-end !important
  }
  .align-items-md-center {
    align-items: center !important
  }
  .align-items-md-baseline {
    align-items: baseline !important
  }
  .align-items-md-stretch {
    align-items: stretch !important
  }
  .align-content-md-start {
    align-content: flex-start !important
  }
  .align-content-md-end {
    align-content: flex-end !important
  }
  .align-content-md-center {
    align-content: center !important
  }
  .align-content-md-between {
    align-content: space-between !important
  }
  .align-content-md-around {
    align-content: space-around !important
  }
  .align-content-md-stretch {
    align-content: stretch !important
  }
  .align-self-md-auto {
    align-self: auto !important
  }
  .align-self-md-start {
    align-self: flex-start !important
  }
  .align-self-md-end {
    align-self: flex-end !important
  }
  .align-self-md-center {
    align-self: center !important
  }
  .align-self-md-baseline {
    align-self: baseline !important
  }
  .align-self-md-stretch {
    align-self: stretch !important
  }
  .order-md-first {
    order: -1 !important
  }
  .order-md-0 {
    order: 0 !important
  }
  .order-md-1 {
    order: 1 !important
  }
  .order-md-2 {
    order: 2 !important
  }
  .order-md-3 {
    order: 3 !important
  }
  .order-md-4 {
    order: 4 !important
  }
  .order-md-5 {
    order: 5 !important
  }
  .order-md-last {
    order: 6 !important
  }
  .m-md-0 {
    margin: 0 !important
  }
  .m-md-1 {
    margin: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .m-md-3 {
    margin: 1rem !important
  }
  .m-md-4 {
    margin: 1.5rem !important
  }
  .m-md-5 {
    margin: 3rem !important
  }
  .m-md-6 {
    margin: 4.5rem !important
  }
  .m-md-7 {
    margin: 6rem !important
  }
  .m-md-8 {
    margin: 7.5rem !important
  }
  .m-md-9 {
    margin: 9rem !important
  }
  .m-md-10 {
    margin: 11.5rem !important
  }
  .m-md-auto {
    margin: auto !important
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }
  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }
  .mx-md-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
  .mx-md-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }
  .mx-md-10 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }
  .my-md-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }
  .my-md-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }
  .my-md-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }
  .my-md-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }
  .my-md-8 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }
  .my-md-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }
  .my-md-10 {
    margin-bottom: 11.5rem !important;
    margin-top: 11.5rem !important
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
  .mt-md-0 {
    margin-top: 0 !important
  }
  .mt-md-1 {
    margin-top: .25rem !important
  }
  .mt-md-2 {
    margin-top: .5rem !important
  }
  .mt-md-3 {
    margin-top: 1rem !important
  }
  .mt-md-4 {
    margin-top: 1.5rem !important
  }
  .mt-md-5 {
    margin-top: 3rem !important
  }
  .mt-md-6 {
    margin-top: 4.5rem !important
  }
  .mt-md-7 {
    margin-top: 6rem !important
  }
  .mt-md-8 {
    margin-top: 7.5rem !important
  }
  .mt-md-9 {
    margin-top: 9rem !important
  }
  .mt-md-10 {
    margin-top: 11.5rem !important
  }
  .mt-md-auto {
    margin-top: auto !important
  }
  .me-md-0 {
    margin-right: 0 !important
  }
  .me-md-1 {
    margin-right: .25rem !important
  }
  .me-md-2 {
    margin-right: .5rem !important
  }
  .me-md-3 {
    margin-right: 1rem !important
  }
  .me-md-4 {
    margin-right: 1.5rem !important
  }
  .me-md-5 {
    margin-right: 3rem !important
  }
  .me-md-6 {
    margin-right: 4.5rem !important
  }
  .me-md-7 {
    margin-right: 6rem !important
  }
  .me-md-8 {
    margin-right: 7.5rem !important
  }
  .me-md-9 {
    margin-right: 9rem !important
  }
  .me-md-10 {
    margin-right: 11.5rem !important
  }
  .me-md-auto {
    margin-right: auto !important
  }
  .mb-md-0 {
    margin-bottom: 0 !important
  }
  .mb-md-1 {
    margin-bottom: .25rem !important
  }
  .mb-md-2 {
    margin-bottom: .5rem !important
  }
  .mb-md-3 {
    margin-bottom: 1rem !important
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }
  .mb-md-5 {
    margin-bottom: 3rem !important
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important
  }
  .mb-md-7 {
    margin-bottom: 6rem !important
  }
  .mb-md-8 {
    margin-bottom: 7.5rem !important
  }
  .mb-md-9 {
    margin-bottom: 9rem !important
  }
  .mb-md-10 {
    margin-bottom: 11.5rem !important
  }
  .mb-md-auto {
    margin-bottom: auto !important
  }
  .ms-md-0 {
    margin-left: 0 !important
  }
  .ms-md-1 {
    margin-left: .25rem !important
  }
  .ms-md-2 {
    margin-left: .5rem !important
  }
  .ms-md-3 {
    margin-left: 1rem !important
  }
  .ms-md-4 {
    margin-left: 1.5rem !important
  }
  .ms-md-5 {
    margin-left: 3rem !important
  }
  .ms-md-6 {
    margin-left: 4.5rem !important
  }
  .ms-md-7 {
    margin-left: 6rem !important
  }
  .ms-md-8 {
    margin-left: 7.5rem !important
  }
  .ms-md-9 {
    margin-left: 9rem !important
  }
  .ms-md-10 {
    margin-left: 11.5rem !important
  }
  .ms-md-auto {
    margin-left: auto !important
  }
  .m-md-n1 {
    margin: -.25rem !important
  }
  .m-md-n2 {
    margin: -.5rem !important
  }
  .m-md-n3 {
    margin: -1rem !important
  }
  .m-md-n4 {
    margin: -1.5rem !important
  }
  .m-md-n5 {
    margin: -3rem !important
  }
  .m-md-n6 {
    margin: -4.5rem !important
  }
  .m-md-n7 {
    margin: -6rem !important
  }
  .m-md-n8 {
    margin: -7.5rem !important
  }
  .m-md-n9 {
    margin: -9rem !important
  }
  .m-md-n10 {
    margin: -11.5rem !important
  }
  .mx-md-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }
  .mx-md-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }
  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }
  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }
  .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }
  .mx-md-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }
  .mx-md-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }
  .mx-md-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }
  .mx-md-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }
  .mx-md-n10 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important
  }
  .my-md-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }
  .my-md-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }
  .my-md-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }
  .my-md-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }
  .my-md-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }
  .my-md-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }
  .my-md-n10 {
    margin-bottom: -11.5rem !important;
    margin-top: -11.5rem !important
  }
  .mt-md-n1 {
    margin-top: -.25rem !important
  }
  .mt-md-n2 {
    margin-top: -.5rem !important
  }
  .mt-md-n3 {
    margin-top: -1rem !important
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important
  }
  .mt-md-n5 {
    margin-top: -3rem !important
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important
  }
  .mt-md-n7 {
    margin-top: -6rem !important
  }
  .mt-md-n8 {
    margin-top: -7.5rem !important
  }
  .mt-md-n9 {
    margin-top: -9rem !important
  }
  .mt-md-n10 {
    margin-top: -11.5rem !important
  }
  .me-md-n1 {
    margin-right: -.25rem !important
  }
  .me-md-n2 {
    margin-right: -.5rem !important
  }
  .me-md-n3 {
    margin-right: -1rem !important
  }
  .me-md-n4 {
    margin-right: -1.5rem !important
  }
  .me-md-n5 {
    margin-right: -3rem !important
  }
  .me-md-n6 {
    margin-right: -4.5rem !important
  }
  .me-md-n7 {
    margin-right: -6rem !important
  }
  .me-md-n8 {
    margin-right: -7.5rem !important
  }
  .me-md-n9 {
    margin-right: -9rem !important
  }
  .me-md-n10 {
    margin-right: -11.5rem !important
  }
  .mb-md-n1 {
    margin-bottom: -.25rem !important
  }
  .mb-md-n2 {
    margin-bottom: -.5rem !important
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important
  }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important
  }
  .mb-md-n7 {
    margin-bottom: -6rem !important
  }
  .mb-md-n8 {
    margin-bottom: -7.5rem !important
  }
  .mb-md-n9 {
    margin-bottom: -9rem !important
  }
  .mb-md-n10 {
    margin-bottom: -11.5rem !important
  }
  .ms-md-n1 {
    margin-left: -.25rem !important
  }
  .ms-md-n2 {
    margin-left: -.5rem !important
  }
  .ms-md-n3 {
    margin-left: -1rem !important
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important
  }
  .ms-md-n5 {
    margin-left: -3rem !important
  }
  .ms-md-n6 {
    margin-left: -4.5rem !important
  }
  .ms-md-n7 {
    margin-left: -6rem !important
  }
  .ms-md-n8 {
    margin-left: -7.5rem !important
  }
  .ms-md-n9 {
    margin-left: -9rem !important
  }
  .ms-md-n10 {
    margin-left: -11.5rem !important
  }
  .p-md-0 {
    padding: 0 !important
  }
  .p-md-1 {
    padding: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .p-md-6 {
    padding: 4.5rem !important
  }
  .p-md-7 {
    padding: 6rem !important
  }
  .p-md-8 {
    padding: 7.5rem !important
  }
  .p-md-9 {
    padding: 9rem !important
  }
  .p-md-10 {
    padding: 11.5rem !important
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }
  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }
  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
  .px-md-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }
  .px-md-10 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
  .py-md-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }
  .py-md-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }
  .py-md-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
  .py-md-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }
  .py-md-8 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }
  .py-md-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }
  .py-md-10 {
    padding-bottom: 11.5rem !important;
    padding-top: 11.5rem !important
  }
  .pt-md-0 {
    padding-top: 0 !important
  }
  .pt-md-1 {
    padding-top: .25rem !important
  }
  .pt-md-2 {
    padding-top: .5rem !important
  }
  .pt-md-3 {
    padding-top: 1rem !important
  }
  .pt-md-4 {
    padding-top: 1.5rem !important
  }
  .pt-md-5 {
    padding-top: 3rem !important
  }
  .pt-md-6 {
    padding-top: 4.5rem !important
  }
  .pt-md-7 {
    padding-top: 6rem !important
  }
  .pt-md-8 {
    padding-top: 7.5rem !important
  }
  .pt-md-9 {
    padding-top: 9rem !important
  }
  .pt-md-10 {
    padding-top: 11.5rem !important
  }
  .pe-md-0 {
    padding-right: 0 !important
  }
  .pe-md-1 {
    padding-right: .25rem !important
  }
  .pe-md-2 {
    padding-right: .5rem !important
  }
  .pe-md-3 {
    padding-right: 1rem !important
  }
  .pe-md-4 {
    padding-right: 1.5rem !important
  }
  .pe-md-5 {
    padding-right: 3rem !important
  }
  .pe-md-6 {
    padding-right: 4.5rem !important
  }
  .pe-md-7 {
    padding-right: 6rem !important
  }
  .pe-md-8 {
    padding-right: 7.5rem !important
  }
  .pe-md-9 {
    padding-right: 9rem !important
  }
  .pe-md-10 {
    padding-right: 11.5rem !important
  }
  .pb-md-0 {
    padding-bottom: 0 !important
  }
  .pb-md-1 {
    padding-bottom: .25rem !important
  }
  .pb-md-2 {
    padding-bottom: .5rem !important
  }
  .pb-md-3 {
    padding-bottom: 1rem !important
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pb-md-5 {
    padding-bottom: 3rem !important
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important
  }
  .pb-md-7 {
    padding-bottom: 6rem !important
  }
  .pb-md-8 {
    padding-bottom: 7.5rem !important
  }
  .pb-md-9 {
    padding-bottom: 9rem !important
  }
  .pb-md-10 {
    padding-bottom: 11.5rem !important
  }
  .ps-md-0 {
    padding-left: 0 !important
  }
  .ps-md-1 {
    padding-left: .25rem !important
  }
  .ps-md-2 {
    padding-left: .5rem !important
  }
  .ps-md-3 {
    padding-left: 1rem !important
  }
  .ps-md-4 {
    padding-left: 1.5rem !important
  }
  .ps-md-5 {
    padding-left: 3rem !important
  }
  .ps-md-6 {
    padding-left: 4.5rem !important
  }
  .ps-md-7 {
    padding-left: 6rem !important
  }
  .ps-md-8 {
    padding-left: 7.5rem !important
  }
  .ps-md-9 {
    padding-left: 9rem !important
  }
  .ps-md-10 {
    padding-left: 11.5rem !important
  }
  .text-md-start {
    text-align: left !important
  }
  .text-md-end {
    text-align: right !important
  }
  .text-md-center {
    text-align: center !important
  }
}
@media(min-width:992px) {
  .float-lg-start {
    float: left !important
  }
  .float-lg-end {
    float: right !important
  }
  .float-lg-none {
    float: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-grid {
    display: grid !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: flex !important
  }
  .d-lg-inline-flex {
    display: inline-flex !important
  }
  .d-lg-none {
    display: none !important
  }
  .flex-lg-fill {
    flex: 1 1 auto !important
  }
  .flex-lg-row {
    flex-direction: row !important
  }
  .flex-lg-column {
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .gap-lg-0 {
    gap: 0 !important
  }
  .gap-lg-1 {
    gap: .25rem !important
  }
  .gap-lg-2 {
    gap: .5rem !important
  }
  .gap-lg-3 {
    gap: 1rem !important
  }
  .gap-lg-4 {
    gap: 1.5rem !important
  }
  .gap-lg-5 {
    gap: 3rem !important
  }
  .gap-lg-6 {
    gap: 4.5rem !important
  }
  .gap-lg-7 {
    gap: 6rem !important
  }
  .gap-lg-8 {
    gap: 7.5rem !important
  }
  .gap-lg-9 {
    gap: 9rem !important
  }
  .gap-lg-10 {
    gap: 11.5rem !important
  }
  .justify-content-lg-start {
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    justify-content: center !important
  }
  .justify-content-lg-between {
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    justify-content: space-around !important
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important
  }
  .align-items-lg-start {
    align-items: flex-start !important
  }
  .align-items-lg-end {
    align-items: flex-end !important
  }
  .align-items-lg-center {
    align-items: center !important
  }
  .align-items-lg-baseline {
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    align-items: stretch !important
  }
  .align-content-lg-start {
    align-content: flex-start !important
  }
  .align-content-lg-end {
    align-content: flex-end !important
  }
  .align-content-lg-center {
    align-content: center !important
  }
  .align-content-lg-between {
    align-content: space-between !important
  }
  .align-content-lg-around {
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    align-content: stretch !important
  }
  .align-self-lg-auto {
    align-self: auto !important
  }
  .align-self-lg-start {
    align-self: flex-start !important
  }
  .align-self-lg-end {
    align-self: flex-end !important
  }
  .align-self-lg-center {
    align-self: center !important
  }
  .align-self-lg-baseline {
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    align-self: stretch !important
  }
  .order-lg-first {
    order: -1 !important
  }
  .order-lg-0 {
    order: 0 !important
  }
  .order-lg-1 {
    order: 1 !important
  }
  .order-lg-2 {
    order: 2 !important
  }
  .order-lg-3 {
    order: 3 !important
  }
  .order-lg-4 {
    order: 4 !important
  }
  .order-lg-5 {
    order: 5 !important
  }
  .order-lg-last {
    order: 6 !important
  }
  .m-lg-0 {
    margin: 0 !important
  }
  .m-lg-1 {
    margin: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .m-lg-3 {
    margin: 1rem !important
  }
  .m-lg-4 {
    margin: 1.5rem !important
  }
  .m-lg-5 {
    margin: 3rem !important
  }
  .m-lg-6 {
    margin: 4.5rem !important
  }
  .m-lg-7 {
    margin: 6rem !important
  }
  .m-lg-8 {
    margin: 7.5rem !important
  }
  .m-lg-9 {
    margin: 9rem !important
  }
  .m-lg-10 {
    margin: 11.5rem !important
  }
  .m-lg-auto {
    margin: auto !important
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }
  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }
  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
  .mx-lg-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }
  .mx-lg-10 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }
  .my-lg-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }
  .my-lg-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }
  .my-lg-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }
  .my-lg-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }
  .my-lg-10 {
    margin-bottom: 11.5rem !important;
    margin-top: 11.5rem !important
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
  .mt-lg-0 {
    margin-top: 0 !important
  }
  .mt-lg-1 {
    margin-top: .25rem !important
  }
  .mt-lg-2 {
    margin-top: .5rem !important
  }
  .mt-lg-3 {
    margin-top: 1rem !important
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important
  }
  .mt-lg-5 {
    margin-top: 3rem !important
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important
  }
  .mt-lg-7 {
    margin-top: 6rem !important
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important
  }
  .mt-lg-9 {
    margin-top: 9rem !important
  }
  .mt-lg-10 {
    margin-top: 11.5rem !important
  }
  .mt-lg-auto {
    margin-top: auto !important
  }
  .me-lg-0 {
    margin-right: 0 !important
  }
  .me-lg-1 {
    margin-right: .25rem !important
  }
  .me-lg-2 {
    margin-right: .5rem !important
  }
  .me-lg-3 {
    margin-right: 1rem !important
  }
  .me-lg-4 {
    margin-right: 1.5rem !important
  }
  .me-lg-5 {
    margin-right: 3rem !important
  }
  .me-lg-6 {
    margin-right: 4.5rem !important
  }
  .me-lg-7 {
    margin-right: 6rem !important
  }
  .me-lg-8 {
    margin-right: 7.5rem !important
  }
  .me-lg-9 {
    margin-right: 9rem !important
  }
  .me-lg-10 {
    margin-right: 11.5rem !important
  }
  .me-lg-auto {
    margin-right: auto !important
  }
  .mb-lg-0 {
    margin-bottom: 0 !important
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important
  }
  .mb-lg-10 {
    margin-bottom: 11.5rem !important
  }
  .mb-lg-auto {
    margin-bottom: auto !important
  }
  .ms-lg-0 {
    margin-left: 0 !important
  }
  .ms-lg-1 {
    margin-left: .25rem !important
  }
  .ms-lg-2 {
    margin-left: .5rem !important
  }
  .ms-lg-3 {
    margin-left: 1rem !important
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important
  }
  .ms-lg-5 {
    margin-left: 3rem !important
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important
  }
  .ms-lg-7 {
    margin-left: 6rem !important
  }
  .ms-lg-8 {
    margin-left: 7.5rem !important
  }
  .ms-lg-9 {
    margin-left: 9rem !important
  }
  .ms-lg-10 {
    margin-left: 11.5rem !important
  }
  .ms-lg-auto {
    margin-left: auto !important
  }
  .m-lg-n1 {
    margin: -.25rem !important
  }
  .m-lg-n2 {
    margin: -.5rem !important
  }
  .m-lg-n3 {
    margin: -1rem !important
  }
  .m-lg-n4 {
    margin: -1.5rem !important
  }
  .m-lg-n5 {
    margin: -3rem !important
  }
  .m-lg-n6 {
    margin: -4.5rem !important
  }
  .m-lg-n7 {
    margin: -6rem !important
  }
  .m-lg-n8 {
    margin: -7.5rem !important
  }
  .m-lg-n9 {
    margin: -9rem !important
  }
  .m-lg-n10 {
    margin: -11.5rem !important
  }
  .mx-lg-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }
  .mx-lg-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }
  .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }
  .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }
  .mx-lg-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }
  .mx-lg-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }
  .mx-lg-n10 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important
  }
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }
  .my-lg-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }
  .my-lg-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }
  .my-lg-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }
  .my-lg-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }
  .my-lg-n10 {
    margin-bottom: -11.5rem !important;
    margin-top: -11.5rem !important
  }
  .mt-lg-n1 {
    margin-top: -.25rem !important
  }
  .mt-lg-n2 {
    margin-top: -.5rem !important
  }
  .mt-lg-n3 {
    margin-top: -1rem !important
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important
  }
  .mt-lg-n5 {
    margin-top: -3rem !important
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important
  }
  .mt-lg-n7 {
    margin-top: -6rem !important
  }
  .mt-lg-n8 {
    margin-top: -7.5rem !important
  }
  .mt-lg-n9 {
    margin-top: -9rem !important
  }
  .mt-lg-n10 {
    margin-top: -11.5rem !important
  }
  .me-lg-n1 {
    margin-right: -.25rem !important
  }
  .me-lg-n2 {
    margin-right: -.5rem !important
  }
  .me-lg-n3 {
    margin-right: -1rem !important
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important
  }
  .me-lg-n5 {
    margin-right: -3rem !important
  }
  .me-lg-n6 {
    margin-right: -4.5rem !important
  }
  .me-lg-n7 {
    margin-right: -6rem !important
  }
  .me-lg-n8 {
    margin-right: -7.5rem !important
  }
  .me-lg-n9 {
    margin-right: -9rem !important
  }
  .me-lg-n10 {
    margin-right: -11.5rem !important
  }
  .mb-lg-n1 {
    margin-bottom: -.25rem !important
  }
  .mb-lg-n2 {
    margin-bottom: -.5rem !important
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important
  }
  .mb-lg-n7 {
    margin-bottom: -6rem !important
  }
  .mb-lg-n8 {
    margin-bottom: -7.5rem !important
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important
  }
  .mb-lg-n10 {
    margin-bottom: -11.5rem !important
  }
  .ms-lg-n1 {
    margin-left: -.25rem !important
  }
  .ms-lg-n2 {
    margin-left: -.5rem !important
  }
  .ms-lg-n3 {
    margin-left: -1rem !important
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important
  }
  .ms-lg-n5 {
    margin-left: -3rem !important
  }
  .ms-lg-n6 {
    margin-left: -4.5rem !important
  }
  .ms-lg-n7 {
    margin-left: -6rem !important
  }
  .ms-lg-n8 {
    margin-left: -7.5rem !important
  }
  .ms-lg-n9 {
    margin-left: -9rem !important
  }
  .ms-lg-n10 {
    margin-left: -11.5rem !important
  }
  .p-lg-0 {
    padding: 0 !important
  }
  .p-lg-1 {
    padding: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .p-lg-6 {
    padding: 4.5rem !important
  }
  .p-lg-7 {
    padding: 6rem !important
  }
  .p-lg-8 {
    padding: 7.5rem !important
  }
  .p-lg-9 {
    padding: 9rem !important
  }
  .p-lg-10 {
    padding: 11.5rem !important
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }
  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }
  .px-lg-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }
  .px-lg-10 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
  .py-lg-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }
  .py-lg-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
  .py-lg-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }
  .py-lg-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }
  .py-lg-10 {
    padding-bottom: 11.5rem !important;
    padding-top: 11.5rem !important
  }
  .pt-lg-0 {
    padding-top: 0 !important
  }
  .pt-lg-1 {
    padding-top: .25rem !important
  }
  .pt-lg-2 {
    padding-top: .5rem !important
  }
  .pt-lg-3 {
    padding-top: 1rem !important
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important
  }
  .pt-lg-5 {
    padding-top: 3rem !important
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important
  }
  .pt-lg-7 {
    padding-top: 6rem !important
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important
  }
  .pt-lg-9 {
    padding-top: 9rem !important
  }
  .pt-lg-10 {
    padding-top: 11.5rem !important
  }
  .pe-lg-0 {
    padding-right: 0 !important
  }
  .pe-lg-1 {
    padding-right: .25rem !important
  }
  .pe-lg-2 {
    padding-right: .5rem !important
  }
  .pe-lg-3 {
    padding-right: 1rem !important
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important
  }
  .pe-lg-5 {
    padding-right: 3rem !important
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important
  }
  .pe-lg-7 {
    padding-right: 6rem !important
  }
  .pe-lg-8 {
    padding-right: 7.5rem !important
  }
  .pe-lg-9 {
    padding-right: 9rem !important
  }
  .pe-lg-10 {
    padding-right: 11.5rem !important
  }
  .pb-lg-0 {
    padding-bottom: 0 !important
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important
  }
  .pb-lg-10 {
    padding-bottom: 11.5rem !important
  }
  .ps-lg-0 {
    padding-left: 0 !important
  }
  .ps-lg-1 {
    padding-left: .25rem !important
  }
  .ps-lg-2 {
    padding-left: .5rem !important
  }
  .ps-lg-3 {
    padding-left: 1rem !important
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important
  }
  .ps-lg-5 {
    padding-left: 3rem !important
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important
  }
  .ps-lg-7 {
    padding-left: 6rem !important
  }
  .ps-lg-8 {
    padding-left: 7.5rem !important
  }
  .ps-lg-9 {
    padding-left: 9rem !important
  }
  .ps-lg-10 {
    padding-left: 11.5rem !important
  }
  .text-lg-start {
    text-align: left !important
  }
  .text-lg-end {
    text-align: right !important
  }
  .text-lg-center {
    text-align: center !important
  }
}
@media(min-width:1200px) {
  .float-xl-start {
    float: left !important
  }
  .float-xl-end {
    float: right !important
  }
  .float-xl-none {
    float: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-grid {
    display: grid !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: flex !important
  }
  .d-xl-inline-flex {
    display: inline-flex !important
  }
  .d-xl-none {
    display: none !important
  }
  .flex-xl-fill {
    flex: 1 1 auto !important
  }
  .flex-xl-row {
    flex-direction: row !important
  }
  .flex-xl-column {
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .gap-xl-0 {
    gap: 0 !important
  }
  .gap-xl-1 {
    gap: .25rem !important
  }
  .gap-xl-2 {
    gap: .5rem !important
  }
  .gap-xl-3 {
    gap: 1rem !important
  }
  .gap-xl-4 {
    gap: 1.5rem !important
  }
  .gap-xl-5 {
    gap: 3rem !important
  }
  .gap-xl-6 {
    gap: 4.5rem !important
  }
  .gap-xl-7 {
    gap: 6rem !important
  }
  .gap-xl-8 {
    gap: 7.5rem !important
  }
  .gap-xl-9 {
    gap: 9rem !important
  }
  .gap-xl-10 {
    gap: 11.5rem !important
  }
  .justify-content-xl-start {
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    justify-content: center !important
  }
  .justify-content-xl-between {
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    justify-content: space-around !important
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important
  }
  .align-items-xl-start {
    align-items: flex-start !important
  }
  .align-items-xl-end {
    align-items: flex-end !important
  }
  .align-items-xl-center {
    align-items: center !important
  }
  .align-items-xl-baseline {
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    align-items: stretch !important
  }
  .align-content-xl-start {
    align-content: flex-start !important
  }
  .align-content-xl-end {
    align-content: flex-end !important
  }
  .align-content-xl-center {
    align-content: center !important
  }
  .align-content-xl-between {
    align-content: space-between !important
  }
  .align-content-xl-around {
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    align-content: stretch !important
  }
  .align-self-xl-auto {
    align-self: auto !important
  }
  .align-self-xl-start {
    align-self: flex-start !important
  }
  .align-self-xl-end {
    align-self: flex-end !important
  }
  .align-self-xl-center {
    align-self: center !important
  }
  .align-self-xl-baseline {
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    align-self: stretch !important
  }
  .order-xl-first {
    order: -1 !important
  }
  .order-xl-0 {
    order: 0 !important
  }
  .order-xl-1 {
    order: 1 !important
  }
  .order-xl-2 {
    order: 2 !important
  }
  .order-xl-3 {
    order: 3 !important
  }
  .order-xl-4 {
    order: 4 !important
  }
  .order-xl-5 {
    order: 5 !important
  }
  .order-xl-last {
    order: 6 !important
  }
  .m-xl-0 {
    margin: 0 !important
  }
  .m-xl-1 {
    margin: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .m-xl-3 {
    margin: 1rem !important
  }
  .m-xl-4 {
    margin: 1.5rem !important
  }
  .m-xl-5 {
    margin: 3rem !important
  }
  .m-xl-6 {
    margin: 4.5rem !important
  }
  .m-xl-7 {
    margin: 6rem !important
  }
  .m-xl-8 {
    margin: 7.5rem !important
  }
  .m-xl-9 {
    margin: 9rem !important
  }
  .m-xl-10 {
    margin: 11.5rem !important
  }
  .m-xl-auto {
    margin: auto !important
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }
  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
  .mx-xl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }
  .mx-xl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
  .mx-xl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }
  .mx-xl-10 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }
  .my-xl-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }
  .my-xl-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }
  .my-xl-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }
  .my-xl-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }
  .my-xl-10 {
    margin-bottom: 11.5rem !important;
    margin-top: 11.5rem !important
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
  .mt-xl-0 {
    margin-top: 0 !important
  }
  .mt-xl-1 {
    margin-top: .25rem !important
  }
  .mt-xl-2 {
    margin-top: .5rem !important
  }
  .mt-xl-3 {
    margin-top: 1rem !important
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important
  }
  .mt-xl-5 {
    margin-top: 3rem !important
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important
  }
  .mt-xl-7 {
    margin-top: 6rem !important
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important
  }
  .mt-xl-9 {
    margin-top: 9rem !important
  }
  .mt-xl-10 {
    margin-top: 11.5rem !important
  }
  .mt-xl-auto {
    margin-top: auto !important
  }
  .me-xl-0 {
    margin-right: 0 !important
  }
  .me-xl-1 {
    margin-right: .25rem !important
  }
  .me-xl-2 {
    margin-right: .5rem !important
  }
  .me-xl-3 {
    margin-right: 1rem !important
  }
  .me-xl-4 {
    margin-right: 1.5rem !important
  }
  .me-xl-5 {
    margin-right: 3rem !important
  }
  .me-xl-6 {
    margin-right: 4.5rem !important
  }
  .me-xl-7 {
    margin-right: 6rem !important
  }
  .me-xl-8 {
    margin-right: 7.5rem !important
  }
  .me-xl-9 {
    margin-right: 9rem !important
  }
  .me-xl-10 {
    margin-right: 11.5rem !important
  }
  .me-xl-auto {
    margin-right: auto !important
  }
  .mb-xl-0 {
    margin-bottom: 0 !important
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important
  }
  .mb-xl-10 {
    margin-bottom: 11.5rem !important
  }
  .mb-xl-auto {
    margin-bottom: auto !important
  }
  .ms-xl-0 {
    margin-left: 0 !important
  }
  .ms-xl-1 {
    margin-left: .25rem !important
  }
  .ms-xl-2 {
    margin-left: .5rem !important
  }
  .ms-xl-3 {
    margin-left: 1rem !important
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important
  }
  .ms-xl-5 {
    margin-left: 3rem !important
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important
  }
  .ms-xl-7 {
    margin-left: 6rem !important
  }
  .ms-xl-8 {
    margin-left: 7.5rem !important
  }
  .ms-xl-9 {
    margin-left: 9rem !important
  }
  .ms-xl-10 {
    margin-left: 11.5rem !important
  }
  .ms-xl-auto {
    margin-left: auto !important
  }
  .m-xl-n1 {
    margin: -.25rem !important
  }
  .m-xl-n2 {
    margin: -.5rem !important
  }
  .m-xl-n3 {
    margin: -1rem !important
  }
  .m-xl-n4 {
    margin: -1.5rem !important
  }
  .m-xl-n5 {
    margin: -3rem !important
  }
  .m-xl-n6 {
    margin: -4.5rem !important
  }
  .m-xl-n7 {
    margin: -6rem !important
  }
  .m-xl-n8 {
    margin: -7.5rem !important
  }
  .m-xl-n9 {
    margin: -9rem !important
  }
  .m-xl-n10 {
    margin: -11.5rem !important
  }
  .mx-xl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }
  .mx-xl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }
  .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }
  .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }
  .mx-xl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }
  .mx-xl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }
  .mx-xl-n10 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important
  }
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }
  .my-xl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }
  .my-xl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }
  .my-xl-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }
  .my-xl-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }
  .my-xl-n10 {
    margin-bottom: -11.5rem !important;
    margin-top: -11.5rem !important
  }
  .mt-xl-n1 {
    margin-top: -.25rem !important
  }
  .mt-xl-n2 {
    margin-top: -.5rem !important
  }
  .mt-xl-n3 {
    margin-top: -1rem !important
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important
  }
  .mt-xl-n5 {
    margin-top: -3rem !important
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important
  }
  .mt-xl-n7 {
    margin-top: -6rem !important
  }
  .mt-xl-n8 {
    margin-top: -7.5rem !important
  }
  .mt-xl-n9 {
    margin-top: -9rem !important
  }
  .mt-xl-n10 {
    margin-top: -11.5rem !important
  }
  .me-xl-n1 {
    margin-right: -.25rem !important
  }
  .me-xl-n2 {
    margin-right: -.5rem !important
  }
  .me-xl-n3 {
    margin-right: -1rem !important
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important
  }
  .me-xl-n5 {
    margin-right: -3rem !important
  }
  .me-xl-n6 {
    margin-right: -4.5rem !important
  }
  .me-xl-n7 {
    margin-right: -6rem !important
  }
  .me-xl-n8 {
    margin-right: -7.5rem !important
  }
  .me-xl-n9 {
    margin-right: -9rem !important
  }
  .me-xl-n10 {
    margin-right: -11.5rem !important
  }
  .mb-xl-n1 {
    margin-bottom: -.25rem !important
  }
  .mb-xl-n2 {
    margin-bottom: -.5rem !important
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important
  }
  .mb-xl-n7 {
    margin-bottom: -6rem !important
  }
  .mb-xl-n8 {
    margin-bottom: -7.5rem !important
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important
  }
  .mb-xl-n10 {
    margin-bottom: -11.5rem !important
  }
  .ms-xl-n1 {
    margin-left: -.25rem !important
  }
  .ms-xl-n2 {
    margin-left: -.5rem !important
  }
  .ms-xl-n3 {
    margin-left: -1rem !important
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important
  }
  .ms-xl-n5 {
    margin-left: -3rem !important
  }
  .ms-xl-n6 {
    margin-left: -4.5rem !important
  }
  .ms-xl-n7 {
    margin-left: -6rem !important
  }
  .ms-xl-n8 {
    margin-left: -7.5rem !important
  }
  .ms-xl-n9 {
    margin-left: -9rem !important
  }
  .ms-xl-n10 {
    margin-left: -11.5rem !important
  }
  .p-xl-0 {
    padding: 0 !important
  }
  .p-xl-1 {
    padding: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .p-xl-6 {
    padding: 4.5rem !important
  }
  .p-xl-7 {
    padding: 6rem !important
  }
  .p-xl-8 {
    padding: 7.5rem !important
  }
  .p-xl-9 {
    padding: 9rem !important
  }
  .p-xl-10 {
    padding: 11.5rem !important
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }
  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
  .px-xl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }
  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
  .px-xl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }
  .px-xl-10 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
  .py-xl-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }
  .py-xl-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
  .py-xl-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }
  .py-xl-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }
  .py-xl-10 {
    padding-bottom: 11.5rem !important;
    padding-top: 11.5rem !important
  }
  .pt-xl-0 {
    padding-top: 0 !important
  }
  .pt-xl-1 {
    padding-top: .25rem !important
  }
  .pt-xl-2 {
    padding-top: .5rem !important
  }
  .pt-xl-3 {
    padding-top: 1rem !important
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important
  }
  .pt-xl-5 {
    padding-top: 3rem !important
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important
  }
  .pt-xl-7 {
    padding-top: 6rem !important
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important
  }
  .pt-xl-9 {
    padding-top: 9rem !important
  }
  .pt-xl-10 {
    padding-top: 11.5rem !important
  }
  .pe-xl-0 {
    padding-right: 0 !important
  }
  .pe-xl-1 {
    padding-right: .25rem !important
  }
  .pe-xl-2 {
    padding-right: .5rem !important
  }
  .pe-xl-3 {
    padding-right: 1rem !important
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important
  }
  .pe-xl-5 {
    padding-right: 3rem !important
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important
  }
  .pe-xl-7 {
    padding-right: 6rem !important
  }
  .pe-xl-8 {
    padding-right: 7.5rem !important
  }
  .pe-xl-9 {
    padding-right: 9rem !important
  }
  .pe-xl-10 {
    padding-right: 11.5rem !important
  }
  .pb-xl-0 {
    padding-bottom: 0 !important
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important
  }
  .pb-xl-10 {
    padding-bottom: 11.5rem !important
  }
  .ps-xl-0 {
    padding-left: 0 !important
  }
  .ps-xl-1 {
    padding-left: .25rem !important
  }
  .ps-xl-2 {
    padding-left: .5rem !important
  }
  .ps-xl-3 {
    padding-left: 1rem !important
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important
  }
  .ps-xl-5 {
    padding-left: 3rem !important
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important
  }
  .ps-xl-7 {
    padding-left: 6rem !important
  }
  .ps-xl-8 {
    padding-left: 7.5rem !important
  }
  .ps-xl-9 {
    padding-left: 9rem !important
  }
  .ps-xl-10 {
    padding-left: 11.5rem !important
  }
  .text-xl-start {
    text-align: left !important
  }
  .text-xl-end {
    text-align: right !important
  }
  .text-xl-center {
    text-align: center !important
  }
}
@media(min-width:1400px) {
  .float-xxl-start {
    float: left !important
  }
  .float-xxl-end {
    float: right !important
  }
  .float-xxl-none {
    float: none !important
  }
  .d-xxl-inline {
    display: inline !important
  }
  .d-xxl-inline-block {
    display: inline-block !important
  }
  .d-xxl-block {
    display: block !important
  }
  .d-xxl-grid {
    display: grid !important
  }
  .d-xxl-table {
    display: table !important
  }
  .d-xxl-table-row {
    display: table-row !important
  }
  .d-xxl-table-cell {
    display: table-cell !important
  }
  .d-xxl-flex {
    display: flex !important
  }
  .d-xxl-inline-flex {
    display: inline-flex !important
  }
  .d-xxl-none {
    display: none !important
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important
  }
  .flex-xxl-row {
    flex-direction: row !important
  }
  .flex-xxl-column {
    flex-direction: column !important
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .gap-xxl-0 {
    gap: 0 !important
  }
  .gap-xxl-1 {
    gap: .25rem !important
  }
  .gap-xxl-2 {
    gap: .5rem !important
  }
  .gap-xxl-3 {
    gap: 1rem !important
  }
  .gap-xxl-4 {
    gap: 1.5rem !important
  }
  .gap-xxl-5 {
    gap: 3rem !important
  }
  .gap-xxl-6 {
    gap: 4.5rem !important
  }
  .gap-xxl-7 {
    gap: 6rem !important
  }
  .gap-xxl-8 {
    gap: 7.5rem !important
  }
  .gap-xxl-9 {
    gap: 9rem !important
  }
  .gap-xxl-10 {
    gap: 11.5rem !important
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important
  }
  .justify-content-xxl-center {
    justify-content: center !important
  }
  .justify-content-xxl-between {
    justify-content: space-between !important
  }
  .justify-content-xxl-around {
    justify-content: space-around !important
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }
  .align-items-xxl-start {
    align-items: flex-start !important
  }
  .align-items-xxl-end {
    align-items: flex-end !important
  }
  .align-items-xxl-center {
    align-items: center !important
  }
  .align-items-xxl-baseline {
    align-items: baseline !important
  }
  .align-items-xxl-stretch {
    align-items: stretch !important
  }
  .align-content-xxl-start {
    align-content: flex-start !important
  }
  .align-content-xxl-end {
    align-content: flex-end !important
  }
  .align-content-xxl-center {
    align-content: center !important
  }
  .align-content-xxl-between {
    align-content: space-between !important
  }
  .align-content-xxl-around {
    align-content: space-around !important
  }
  .align-content-xxl-stretch {
    align-content: stretch !important
  }
  .align-self-xxl-auto {
    align-self: auto !important
  }
  .align-self-xxl-start {
    align-self: flex-start !important
  }
  .align-self-xxl-end {
    align-self: flex-end !important
  }
  .align-self-xxl-center {
    align-self: center !important
  }
  .align-self-xxl-baseline {
    align-self: baseline !important
  }
  .align-self-xxl-stretch {
    align-self: stretch !important
  }
  .order-xxl-first {
    order: -1 !important
  }
  .order-xxl-0 {
    order: 0 !important
  }
  .order-xxl-1 {
    order: 1 !important
  }
  .order-xxl-2 {
    order: 2 !important
  }
  .order-xxl-3 {
    order: 3 !important
  }
  .order-xxl-4 {
    order: 4 !important
  }
  .order-xxl-5 {
    order: 5 !important
  }
  .order-xxl-last {
    order: 6 !important
  }
  .m-xxl-0 {
    margin: 0 !important
  }
  .m-xxl-1 {
    margin: .25rem !important
  }
  .m-xxl-2 {
    margin: .5rem !important
  }
  .m-xxl-3 {
    margin: 1rem !important
  }
  .m-xxl-4 {
    margin: 1.5rem !important
  }
  .m-xxl-5 {
    margin: 3rem !important
  }
  .m-xxl-6 {
    margin: 4.5rem !important
  }
  .m-xxl-7 {
    margin: 6rem !important
  }
  .m-xxl-8 {
    margin: 7.5rem !important
  }
  .m-xxl-9 {
    margin: 9rem !important
  }
  .m-xxl-10 {
    margin: 11.5rem !important
  }
  .m-xxl-auto {
    margin: auto !important
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }
  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }
  .mx-xxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }
  .mx-xxl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
  }
  .mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }
  .mx-xxl-10 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }
  .my-xxl-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }
  .my-xxl-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important
  }
  .my-xxl-7 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }
  .my-xxl-8 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important
  }
  .my-xxl-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }
  .my-xxl-10 {
    margin-bottom: 11.5rem !important;
    margin-top: 11.5rem !important
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }
  .mt-xxl-0 {
    margin-top: 0 !important
  }
  .mt-xxl-1 {
    margin-top: .25rem !important
  }
  .mt-xxl-2 {
    margin-top: .5rem !important
  }
  .mt-xxl-3 {
    margin-top: 1rem !important
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }
  .mt-xxl-5 {
    margin-top: 3rem !important
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important
  }
  .mt-xxl-7 {
    margin-top: 6rem !important
  }
  .mt-xxl-8 {
    margin-top: 7.5rem !important
  }
  .mt-xxl-9 {
    margin-top: 9rem !important
  }
  .mt-xxl-10 {
    margin-top: 11.5rem !important
  }
  .mt-xxl-auto {
    margin-top: auto !important
  }
  .me-xxl-0 {
    margin-right: 0 !important
  }
  .me-xxl-1 {
    margin-right: .25rem !important
  }
  .me-xxl-2 {
    margin-right: .5rem !important
  }
  .me-xxl-3 {
    margin-right: 1rem !important
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important
  }
  .me-xxl-5 {
    margin-right: 3rem !important
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important
  }
  .me-xxl-7 {
    margin-right: 6rem !important
  }
  .me-xxl-8 {
    margin-right: 7.5rem !important
  }
  .me-xxl-9 {
    margin-right: 9rem !important
  }
  .me-xxl-10 {
    margin-right: 11.5rem !important
  }
  .me-xxl-auto {
    margin-right: auto !important
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important
  }
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important
  }
  .mb-xxl-10 {
    margin-bottom: 11.5rem !important
  }
  .mb-xxl-auto {
    margin-bottom: auto !important
  }
  .ms-xxl-0 {
    margin-left: 0 !important
  }
  .ms-xxl-1 {
    margin-left: .25rem !important
  }
  .ms-xxl-2 {
    margin-left: .5rem !important
  }
  .ms-xxl-3 {
    margin-left: 1rem !important
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }
  .ms-xxl-5 {
    margin-left: 3rem !important
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important
  }
  .ms-xxl-7 {
    margin-left: 6rem !important
  }
  .ms-xxl-8 {
    margin-left: 7.5rem !important
  }
  .ms-xxl-9 {
    margin-left: 9rem !important
  }
  .ms-xxl-10 {
    margin-left: 11.5rem !important
  }
  .ms-xxl-auto {
    margin-left: auto !important
  }
  .m-xxl-n1 {
    margin: -.25rem !important
  }
  .m-xxl-n2 {
    margin: -.5rem !important
  }
  .m-xxl-n3 {
    margin: -1rem !important
  }
  .m-xxl-n4 {
    margin: -1.5rem !important
  }
  .m-xxl-n5 {
    margin: -3rem !important
  }
  .m-xxl-n6 {
    margin: -4.5rem !important
  }
  .m-xxl-n7 {
    margin: -6rem !important
  }
  .m-xxl-n8 {
    margin: -7.5rem !important
  }
  .m-xxl-n9 {
    margin: -9rem !important
  }
  .m-xxl-n10 {
    margin: -11.5rem !important
  }
  .mx-xxl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }
  .mx-xxl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }
  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }
  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }
  .mx-xxl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }
  .mx-xxl-n8 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important
  }
  .mx-xxl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }
  .mx-xxl-n10 {
    margin-left: -11.5rem !important;
    margin-right: -11.5rem !important
  }
  .my-xxl-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }
  .my-xxl-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
    margin-top: -4.5rem !important
  }
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }
  .my-xxl-n8 {
    margin-bottom: -7.5rem !important;
    margin-top: -7.5rem !important
  }
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }
  .my-xxl-n10 {
    margin-bottom: -11.5rem !important;
    margin-top: -11.5rem !important
  }
  .mt-xxl-n1 {
    margin-top: -.25rem !important
  }
  .mt-xxl-n2 {
    margin-top: -.5rem !important
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important
  }
  .mt-xxl-n7 {
    margin-top: -6rem !important
  }
  .mt-xxl-n8 {
    margin-top: -7.5rem !important
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important
  }
  .mt-xxl-n10 {
    margin-top: -11.5rem !important
  }
  .me-xxl-n1 {
    margin-right: -.25rem !important
  }
  .me-xxl-n2 {
    margin-right: -.5rem !important
  }
  .me-xxl-n3 {
    margin-right: -1rem !important
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important
  }
  .me-xxl-n5 {
    margin-right: -3rem !important
  }
  .me-xxl-n6 {
    margin-right: -4.5rem !important
  }
  .me-xxl-n7 {
    margin-right: -6rem !important
  }
  .me-xxl-n8 {
    margin-right: -7.5rem !important
  }
  .me-xxl-n9 {
    margin-right: -9rem !important
  }
  .me-xxl-n10 {
    margin-right: -11.5rem !important
  }
  .mb-xxl-n1 {
    margin-bottom: -.25rem !important
  }
  .mb-xxl-n2 {
    margin-bottom: -.5rem !important
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important
  }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important
  }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important
  }
  .mb-xxl-n8 {
    margin-bottom: -7.5rem !important
  }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important
  }
  .mb-xxl-n10 {
    margin-bottom: -11.5rem !important
  }
  .ms-xxl-n1 {
    margin-left: -.25rem !important
  }
  .ms-xxl-n2 {
    margin-left: -.5rem !important
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important
  }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important
  }
  .ms-xxl-n7 {
    margin-left: -6rem !important
  }
  .ms-xxl-n8 {
    margin-left: -7.5rem !important
  }
  .ms-xxl-n9 {
    margin-left: -9rem !important
  }
  .ms-xxl-n10 {
    margin-left: -11.5rem !important
  }
  .p-xxl-0 {
    padding: 0 !important
  }
  .p-xxl-1 {
    padding: .25rem !important
  }
  .p-xxl-2 {
    padding: .5rem !important
  }
  .p-xxl-3 {
    padding: 1rem !important
  }
  .p-xxl-4 {
    padding: 1.5rem !important
  }
  .p-xxl-5 {
    padding: 3rem !important
  }
  .p-xxl-6 {
    padding: 4.5rem !important
  }
  .p-xxl-7 {
    padding: 6rem !important
  }
  .p-xxl-8 {
    padding: 7.5rem !important
  }
  .p-xxl-9 {
    padding: 9rem !important
  }
  .p-xxl-10 {
    padding: 11.5rem !important
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }
  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }
  .px-xxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }
  .px-xxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }
  .px-xxl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
  }
  .px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }
  .px-xxl-10 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }
  .py-xxl-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }
  .py-xxl-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
  .py-xxl-7 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }
  .py-xxl-8 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important
  }
  .py-xxl-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }
  .py-xxl-10 {
    padding-bottom: 11.5rem !important;
    padding-top: 11.5rem !important
  }
  .pt-xxl-0 {
    padding-top: 0 !important
  }
  .pt-xxl-1 {
    padding-top: .25rem !important
  }
  .pt-xxl-2 {
    padding-top: .5rem !important
  }
  .pt-xxl-3 {
    padding-top: 1rem !important
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }
  .pt-xxl-5 {
    padding-top: 3rem !important
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important
  }
  .pt-xxl-7 {
    padding-top: 6rem !important
  }
  .pt-xxl-8 {
    padding-top: 7.5rem !important
  }
  .pt-xxl-9 {
    padding-top: 9rem !important
  }
  .pt-xxl-10 {
    padding-top: 11.5rem !important
  }
  .pe-xxl-0 {
    padding-right: 0 !important
  }
  .pe-xxl-1 {
    padding-right: .25rem !important
  }
  .pe-xxl-2 {
    padding-right: .5rem !important
  }
  .pe-xxl-3 {
    padding-right: 1rem !important
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }
  .pe-xxl-5 {
    padding-right: 3rem !important
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important
  }
  .pe-xxl-7 {
    padding-right: 6rem !important
  }
  .pe-xxl-8 {
    padding-right: 7.5rem !important
  }
  .pe-xxl-9 {
    padding-right: 9rem !important
  }
  .pe-xxl-10 {
    padding-right: 11.5rem !important
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important
  }
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important
  }
  .pb-xxl-10 {
    padding-bottom: 11.5rem !important
  }
  .ps-xxl-0 {
    padding-left: 0 !important
  }
  .ps-xxl-1 {
    padding-left: .25rem !important
  }
  .ps-xxl-2 {
    padding-left: .5rem !important
  }
  .ps-xxl-3 {
    padding-left: 1rem !important
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }
  .ps-xxl-5 {
    padding-left: 3rem !important
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important
  }
  .ps-xxl-7 {
    padding-left: 6rem !important
  }
  .ps-xxl-8 {
    padding-left: 7.5rem !important
  }
  .ps-xxl-9 {
    padding-left: 9rem !important
  }
  .ps-xxl-10 {
    padding-left: 11.5rem !important
  }
  .text-xxl-start {
    text-align: left !important
  }
  .text-xxl-end {
    text-align: right !important
  }
  .text-xxl-center {
    text-align: center !important
  }
}
@media(min-width:1200px) {
  .fs-1 {
    font-size: 1.78125rem !important
  }
  .fs-2 {
    font-size: 1.546875rem !important
  }
  .fs-3 {
    font-size: 1.3125rem !important
  }
}
@media print {
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-grid {
    display: grid !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: flex !important
  }
  .d-print-inline-flex {
    display: inline-flex !important
  }
  .d-print-none {
    display: none !important
  }
}
.content {
  padding-bottom: 1.5rem !important;
  padding-top: 7rem !important
}
.custom-accordionwitharrow .card + .card {
  margin-top: .5rem
}
.custom-accordionwitharrow .card .card-header {
  background-color: transparent;
  position: relative
}
.custom-accordionwitharrow .accordion-arrow {
  position: absolute;
  right: 1.25rem
}
.custom-accordionwitharrow a.collapsed .accordion-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.custom-accordion .card {
  border-color: transparent !important;
  border-left: 2px dashed #dee2e6 !important;
  box-shadow: none;
  overflow: visible;
  padding-left: 40px
}
.custom-accordion .card .card-header {
  border-radius: 7px !important
}
.custom-accordion .card .card-header:before {
  background: #dee2e6;
  content: "";
  height: 2px;
  left: 6px;
  position: absolute;
  top: 22px;
  width: 42px
}
.custom-accordion .card .icon {
  left: -18px;
  position: absolute;
  top: -2px
}
.alert-dismissible {
  padding-right: 3.75rem
}
.alert-primary {
  background-color: #cdf;
  border-color: #05f;
  color: #343a40
}
.alert-secondary {
  background-color: #dbdcdd;
  border-color: #495057;
  color: #343a40
}
.alert-success {
  background-color: #d8f6e4;
  border-color: #3cd278;
  color: #343a40
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #17a2b8;
  color: #343a40
}
.alert-warning {
  background-color: #fff4d7;
  border-color: #ffc837;
  color: #343a40
}
.alert-danger {
  background-color: #fcd6d8;
  border-color: #f0323c;
  color: #343a40
}
.alert-light {
  background-color: #fdfdfd;
  border-color: #f4f5f7;
  color: #343a40
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #343a40;
  color: #343a40
}
.alert-orange {
  background-color: #ffe4db;
  border-color: #ff784b;
  color: #343a40
}
.alert-teal {
  background-color: #d2f4ea;
  border-color: #20c997;
  color: #343a40
}
.alert-gray-50 {
  background-color: #fff;
  border-color: #fefefe;
  color: #343a40
}
.badge-soft {
  color: #343a40
}
.badge-soft-primary {
  background-color: rgba(0, 85, 255, .12);
  color: #05f !important
}
.badge-soft-secondary {
  background-color: rgba(73, 80, 87, .12);
  color: #495057 !important
}
.badge-soft-success {
  background-color: rgba(60, 210, 120, .12);
  color: #3cd278 !important
}
.badge-soft-info {
  background-color: rgba(23, 162, 184, .12);
  color: #17a2b8 !important
}
.badge-soft-warning {
  background-color: rgba(255, 200, 55, .12);
  color: #ffc837 !important
}
.badge-soft-danger {
  background-color: rgba(240, 50, 60, .12);
  color: #f0323c !important
}
.badge-soft-light {
  background-color: rgba(244, 245, 247, .12);
  color: #f4f5f7 !important
}
.badge-soft-dark {
  background-color: rgba(52, 58, 64, .12);
  color: #343a40 !important
}
.badge-soft-orange {
  background-color: rgba(255, 120, 75, .12);
  color: #ff784b !important
}
.badge-soft-teal {
  background-color: rgba(32, 201, 151, .12);
  color: #20c997 !important
}
.badge-soft-gray-50 {
  background-color: hsla(0, 0%, 100%, .12);
  color: #fefefe !important
}
.badge.badge-light {
  color: #343a40
}
.badge.badge-pill {
  border-radius: 50px !important
}
.badge.badge-md {
  font-size: 16px;
  padding: 4px 16px
}
.badge.badge-lg {
  font-size: 17px;
  padding: 7px 20px
}
.bg-soft-primary {
  background-color: rgba(0, 85, 255, .12) !important
}
.bg-soft-secondary {
  background-color: rgba(73, 80, 87, .12) !important
}
.bg-soft-success {
  background-color: rgba(60, 210, 120, .12) !important
}
.bg-soft-info {
  background-color: rgba(23, 162, 184, .12) !important
}
.bg-soft-warning {
  background-color: rgba(255, 200, 55, .12) !important
}
.bg-soft-danger {
  background-color: rgba(240, 50, 60, .12) !important
}
.bg-soft-light {
  background-color: rgba(244, 245, 247, .12) !important
}
.bg-soft-dark {
  background-color: rgba(52, 58, 64, .12) !important
}
.bg-soft-orange {
  background-color: rgba(255, 120, 75, .12) !important
}
.bg-soft-teal {
  background-color: rgba(32, 201, 151, .12) !important
}
.bg-soft-gray-50 {
  background-color: hsla(0, 0%, 100%, .12) !important
}
.bg-gray-100 {
  background-color: #f4f5f7 !important
}
.bg-gray-200 {
  background-color: #f3f4f7 !important
}
.bg-gray-300 {
  background-color: #dee2e6 !important
}
.bg-gray-400 {
  background-color: #cdcdcd !important
}
.bg-gray-500 {
  background-color: #adb5bd !important
}
.bg-gray-600 {
  background-color: #787878 !important
}
.bg-gray-700 {
  background-color: #495057 !important
}
.bg-gray-800 {
  background-color: #343a40 !important
}
.bg-gray-900 {
  background-color: #212529 !important
}
.shape {
  overflow: hidden;
  pointer-events: none;
  position: absolute
}
.shape.left {
  bottom: 0;
  left: -1px;
  top: 0
}
.shape.right {
  bottom: 0;
  right: -1px;
  top: 0
}
.shape.bottom {
  bottom: -2px;
  left: 0;
  right: 0
}
.shape.bottom > svg {
  width: 100%
}
.shape.top {
  left: 0;
  right: 0;
  top: -2px
}
.shape.top > svg {
  width: 100%
}
.shape > svg {
  height: 100%;
  width: auto
}
@media(max-width:768px) {
  .shape.bottom {
    bottom: -5px
  }
}
.divider {
  overflow: hidden;
  pointer-events: none;
  position: absolute
}
.divider.top {
  top: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.divider.bottom, .divider.top {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cg class='n2-ss-divider-end' fill='RGBA(255,255,255,1)'%3E%3Cpath opacity='.25' d='M1920 0 0 120V0z'/%3E%3Cpath opacity='.5' d='M1920 0 0 80V0z'/%3E%3Cpath d='M1920-2v2L0 40V-2z'/%3E%3C/g%3E%3C/svg%3E");
  height: 120px;
  left: 0;
  right: 0;
  width: 100%
}
.divider.bottom {
  bottom: 0;
  -webkit-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1)
}
.animate {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .3s ease-in-out
}
.animate:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.bg-gradient {
  background: linear-gradient(180deg, rgba(0, 85, 255, .05), rgba(0, 85, 255, .02))
}
.bg-gradient2 {
  background: linear-gradient(#f3f4f7, #f4f5f7) no-repeat 0
}
.bg-gradient3 {
  background: linear-gradient(#f4f5f7, #fafafb)
}
.bg-gradient4 {
  background: linear-gradient(rgba(255, 120, 75, .075), rgba(255, 200, 55, .1)) no-repeat 0
}
.bg-gradient5 {
  background: linear-gradient(rgba(255, 120, 75, .05), rgba(255, 120, 75, .07)) no-repeat 0
}
.bg-gradient6 {
  background: linear-gradient(rgba(0, 85, 255, .12), rgba(0, 85, 255, .02)) no-repeat top
}
.breadcrumb-no-bg {
  background-color: transparent
}
.breadcrumb-item + .breadcrumb-item {
  align-items: center !important
}
.breadcrumb-item + .breadcrumb-item:before {
  height: 1rem;
  vertical-align: middle;
  width: 1rem
}
.btn .icon svg {
  height: 1rem;
  margin-left: .1rem;
  margin-top: -2px;
  width: 1rem
}
.btn-rounded {
  border-radius: 2.125rem
}
.btn-rounded-circle {
  border-radius: 50%
}
.btn-icon {
  align-items: center;
  display: flex;
  height: 2.625rem;
  justify-content: center;
  padding: 0;
  width: 2.625rem
}
.btn-group-sm > .btn-icon.btn, .btn-icon.btn-sm {
  height: 1.75rem;
  width: 1.75rem
}
.btn-group-lg > .btn-icon.btn, .btn-icon.btn-lg {
  height: 2.875rem;
  width: 2.875rem
}
.btn-link {
  background-color: transparent;
  color: #495057;
  font-weight: 400
}
.btn-link:hover {
  background-color: transparent;
  color: #05f
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
  text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
  box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
  color: #787878;
  pointer-events: none
}
.btn-primary:focus, .btn-primary:hover {
  background: #05f;
  border-color: #05f;
  box-shadow: 0 8px 20px -6px rgba(0, 85, 255, .6)
}
.btn-outline-primary {
  border-color: #05f;
  color: #05f
}
.btn-outline-primary:hover {
  background-color: #05f;
  border-color: #05f;
  color: #fff
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .5)
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  background-color: #05f;
  border-color: #05f;
  color: #fff
}
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  color: #05f
}
.btn-outline-primary:focus, .btn-outline-primary:hover {
  box-shadow: 0 8px 20px -6px rgba(0, 85, 255, .6)
}
.btn-soft-primary {
  background-color: rgba(0, 85, 255, .1);
  border-color: transparent;
  color: #05f
}
.btn-soft-primary:focus, .btn-soft-primary:hover {
  background-color: rgba(0, 85, 255, .15);
  border-color: rgba(0, 85, 255, .1);
  box-shadow: 0 1px 1px rgba(0, 85, 255, .1), 0 2px 4px 1px rgba(0, 85, 255, .1);
  color: #05f
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #495057;
  border-color: #495057;
  box-shadow: 0 8px 20px -6px rgba(73, 80, 87, .6)
}
.btn-outline-secondary {
  border-color: #495057;
  color: #495057
}
.btn-outline-secondary:hover {
  background-color: #495057;
  border-color: #495057;
  color: #fff
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .15rem rgba(73, 80, 87, .5)
}
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  background-color: #495057;
  border-color: #495057;
  color: #fff
}
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .15rem rgba(73, 80, 87, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #495057
}
.btn-outline-secondary:focus, .btn-outline-secondary:hover {
  box-shadow: 0 8px 20px -6px rgba(73, 80, 87, .6)
}
.btn-soft-secondary {
  background-color: rgba(73, 80, 87, .1);
  border-color: transparent;
  color: #495057
}
.btn-soft-secondary:focus, .btn-soft-secondary:hover {
  background-color: rgba(73, 80, 87, .15);
  border-color: rgba(73, 80, 87, .1);
  box-shadow: 0 1px 1px rgba(73, 80, 87, .1), 0 2px 4px 1px rgba(73, 80, 87, .1);
  color: #495057
}
.btn-success:focus, .btn-success:hover {
  background: #3cd278;
  border-color: #3cd278;
  box-shadow: 0 8px 20px -6px rgba(60, 210, 120, .6)
}
.btn-outline-success {
  border-color: #3cd278;
  color: #3cd278
}
.btn-outline-success:hover {
  background-color: #3cd278;
  border-color: #3cd278;
  color: #fff
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 .15rem rgba(60, 210, 120, .5)
}
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  background-color: #3cd278;
  border-color: #3cd278;
  color: #fff
}
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 .15rem rgba(60, 210, 120, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: transparent;
  color: #3cd278
}
.btn-outline-success:focus, .btn-outline-success:hover {
  box-shadow: 0 8px 20px -6px rgba(60, 210, 120, .6)
}
.btn-soft-success {
  background-color: rgba(60, 210, 120, .1);
  border-color: transparent;
  color: #3cd278
}
.btn-soft-success:focus, .btn-soft-success:hover {
  background-color: rgba(60, 210, 120, .15);
  border-color: rgba(60, 210, 120, .1);
  box-shadow: 0 1px 1px rgba(60, 210, 120, .1), 0 2px 4px 1px rgba(60, 210, 120, .1);
  color: #3cd278
}
.btn-info:focus, .btn-info:hover {
  background: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 8px 20px -6px rgba(23, 162, 184, .6)
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 .15rem rgba(23, 162, 184, .5)
}
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff
}
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 .15rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8
}
.btn-outline-info:focus, .btn-outline-info:hover {
  box-shadow: 0 8px 20px -6px rgba(23, 162, 184, .6)
}
.btn-soft-info {
  background-color: rgba(23, 162, 184, .1);
  border-color: transparent;
  color: #17a2b8
}
.btn-soft-info:focus, .btn-soft-info:hover {
  background-color: rgba(23, 162, 184, .15);
  border-color: rgba(23, 162, 184, .1);
  box-shadow: 0 1px 1px rgba(23, 162, 184, .1), 0 2px 4px 1px rgba(23, 162, 184, .1);
  color: #17a2b8
}
.btn-warning:focus, .btn-warning:hover {
  background: #ffc837;
  border-color: #ffc837;
  box-shadow: 0 8px 20px -6px rgba(255, 200, 55, .6)
}
.btn-outline-warning {
  border-color: #ffc837;
  color: #ffc837
}
.btn-outline-warning:hover {
  background-color: #ffc837;
  border-color: #ffc837;
  color: #212529
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .15rem rgba(255, 200, 55, .5)
}
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  background-color: #ffc837;
  border-color: #ffc837;
  color: #212529
}
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .15rem rgba(255, 200, 55, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc837
}
.btn-outline-warning:focus, .btn-outline-warning:hover {
  box-shadow: 0 8px 20px -6px rgba(255, 200, 55, .6)
}
.btn-soft-warning {
  background-color: rgba(255, 200, 55, .1);
  border-color: transparent;
  color: #ffc837
}
.btn-soft-warning:focus, .btn-soft-warning:hover {
  background-color: rgba(255, 200, 55, .15);
  border-color: rgba(255, 200, 55, .1);
  box-shadow: 0 1px 1px rgba(255, 200, 55, .1), 0 2px 4px 1px rgba(255, 200, 55, .1);
  color: #ffc837
}
.btn-danger:focus, .btn-danger:hover {
  background: #f0323c;
  border-color: #f0323c;
  box-shadow: 0 8px 20px -6px rgba(240, 50, 60, .6)
}
.btn-outline-danger {
  border-color: #f0323c;
  color: #f0323c
}
.btn-outline-danger:hover {
  background-color: #f0323c;
  border-color: #f0323c;
  color: #fff
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .15rem rgba(240, 50, 60, .5)
}
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  background-color: #f0323c;
  border-color: #f0323c;
  color: #fff
}
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .15rem rgba(240, 50, 60, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  color: #f0323c
}
.btn-outline-danger:focus, .btn-outline-danger:hover {
  box-shadow: 0 8px 20px -6px rgba(240, 50, 60, .6)
}
.btn-soft-danger {
  background-color: rgba(240, 50, 60, .1);
  border-color: transparent;
  color: #f0323c
}
.btn-soft-danger:focus, .btn-soft-danger:hover {
  background-color: rgba(240, 50, 60, .15);
  border-color: rgba(240, 50, 60, .1);
  box-shadow: 0 1px 1px rgba(240, 50, 60, .1), 0 2px 4px 1px rgba(240, 50, 60, .1);
  color: #f0323c
}
.btn-light:focus, .btn-light:hover {
  background: #f4f5f7;
  border-color: #f4f5f7;
  box-shadow: 0 8px 20px -6px rgba(244, 245, 247, .6)
}
.btn-outline-light {
  border-color: #f4f5f7;
  color: #f4f5f7
}
.btn-outline-light:hover {
  background-color: #f4f5f7;
  border-color: #f4f5f7;
  color: #212529
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 .15rem rgba(244, 245, 247, .5)
}
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  background-color: #f4f5f7;
  border-color: #f4f5f7;
  color: #212529
}
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 .15rem rgba(244, 245, 247, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: transparent;
  color: #f4f5f7
}
.btn-outline-light:focus, .btn-outline-light:hover {
  box-shadow: 0 8px 20px -6px rgba(244, 245, 247, .6)
}
.btn-soft-light {
  background-color: rgba(244, 245, 247, .1);
  border-color: transparent;
  color: #f4f5f7
}
.btn-soft-light:focus, .btn-soft-light:hover {
  background-color: rgba(244, 245, 247, .15);
  border-color: rgba(244, 245, 247, .1);
  box-shadow: 0 1px 1px rgba(244, 245, 247, .1), 0 2px 4px 1px rgba(244, 245, 247, .1);
  color: #f4f5f7
}
.btn-dark:focus, .btn-dark:hover {
  background: #343a40;
  border-color: #343a40;
  box-shadow: 0 8px 20px -6px rgba(52, 58, 64, .6)
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .15rem rgba(52, 58, 64, .5)
}
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff
}
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .15rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40
}
.btn-outline-dark:focus, .btn-outline-dark:hover {
  box-shadow: 0 8px 20px -6px rgba(52, 58, 64, .6)
}
.btn-soft-dark {
  background-color: rgba(52, 58, 64, .1);
  border-color: transparent;
  color: #343a40
}
.btn-soft-dark:focus, .btn-soft-dark:hover {
  background-color: rgba(52, 58, 64, .15);
  border-color: rgba(52, 58, 64, .1);
  box-shadow: 0 1px 1px rgba(52, 58, 64, .1), 0 2px 4px 1px rgba(52, 58, 64, .1);
  color: #343a40
}
.btn-orange:focus, .btn-orange:hover {
  background: #ff784b;
  border-color: #ff784b;
  box-shadow: 0 8px 20px -6px rgba(255, 120, 75, .6)
}
.btn-outline-orange {
  border-color: #ff784b;
  color: #ff784b
}
.btn-outline-orange:hover {
  background-color: #ff784b;
  border-color: #ff784b;
  color: #fff
}
.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0 .15rem rgba(255, 120, 75, .5)
}
.btn-check:active + .btn-outline-orange, .btn-check:checked + .btn-outline-orange, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show, .btn-outline-orange:active {
  background-color: #ff784b;
  border-color: #ff784b;
  color: #fff
}
.btn-check:active + .btn-outline-orange:focus, .btn-check:checked + .btn-outline-orange:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus, .btn-outline-orange:active:focus {
  box-shadow: 0 0 0 .15rem rgba(255, 120, 75, .5)
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  background-color: transparent;
  color: #ff784b
}
.btn-outline-orange:focus, .btn-outline-orange:hover {
  box-shadow: 0 8px 20px -6px rgba(255, 120, 75, .6)
}
.btn-soft-orange {
  background-color: rgba(255, 120, 75, .1);
  border-color: transparent;
  color: #ff784b
}
.btn-soft-orange:focus, .btn-soft-orange:hover {
  background-color: rgba(255, 120, 75, .15);
  border-color: rgba(255, 120, 75, .1);
  box-shadow: 0 1px 1px rgba(255, 120, 75, .1), 0 2px 4px 1px rgba(255, 120, 75, .1);
  color: #ff784b
}
.btn-teal:focus, .btn-teal:hover {
  background: #20c997;
  border-color: #20c997;
  box-shadow: 0 8px 20px -6px rgba(32, 201, 151, .6)
}
.btn-outline-teal {
  border-color: #20c997;
  color: #20c997
}
.btn-outline-teal:hover {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff
}
.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  box-shadow: 0 0 0 .15rem rgba(32, 201, 151, .5)
}
.btn-check:active + .btn-outline-teal, .btn-check:checked + .btn-outline-teal, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show, .btn-outline-teal:active {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff
}
.btn-check:active + .btn-outline-teal:focus, .btn-check:checked + .btn-outline-teal:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus, .btn-outline-teal:active:focus {
  box-shadow: 0 0 0 .15rem rgba(32, 201, 151, .5)
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  background-color: transparent;
  color: #20c997
}
.btn-outline-teal:focus, .btn-outline-teal:hover {
  box-shadow: 0 8px 20px -6px rgba(32, 201, 151, .6)
}
.btn-soft-teal {
  background-color: rgba(32, 201, 151, .1);
  border-color: transparent;
  color: #20c997
}
.btn-soft-teal:focus, .btn-soft-teal:hover {
  background-color: rgba(32, 201, 151, .15);
  border-color: rgba(32, 201, 151, .1);
  box-shadow: 0 1px 1px rgba(32, 201, 151, .1), 0 2px 4px 1px rgba(32, 201, 151, .1);
  color: #20c997
}
.btn-gray-50:focus, .btn-gray-50:hover {
  background: #fefefe;
  border-color: #fefefe;
  box-shadow: 0 8px 20px -6px hsla(0, 0%, 100%, .6)
}
.btn-outline-gray-50 {
  border-color: #fefefe;
  color: #fefefe
}
.btn-outline-gray-50:hover {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #212529
}
.btn-check:focus + .btn-outline-gray-50, .btn-outline-gray-50:focus {
  box-shadow: 0 0 0 .15rem hsla(0, 0%, 100%, .5)
}
.btn-check:active + .btn-outline-gray-50, .btn-check:checked + .btn-outline-gray-50, .btn-outline-gray-50.active, .btn-outline-gray-50.dropdown-toggle.show, .btn-outline-gray-50:active {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #212529
}
.btn-check:active + .btn-outline-gray-50:focus, .btn-check:checked + .btn-outline-gray-50:focus, .btn-outline-gray-50.active:focus, .btn-outline-gray-50.dropdown-toggle.show:focus, .btn-outline-gray-50:active:focus {
  box-shadow: 0 0 0 .15rem hsla(0, 0%, 100%, .5)
}
.btn-outline-gray-50.disabled, .btn-outline-gray-50:disabled {
  background-color: transparent;
  color: #fefefe
}
.btn-outline-gray-50:focus, .btn-outline-gray-50:hover {
  box-shadow: 0 8px 20px -6px hsla(0, 0%, 100%, .6)
}
.btn-soft-gray-50 {
  background-color: hsla(0, 0%, 100%, .1);
  border-color: transparent;
  color: #fefefe
}
.btn-soft-gray-50:focus, .btn-soft-gray-50:hover {
  background-color: hsla(0, 0%, 100%, .15);
  border-color: hsla(0, 0%, 100%, .1);
  box-shadow: 0 1px 1px hsla(0, 0%, 100%, .1), 0 2px 4px 1px hsla(0, 0%, 100%, .1);
  color: #fefefe
}
.btn-white {
  border-color: #dee2e6;
  border-radius: .375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn-white:focus, .btn-white:hover {
  background-color: #fff !important;
  box-shadow: 0 1px 3px rgba(60, 72, 88, .15), 0 2px 4px 2px rgba(60, 72, 88, .18);
  color: #343a40 !important
}
.btn-back-to-top {
  bottom: 1rem;
  display: none;
  position: fixed;
  right: 1rem;
  z-index: 10
}
.btn-back-to-top.show {
  display: flex
}
.btn-play {
  background: radial-gradient(#3cd278 98%, #fff 100%);
  border-radius: 50%;
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
  height: 3.5rem;
  position: relative;
  width: 3.5rem
}
.btn-play.primary {
  background: radial-gradient(#05f 98%, #fff 100%)
}
.btn-play.secondary {
  background: radial-gradient(#495057 98%, #fff 100%)
}
.btn-play.success {
  background: radial-gradient(#3cd278 98%, #fff 100%)
}
.btn-play.info {
  background: radial-gradient(#17a2b8 98%, #fff 100%)
}
.btn-play.warning {
  background: radial-gradient(#ffc837 98%, #fff 100%)
}
.btn-play.danger {
  background: radial-gradient(#f0323c 98%, #fff 100%)
}
.btn-play.light {
  background: radial-gradient(#f4f5f7 98%, #fff 100%)
}
.btn-play.dark {
  background: radial-gradient(#343a40 98%, #fff 100%)
}
.btn-play.orange {
  background: radial-gradient(#ff784b 98%, #fff 100%)
}
.btn-play.teal {
  background: radial-gradient(#20c997 98%, #fff 100%)
}
.btn-play.gray-50 {
  background: radial-gradient(#fefefe 98%, #fff 100%)
}
.btn-play:after {
  border-bottom: .5rem solid transparent;
  border-left: .75rem solid #fff;
  border-top: .5rem solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all .4s cubic-bezier(.55, .055, .675, .19);
  width: 0;
  z-index: 100
}
.btn-play:before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  background: rgba(198, 16, 0, 0);
  border: 3px solid hsla(0, 0%, 100%, .75);
  border-radius: 50%;
  content: "";
  height: 130%;
  left: -15%;
  opacity: 1;
  position: absolute;
  top: -15%;
  width: 130%
}
@-webkit-keyframes pulsate1 {
  0% {
    box-shadow: inset 0 0 25px 3px hsla(0, 0%, 100%, .75), 0 0 25px 10px hsla(0, 0%, 100%, .75);
    opacity: 1;
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }
  to {
    box-shadow: none;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes pulsate1 {
  0% {
    box-shadow: inset 0 0 25px 3px hsla(0, 0%, 100%, .75), 0 0 25px 10px hsla(0, 0%, 100%, .75);
    opacity: 1;
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }
  to {
    box-shadow: none;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.card {
  box-shadow: 0 0 .25rem rgba(73, 80, 87, .05);
  margin-bottom: 1.5rem;
  position: relative
}
.card.hoverable {
  transition: all .3s ease-in-out
}
.card.hoverable:hover {
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .12);
  -webkit-transform: translateY(-3px) !important;
  transform: translateY(-3px) !important
}
.card .card-img-overlay .overlay-light-top {
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .95) 50%, hsla(0, 0%, 100%, .9) 75%, transparent);
  padding: 1rem 1rem 1.5rem
}
.card .card-img-overlay .overlay-light-bottom {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .85) 85%, transparent);
  bottom: 0;
  padding: 1.5rem 1rem 1rem;
  position: absolute
}
.card-footer {
  border-color: #f6f7f9
}
.card-drop {
  border-radius: 50%;
  color: inherit;
  display: inline-block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin-top: -6px;
  text-align: center;
  width: 30px
}
.card-drop:hover {
  background-color: #f3f4f7;
  color: #343a40
}
.card-header, .card-title {
  margin-top: 0
}
.card-nav {
  margin: -.5rem 0
}
.card-box {
  background-color: #fff;
  border-radius: .1875rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem
}
.card-img-top-overlay {
  position: relative
}
.card-img-top-overlay .overlay {
  background: hsla(0, 0%, 47%, .4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.card-img-top-overlay .overlay-light {
  background: rgba(243, 244, 247, .5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.card-img-top-overlay .overlay-dark {
  background: rgba(33, 37, 41, .5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.card-img-top-overlay .card-overlay-top {
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  top: .75rem
}
.card-img-top-overlay .card-overlay-bottom {
  bottom: .75rem;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem
}
.card-img-top-overlay .card-badge {
  border-radius: .25rem;
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  position: absolute;
  z-index: 1000
}
.card-img-top-overlay .card-badge.top-left {
  left: 1rem;
  top: 1rem
}
.card-img-top-overlay .card-badge.bottom-left {
  bottom: 1rem;
  left: 1rem
}
.card-img-top-overlay .card-badge.top-right {
  right: 1rem;
  top: 1rem
}
.card-img-top-overlay .card-badge.bottom-right {
  bottom: 1rem;
  right: 1rem
}
.card-portfolio-item .card-zoom {
  border-radius: inherit;
  overflow: hidden !important
}
.card-portfolio-item .card-zoom img {
  border-radius: inherit;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all .3s ease-in-out
}
.card-portfolio-item:hover .card-zoom img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.card-listing-item {
  border: 1px solid #dee2e6 !important;
  overflow: hidden !important
}
.card-listing-item.overlay .overlay-details {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, .25);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  transition: all .3s ease-in-out
}
.card-listing-item.overlay:hover .overlay-details {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.sticky-el {
  position: -webkit-sticky;
  position: sticky;
  top: 50px
}
.dropdown .dropdown-menu {
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
  font-size: .9375rem;
  padding: .5rem .3rem;
  top: 100%;
  z-index: 1030
}
.dropdown .dropdown-menu.dropdown-menu-sm {
  width: 5rem
}
.dropdown .dropdown-menu.dropdown-menu-lg {
  width: 20rem
}
.dropdown .dropdown-menu.dropdown-menu-xl {
  width: 30rem
}
.dropdown .dropdown-menu .dropdown-item {
  border-radius: .25rem
}
.dropdown.btn-group .btn:active, .dropdown.btn-group .btn:focus, .dropdown.btn-group .btn:hover {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important
}
.form-control-light {
  background-color: #f4f5f7;
  border-color: #f4f5f7
}
input.form-control[type=color], input.form-control[type=range] {
  min-height: 39px
}
.custom-select.is-invalid:focus, .custom-select.is-valid:focus, .custom-select:invalid:focus, .custom-select:valid:focus, .form-control.is-invalid:focus, .form-control.is-valid:focus, .form-control:invalid:focus, .form-control:valid:focus {
  box-shadow: none !important
}
.comment-area-box .form-control {
  border-color: #dee2e6;
  border-radius: .25rem .25rem 0 0
}
.comment-area-box .comment-area-btn {
  background-color: #f4f5f7;
  border: 1px solid #dee2e6;
  border-radius: 0 0 .25rem .25rem;
  border-top: none;
  padding: 10px
}
input:focus {
  outline: none
}
.form-control-with-hint {
  position: relative
}
.form-control-with-hint .form-control {
  padding-right: 50px !important
}
.form-control-with-hint .form-control-feedback {
  align-items: center;
  background: transparent;
  bottom: 2px;
  color: #6c7681;
  display: flex;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  right: .75rem;
  top: 2px
}
.form-check .form-check-input:checked ~ .form-label:after {
  background-image: none;
  color: #fff;
  content: "睿�";
  font-family: unicons;
  font-size: 1.25rem;
  left: -1.7rem;
  top: -.185rem
}
.modal .modal-content .modal-body {
  padding: 0 1rem 1rem
}
.modal-title {
  margin-top: 0
}
.modal-full {
  max-width: none;
  width: 92%
}
.modal-demo {
  background-color: #fff;
  border-radius: 4px;
  display: none;
  position: relative;
  width: 600px !important
}
.modal-demo .close {
  color: #f4f5f7;
  position: absolute;
  right: 25px;
  top: 15px
}
@media(max-width:768px) {
  .modal-demo {
    width: 96% !important
  }
}
.custom-modal-title {
  background-color: #343a40;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 15px 25px;
  text-align: left
}
.custom-modal-text {
  padding: 20px
}
.custombox-modal-wrapper {
  text-align: left
}
.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999
}
.navbar {
  padding: 0
}
.navbar .navbar-nav .nav-link {
  font-size: .9375rem;
  font-weight: 500
}
.navbar .navbar-nav .nav-link [class^=icon-] {
  color: #495057
}
.navbar .navbar-nav .nav-link [class^=icon-] > svg [fill]:not([fill=none]) {
  fill: #495057
}
.navbar .navbar-nav .nav-link.active {
  color: #05f !important
}
.navbar .navbar-nav .nav-link.active [class^=icon-] {
  color: #05f
}
.navbar .navbar-nav .nav-link.active [class^=icon-] > svg [fill]:not([fill=none]) {
  fill: #05f
}
.navbar .navbar-nav .nav-link:hover [class^=icon-] {
  color: #05f
}
.navbar .navbar-nav .nav-link:hover [class^=icon-] > svg [fill]:not([fill=none]) {
  fill: #05f
}
.navbar.topnav-menu {
  height: 70px
}
.navbar.topnav-menu .navbar-nav > .nav-item > .nav-link {
  display: block;
  line-height: 70px;
  max-height: 70px;
  padding: 0 1rem
}
.navbar.navbar-sticky {
  background: #fff;
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06);
  position: fixed;
  top: 0;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 100000
}
.navbar-light .logo .logo-dark {
  display: inline-block
}
.navbar-dark .logo .logo-dark, .navbar-light .logo .logo-light {
  display: none
}
.navbar-dark .logo .logo-light {
  display: inline-block
}
.navbar .navbar-toggler:focus {
  box-shadow: none
}
.navbar-nav .dropdown-menu {
  box-shadow: none;
  margin: 0;
  min-width: 0;
  padding-bottom: 0;
  padding-top: 0
}
@media(min-width:992px) {
  .navbar-nav .dropdown-menu {
    box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
    left: 50%;
    min-width: 13rem;
    opacity: 0;
    padding: .75rem 0;
    -webkit-transform: translate3d(-50%, 30px, 0);
    transform: translate3d(-50%, 30px, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: all .3s ease-in-out;
    transition-property: opacity, visibility, transform, -webkit-transform;
    visibility: hidden
  }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 30rem
  }
  .navbar-nav .dropdown-menu.dropdown-menu-xl {
    min-width: 48rem
  }
  .navbar-nav .dropdown-menu .nav .nav-item.dropdown .dropdown-menu {
    display: none;
    left: 150%;
    position: absolute;
    top: 0
  }
}
.navbar-nav .dropdown-menu .nav {
  display: block
}
.navbar-nav .dropdown-menu .nav .nav-item .nav-link {
  font-weight: 400;
  margin: 0 .5rem;
  padding: .25rem .75rem;
  position: relative
}
.navbar-nav .dropdown-menu .nav .nav-item.dropdown:hover > .dropdown-menu.show {
  display: block
}
.navbar-nav .dropdown-menu .nav .nav-item.dropdown .arrow:after {
  position: absolute;
  right: 22px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%)
}
.navbar-nav .dropdown-menu .arrow {
  display: inline-block
}
.navbar-nav .dropdown-menu .arrow:after {
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  height: .4rem;
  margin-left: 10px;
  right: 5px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all .3s ease-out;
  width: .4rem
}
@media(min-width:992px) {
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    z-index: 1030
  }
  .navbar-nav .dropdown:hover .dropdown-menu, .navbar-nav .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 1px, 0);
    transform: translate3d(-50%, 1px, 0);
    visibility: visible
  }
  .navbar-nav .dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    display: block
  }
}
.navbar-dark .navbar-brand .h4, .navbar-dark .navbar-brand h4 {
  color: #fff
}
.navbar-dark .dropdown-menu .nav-link {
  color: #495057 !important
}
.nav-title {
  margin: 0 .5rem;
  padding: .25rem .75rem
}
@media(max-width:991.98px) {
  .navbar.topnav-menu {
    background-color: #fff;
    height: auto;
    left: 0;
    padding: 8px 0;
    position: fixed;
    right: 0;
    z-index: 1001
  }
  .navbar.topnav-menu .dropdown .dropdown-menu.dropdown-menu-lg {
    width: 100%
  }
  .navbar.topnav-menu.navbar-dark .logo .logo-dark {
    display: inline-block
  }
  .navbar.topnav-menu.navbar-dark .logo .logo-light {
    display: none
  }
  .navbar.topnav-menu.navbar-dark .navbar-toggler {
    border-color: transparent;
    color: #32373b
  }
  .navbar.topnav-menu.navbar-dark .navbar-toggler-icon {
    background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2332373b' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
  }
  .navbar.topnav-menu .navbar-nav > .nav-item > .nav-link {
    color: #212529;
    line-height: inherit;
    padding: .5rem 1em
  }
  .navbar.topnav-menu .navbar-nav > .nav-item > .nav-link .feather {
    float: right
  }
  .navbar.topnav-menu .navbar-nav > .nav-item .btn.btn-white.text-white {
    color: #343a40 !important
  }
  .navbar.topnav-menu .navbar-nav > .dropdown .dropdown-menu .nav .dropdown .dropdown-menu .nav .nav-item > .nav-link {
    margin: 0 .5rem 0 1.2rem
  }
  .navbar.topnav-menu .navbar-nav .dropdown-menu .arrow:after {
    -webkit-transform: rotate(-45deg) translateY(-50%) !important;
    transform: rotate(-45deg) translateY(-50%) !important
  }
  .navbar-collapse {
    max-height: 480px;
    overflow-y: auto
  }
}
.nav-tabs {
  border-bottom: 2px solid hsla(0, 0%, 47%, .2)
}
.nav-tabs .nav-item {
  margin-bottom: -2px
}
.nav-tabs li a {
  border-color: transparent !important;
  padding: .625rem 1.5rem
}
.nav-tabs li a.active {
  border-bottom: 2px solid #05f !important
}
.nav-pills > li > a, .nav-tabs > li > a {
  color: #495057;
  font-weight: 500
}
.nav-pills {
  background: #fff;
  border-radius: .25rem;
  padding: 6px
}
.nav-pills .nav-link {
  background-color: transparent;
  color: #495057
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #fff;
  box-shadow: 0 0 .25rem rgba(73, 80, 87, .05);
  color: #495057
}
.navtab-bg {
  background-color: #f4f5f7 !important
}
.tab-content {
  padding: 20px 0 0
}
.nav .nav-link {
  color: #495057
}
.nav .nav-link.active, .nav .nav-link:active, .nav .nav-link:focus, .nav .nav-link:hover {
  color: #05f
}
.page-item:first-child .page-link {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem
}
.page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem
}
.pagination-rounded .page-link {
  border-radius: 100% !important;
  margin: 0 3px
}
.popover {
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08)
}
.popover .popover-header {
  font-size: .8203125rem;
  margin-top: 0
}
.progress-sm {
  height: 5px
}
.progress-md {
  height: 8px
}
.progress-lg {
  height: 12px
}
.progress-xl {
  height: 15px
}
.progress-xxl {
  height: 25px
}
.progress-vertical {
  display: inline-block;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 250px;
  position: relative;
  width: 10px
}
.progress-vertical .progress-bar {
  width: 100%
}
.progress-vertical.progress-xl {
  width: 15px
}
.progress-vertical.progress-lg {
  width: 12px
}
.progress-vertical.progress-md {
  width: 8px
}
.progress-vertical.progress-sm {
  width: 5px
}
.progress-vertical-bottom {
  display: inline-block;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 250px;
  position: relative;
  width: 10px
}
.progress-vertical-bottom .progress-bar {
  bottom: 0;
  position: absolute;
  width: 100%
}
.progress-vertical-bottom.progress-xl {
  width: 15px
}
.progress-vertical-bottom.progress-lg {
  width: 12px
}
.progress-vertical-bottom.progress-md {
  width: 8px
}
.progress-vertical-bottom.progress-sm {
  width: 5px
}
.progress-w-percent {
  margin-bottom: 20px;
  min-height: 20px
}
.progress-w-percent .progress {
  float: left;
  margin-top: 8px;
  width: 80%
}
.progress-w-percent .progress-value {
  float: right;
  line-height: 20px;
  text-align: right;
  width: 20%
}
body {
  font-family: Be Vietnam Pro, sans-serif;
  letter-spacing: .02rem
}
a {
  display: inline-block;
  text-decoration: none !important
}
a:focus {
  outline: none
}
.row > * {
  position: relative
}
label {
  font-size: .8203125rem;
  font-weight: 600
}
button:focus {
  outline: none
}
.blockquote {
  border-left: 4px solid #f3f4f7;
  margin-bottom: 20px;
  padding: 10px 20px
}
.blockquote.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #f3f4f7;
  text-align: right
}
.zindex-1 {
  z-index: 1
}
.zindex-5 {
  z-index: 5
}
.zindex-10 {
  z-index: 10
}
.zindex-20 {
  z-index: 20
}
.table-centered td, .table-centered th {
  vertical-align: middle !important
}
.table th {
  font-weight: 600
}
.table .table-user img {
  height: 30px;
  width: 30px
}
.action-icon {
  color: #787878;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 3px
}
.action-icon:hover {
  color: #495057
}
.table-nowrap td, .table-nowrap th {
  white-space: nowrap
}
.custom-table .select-col {
  width: 100px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #343a40;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 600;
  margin: 10px 0
}
p {
  line-height: 1.6
}
.fs-11 {
  font-size: 11px !important
}
.fs-12 {
  font-size: 12px !important
}
.fs-13 {
  font-size: 13px !important
}
.fs-14 {
  font-size: 14px !important
}
.fs-15 {
  font-size: 15px !important
}
.fs-16 {
  font-size: 16px !important
}
.fs-17 {
  font-size: 17px !important
}
.fs-18 {
  font-size: 18px !important
}
.fs-19 {
  font-size: 19px !important
}
.fs-20 {
  font-size: 20px !important
}
.fs-22 {
  font-size: 22px !important
}
.fs-24 {
  font-size: 24px !important
}
.text-unline-dashed {
  border-bottom: 1px dashed #cdcdcd !important;
  padding-bottom: 1px
}
.line-height-normal {
  line-height: 1
}
.fw-medium {
  font-weight: 500
}
.fw-semibold {
  font-weight: 600
}
.highlight {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1
}
.highlight:before {
  background: #f4f5f7;
  bottom: .35rem;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: -.5rem;
  width: 100%;
  z-index: -1
}
.highlight.highlight-primary:before {
  background: #80aaff !important
}
.highlight.highlight-secondary:before {
  background: #869099 !important
}
.highlight.highlight-success:before {
  background:#DC143C  !important
}
.highlight.highlight-info:before {
  background: #63d9ec !important
}
.highlight.highlight-warning:before {
  background: #ffebb7 !important
}
.highlight.highlight-danger:before {
  background: #f9a9ad !important
}
.highlight.highlight-light:before {
  background: #fff !important
}
.highlight.highlight-dark:before {
  background: #6d7a86 !important
}
.highlight.highlight-orange:before {
  background: #ffd8cb !important
}
.highlight.highlight-teal:before {
  background: #7eeaca !important
}
.highlight.highlight-gray-50:before {
  background: #fff !important
}
.width-xs {
  min-width: 80px
}
.width-sm {
  min-width: 95px
}
.width-md {
  min-width: 110px
}
.width-lg {
  min-width: 140px
}
.width-xl {
  min-width: 160px
}
.sp-line-1, .sp-line-2, .sp-line-3, .sp-line-4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis
}
.sp-line-1 {
  -webkit-line-clamp: 1
}
.sp-line-2 {
  -webkit-line-clamp: 2
}
.sp-line-3 {
  -webkit-line-clamp: 3
}
.sp-line-4 {
  -webkit-line-clamp: 4
}
.pull-in {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}
.rounded-sm {
  border-radius: .25rem
}
.rounded-lg {
  border-radius: .5rem
}
.cursor-pointer {
  cursor: pointer
}
.list-with-separator li:after {
  color: #cdcdcd;
  content: "-";
  font-weight: 900;
  margin: 0 10px
}
.list-with-separator li:last-child:after {
  content: ""
}
.widget-flat {
  overflow: hidden;
  position: relative
}
.widget-flat i.widget-icon {
  font-size: 36px
}
.conversation-list {
  height: 332px;
  list-style: none;
  padding: 0 7px
}
.conversation-list li {
  margin-bottom: 24px
}
.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 34px
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal
}
.conversation-list .ctext-wrap {
  background: #a3c2ff;
  border-radius: .375rem;
  color: #05f;
  display: inline-block;
  padding: 4px 12px;
  position: relative
}
.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  position: relative
}
.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px
}
.conversation-list .ctext-wrap:after {
  border-color: #a3c2ff #a3c2ff transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: " ";
  height: 0;
  margin-left: -1px;
  pointer-events: none;
  position: absolute;
  right: 99%;
  top: 0;
  width: 0
}
.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%
}
.conversation-list .odd .chat-avatar {
  float: right !important
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important
}
.conversation-list .odd .ctext-wrap {
  background-color: #dee2e6;
  color: #495057
}
.conversation-list .odd .ctext-wrap:after {
  border-color: #dee2e6 transparent transparent #dee2e6;
  left: 99% !important
}
.profile-widget {
  position: relative
}
.profile-widget .card-action {
  position: absolute;
  right: 7px;
  top: 12px;
  z-index: 100
}
.profile-widget .card-img-top {
  max-height: 220px
}
.profile-widget .profile-info {
  margin-top: -2.7rem
}
.calendar-widget .flatpickr-calendar {
  border: 1px solid #dee2e6 !important;
  box-shadow: none
}
.checkbox label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 8px;
  position: relative
}
.checkbox label:before {
  background-color: #dee2e6;
  border: 2px solid #dee2e6;
  border-radius: 3px;
  content: "";
  outline: none !important;
  top: 2px;
  transition: .3s ease-in-out
}
.checkbox label:after, .checkbox label:before {
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  width: 18px
}
.checkbox label:after {
  color: #495057;
  font-size: 11px;
  padding-left: 3px;
  padding-top: 2px;
  top: 0
}
.checkbox input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  outline: none !important;
  z-index: 1
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: .65
}
.checkbox input[type=checkbox]:focus + label:before {
  outline: none;
  outline-offset: -2px
}
.checkbox input[type=checkbox]:checked + label:after {
  border-color: #495057;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: table;
  height: 8px;
  left: 7px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px
}
.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #f4f5f7;
  cursor: not-allowed
}
.checkbox.checkbox-circle label:before {
  border-radius: 50%
}
.checkbox.checkbox-inline {
  margin-top: 0
}
.checkbox.checkbox-single input {
  height: 18px;
  position: absolute;
  width: 18px
}
.checkbox.checkbox-single label {
  height: 18px;
  width: 18px
}
.checkbox.checkbox-single label:after, .checkbox.checkbox-single label:before {
  margin-left: 0
}
.checkbox-primary input[type=checkbox]:checked + label:before {
  background-color: #05f;
  border-color: #05f
}
.checkbox-primary input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-secondary input[type=checkbox]:checked + label:before {
  background-color: #495057;
  border-color: #495057
}
.checkbox-secondary input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-success input[type=checkbox]:checked + label:before {
  background-color: #3cd278;
  border-color: #3cd278
}
.checkbox-success input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-info input[type=checkbox]:checked + label:before {
  background-color: #17a2b8;
  border-color: #17a2b8
}
.checkbox-info input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-warning input[type=checkbox]:checked + label:before {
  background-color: #ffc837;
  border-color: #ffc837
}
.checkbox-warning input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-danger input[type=checkbox]:checked + label:before {
  background-color: #f0323c;
  border-color: #f0323c
}
.checkbox-danger input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-light input[type=checkbox]:checked + label:before {
  background-color: #f4f5f7;
  border-color: #f4f5f7
}
.checkbox-light input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-dark input[type=checkbox]:checked + label:before {
  background-color: #343a40;
  border-color: #343a40
}
.checkbox-dark input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-orange input[type=checkbox]:checked + label:before {
  background-color: #ff784b;
  border-color: #ff784b
}
.checkbox-orange input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-teal input[type=checkbox]:checked + label:before {
  background-color: #20c997;
  border-color: #20c997
}
.checkbox-teal input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.checkbox-gray-50 input[type=checkbox]:checked + label:before {
  background-color: #fefefe;
  border-color: #fefefe
}
.checkbox-gray-50 input[type=checkbox]:checked + label:after {
  border-color: #fff
}
.radio label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 8px;
  position: relative
}
.radio label:before {
  background-color: #fff;
  border: 2px solid #787878;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  outline: none !important;
  position: absolute;
  -o-transition: border .5s ease-in-out;
  -webkit-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
  width: 18px
}
.radio label:after {
  background-color: #495057;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 10px;
  left: 6px;
  margin-left: -20px;
  position: absolute;
  top: 4px;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  width: 10px
}
.radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
  outline: none !important;
  z-index: 1
}
.radio input[type=radio]:disabled + label {
  opacity: .65
}
.radio input[type=radio]:focus + label:before {
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
  outline-offset: -2px
}
.radio input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.radio input[type=radio]:disabled + label:before {
  cursor: not-allowed
}
.radio.radio-inline {
  margin-top: 0
}
.radio.radio-single label {
  height: 17px
}
.radio-primary input[type=radio] + label:after {
  background-color: #05f
}
.radio-primary input[type=radio]:checked + label:before {
  border-color: #05f
}
.radio-primary input[type=radio]:checked + label:after {
  background-color: #05f
}
.radio-secondary input[type=radio] + label:after {
  background-color: #495057
}
.radio-secondary input[type=radio]:checked + label:before {
  border-color: #495057
}
.radio-secondary input[type=radio]:checked + label:after {
  background-color: #495057
}
.radio-success input[type=radio] + label:after {
  background-color: #3cd278
}
.radio-success input[type=radio]:checked + label:before {
  border-color: #3cd278
}
.radio-success input[type=radio]:checked + label:after {
  background-color: #3cd278
}
.radio-info input[type=radio] + label:after {
  background-color: #17a2b8
}
.radio-info input[type=radio]:checked + label:before {
  border-color: #17a2b8
}
.radio-info input[type=radio]:checked + label:after {
  background-color: #17a2b8
}
.radio-warning input[type=radio] + label:after {
  background-color: #ffc837
}
.radio-warning input[type=radio]:checked + label:before {
  border-color: #ffc837
}
.radio-warning input[type=radio]:checked + label:after {
  background-color: #ffc837
}
.radio-danger input[type=radio] + label:after {
  background-color: #f0323c
}
.radio-danger input[type=radio]:checked + label:before {
  border-color: #f0323c
}
.radio-danger input[type=radio]:checked + label:after {
  background-color: #f0323c
}
.radio-light input[type=radio] + label:after {
  background-color: #f4f5f7
}
.radio-light input[type=radio]:checked + label:before {
  border-color: #f4f5f7
}
.radio-light input[type=radio]:checked + label:after {
  background-color: #f4f5f7
}
.radio-dark input[type=radio] + label:after {
  background-color: #343a40
}
.radio-dark input[type=radio]:checked + label:before {
  border-color: #343a40
}
.radio-dark input[type=radio]:checked + label:after {
  background-color: #343a40
}
.radio-orange input[type=radio] + label:after {
  background-color: #ff784b
}
.radio-orange input[type=radio]:checked + label:before {
  border-color: #ff784b
}
.radio-orange input[type=radio]:checked + label:after {
  background-color: #ff784b
}
.radio-teal input[type=radio] + label:after {
  background-color: #20c997
}
.radio-teal input[type=radio]:checked + label:before {
  border-color: #20c997
}
.radio-teal input[type=radio]:checked + label:after {
  background-color: #20c997
}
.radio-gray-50 input[type=radio] + label:after {
  background-color: #fefefe
}
.radio-gray-50 input[type=radio]:checked + label:before {
  border-color: #fefefe
}
.radio-gray-50 input[type=radio]:checked + label:after {
  background-color: #fefefe
}
@media print {
  .footer, .left-side-menu, .navbar-custom, .page-title-box, .right-bar {
    display: none
  }
  .card-body, .content, .content-page, .right-bar, body {
    margin: 0;
    padding: 0
  }
}
#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}
#status {
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%
}
.spinner > div {
  -webkit-animation: circle-loader 1s ease-in-out infinite both;
  animation: circle-loader 1s ease-in-out infinite both;
  background: #fff;
  border: 2px solid #05f;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin: 0 7px;
  width: 16px
}
.spinner .circle1 {
  -webkit-animation-delay: -.24s;
  animation-delay: -.24s
}
.spinner .circle2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
.spinner .circle3 {
  -webkit-animation-delay: -.08s;
  animation-delay: -.08s
}
@-webkit-keyframes circle-loader {
  0%, 80%, to {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes circle-loader {
  0%, 80%, to {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.rateit {
  -webkit-touch-callout: none;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.rateit .rateit-range * {
  display: block
}
.rateit .rateit-hover, .rateit .rateit-selected {
  left: 0;
  position: absolute;
  top: 0;
  width: 0
}
.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0
}
.rateit .rateit-hover {
  color: #ffc837
}
.rateit .rateit-hover-rtl {
  background-position: right -32px
}
.rateit .rateit-selected {
  color: #f0323c
}
.rateit .rateit-selected-rtl {
  background-position: right -16px
}
.rateit .rateit-preset {
  color: #ffc837
}
.rateit button.rateit-reset {
  border: none;
  float: left;
  height: 16px;
  outline: none;
  padding: 0;
  width: 16px
}
.rateit .rateit-reset span {
  display: none
}
.rateit .rateit-range {
  display: -moz-inline-box;
  display: inline-block;
  height: 16px;
  outline: none;
  position: relative
}
.rateit.rateit-font .rateit-reset {
  background: #dee2e6;
  border-radius: 50%;
  height: .6em;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  width: .6em
}
.rateit.rateit-font .rateit-reset span {
  border-bottom: 2px solid #495057;
  display: block;
  height: calc(50% - .045em);
  margin-left: 25%;
  margin-right: 25%;
  position: absolute;
  top: 2px;
  width: 50%
}
.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
  background: #f0323c
}
.rateit.rateit-font .rateit-reset:hover span, .rateit.rateit-font button.rateit-reset:focus span {
  border-color: #fff
}
.rateit-font {
  font-size: 24px;
  line-height: 1em
}
.rateit-font .rateit-range {
  background: none;
  height: auto
}
.rateit-font .rateit-range > div {
  background: none;
  cursor: default;
  overflow: hidden;
  white-space: nowrap
}
.rateit-font .rateit-empty {
  color: #cdcdcd
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  height: 18px;
  top: 12px;
  width: 18px
}
.mfp-arrow:before {
  height: 60px;
  opacity: .9;
  width: 60px
}
.mfp-arrow:after, .mfp-arrow:before {
  border: none
}
.mfp-arrow-left {
  left: 1rem
}
.mfp-arrow-right {
  right: 1rem
}
.mfp-arrow-right:before {
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0
}
.daterangepicker {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, .15);
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06);
  font-family: Be Vietnam Pro, sans-serif
}
.daterangepicker .calendar-table {
  background-color: #fff;
  border: 1px solid #fff
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
  color: #787878
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  border-color: #adb5bd
}
.daterangepicker td.in-range {
  background-color: #edeff1;
  color: #495057
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
  background-color: #fff;
  color: #787878;
  opacity: .5
}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #05f;
  color: #fff
}
.daterangepicker:after {
  border-bottom: 6px solid #fff
}
.daterangepicker:before {
  border-bottom: 7px solid rgba(0, 0, 0, .15)
}
.daterangepicker .ranges li.active {
  background-color: #05f
}
.daterangepicker .ranges li:hover {
  background-color: #f3f4f7
}
.daterangepicker .drp-buttons {
  border-top: 1px solid rgba(0, 0, 0, .15)
}
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
  background: #fff;
  border: 1px solid #fff;
  color: #fff
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid rgba(0, 0, 0, .15)
}
.leaflet-container {
  color: #495057;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5
}
.leaflet-container a.leaflet-popup-close-button {
  color: #fff;
  font-size: 1.5rem;
  margin: 7px
}
.custom-map-marker-popup .leaflet-popup-content-wrapper {
  padding: 0 !important
}
.custom-map-marker-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0 !important
}
.custom-map-marker-popup .leaflet-popup-content-wrapper .leaflet-popup-content p {
  margin: inherit
}
.custom-map-marker {
  background-color: #fff;
  border-color: #fff;
  color: #495057;
  font-size: .75rem;
  font-weight: 600
}
.custom-map-marker, .custom-map-marker:before {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .275)
}
.custom-map-marker.active {
  background-color: #05f;
  border-color: #05f;
  color: #fff
}
.custom-map-marker.active:before {
  border-top-color: #05f
}
.jarallax {
  position: relative;
  z-index: 0
}
.jarallax > .jarallax-img {
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none !important
}
.swiper-pagination-bullet-active {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px
}
.swiper-pagination-lock {
  display: none
}
@-webkit-keyframes closeWindow {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes closeWindow {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.ril__outer {
  -ms-content-zooming: none;
  -ms-touch-select: none;
  background-color: rgba(0, 0, 0, .85);
  bottom: 0;
  height: 100%;
  left: 0;
  outline: none;
  right: 0;
  top: 0;
  touch-action: none;
  -ms-user-select: none;
  width: 100%;
  z-index: 1000
}
.ril__outerClosing {
  opacity: 0
}
.ril__image, .ril__imageNext, .ril__imagePrev, .ril__inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.ril__image, .ril__imageNext, .ril__imagePrev {
  -ms-content-zooming: none;
  -ms-touch-select: none;
  margin: auto;
  max-width: none;
  touch-action: none;
  -ms-user-select: none
}
.ril__imageDiscourager {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain
}
.ril__navButtons {
  border: none;
  bottom: 0;
  cursor: pointer;
  height: 34px;
  margin: auto;
  opacity: .7;
  padding: 40px 30px;
  position: absolute;
  top: 0;
  width: 20px
}
.ril__navButtons:hover {
  opacity: 1
}
.ril__navButtons:active {
  opacity: .7
}
.ril__navButtonPrev {
  background: rgba(0, 0, 0, .2) url(../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;
  left: 0
}
.ril__navButtonNext {
  background: rgba(0, 0, 0, .2) url(../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;
  right: 0
}
.ril__downloadBlocker {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.ril__caption, .ril__toolbar {
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0
}
.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto
}
.ril__captionContent {
  color: #fff;
  padding: 10px 20px
}
.ril__toolbar {
  height: 50px;
  top: 0
}
.ril__toolbarSide {
  height: 50px;
  margin: 0
}
.ril__toolbarLeftSide {
  flex: 0 1 auto;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 0;
  text-overflow: ellipsis
}
.ril__toolbarRightSide {
  flex: 0 0 auto;
  padding-left: 0;
  padding-right: 20px
}
.ril__toolbarItem {
  color: #fff;
  display: inline-block;
  font-size: 120%;
  line-height: 50px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap
}
.ril__toolbarItemChild {
  vertical-align: middle
}
.ril__builtinButton {
  border: none;
  cursor: pointer;
  height: 35px;
  opacity: .7;
  width: 40px
}
.ril__builtinButton:hover {
  opacity: 1
}
.ril__builtinButton:active {
  outline: none
}
.ril__builtinButtonDisabled {
  cursor: default;
  opacity: .5
}
.ril__builtinButtonDisabled:hover {
  opacity: .5
}
.ril__closeButton {
  background: url(../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%
}
.ril__zoomInButton {
  background: url(../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%
}
.ril__zoomOutButton {
  background: url(../../yibazhan/images/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%
}
.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
  animation-name: closeWindow
}
@-webkit-keyframes pointFade {
  0%, 19.999%, to {
    opacity: 0
  }
  20% {
    opacity: 1
  }
}
@keyframes pointFade {
  0%, 19.999%, to {
    opacity: 0
  }
  20% {
    opacity: 1
  }
}
.ril__loadingCircle {
  height: 60px;
  position: relative;
  width: 60px
}
.ril__loadingCirclePoint {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.ril__loadingCirclePoint:before {
  -webkit-animation: pointFade .8s ease-in-out infinite both;
  animation: pointFade .8s ease-in-out infinite both;
  background-color: #fff;
  border-radius: 30%;
  content: "";
  display: block;
  height: 30%;
  margin: 0 auto;
  width: 11%
}
.ril__loadingCirclePoint:first-of-type {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.ril__loadingCirclePoint:first-of-type:before, .ril__loadingCirclePoint:nth-of-type(7):before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}
.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}
.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg)
}
.ril__loadingCirclePoint:nth-of-type(2):before, .ril__loadingCirclePoint:nth-of-type(8):before {
  -webkit-animation-delay: -666ms;
  animation-delay: -666ms
}
.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)
}
.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg)
}
.ril__loadingCirclePoint:nth-of-type(3):before, .ril__loadingCirclePoint:nth-of-type(9):before {
  -webkit-animation-delay: -533ms;
  animation-delay: -533ms
}
.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}
.ril__loadingCirclePoint:nth-of-type(10):before, .ril__loadingCirclePoint:nth-of-type(4):before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}
.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg)
}
.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg)
}
.ril__loadingCirclePoint:nth-of-type(11):before, .ril__loadingCirclePoint:nth-of-type(5):before {
  -webkit-animation-delay: -266ms;
  animation-delay: -266ms
}
.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg)
}
.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg)
}
.ril__loadingCirclePoint:nth-of-type(12):before, .ril__loadingCirclePoint:nth-of-type(6):before {
  -webkit-animation-delay: -133ms;
  animation-delay: -133ms
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn)
}
.ril__loadingCirclePoint:nth-of-type(13):before, .ril__loadingCirclePoint:nth-of-type(7):before {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms
}
.ril__loadingContainer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.ril__imageNext .ril__loadingContainer, .ril__imagePrev .ril__loadingContainer {
  display: none
}
.ril__errorContainer {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.ril__imageNext .ril__errorContainer, .ril__imagePrev .ril__errorContainer {
  display: none
}
.ril__loadingContainer__icon {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0)
}
[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0)
}
[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0)
}
[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0)
}
[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0)
}
[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0)
}
[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0)
}
[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0)
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}
[data-aos=zoom-in] {
  -webkit-transform: scale(.6);
  transform: scale(.6)
}
[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(.6);
  transform: translate3d(0, 100px, 0) scale(.6)
}
[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(.6);
  transform: translate3d(0, -100px, 0) scale(.6)
}
[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
  transform: translate3d(-100px, 0, 0) scale(.6)
}
[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(.6);
  transform: translate3d(100px, 0, 0) scale(.6)
}
[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}
[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2)
}
[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2)
}
[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2)
}
[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2)
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}
[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg)
}
[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg)
}
[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg)
}
[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}
[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg)
}
[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}
@media(min-width:992px) {
  .sidenav {
    height: calc(100vh - 7rem);
    overflow: auto;
    position: fixed;
    top: 7rem
  }
  .sidenav-left {
    left: 0
  }
  .sidenav-right {
    right: 0
  }
}
.footer .cta-content {
  position: relative;
  top: -90px
}
.footer .footer-content {
  position: relative;
  z-index: 1
}
.footer .footer-social-icon .footer-icon-bg {
  background: hsla(0, 0%, 100%, .08);
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all .5s;
  width: 40px
}
.footer .footer-social-icon .footer-icon-bg .footer-icon {
  strokewidth: 1.5px;
  color: #fff;
  height: 18px;
  width: 18px
}
.footer .footer-social-icon .footer-icon-bg:hover {
  background: hsla(0, 0%, 100%, .3);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .1)
}
.footer .footer-submenu li {
  margin: 14px 0
}
.footer .footer-submenu li .footer-item {
  color: #979797;
  font-size: 14px;
  transition: all .3s ease 0s
}
.footer .footer-submenu li .footer-item:hover {
  color: #05f;
  padding-left: 6px
}
.footer .footer-bg-bottom {
  bottom: 0;
  left: 0;
  opacity: .03;
  position: absolute;
  right: 0
}
.icon {
  height: 3rem;
  position: relative;
  width: 3rem
}
.icon.icon-with-bg {
  align-items: center;
  display: flex;
  justify-content: center
}
.icon > svg {
  height: 3rem;
  width: 3rem
}
.icon-xxs.feather {
  height: 1rem;
  width: 1rem
}
.icon-xxs > svg {
  height: 1.25rem;
  width: 1.25rem
}
.icon-xs.feather {
  height: 1.2rem;
  width: 1.2rem
}
.icon-xs > svg {
  height: 1.5rem;
  width: 1.5rem
}
.icon-sm.feather {
  height: 1.8rem;
  width: 1.8rem
}
.icon-sm > svg {
  height: 2.25rem;
  width: 2.25rem
}
.icon-md.feather {
  height: 2.4rem;
  width: 2.4rem
}
.icon-md > svg {
  height: 3rem;
  width: 3rem
}
.icon-lg.feather {
  height: 3.2rem;
  width: 3.2rem
}
.icon-lg > svg, .icon-xl.feather {
  height: 4rem;
  width: 4rem
}
.icon-xl > svg {
  height: 5rem;
  width: 5rem
}
.icon-xxl.feather {
  height: 4.8rem;
  width: 4.8rem
}
.icon-xxl > svg {
  height: 6rem;
  width: 6rem
}
.icon[class*=text-] > svg [fill]:not([fill=none]) {
  fill: currentColor !important
}
.icon-dual {
  fill: hsla(0, 0%, 47%, .12);
  color: #787878
}
.icon-dual-primary, .icon-dual-primary > svg {
  fill: rgba(0, 85, 255, .16);
  color: #05f
}
.icon-fill-primary, .icon-fill-primary > svg {
  fill: #05f
}
.icon-dual-secondary, .icon-dual-secondary > svg {
  fill: rgba(73, 80, 87, .16);
  color: #495057
}
.icon-fill-secondary, .icon-fill-secondary > svg {
  fill: #495057
}
.icon-dual-success, .icon-dual-success > svg {
  fill: rgba(60, 210, 120, .16);
  color: #3cd278
}
.icon-fill-success, .icon-fill-success > svg {
  fill: #3cd278
}
.icon-dual-info, .icon-dual-info > svg {
  fill: rgba(23, 162, 184, .16);
  color: #17a2b8
}
.icon-fill-info, .icon-fill-info > svg {
  fill: #17a2b8
}
.icon-dual-warning, .icon-dual-warning > svg {
  fill: rgba(255, 200, 55, .16);
  color: #ffc837
}
.icon-fill-warning, .icon-fill-warning > svg {
  fill: #ffc837
}
.icon-dual-danger, .icon-dual-danger > svg {
  fill: rgba(240, 50, 60, .16);
  color: #f0323c
}
.icon-fill-danger, .icon-fill-danger > svg {
  fill: #f0323c
}
.icon-dual-light, .icon-dual-light > svg {
  fill: rgba(244, 245, 247, .16);
  color: #f4f5f7
}
.icon-fill-light, .icon-fill-light > svg {
  fill: #f4f5f7
}
.icon-dual-dark, .icon-dual-dark > svg {
  fill: rgba(52, 58, 64, .16);
  color: #343a40
}
.icon-fill-dark, .icon-fill-dark > svg {
  fill: #343a40
}
.icon-dual-orange, .icon-dual-orange > svg {
  fill: rgba(255, 120, 75, .16);
  color: #ff784b
}
.icon-fill-orange, .icon-fill-orange > svg {
  fill: #ff784b
}
.icon-dual-teal, .icon-dual-teal > svg {
  fill: rgba(32, 201, 151, .16);
  color: #20c997
}
.icon-fill-teal, .icon-fill-teal > svg {
  fill: #20c997
}
.icon-dual-gray-50, .icon-dual-gray-50 > svg {
  fill: hsla(0, 0%, 100%, .16);
  color: #fefefe
}
.icon-fill-gray-50, .icon-fill-gray-50 > svg {
  fill: #fefefe
}
.icon-left-arrow, .icon-right-arrow {
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle
}
.icon-left-arrow.icon-xxs, .icon-right-arrow.icon-xxs {
  height: 1.25rem;
  width: 1.25rem
}
.icon-left-arrow.icon-xs, .icon-right-arrow.icon-xs {
  height: 1.5rem;
  width: 1.5rem
}
.icon-left-arrow.icon-sm, .icon-right-arrow.icon-sm {
  height: 2.25rem;
  width: 2.25rem
}
.icon-left-arrow.icon-md, .icon-right-arrow.icon-md {
  height: 3rem;
  width: 3rem
}
.icon-left-arrow.icon-lg, .icon-right-arrow.icon-lg {
  height: 4rem;
  width: 4rem
}
.icon-left-arrow.icon-xl, .icon-right-arrow.icon-xl {
  height: 5rem;
  width: 5rem
}
.icon-left-arrow.icon-xxl, .icon-right-arrow.icon-xxl {
  height: 6rem;
  width: 6rem
}
.icon-left-arrow {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-arrow-left' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.854 4.646a.5.5 0 0 1 0 .708L3.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M2.5 8a.5.5 0 0 1 .5-.5h10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E")
}
.icon-right-arrow {
  background-image: url("../../yibazhan/images/data:image/svg+xml;charset=utf-8,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-arrow-right' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z'/%3E%3Cpath d='M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/%3E%3C/svg%3E")
}
.avatar-xs {
  height: 2rem;
  width: 2rem
}
.avatar-sm {
  height: 3rem;
  width: 3rem
}
.avatar-md {
  height: 4.5rem;
  width: 4.5rem
}
.avatar-lg {
  height: 6rem;
  width: 6rem
}
.avatar-xl {
  height: 7.5rem;
  width: 7.5rem
}
.avatar-title {
  align-items: center;
  background-color: #05f;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  width: 100%
}
.avatar-group {
  padding-left: 12px
}
.avatar-group .avatar-group-item {
  display: inline-block;
  margin: 0 0 10px -12px
}
.avatar-border {
  border: 2px solid #fff !important;
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06) !important
}
.ribbon {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
  -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  color: #fff;
  font-size: .8125rem;
  font-weight: 600;
  left: 0;
  line-height: 1.5rem;
  padding-left: .5rem;
  padding-right: 1.4rem;
  position: absolute;
  top: 1rem
}
.ribbon-primary {
  background: #05f
}
.ribbon-primary:before {
  border-color: #004de6
}
.ribbon-secondary {
  background: #495057
}
.ribbon-secondary:before {
  border-color: #3d4349
}
.ribbon-success {
  background: #3cd278
}
.ribbon-success:before {
  border-color: #2ec76b
}
.ribbon-info {
  background: #17a2b8
}
.ribbon-info:before {
  border-color: #148ea1
}
.ribbon-warning {
  background: #ffc837
}
.ribbon-warning:before {
  border-color: #ffc11e
}
.ribbon-danger {
  background: #f0323c
}
.ribbon-danger:before {
  border-color: #ee1a25
}
.ribbon-light {
  background: #f4f5f7
}
.ribbon-light:before {
  border-color: #e5e8ec
}
.ribbon-dark {
  background: #343a40
}
.ribbon-dark:before {
  border-color: #292d32
}
.ribbon-orange {
  background: #ff784b
}
.ribbon-orange:before {
  border-color: #ff6532
}
.ribbon-teal {
  background: #20c997
}
.ribbon-teal:before {
  border-color: #1cb386
}
.ribbon-gray-50 {
  background: #fefefe
}
.ribbon-gray-50:before {
  border-color: #eff1f4
}
.ribbon2 {
  padding: 2px 60px;
  position: absolute;
  right: -56px;
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.ribbon2-primary {
  background: #05f
}
.ribbon2-primary:before {
  border-color: #004de6
}
.ribbon2-secondary {
  background: #495057
}
.ribbon2-secondary:before {
  border-color: #3d4349
}
.ribbon2-success {
  background: #3cd278
}
.ribbon2-success:before {
  border-color: #2ec76b
}
.ribbon2-info {
  background: #17a2b8
}
.ribbon2-info:before {
  border-color: #148ea1
}
.ribbon2-warning {
  background: #ffc837
}
.ribbon2-warning:before {
  border-color: #ffc11e
}
.ribbon2-danger {
  background: #f0323c
}
.ribbon2-danger:before {
  border-color: #ee1a25
}
.ribbon2-light {
  background: #f4f5f7
}
.ribbon2-light:before {
  border-color: #e5e8ec
}
.ribbon2-dark {
  background: #343a40
}
.ribbon2-dark:before {
  border-color: #292d32
}
.ribbon2-orange {
  background: #ff784b
}
.ribbon2-orange:before {
  border-color: #ff6532
}
.ribbon2-teal {
  background: #20c997
}
.ribbon2-teal:before {
  border-color: #1cb386
}
.ribbon2-gray-50 {
  background: #fefefe
}
.ribbon2-gray-50:before {
  border-color: #eff1f4
}
.header-1 {
  position: relative
}
.header-1:before {
  background: linear-gradient(rgba(0, 85, 255, .07), rgba(0, 85, 255, .05)) no-repeat 0;
  background-size: calc(620px + 50vw) 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 100%;
  z-index: -1
}
@media(max-width:768px) {
  .header-1:before {
    background-size: 100% 100%
  }
}
.header-2 {
  position: relative
}
.header-2:before {
  background: linear-gradient(#fff, rgba(255, 200, 55, .05)) no-repeat 0;
  background-size: calc(620px + 50vw) 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 100%;
  z-index: -1
}
.header-2.primary {
  padding-bottom: 5rem
}
.header-2.primary:before {
  background: linear-gradient(#f4f5f7, #fafafb) no-repeat 0;
  background-size: calc(620px + 50vw) 100%;
  top: -6rem
}
@media(max-width:768px) {
  .header-2:before {
    background-size: 100% 100%
  }
}
.header-3 {
  position: relative
}
.header-3:before {
  background: linear-gradient(rgba(0, 85, 255, .07), rgba(0, 85, 255, .05)) no-repeat 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}
@media(max-width:768px) {
  .header-3:before {
    background-size: 100% 100%
  }
}
.header-4 {
  position: relative
}
.header-4:before {
  background: linear-gradient(rgba(255, 200, 55, .05), rgba(255, 200, 55, .07)) no-repeat 0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  z-index: -1
}
.header-5 {
  position: relative
}
.header-5:before {
  background: linear-gradient(rgba(255, 120, 75, .05), rgba(255, 120, 75, .07)) no-repeat 0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}
@media(max-width:768px) {
  .header-5:before {
    background-size: 100% 100%
  }
}
.header-6 {
  position: relative
}
.header-6:before {
  background: linear-gradient(rgba(255, 120, 75, .075), rgba(255, 200, 55, .1)) no-repeat 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.header-7 {
  position: relative
}
.header-7:before {
  background: linear-gradient(rgba(244, 245, 247, .25), rgba(244, 245, 247, .4)) no-repeat 100%;
  content: "";
  display: block;
  overflow: hidden;
  z-index: -1
}
.header-7 .overlay, .header-7:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.header-7 .overlay {
  background: rgba(33, 37, 41, .25)
}
.hero-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3
}
@media(max-width:768px) {
  .hero-title {
    font-size: 2.6rem;
    line-height: 1.1
  }
}
@media(max-width:576px) {
  .hero-title {
    font-size: 2rem !important
  }
}
.hero-1 {
  position: relative
}
.hero-1 .slider {
  bottom: 1rem;
  height: 240px;
  left: -15rem;
  position: absolute;
  width: 320px;
  z-index: 10
}
.hero-1 .slider .swiper-initialized {
  height: 100%;
  width: 100%;
  z-index: 100 !important
}
.hero-1 .slider .swiper-initialized .swiper-slide .swiper-slide-content {
  max-width: 280px;
  padding-top: 2rem;
  position: relative;
  text-align: left
}
.hero-1 .hero-container, .hero-1 .hero-container .hero-img {
  position: relative
}
.hero-1 .hero-container .hero-img img {
  position: relative;
  z-index: 2
}
.hero-1 .hero-container .hero-img:before {
  bottom: 4rem;
  height: 6rem;
  left: 0;
  width: 6rem
}
.hero-1 .hero-container .hero-img:after, .hero-1 .hero-container .hero-img:before {
  content: "";
  position: absolute;
  z-index: 0
}
.hero-1 .hero-container .hero-img:after {
  height: 8rem;
  right: 0;
  top: 0;
  width: 8rem
}
.hero-1 .hero-container .quote {
  position: relative
}
.hero-1 .hero-container .quote:before {
  bottom: 0;
  color: rgba(240, 50, 60, .2);
  content: "鈥�";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 6rem;
  line-height: 0rem;
  position: absolute;
  right: 0;
  z-index: 0
}
.hero-1:before {
  background: linear-gradient(#f4f5f7, #fafafb);
  bottom: 22%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2
}
@media(max-width:768px) {
  .hero-1 .hero-container:after, .hero-1 .hero-container:before, .hero-1 .slider {
    display: none
  }
  .hero-1 .hero-container .action-buttons {
    justify-content: center !important
  }
}
.hero-2 {
  height: 700px
}
@media(max-width:1024px) {
  .hero-2 {
    height: 700px
  }
}
@media(min-width:769px)and (max-width:1024px) {
  .hero-2 {
    height: 48vh
  }
}
.hero-2 .slider {
  position: relative
}
.hero-2 .slider .form-container {
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2
}
.hero-2 .slider .navigations .swiper-custom-next, .hero-2 .slider .navigations .swiper-custom-prev {
  border-radius: .15rem;
  line-height: 1.25;
  padding: .15rem .3rem
}
.hero-2 .slider .slider-item {
  background-size: cover;
  height: 520px;
  position: relative
}
@media(max-width:768px) {
  .hero-2 .slider {
    position: relative
  }
  .hero-2 .slider .form-container {
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: -1rem;
    width: 100%;
    z-index: 2
  }
  .hero-2 .slider .navigations .swiper-custom-next, .hero-2 .slider .navigations .swiper-custom-prev {
    border-radius: .15rem;
    line-height: 1.25;
    padding: .15rem .3rem
  }
  .hero-2 .slider .slider-item {
    background-size: cover;
    height: 240px;
    position: relative
  }
}
@media(max-width:1024px) {
  .hero-2 {
    height: auto;
    padding: 50px 0 0
  }
}
@-webkit-keyframes rotating {
  0% {
    left: 5%;
    top: 10%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    left: 15%;
    top: 60%;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes rotating {
  0% {
    left: 5%;
    top: 10%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    left: 15%;
    top: 60%;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@-webkit-keyframes rotating2 {
  0% {
    bottom: 10%;
    right: 10%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    bottom: 80%;
    right: 30%;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes rotating2 {
  0% {
    bottom: 10%;
    right: 10%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    bottom: 80%;
    right: 30%;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@-webkit-keyframes rotating3 {
  0% {
    bottom: 0;
    right: 65%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    bottom: 50%;
    right: 35%;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes rotating3 {
  0% {
    bottom: 0;
    right: 65%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    bottom: 50%;
    right: 35%;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.hero-with-shapes .shape1 {
  -webkit-animation: rotating 6s ease-in-out infinite alternate;
  animation: rotating 6s ease-in-out infinite alternate;
  left: 5%;
  top: 5%
}
.hero-with-shapes .shape1, .hero-with-shapes .shape2 {
  height: 7rem;
  position: absolute;
  width: 7rem
}
.hero-with-shapes .shape2 {
  -webkit-animation: rotating2 6s ease-in-out infinite alternate;
  animation: rotating2 6s ease-in-out infinite alternate;
  bottom: 20%;
  right: 10%
}
.hero-with-shapes .shape3 {
  -webkit-animation: rotating3 6s ease-in-out infinite alternate;
  animation: rotating3 6s ease-in-out infinite alternate;
  bottom: 0;
  height: 7rem;
  position: absolute;
  right: 65%;
  width: 7rem
}
.hero-3 .shape1 {
  bottom: 5%;
  height: 7rem;
  left: 5%;
  position: absolute;
  width: 7rem
}
.hero-3 .shape2 {
  right: 10%;
  top: 40%
}
.hero-3 .shape2, .hero-3 .shape3 {
  height: 7rem;
  position: absolute;
  width: 7rem
}
.hero-3 .shape3 {
  right: 50%;
  top: 5%
}
.hero-3 .img-container {
  position: relative
}
.hero-3 .img-container img {
  position: relative;
  z-index: 1
}
@media(max-width:768px) {
  .hero-3 .img-container {
    margin-top: 1rem
  }
  .hero-3 .img-container:before {
    height: 100%;
    left: 0;
    top: 0
  }
}
.hero-5 {
  height: 65vh
}
.hero-5 .links-social {
  position: absolute;
  right: 0;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  top: 10%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}
@media(max-width:576px) {
  .hero-5 .shape.bottom {
    bottom: -5px
  }
}
@media(max-width:1024px) {
  .hero-5 {
    height: auto
  }
}
.hero-6 {
  position: relative
}
.hero-6:before {
  background: linear-gradient(rgba(255, 120, 75, .02), rgba(255, 120, 75, .03));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -12rem;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: -2
}
.hero-6 .shapes {
  height: 100%;
  position: relative
}
.hero-6 .shapes .shape1 {
  border: 5px solid rgba(240, 50, 60, .3);
  border-radius: 100%;
  bottom: 1%;
  left: 2%
}
.hero-6 .shapes .shape1, .hero-6 .shapes .shape2 {
  background: transparent;
  height: 2rem;
  position: absolute;
  width: 2rem
}
.hero-6 .shapes .shape2 {
  border: 5px solid rgba(255, 200, 55, .3);
  border-radius: 100%;
  right: 20%;
  top: 50%
}
.hero-6 .video-container .video-item {
  padding: 1rem 0 1rem 1rem;
  position: relative;
  width: 100%
}
.hero-6 .video-container .video-item img {
  border-bottom-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
  z-index: 2
}
.hero-6 .video-container .video-item .video-overlay {
  background: hsla(0, 0%, 100%, .1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3
}
.hero-6 .video-container .video-item:before {
  border: 2px dashed #ff784b;
  border-bottom-left-radius: 2.15rem;
  border-top-right-radius: 2.15rem;
  content: "";
  height: calc(100% - 2rem);
  left: 0;
  position: absolute;
  top: 2rem;
  width: calc(100% - 3rem);
  z-index: 1
}
@media(max-width:768px) {
  .hero-6 .hero-sub-title {
    font-size: 14px !important;
    text-align: left
  }
  .hero-6 .video-container {
    width: 100%
  }
  .hero-6 .video-container .video-item {
    padding: 1rem 0;
    width: 100%
  }
  .hero-6 .video-container .video-item:before {
    display: none
  }
}
.hero-7 .hero-right .img-container {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
  min-width: 150%;
  padding: .6rem;
  position: relative;
  z-index: 1
}
.hero-7 .hero-right .img-container img {
  max-width: 100%;
  position: relative;
  z-index: 1
}
.hero-7 .hero-right:before {
  bottom: -2.25rem;
  content: "";
  height: 8rem;
  left: -2.25rem;
  position: absolute;
  width: 8rem;
  z-index: 0
}
@media(max-width:1024px) {
  .hero-7 .hero-right .img-container {
    min-width: 100%
  }
}
.hero-9 {
  position: relative
}
.hero-9 .hero-top {
  overflow: hidden;
  position: relative;
  text-align: center
}
.hero-9 .hero-top:after {
  bottom: -1rem;
  content: "";
  height: 4rem;
  position: absolute;
  right: -1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4rem
}
.hero-9 .hero-cta {
  display: block;
  left: 1rem;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 1rem;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 5
}
.hero-9 .hero-cta .btn-cta {
  font-weight: 600;
  text-transform: uppercase;
  width: 18%
}
.hero-9 .hero-bottom {
  position: relative
}
.hero-9 .hero-bottom .hero-image {
  height: 560px
}
@media(max-width:768px) {
  .hero-9 .hero-cta .btn-cta {
    width: 75%
  }
  .hero-9 .hero-bottom .hero-image {
    height: 260px
  }
}
.hero-10 .img-container {
  margin-left: -40%;
  min-width: 140%;
  position: relative
}
.hero-10 .img-container img {
  position: relative;
  z-index: 1
}
@media(max-width:768px) {
  .hero-10 .img-container {
    margin-left: 0;
    min-width: 100%
  }
}
.hero-11 {
  position: relative
}
.hero-11:before {
  background: linear-gradient(#f3f4f7, #f4f5f7) no-repeat 0;
  bottom: 40%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.hero-11 .hero-content, .hero-11 .slider-container {
  position: relative
}
.hero-11 .slider-container .slider-container-body {
  padding: .75rem;
  position: relative;
  z-index: 1
}
.hero-11 .slider-container:after {
  content: "";
  height: 6rem;
  position: absolute;
  right: 4rem;
  top: -2.5rem;
  width: 6rem;
  z-index: 0
}
.hero-11 .swiper-slide-content {
  position: relative
}
.hero-11 .swiper-slide-content .video-overlay {
  background: hsla(0, 0%, 100%, .1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}
.hero-12 {
  height: 640px
}
.hero-12 .hero-image {
  position: relative
}
.hero-12 .hero-image img {
  position: relative;
  z-index: 1
}
.hero-12 .hero-image:after, .hero-12 .hero-image:before {
  content: "";
  height: 8rem;
  position: absolute;
  width: 8rem;
  z-index: 0
}
.hero-12 .hero-image:before {
  bottom: 2rem
}
@media(max-width:768px) {
  .hero-12 .hero-image:before {
    top: 6rem
  }
}
.hero-12 .hero-image:after {
  right: 8rem;
  top: -2rem
}
@media(max-width:768px) {
  .hero-12 .hero-image:after {
    display: none
  }
}
.hero-13 .hero-right .slider-container {
  position: relative
}
.hero-13 .hero-right .slider-container .slider-container-body {
  padding: .5rem;
  position: relative;
  z-index: 1
}
.hero-13 .hero-right .slider-container:after {
  content: "";
  height: 8rem;
  position: absolute;
  right: 3rem;
  top: -3rem;
  width: 8rem;
  z-index: 0
}
.hero-13 .hero-right .swiper-slide-content {
  position: relative
}
.hero-13 .hero-right .swiper-slide-content .video-overlay {
  background: hsla(0, 0%, 100%, .05);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}
.hero-13 .hero-right .img-container {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08);
  min-width: 160%;
  padding: .3rem;
  position: relative;
  z-index: 1
}
.hero-13 .hero-right:before {
  bottom: -2rem;
  left: -2rem
}
.hero-13 .hero-right:after, .hero-13 .hero-right:before {
  content: "";
  height: 6rem;
  position: absolute;
  width: 6rem;
  z-index: 0
}
.hero-13 .hero-right:after {
  right: -6rem;
  top: -2.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media(max-width:1024px) {
  .hero-13 .hero-right .img-container {
    min-width: 100%
  }
  .hero-13 .hero-right:after {
    right: 2rem
  }
}
.features-1 .img-content {
  position: relative
}
.features-1 .img-content:before {
  background: linear-gradient(rgba(255, 120, 75, .1), rgba(255, 120, 75, .15));
  border-radius: 3rem;
  bottom: 3rem;
  content: "";
  height: 60%;
  position: absolute;
  right: 5rem;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  width: 65%;
  z-index: -1
}
.features-1 .img-content:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 3rem;
  top: -3rem;
  width: 100%;
  z-index: -1
}
.features-1 .img-content .img-up {
  max-width: 80%
}
@media(max-width:768px) {
  .features-1 .img-content .img-up {
    max-width: 90%
  }
}
.features-2 .shapes {
  position: relative
}
.features-2 .shapes .shape1 {
  background: #37f;
  border-radius: 100%;
  height: .6rem;
  position: absolute;
  right: 3%;
  top: 30%;
  width: .6rem
}
.features-2 .shapes .shape2 {
  border-color: transparent #65dc95 transparent transparent;
  bottom: 20%;
  left: 3%
}
.features-2 .shapes .shape2, .features-2 .shapes .shape3 {
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  height: 0;
  position: absolute;
  width: 0
}
.features-2 .shapes .shape3 {
  border-color: transparent #f36269 transparent transparent;
  bottom: 5%;
  left: 5%
}
.features-2 .shapes .shape4 {
  background: #ffd66a;
  border-radius: 100%;
  height: .6rem;
  position: absolute;
  right: 30%;
  top: 35%;
  width: .6rem
}
.features-2 .shapes .shape5 {
  border-color: transparent transparent transparent #ffd66a;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  bottom: 5%;
  height: 0;
  position: absolute;
  right: 5%;
  width: 0
}
.features-2 .shapes .shape6 {
  background: transparent;
  border: 1.5px solid #69f;
  border-radius: 100%;
  bottom: 40%;
  box-sizing: content-box;
  height: 10px;
  left: 5%;
  position: absolute;
  width: 10px
}
.features-3 .img-content {
  position: relative
}
.features-3 .img-content:before {
  content: "";
  height: 5rem;
  left: -2rem;
  position: absolute;
  top: -2rem;
  width: 5rem;
  z-index: -1
}
.features-3 .img-content:after {
  bottom: -2rem;
  content: "";
  height: 5rem;
  position: absolute;
  right: -2rem;
  width: 5rem;
  z-index: -1
}
.features-3 .img-content2 {
  position: relative
}
.features-3 .img-content2:before {
  content: "";
  height: 5rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 5rem;
  z-index: -1
}
.features-3 .img-content2:after {
  bottom: -2rem;
  content: "";
  height: 5rem;
  left: -2rem;
  position: absolute;
  width: 5rem;
  z-index: -1
}
@media(max-width:768px) {
  .features-3 .img-content .img-up, .features-3 .img-content2 .img-up {
    margin: 0 auto;
    max-width: 90%
  }
  .features-3 .img-content:after {
    right: 0
  }
  .features-3 .img-content2:after, .features-3 .img-content:before {
    left: 0
  }
  .features-3 .img-content2:before {
    right: 0
  }
}
.features-4 .img-content img {
  border: 10px solid #fff
}
.features-4 .img-content:after {
  background: linear-gradient(rgba(60, 210, 120, .1), rgba(60, 210, 120, .15));
  border-radius: 70% 30% 76% 24%/68% 30% 73% 22%;
  bottom: -20px;
  content: "";
  height: 120%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 70%;
  z-index: -1
}
.features-4 .feature-content {
  left: -100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media(max-width:768px) {
  .features-4 .feature-content {
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none
  }
}
.features-5 .feature-item:hover {
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08) !important;
  transition: box-shadow .25s ease-in-out .15s
}
.features-6 .feature-item {
  position: relative;
  transition: all .3s ease-in-out
}
.features-6 .feature-item .overlay {
  background: hsla(0, 0%, 100%, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}
.features-6 .feature-item .btn-view {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.features-6 .feature-item:hover {
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06) !important
}
.features-6 .feature-item:hover .overlay {
  opacity: 1
}
.features-7 .feature-item .number {
  opacity: .3;
  position: absolute;
  top: 0;
  z-index: -1
}
.features-8 .feature-content {
  max-width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}
.features-8 .feature-content .feature-text {
  position: relative;
  z-index: 1
}
.features-8 .feature-content:after {
  bottom: -2rem;
  content: "";
  height: 5rem;
  left: -2rem;
  position: absolute;
  width: 5rem;
  z-index: -1
}
.features-8 .feature-img .overlay {
  background: hsla(0, 0%, 100%, .25);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0
}
.features-8 .feature-img:before {
  content: "";
  height: 5rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 5rem;
  z-index: -1
}
.features-8 .feature-img img {
  position: relative;
  width: 85%;
  z-index: -1
}
@media(max-width:576px) {
  .features-8 .feature-content {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none
  }
  .features-8 .feature-content:after {
    left: -.5rem
  }
  .features-8 .feature-img img {
    width: 100%
  }
  .features-8 .feature-img:before {
    right: -.5rem
  }
}
.features-9 .feature-item, .features-9 .feature-item .icon {
  transition: all .25s ease-in-out .15s
}
.features-9 .feature-item .icon {
  border-bottom-left-radius: .75rem !important;
  border-top-right-radius: .75rem !important
}
.features-9 .feature-item:hover {
  box-shadow: 0 .8rem 1.2rem rgba(52, 58, 64, .08) !important
}
.features-9 .feature-item:hover .icon {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: .75rem !important;
  border-top-left-radius: .75rem !important;
  border-top-right-radius: 0 !important
}
.testimonials-1 .slider {
  position: relative
}
.testimonials-1 .slider:before {
  bottom: -2.5rem;
  left: -2.5rem
}
.testimonials-1 .slider:after, .testimonials-1 .slider:before {
  content: "";
  height: 6rem;
  position: absolute;
  width: 6rem;
  z-index: 0
}
.testimonials-1 .slider:after {
  right: -2.5rem;
  top: -2.5rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
@media(max-width:768px) {
  .testimonials-1 .slider:after {
    display: none
  }
}
.testimonials-2 .slider, .testimonials-3 .slider {
  position: relative
}
.testimonials-2 .slider .swiper-slide .img-author, .testimonials-3 .slider .swiper-slide .img-author {
  max-height: 300px
}
.testimonials-2 .slider:before, .testimonials-3 .slider:before {
  bottom: -2.25rem;
  content: "";
  height: 5rem;
  left: -2.25rem;
  position: absolute;
  width: 5rem;
  z-index: 0
}
.testimonials-2 .slider:after, .testimonials-3 .slider:after {
  content: "";
  height: 5rem;
  position: absolute;
  right: -2.25rem;
  top: -2.25rem;
  width: 5rem;
  z-index: 0
}
.testimonials-2 .slider .testimonial-body, .testimonials-3 .slider .testimonial-body {
  padding: 2rem
}
.testimonials-2 .slider .quotation-mark, .testimonials-3 .slider .quotation-mark {
  font-family: Times New Roman, Georgia, Serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .7
}
@media(max-width:768px) {
  .testimonials-2 .slider:after, .testimonials-3 .slider:after {
    display: none
  }
}
.testimonials-3 .slider:after, .testimonials-3 .slider:before {
  background: none
}
.testimonials-4 .client-img {
  background-repeat: no-repeat;
  background-size: cover
}
.testimonials-4 .quotation-mark {
  font-family: Times New Roman, Georgia, Serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: .7
}
.testimonials-4 .navigations {
  bottom: 25px;
  position: absolute;
  right: 10px;
  z-index: 1
}
.code-block {
  background: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative
}
.code-block .h6, .code-block h6 {
  margin-top: 0
}
.code-block .prettyprint {
  background: #f4f5f7;
  border: none;
  margin-bottom: 0;
  padding: 1rem
}
.code-block .btn-copy-clipboard {
  position: absolute;
  right: 10px;
  top: 10px
}
.doc-carousel .carousel-item {
  height: 400px
}
.doc-carousel .carousel-item img {
  height: 400px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0
}
.filter-menu .filter-menu-item {
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  color: #495057;
  display: inline-block;
  font-size: .8203125rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 4px 2px;
  padding: .375rem .75rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}
.filter-menu .filter-menu-item.active {
  background-color: #05f !important;
  border-color: #05f !important;
  color: #fff !important
}
.filter-menu .filter-menu-item.focus, .filter-menu .filter-menu-item:focus {
  box-shadow: 0 0 0 .15rem rgba(0, 85, 255, .25);
  outline: 0
}
.filter-menu .filter-menu-item.disabled, .filter-menu .filter-menu-item:disabled {
  opacity: .65
}
.filter-menu .filter-menu-item:focus, .filter-menu .filter-menu-item:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(60, 72, 88, .15), 0 2px 4px 2px rgba(60, 72, 88, .18)
}
.masonry-grid {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  transition: height .3s ease-out, opacity .3s ease-out .3s
}
.masonry-grid [data-masonry-el] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.filter-menu {
  margin-bottom: 20px
}
.filter-menu a {
  border-radius: 3px;
  color: #343a40;
  display: inline-block;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 5px 10px;
  transition: all .3s ease-out
}
.filter-menu a:hover {
  background-color: rgba(0, 85, 255, .15);
  color: #05f
}
.filter-menu a.active {
  background-color: #05f;
  color: #fff
}
.gal-box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 7px 14px 0 rgba(52, 58, 64, .06);
  margin-bottom: 1.5rem
}
.gal-box .image-popup {
  display: block;
  padding: 10px
}
.gal-box .image-popup img {
  cursor: zoom-in
}
.gal-box .gall-info {
  border-top: 1px solid #f3f4f7;
  padding: 15px;
  position: relative
}
.gal-box .gall-info .h4, .gal-box .gall-info h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.gal-box .gall-info .gal-like-btn {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 24px
}
.ReactModal__Body--open .ReactModalPortal > div {
  z-index: 1031 !important
}
.ReactModal__Body--open .ril-toolbar {
  align-items: center
}
.ReactModal__Body--open .ril-toolbar .ril-toolbar__item__child p {
  line-height: 2.6;
  margin-bottom: 0
}
/*# sourceMappingURL=main.4145d905.css.map*/