@charset "UTF-8";
/*== Edit by NQS Scss ==*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[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;
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

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

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

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

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

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

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

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

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

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

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}

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

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

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

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

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

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

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

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

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

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

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff?4601c71fb26c9277391ec80789bfde9c") format("woff"), url("./fonts/bootstrap-icons.woff2?4601c71fb26c9277391ec80789bfde9c") format("woff2");
}
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-fill::before {
  content: "\f29c";
}

.bi-cloud-minus-fill::before {
  content: "\f29d";
}

.bi-cloud-minus::before {
  content: "\f29e";
}

.bi-cloud-plus-fill::before {
  content: "\f29f";
}

.bi-cloud-plus::before {
  content: "\f2a0";
}

.bi-cloud-slash-fill::before {
  content: "\f2a1";
}

.bi-cloud-slash::before {
  content: "\f2a2";
}

.bi-cloud-upload-fill::before {
  content: "\f2a3";
}

.bi-cloud-upload::before {
  content: "\f2a4";
}

.bi-cloud::before {
  content: "\f2a5";
}

.bi-code-slash::before {
  content: "\f2a6";
}

.bi-code-square::before {
  content: "\f2a7";
}

.bi-code::before {
  content: "\f2a8";
}

.bi-collection-fill::before {
  content: "\f2a9";
}

.bi-collection-play-fill::before {
  content: "\f2aa";
}

.bi-collection-play::before {
  content: "\f2ab";
}

.bi-collection::before {
  content: "\f2ac";
}

.bi-columns-gap::before {
  content: "\f2ad";
}

.bi-columns::before {
  content: "\f2ae";
}

.bi-command::before {
  content: "\f2af";
}

.bi-compass-fill::before {
  content: "\f2b0";
}

.bi-compass::before {
  content: "\f2b1";
}

.bi-cone-striped::before {
  content: "\f2b2";
}

.bi-cone::before {
  content: "\f2b3";
}

.bi-controller::before {
  content: "\f2b4";
}

.bi-cpu-fill::before {
  content: "\f2b5";
}

.bi-cpu::before {
  content: "\f2b6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2b7";
}

.bi-credit-card-2-back::before {
  content: "\f2b8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2b9";
}

.bi-credit-card-2-front::before {
  content: "\f2ba";
}

.bi-credit-card-fill::before {
  content: "\f2bb";
}

.bi-credit-card::before {
  content: "\f2bc";
}

.bi-crop::before {
  content: "\f2bd";
}

.bi-cup-fill::before {
  content: "\f2be";
}

.bi-cup-straw::before {
  content: "\f2bf";
}

.bi-cup::before {
  content: "\f2c0";
}

.bi-cursor-fill::before {
  content: "\f2c1";
}

.bi-cursor-text::before {
  content: "\f2c2";
}

.bi-cursor::before {
  content: "\f2c3";
}

.bi-dash-circle-dotted::before {
  content: "\f2c4";
}

.bi-dash-circle-fill::before {
  content: "\f2c5";
}

.bi-dash-circle::before {
  content: "\f2c6";
}

.bi-dash-square-dotted::before {
  content: "\f2c7";
}

.bi-dash-square-fill::before {
  content: "\f2c8";
}

.bi-dash-square::before {
  content: "\f2c9";
}

.bi-dash::before {
  content: "\f2ca";
}

.bi-diagram-2-fill::before {
  content: "\f2cb";
}

.bi-diagram-2::before {
  content: "\f2cc";
}

.bi-diagram-3-fill::before {
  content: "\f2cd";
}

.bi-diagram-3::before {
  content: "\f2ce";
}

.bi-diamond-fill::before {
  content: "\f2cf";
}

.bi-diamond-half::before {
  content: "\f2d0";
}

.bi-diamond::before {
  content: "\f2d1";
}

.bi-dice-1-fill::before {
  content: "\f2d2";
}

.bi-dice-1::before {
  content: "\f2d3";
}

.bi-dice-2-fill::before {
  content: "\f2d4";
}

.bi-dice-2::before {
  content: "\f2d5";
}

.bi-dice-3-fill::before {
  content: "\f2d6";
}

.bi-dice-3::before {
  content: "\f2d7";
}

.bi-dice-4-fill::before {
  content: "\f2d8";
}

.bi-dice-4::before {
  content: "\f2d9";
}

.bi-dice-5-fill::before {
  content: "\f2da";
}

.bi-dice-5::before {
  content: "\f2db";
}

.bi-dice-6-fill::before {
  content: "\f2dc";
}

.bi-dice-6::before {
  content: "\f2dd";
}

.bi-disc-fill::before {
  content: "\f2de";
}

.bi-disc::before {
  content: "\f2df";
}

.bi-discord::before {
  content: "\f2e0";
}

.bi-display-fill::before {
  content: "\f2e1";
}

.bi-display::before {
  content: "\f2e2";
}

.bi-distribute-horizontal::before {
  content: "\f2e3";
}

.bi-distribute-vertical::before {
  content: "\f2e4";
}

.bi-door-closed-fill::before {
  content: "\f2e5";
}

.bi-door-closed::before {
  content: "\f2e6";
}

.bi-door-open-fill::before {
  content: "\f2e7";
}

.bi-door-open::before {
  content: "\f2e8";
}

.bi-dot::before {
  content: "\f2e9";
}

.bi-download::before {
  content: "\f2ea";
}

.bi-droplet-fill::before {
  content: "\f2eb";
}

.bi-droplet-half::before {
  content: "\f2ec";
}

.bi-droplet::before {
  content: "\f2ed";
}

.bi-earbuds::before {
  content: "\f2ee";
}

.bi-easel-fill::before {
  content: "\f2ef";
}

.bi-easel::before {
  content: "\f2f0";
}

.bi-egg-fill::before {
  content: "\f2f1";
}

.bi-egg-fried::before {
  content: "\f2f2";
}

.bi-egg::before {
  content: "\f2f3";
}

.bi-eject-fill::before {
  content: "\f2f4";
}

.bi-eject::before {
  content: "\f2f5";
}

.bi-emoji-angry-fill::before {
  content: "\f2f6";
}

.bi-emoji-angry::before {
  content: "\f2f7";
}

.bi-emoji-dizzy-fill::before {
  content: "\f2f8";
}

.bi-emoji-dizzy::before {
  content: "\f2f9";
}

.bi-emoji-expressionless-fill::before {
  content: "\f2fa";
}

.bi-emoji-expressionless::before {
  content: "\f2fb";
}

.bi-emoji-frown-fill::before {
  content: "\f2fc";
}

.bi-emoji-frown::before {
  content: "\f2fd";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f2fe";
}

.bi-emoji-heart-eyes::before {
  content: "\f2ff";
}

.bi-emoji-laughing-fill::before {
  content: "\f300";
}

.bi-emoji-laughing::before {
  content: "\f301";
}

.bi-emoji-neutral-fill::before {
  content: "\f302";
}

.bi-emoji-neutral::before {
  content: "\f303";
}

.bi-emoji-smile-fill::before {
  content: "\f304";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f305";
}

.bi-emoji-smile-upside-down::before {
  content: "\f306";
}

.bi-emoji-smile::before {
  content: "\f307";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f308";
}

.bi-emoji-sunglasses::before {
  content: "\f309";
}

.bi-emoji-wink-fill::before {
  content: "\f30a";
}

.bi-emoji-wink::before {
  content: "\f30b";
}

.bi-envelope-fill::before {
  content: "\f30c";
}

.bi-envelope-open-fill::before {
  content: "\f30d";
}

.bi-envelope-open::before {
  content: "\f30e";
}

.bi-envelope::before {
  content: "\f30f";
}

.bi-eraser-fill::before {
  content: "\f310";
}

.bi-eraser::before {
  content: "\f311";
}

.bi-exclamation-circle-fill::before {
  content: "\f312";
}

.bi-exclamation-circle::before {
  content: "\f313";
}

.bi-exclamation-diamond-fill::before {
  content: "\f314";
}

.bi-exclamation-diamond::before {
  content: "\f315";
}

.bi-exclamation-octagon-fill::before {
  content: "\f316";
}

.bi-exclamation-octagon::before {
  content: "\f317";
}

.bi-exclamation-square-fill::before {
  content: "\f318";
}

.bi-exclamation-square::before {
  content: "\f319";
}

.bi-exclamation-triangle-fill::before {
  content: "\f31a";
}

.bi-exclamation-triangle::before {
  content: "\f31b";
}

.bi-exclamation::before {
  content: "\f31c";
}

.bi-exclude::before {
  content: "\f31d";
}

.bi-eye-fill::before {
  content: "\f31e";
}

.bi-eye-slash-fill::before {
  content: "\f31f";
}

.bi-eye-slash::before {
  content: "\f320";
}

.bi-eye::before {
  content: "\f321";
}

.bi-eyedropper::before {
  content: "\f322";
}

.bi-eyeglasses::before {
  content: "\f323";
}

.bi-facebook::before {
  content: "\f324";
}

.bi-file-arrow-down-fill::before {
  content: "\f325";
}

.bi-file-arrow-down::before {
  content: "\f326";
}

.bi-file-arrow-up-fill::before {
  content: "\f327";
}

.bi-file-arrow-up::before {
  content: "\f328";
}

.bi-file-bar-graph-fill::before {
  content: "\f329";
}

.bi-file-bar-graph::before {
  content: "\f32a";
}

.bi-file-binary-fill::before {
  content: "\f32b";
}

.bi-file-binary::before {
  content: "\f32c";
}

.bi-file-break-fill::before {
  content: "\f32d";
}

.bi-file-break::before {
  content: "\f32e";
}

.bi-file-check-fill::before {
  content: "\f32f";
}

.bi-file-check::before {
  content: "\f330";
}

.bi-file-code-fill::before {
  content: "\f331";
}

.bi-file-code::before {
  content: "\f332";
}

.bi-file-diff-fill::before {
  content: "\f333";
}

.bi-file-diff::before {
  content: "\f334";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f335";
}

.bi-file-earmark-arrow-down::before {
  content: "\f336";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f337";
}

.bi-file-earmark-arrow-up::before {
  content: "\f338";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f339";
}

.bi-file-earmark-bar-graph::before {
  content: "\f33a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f33b";
}

.bi-file-earmark-binary::before {
  content: "\f33c";
}

.bi-file-earmark-break-fill::before {
  content: "\f33d";
}

.bi-file-earmark-break::before {
  content: "\f33e";
}

.bi-file-earmark-check-fill::before {
  content: "\f33f";
}

.bi-file-earmark-check::before {
  content: "\f340";
}

.bi-file-earmark-code-fill::before {
  content: "\f341";
}

.bi-file-earmark-code::before {
  content: "\f342";
}

.bi-file-earmark-diff-fill::before {
  content: "\f343";
}

.bi-file-earmark-diff::before {
  content: "\f344";
}

.bi-file-earmark-easel-fill::before {
  content: "\f345";
}

.bi-file-earmark-easel::before {
  content: "\f346";
}

.bi-file-earmark-excel-fill::before {
  content: "\f347";
}

.bi-file-earmark-excel::before {
  content: "\f348";
}

.bi-file-earmark-fill::before {
  content: "\f349";
}

.bi-file-earmark-font-fill::before {
  content: "\f34a";
}

.bi-file-earmark-font::before {
  content: "\f34b";
}

.bi-file-earmark-image-fill::before {
  content: "\f34c";
}

.bi-file-earmark-image::before {
  content: "\f34d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f34e";
}

.bi-file-earmark-lock::before {
  content: "\f34f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f350";
}

.bi-file-earmark-lock2::before {
  content: "\f351";
}

.bi-file-earmark-medical-fill::before {
  content: "\f352";
}

.bi-file-earmark-medical::before {
  content: "\f353";
}

.bi-file-earmark-minus-fill::before {
  content: "\f354";
}

.bi-file-earmark-minus::before {
  content: "\f355";
}

.bi-file-earmark-music-fill::before {
  content: "\f356";
}

.bi-file-earmark-music::before {
  content: "\f357";
}

.bi-file-earmark-person-fill::before {
  content: "\f358";
}

.bi-file-earmark-person::before {
  content: "\f359";
}

.bi-file-earmark-play-fill::before {
  content: "\f35a";
}

.bi-file-earmark-play::before {
  content: "\f35b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f35c";
}

.bi-file-earmark-plus::before {
  content: "\f35d";
}

.bi-file-earmark-post-fill::before {
  content: "\f35e";
}

.bi-file-earmark-post::before {
  content: "\f35f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f360";
}

.bi-file-earmark-ppt::before {
  content: "\f361";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f362";
}

.bi-file-earmark-richtext::before {
  content: "\f363";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f364";
}

.bi-file-earmark-ruled::before {
  content: "\f365";
}

.bi-file-earmark-slides-fill::before {
  content: "\f366";
}

.bi-file-earmark-slides::before {
  content: "\f367";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f368";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f369";
}

.bi-file-earmark-text-fill::before {
  content: "\f36a";
}

.bi-file-earmark-text::before {
  content: "\f36b";
}

.bi-file-earmark-word-fill::before {
  content: "\f36c";
}

.bi-file-earmark-word::before {
  content: "\f36d";
}

.bi-file-earmark-x-fill::before {
  content: "\f36e";
}

.bi-file-earmark-x::before {
  content: "\f36f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f370";
}

.bi-file-earmark-zip::before {
  content: "\f371";
}

.bi-file-earmark::before {
  content: "\f372";
}

.bi-file-easel-fill::before {
  content: "\f373";
}

.bi-file-easel::before {
  content: "\f374";
}

.bi-file-excel-fill::before {
  content: "\f375";
}

.bi-file-excel::before {
  content: "\f376";
}

.bi-file-fill::before {
  content: "\f377";
}

.bi-file-font-fill::before {
  content: "\f378";
}

.bi-file-font::before {
  content: "\f379";
}

.bi-file-image-fill::before {
  content: "\f37a";
}

.bi-file-image::before {
  content: "\f37b";
}

.bi-file-lock-fill::before {
  content: "\f37c";
}

.bi-file-lock::before {
  content: "\f37d";
}

.bi-file-lock2-fill::before {
  content: "\f37e";
}

.bi-file-lock2::before {
  content: "\f37f";
}

.bi-file-medical-fill::before {
  content: "\f380";
}

.bi-file-medical::before {
  content: "\f381";
}

.bi-file-minus-fill::before {
  content: "\f382";
}

.bi-file-minus::before {
  content: "\f383";
}

.bi-file-music-fill::before {
  content: "\f384";
}

.bi-file-music::before {
  content: "\f385";
}

.bi-file-person-fill::before {
  content: "\f386";
}

.bi-file-person::before {
  content: "\f387";
}

.bi-file-play-fill::before {
  content: "\f388";
}

.bi-file-play::before {
  content: "\f389";
}

.bi-file-plus-fill::before {
  content: "\f38a";
}

.bi-file-plus::before {
  content: "\f38b";
}

.bi-file-post-fill::before {
  content: "\f38c";
}

.bi-file-post::before {
  content: "\f38d";
}

.bi-file-ppt-fill::before {
  content: "\f38e";
}

.bi-file-ppt::before {
  content: "\f38f";
}

.bi-file-richtext-fill::before {
  content: "\f390";
}

.bi-file-richtext::before {
  content: "\f391";
}

.bi-file-ruled-fill::before {
  content: "\f392";
}

.bi-file-ruled::before {
  content: "\f393";
}

.bi-file-slides-fill::before {
  content: "\f394";
}

.bi-file-slides::before {
  content: "\f395";
}

.bi-file-spreadsheet-fill::before {
  content: "\f396";
}

.bi-file-spreadsheet::before {
  content: "\f397";
}

.bi-file-text-fill::before {
  content: "\f398";
}

.bi-file-text::before {
  content: "\f399";
}

.bi-file-word-fill::before {
  content: "\f39a";
}

.bi-file-word::before {
  content: "\f39b";
}

.bi-file-x-fill::before {
  content: "\f39c";
}

.bi-file-x::before {
  content: "\f39d";
}

.bi-file-zip-fill::before {
  content: "\f39e";
}

.bi-file-zip::before {
  content: "\f39f";
}

.bi-file::before {
  content: "\f3a0";
}

.bi-files-alt::before {
  content: "\f3a1";
}

.bi-files::before {
  content: "\f3a2";
}

.bi-film::before {
  content: "\f3a3";
}

.bi-filter-circle-fill::before {
  content: "\f3a4";
}

.bi-filter-circle::before {
  content: "\f3a5";
}

.bi-filter-left::before {
  content: "\f3a6";
}

.bi-filter-right::before {
  content: "\f3a7";
}

.bi-filter-square-fill::before {
  content: "\f3a8";
}

.bi-filter-square::before {
  content: "\f3a9";
}

.bi-filter::before {
  content: "\f3aa";
}

.bi-flag-fill::before {
  content: "\f3ab";
}

.bi-flag::before {
  content: "\f3ac";
}

.bi-flower1::before {
  content: "\f3ad";
}

.bi-flower2::before {
  content: "\f3ae";
}

.bi-flower3::before {
  content: "\f3af";
}

.bi-folder-check::before {
  content: "\f3b0";
}

.bi-folder-fill::before {
  content: "\f3b1";
}

.bi-folder-minus::before {
  content: "\f3b2";
}

.bi-folder-plus::before {
  content: "\f3b3";
}

.bi-folder-symlink-fill::before {
  content: "\f3b4";
}

.bi-folder-symlink::before {
  content: "\f3b5";
}

.bi-folder-x::before {
  content: "\f3b6";
}

.bi-folder::before {
  content: "\f3b7";
}

.bi-folder2-open::before {
  content: "\f3b8";
}

.bi-folder2::before {
  content: "\f3b9";
}

.bi-fonts::before {
  content: "\f3ba";
}

.bi-forward-fill::before {
  content: "\f3bb";
}

.bi-forward::before {
  content: "\f3bc";
}

.bi-front::before {
  content: "\f3bd";
}

.bi-fullscreen-exit::before {
  content: "\f3be";
}

.bi-fullscreen::before {
  content: "\f3bf";
}

.bi-funnel-fill::before {
  content: "\f3c0";
}

.bi-funnel::before {
  content: "\f3c1";
}

.bi-gear-fill::before {
  content: "\f3c2";
}

.bi-gear-wide-connected::before {
  content: "\f3c3";
}

.bi-gear-wide::before {
  content: "\f3c4";
}

.bi-gear::before {
  content: "\f3c5";
}

.bi-gem::before {
  content: "\f3c6";
}

.bi-geo-alt-fill::before {
  content: "\f3c7";
}

.bi-geo-alt::before {
  content: "\f3c8";
}

.bi-geo-fill::before {
  content: "\f3c9";
}

.bi-geo::before {
  content: "\f3ca";
}

.bi-gift-fill::before {
  content: "\f3cb";
}

.bi-gift::before {
  content: "\f3cc";
}

.bi-github::before {
  content: "\f3cd";
}

.bi-globe::before {
  content: "\f3ce";
}

.bi-globe2::before {
  content: "\f3cf";
}

.bi-google::before {
  content: "\f3d0";
}

.bi-graph-down::before {
  content: "\f3d1";
}

.bi-graph-up::before {
  content: "\f3d2";
}

.bi-grid-1x2-fill::before {
  content: "\f3d3";
}

.bi-grid-1x2::before {
  content: "\f3d4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3d5";
}

.bi-grid-3x2-gap::before {
  content: "\f3d6";
}

.bi-grid-3x2::before {
  content: "\f3d7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3d8";
}

.bi-grid-3x3-gap::before {
  content: "\f3d9";
}

.bi-grid-3x3::before {
  content: "\f3da";
}

.bi-grid-fill::before {
  content: "\f3db";
}

.bi-grid::before {
  content: "\f3dc";
}

.bi-grip-horizontal::before {
  content: "\f3dd";
}

.bi-grip-vertical::before {
  content: "\f3de";
}

.bi-hammer::before {
  content: "\f3df";
}

.bi-hand-index-fill::before {
  content: "\f3e0";
}

.bi-hand-index-thumb-fill::before {
  content: "\f3e1";
}

.bi-hand-index-thumb::before {
  content: "\f3e2";
}

.bi-hand-index::before {
  content: "\f3e3";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f3e4";
}

.bi-hand-thumbs-down::before {
  content: "\f3e5";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f3e6";
}

.bi-hand-thumbs-up::before {
  content: "\f3e7";
}

.bi-handbag-fill::before {
  content: "\f3e8";
}

.bi-handbag::before {
  content: "\f3e9";
}

.bi-hash::before {
  content: "\f3ea";
}

.bi-hdd-fill::before {
  content: "\f3eb";
}

.bi-hdd-network-fill::before {
  content: "\f3ec";
}

.bi-hdd-network::before {
  content: "\f3ed";
}

.bi-hdd-rack-fill::before {
  content: "\f3ee";
}

.bi-hdd-rack::before {
  content: "\f3ef";
}

.bi-hdd-stack-fill::before {
  content: "\f3f0";
}

.bi-hdd-stack::before {
  content: "\f3f1";
}

.bi-hdd::before {
  content: "\f3f2";
}

.bi-headphones::before {
  content: "\f3f3";
}

.bi-headset::before {
  content: "\f3f4";
}

.bi-heart-fill::before {
  content: "\f3f5";
}

.bi-heart-half::before {
  content: "\f3f6";
}

.bi-heart::before {
  content: "\f3f7";
}

.bi-heptagon-fill::before {
  content: "\f3f8";
}

.bi-heptagon-half::before {
  content: "\f3f9";
}

.bi-heptagon::before {
  content: "\f3fa";
}

.bi-hexagon-fill::before {
  content: "\f3fb";
}

.bi-hexagon-half::before {
  content: "\f3fc";
}

.bi-hexagon::before {
  content: "\f3fd";
}

.bi-hourglass-bottom::before {
  content: "\f3fe";
}

.bi-hourglass-split::before {
  content: "\f3ff";
}

.bi-hourglass-top::before {
  content: "\f400";
}

.bi-hourglass::before {
  content: "\f401";
}

.bi-house-door-fill::before {
  content: "\f402";
}

.bi-house-door::before {
  content: "\f403";
}

.bi-house-fill::before {
  content: "\f404";
}

.bi-house::before {
  content: "\f405";
}

.bi-hr::before {
  content: "\f406";
}

.bi-image-alt::before {
  content: "\f407";
}

.bi-image-fill::before {
  content: "\f408";
}

.bi-image::before {
  content: "\f409";
}

.bi-images::before {
  content: "\f40a";
}

.bi-inbox-fill::before {
  content: "\f40b";
}

.bi-inbox::before {
  content: "\f40c";
}

.bi-inboxes-fill::before {
  content: "\f40d";
}

.bi-inboxes::before {
  content: "\f40e";
}

.bi-info-circle-fill::before {
  content: "\f40f";
}

.bi-info-circle::before {
  content: "\f410";
}

.bi-info-square-fill::before {
  content: "\f411";
}

.bi-info-square::before {
  content: "\f412";
}

.bi-info::before {
  content: "\f413";
}

.bi-input-cursor-text::before {
  content: "\f414";
}

.bi-input-cursor::before {
  content: "\f415";
}

.bi-instagram::before {
  content: "\f416";
}

.bi-intersect::before {
  content: "\f417";
}

.bi-journal-album::before {
  content: "\f418";
}

.bi-journal-arrow-down::before {
  content: "\f419";
}

.bi-journal-arrow-up::before {
  content: "\f41a";
}

.bi-journal-bookmark-fill::before {
  content: "\f41b";
}

.bi-journal-bookmark::before {
  content: "\f41c";
}

.bi-journal-check::before {
  content: "\f41d";
}

.bi-journal-code::before {
  content: "\f41e";
}

.bi-journal-medical::before {
  content: "\f41f";
}

.bi-journal-minus::before {
  content: "\f420";
}

.bi-journal-plus::before {
  content: "\f421";
}

.bi-journal-richtext::before {
  content: "\f422";
}

.bi-journal-text::before {
  content: "\f423";
}

.bi-journal-x::before {
  content: "\f424";
}

.bi-journal::before {
  content: "\f425";
}

.bi-journals::before {
  content: "\f426";
}

.bi-joystick::before {
  content: "\f427";
}

.bi-justify-left::before {
  content: "\f428";
}

.bi-justify-right::before {
  content: "\f429";
}

.bi-justify::before {
  content: "\f42a";
}

.bi-kanban-fill::before {
  content: "\f42b";
}

.bi-kanban::before {
  content: "\f42c";
}

.bi-key-fill::before {
  content: "\f42d";
}

.bi-key::before {
  content: "\f42e";
}

.bi-keyboard-fill::before {
  content: "\f42f";
}

.bi-keyboard::before {
  content: "\f430";
}

.bi-ladder::before {
  content: "\f431";
}

.bi-lamp-fill::before {
  content: "\f432";
}

.bi-lamp::before {
  content: "\f433";
}

.bi-laptop-fill::before {
  content: "\f434";
}

.bi-laptop::before {
  content: "\f435";
}

.bi-layer-backward::before {
  content: "\f436";
}

.bi-layer-forward::before {
  content: "\f437";
}

.bi-layers-fill::before {
  content: "\f438";
}

.bi-layers-half::before {
  content: "\f439";
}

.bi-layers::before {
  content: "\f43a";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f43b";
}

.bi-layout-sidebar-inset::before {
  content: "\f43c";
}

.bi-layout-sidebar-reverse::before {
  content: "\f43d";
}

.bi-layout-sidebar::before {
  content: "\f43e";
}

.bi-layout-split::before {
  content: "\f43f";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f440";
}

.bi-layout-text-sidebar::before {
  content: "\f441";
}

.bi-layout-text-window-reverse::before {
  content: "\f442";
}

.bi-layout-text-window::before {
  content: "\f443";
}

.bi-layout-three-columns::before {
  content: "\f444";
}

.bi-layout-wtf::before {
  content: "\f445";
}

.bi-life-preserver::before {
  content: "\f446";
}

.bi-lightbulb-fill::before {
  content: "\f447";
}

.bi-lightbulb-off-fill::before {
  content: "\f448";
}

.bi-lightbulb-off::before {
  content: "\f449";
}

.bi-lightbulb::before {
  content: "\f44a";
}

.bi-lightning-fill::before {
  content: "\f44b";
}

.bi-lightning::before {
  content: "\f44c";
}

.bi-link-45deg::before {
  content: "\f44d";
}

.bi-link::before {
  content: "\f44e";
}

.bi-linkedin::before {
  content: "\f44f";
}

.bi-list-check::before {
  content: "\f450";
}

.bi-list-nested::before {
  content: "\f451";
}

.bi-list-ol::before {
  content: "\f452";
}

.bi-list-stars::before {
  content: "\f453";
}

.bi-list-task::before {
  content: "\f454";
}

.bi-list-ul::before {
  content: "\f455";
}

.bi-list::before {
  content: "\f456";
}

.bi-lock-fill::before {
  content: "\f457";
}

.bi-lock::before {
  content: "\f458";
}

.bi-mailbox::before {
  content: "\f459";
}

.bi-mailbox2::before {
  content: "\f45a";
}

.bi-map-fill::before {
  content: "\f45b";
}

.bi-map::before {
  content: "\f45c";
}

.bi-markdown-fill::before {
  content: "\f45d";
}

.bi-markdown::before {
  content: "\f45e";
}

.bi-mask::before {
  content: "\f45f";
}

.bi-megaphone-fill::before {
  content: "\f460";
}

.bi-megaphone::before {
  content: "\f461";
}

.bi-menu-app-fill::before {
  content: "\f462";
}

.bi-menu-app::before {
  content: "\f463";
}

.bi-menu-button-fill::before {
  content: "\f464";
}

.bi-menu-button-wide-fill::before {
  content: "\f465";
}

.bi-menu-button-wide::before {
  content: "\f466";
}

.bi-menu-button::before {
  content: "\f467";
}

.bi-menu-down::before {
  content: "\f468";
}

.bi-menu-up::before {
  content: "\f469";
}

.bi-mic-fill::before {
  content: "\f46a";
}

.bi-mic-mute-fill::before {
  content: "\f46b";
}

.bi-mic-mute::before {
  content: "\f46c";
}

.bi-mic::before {
  content: "\f46d";
}

.bi-minecart-loaded::before {
  content: "\f46e";
}

.bi-minecart::before {
  content: "\f46f";
}

.bi-moon::before {
  content: "\f470";
}

.bi-mouse-fill::before {
  content: "\f471";
}

.bi-mouse::before {
  content: "\f472";
}

.bi-mouse2-fill::before {
  content: "\f473";
}

.bi-mouse2::before {
  content: "\f474";
}

.bi-mouse3-fill::before {
  content: "\f475";
}

.bi-mouse3::before {
  content: "\f476";
}

.bi-music-note-beamed::before {
  content: "\f477";
}

.bi-music-note-list::before {
  content: "\f478";
}

.bi-music-note::before {
  content: "\f479";
}

.bi-music-player-fill::before {
  content: "\f47a";
}

.bi-music-player::before {
  content: "\f47b";
}

.bi-newspaper::before {
  content: "\f47c";
}

.bi-node-minus-fill::before {
  content: "\f47d";
}

.bi-node-minus::before {
  content: "\f47e";
}

.bi-node-plus-fill::before {
  content: "\f47f";
}

.bi-node-plus::before {
  content: "\f480";
}

.bi-nut-fill::before {
  content: "\f481";
}

.bi-nut::before {
  content: "\f482";
}

.bi-octagon-fill::before {
  content: "\f483";
}

.bi-octagon-half::before {
  content: "\f484";
}

.bi-octagon::before {
  content: "\f485";
}

.bi-option::before {
  content: "\f486";
}

.bi-outlet::before {
  content: "\f487";
}

.bi-paint-bucket::before {
  content: "\f488";
}

.bi-palette-fill::before {
  content: "\f489";
}

.bi-palette::before {
  content: "\f48a";
}

.bi-palette2::before {
  content: "\f48b";
}

.bi-paperclip::before {
  content: "\f48c";
}

.bi-paragraph::before {
  content: "\f48d";
}

.bi-patch-check-fill::before {
  content: "\f48e";
}

.bi-patch-check::before {
  content: "\f48f";
}

.bi-patch-exclamation-fill::before {
  content: "\f490";
}

.bi-patch-exclamation::before {
  content: "\f491";
}

.bi-patch-minus-fill::before {
  content: "\f492";
}

.bi-patch-minus::before {
  content: "\f493";
}

.bi-patch-plus-fill::before {
  content: "\f494";
}

.bi-patch-plus::before {
  content: "\f495";
}

.bi-patch-question-fill::before {
  content: "\f496";
}

.bi-patch-question::before {
  content: "\f497";
}

.bi-pause-btn-fill::before {
  content: "\f498";
}

.bi-pause-btn::before {
  content: "\f499";
}

.bi-pause-circle-fill::before {
  content: "\f49a";
}

.bi-pause-circle::before {
  content: "\f49b";
}

.bi-pause-fill::before {
  content: "\f49c";
}

.bi-pause::before {
  content: "\f49d";
}

.bi-peace-fill::before {
  content: "\f49e";
}

.bi-peace::before {
  content: "\f49f";
}

.bi-pen-fill::before {
  content: "\f4a0";
}

.bi-pen::before {
  content: "\f4a1";
}

.bi-pencil-fill::before {
  content: "\f4a2";
}

.bi-pencil-square::before {
  content: "\f4a3";
}

.bi-pencil::before {
  content: "\f4a4";
}

.bi-pentagon-fill::before {
  content: "\f4a5";
}

.bi-pentagon-half::before {
  content: "\f4a6";
}

.bi-pentagon::before {
  content: "\f4a7";
}

.bi-people-fill::before {
  content: "\f4a8";
}

.bi-people::before {
  content: "\f4a9";
}

.bi-percent::before {
  content: "\f4aa";
}

.bi-person-badge-fill::before {
  content: "\f4ab";
}

.bi-person-badge::before {
  content: "\f4ac";
}

.bi-person-bounding-box::before {
  content: "\f4ad";
}

.bi-person-check-fill::before {
  content: "\f4ae";
}

.bi-person-check::before {
  content: "\f4af";
}

.bi-person-circle::before {
  content: "\f4b0";
}

.bi-person-dash-fill::before {
  content: "\f4b1";
}

.bi-person-dash::before {
  content: "\f4b2";
}

.bi-person-fill::before {
  content: "\f4b3";
}

.bi-person-lines-fill::before {
  content: "\f4b4";
}

.bi-person-plus-fill::before {
  content: "\f4b5";
}

.bi-person-plus::before {
  content: "\f4b6";
}

.bi-person-square::before {
  content: "\f4b7";
}

.bi-person-x-fill::before {
  content: "\f4b8";
}

.bi-person-x::before {
  content: "\f4b9";
}

.bi-person::before {
  content: "\f4ba";
}

.bi-phone-fill::before {
  content: "\f4bb";
}

.bi-phone-landscape-fill::before {
  content: "\f4bc";
}

.bi-phone-landscape::before {
  content: "\f4bd";
}

.bi-phone-vibrate-fill::before {
  content: "\f4be";
}

.bi-phone-vibrate::before {
  content: "\f4bf";
}

.bi-phone::before {
  content: "\f4c0";
}

.bi-pie-chart-fill::before {
  content: "\f4c1";
}

.bi-pie-chart::before {
  content: "\f4c2";
}

.bi-pin-angle-fill::before {
  content: "\f4c3";
}

.bi-pin-angle::before {
  content: "\f4c4";
}

.bi-pin-fill::before {
  content: "\f4c5";
}

.bi-pin::before {
  content: "\f4c6";
}

.bi-pip-fill::before {
  content: "\f4c7";
}

.bi-pip::before {
  content: "\f4c8";
}

.bi-play-btn-fill::before {
  content: "\f4c9";
}

.bi-play-btn::before {
  content: "\f4ca";
}

.bi-play-circle-fill::before {
  content: "\f4cb";
}

.bi-play-circle::before {
  content: "\f4cc";
}

.bi-play-fill::before {
  content: "\f4cd";
}

.bi-play::before {
  content: "\f4ce";
}

.bi-plug-fill::before {
  content: "\f4cf";
}

.bi-plug::before {
  content: "\f4d0";
}

.bi-plus-circle-dotted::before {
  content: "\f4d1";
}

.bi-plus-circle-fill::before {
  content: "\f4d2";
}

.bi-plus-circle::before {
  content: "\f4d3";
}

.bi-plus-square-dotted::before {
  content: "\f4d4";
}

.bi-plus-square-fill::before {
  content: "\f4d5";
}

.bi-plus-square::before {
  content: "\f4d6";
}

.bi-plus::before {
  content: "\f4d7";
}

.bi-power::before {
  content: "\f4d8";
}

.bi-printer-fill::before {
  content: "\f4d9";
}

.bi-printer::before {
  content: "\f4da";
}

.bi-puzzle-fill::before {
  content: "\f4db";
}

.bi-puzzle::before {
  content: "\f4dc";
}

.bi-question-circle-fill::before {
  content: "\f4dd";
}

.bi-question-circle::before {
  content: "\f4de";
}

.bi-question-diamond-fill::before {
  content: "\f4df";
}

.bi-question-diamond::before {
  content: "\f4e0";
}

.bi-question-octagon-fill::before {
  content: "\f4e1";
}

.bi-question-octagon::before {
  content: "\f4e2";
}

.bi-question-square-fill::before {
  content: "\f4e3";
}

.bi-question-square::before {
  content: "\f4e4";
}

.bi-question::before {
  content: "\f4e5";
}

.bi-receipt-cutoff::before {
  content: "\f4e6";
}

.bi-receipt::before {
  content: "\f4e7";
}

.bi-reception-0::before {
  content: "\f4e8";
}

.bi-reception-1::before {
  content: "\f4e9";
}

.bi-reception-2::before {
  content: "\f4ea";
}

.bi-reception-3::before {
  content: "\f4eb";
}

.bi-reception-4::before {
  content: "\f4ec";
}

.bi-record-btn-fill::before {
  content: "\f4ed";
}

.bi-record-btn::before {
  content: "\f4ee";
}

.bi-record-circle-fill::before {
  content: "\f4ef";
}

.bi-record-circle::before {
  content: "\f4f0";
}

.bi-record-fill::before {
  content: "\f4f1";
}

.bi-record::before {
  content: "\f4f2";
}

.bi-record2-fill::before {
  content: "\f4f3";
}

.bi-record2::before {
  content: "\f4f4";
}

.bi-reply-all-fill::before {
  content: "\f4f5";
}

.bi-reply-all::before {
  content: "\f4f6";
}

.bi-reply-fill::before {
  content: "\f4f7";
}

.bi-reply::before {
  content: "\f4f8";
}

.bi-rss-fill::before {
  content: "\f4f9";
}

.bi-rss::before {
  content: "\f4fa";
}

.bi-rulers::before {
  content: "\f4fb";
}

.bi-save-fill::before {
  content: "\f4fc";
}

.bi-save::before {
  content: "\f4fd";
}

.bi-save2-fill::before {
  content: "\f4fe";
}

.bi-save2::before {
  content: "\f4ff";
}

.bi-scissors::before {
  content: "\f500";
}

.bi-screwdriver::before {
  content: "\f501";
}

.bi-search::before {
  content: "\f502";
}

.bi-segmented-nav::before {
  content: "\f503";
}

.bi-server::before {
  content: "\f504";
}

.bi-share-fill::before {
  content: "\f505";
}

.bi-share::before {
  content: "\f506";
}

.bi-shield-check::before {
  content: "\f507";
}

.bi-shield-exclamation::before {
  content: "\f508";
}

.bi-shield-fill-check::before {
  content: "\f509";
}

.bi-shield-fill-exclamation::before {
  content: "\f50a";
}

.bi-shield-fill-minus::before {
  content: "\f50b";
}

.bi-shield-fill-plus::before {
  content: "\f50c";
}

.bi-shield-fill-x::before {
  content: "\f50d";
}

.bi-shield-fill::before {
  content: "\f50e";
}

.bi-shield-lock-fill::before {
  content: "\f50f";
}

.bi-shield-lock::before {
  content: "\f510";
}

.bi-shield-minus::before {
  content: "\f511";
}

.bi-shield-plus::before {
  content: "\f512";
}

.bi-shield-shaded::before {
  content: "\f513";
}

.bi-shield-slash-fill::before {
  content: "\f514";
}

.bi-shield-slash::before {
  content: "\f515";
}

.bi-shield-x::before {
  content: "\f516";
}

.bi-shield::before {
  content: "\f517";
}

.bi-shift-fill::before {
  content: "\f518";
}

.bi-shift::before {
  content: "\f519";
}

.bi-shop-window::before {
  content: "\f51a";
}

.bi-shop::before {
  content: "\f51b";
}

.bi-shuffle::before {
  content: "\f51c";
}

.bi-signpost-2-fill::before {
  content: "\f51d";
}

.bi-signpost-2::before {
  content: "\f51e";
}

.bi-signpost-fill::before {
  content: "\f51f";
}

.bi-signpost-split-fill::before {
  content: "\f520";
}

.bi-signpost-split::before {
  content: "\f521";
}

.bi-signpost::before {
  content: "\f522";
}

.bi-sim-fill::before {
  content: "\f523";
}

.bi-sim::before {
  content: "\f524";
}

.bi-skip-backward-btn-fill::before {
  content: "\f525";
}

.bi-skip-backward-btn::before {
  content: "\f526";
}

.bi-skip-backward-circle-fill::before {
  content: "\f527";
}

.bi-skip-backward-circle::before {
  content: "\f528";
}

.bi-skip-backward-fill::before {
  content: "\f529";
}

.bi-skip-backward::before {
  content: "\f52a";
}

.bi-skip-end-btn-fill::before {
  content: "\f52b";
}

.bi-skip-end-btn::before {
  content: "\f52c";
}

.bi-skip-end-circle-fill::before {
  content: "\f52d";
}

.bi-skip-end-circle::before {
  content: "\f52e";
}

.bi-skip-end-fill::before {
  content: "\f52f";
}

.bi-skip-end::before {
  content: "\f530";
}

.bi-skip-forward-btn-fill::before {
  content: "\f531";
}

.bi-skip-forward-btn::before {
  content: "\f532";
}

.bi-skip-forward-circle-fill::before {
  content: "\f533";
}

.bi-skip-forward-circle::before {
  content: "\f534";
}

.bi-skip-forward-fill::before {
  content: "\f535";
}

.bi-skip-forward::before {
  content: "\f536";
}

.bi-skip-start-btn-fill::before {
  content: "\f537";
}

.bi-skip-start-btn::before {
  content: "\f538";
}

.bi-skip-start-circle-fill::before {
  content: "\f539";
}

.bi-skip-start-circle::before {
  content: "\f53a";
}

.bi-skip-start-fill::before {
  content: "\f53b";
}

.bi-skip-start::before {
  content: "\f53c";
}

.bi-slack::before {
  content: "\f53d";
}

.bi-slash-circle-fill::before {
  content: "\f53e";
}

.bi-slash-circle::before {
  content: "\f53f";
}

.bi-slash-square-fill::before {
  content: "\f540";
}

.bi-slash-square::before {
  content: "\f541";
}

.bi-slash::before {
  content: "\f542";
}

.bi-sliders::before {
  content: "\f543";
}

.bi-smartwatch::before {
  content: "\f544";
}

.bi-sort-alpha-down-alt::before {
  content: "\f545";
}

.bi-sort-alpha-down::before {
  content: "\f546";
}

.bi-sort-alpha-up-alt::before {
  content: "\f547";
}

.bi-sort-alpha-up::before {
  content: "\f548";
}

.bi-sort-down-alt::before {
  content: "\f549";
}

.bi-sort-down::before {
  content: "\f54a";
}

.bi-sort-numeric-down-alt::before {
  content: "\f54b";
}

.bi-sort-numeric-down::before {
  content: "\f54c";
}

.bi-sort-numeric-up-alt::before {
  content: "\f54d";
}

.bi-sort-numeric-up::before {
  content: "\f54e";
}

.bi-sort-up-alt::before {
  content: "\f54f";
}

.bi-sort-up::before {
  content: "\f550";
}

.bi-soundwave::before {
  content: "\f551";
}

.bi-speaker-fill::before {
  content: "\f552";
}

.bi-speaker::before {
  content: "\f553";
}

.bi-speedometer::before {
  content: "\f554";
}

.bi-speedometer2::before {
  content: "\f555";
}

.bi-spellcheck::before {
  content: "\f556";
}

.bi-square-fill::before {
  content: "\f557";
}

.bi-square-half::before {
  content: "\f558";
}

.bi-square::before {
  content: "\f559";
}

.bi-stack::before {
  content: "\f55a";
}

.bi-star-fill::before {
  content: "\f55b";
}

.bi-star-half::before {
  content: "\f55c";
}

.bi-star::before {
  content: "\f55d";
}

.bi-stickies-fill::before {
  content: "\f55e";
}

.bi-stickies::before {
  content: "\f55f";
}

.bi-sticky-fill::before {
  content: "\f560";
}

.bi-sticky::before {
  content: "\f561";
}

.bi-stop-btn-fill::before {
  content: "\f562";
}

.bi-stop-btn::before {
  content: "\f563";
}

.bi-stop-circle-fill::before {
  content: "\f564";
}

.bi-stop-circle::before {
  content: "\f565";
}

.bi-stop-fill::before {
  content: "\f566";
}

.bi-stop::before {
  content: "\f567";
}

.bi-stoplights-fill::before {
  content: "\f568";
}

.bi-stoplights::before {
  content: "\f569";
}

.bi-stopwatch-fill::before {
  content: "\f56a";
}

.bi-stopwatch::before {
  content: "\f56b";
}

.bi-subtract::before {
  content: "\f56c";
}

.bi-suit-club-fill::before {
  content: "\f56d";
}

.bi-suit-club::before {
  content: "\f56e";
}

.bi-suit-diamond-fill::before {
  content: "\f56f";
}

.bi-suit-diamond::before {
  content: "\f570";
}

.bi-suit-heart-fill::before {
  content: "\f571";
}

.bi-suit-heart::before {
  content: "\f572";
}

.bi-suit-spade-fill::before {
  content: "\f573";
}

.bi-suit-spade::before {
  content: "\f574";
}

.bi-sun::before {
  content: "\f575";
}

.bi-sunglasses::before {
  content: "\f576";
}

.bi-symmetry-horizontal::before {
  content: "\f577";
}

.bi-symmetry-vertical::before {
  content: "\f578";
}

.bi-table::before {
  content: "\f579";
}

.bi-tablet-fill::before {
  content: "\f57a";
}

.bi-tablet-landscape-fill::before {
  content: "\f57b";
}

.bi-tablet-landscape::before {
  content: "\f57c";
}

.bi-tablet::before {
  content: "\f57d";
}

.bi-tag-fill::before {
  content: "\f57e";
}

.bi-tag::before {
  content: "\f57f";
}

.bi-tags-fill::before {
  content: "\f580";
}

.bi-tags::before {
  content: "\f581";
}

.bi-telegram::before {
  content: "\f582";
}

.bi-telephone-fill::before {
  content: "\f583";
}

.bi-telephone-forward-fill::before {
  content: "\f584";
}

.bi-telephone-forward::before {
  content: "\f585";
}

.bi-telephone-inbound-fill::before {
  content: "\f586";
}

.bi-telephone-inbound::before {
  content: "\f587";
}

.bi-telephone-minus-fill::before {
  content: "\f588";
}

.bi-telephone-minus::before {
  content: "\f589";
}

.bi-telephone-outbound-fill::before {
  content: "\f58a";
}

.bi-telephone-outbound::before {
  content: "\f58b";
}

.bi-telephone-plus-fill::before {
  content: "\f58c";
}

.bi-telephone-plus::before {
  content: "\f58d";
}

.bi-telephone-x-fill::before {
  content: "\f58e";
}

.bi-telephone-x::before {
  content: "\f58f";
}

.bi-telephone::before {
  content: "\f590";
}

.bi-terminal-fill::before {
  content: "\f591";
}

.bi-terminal::before {
  content: "\f592";
}

.bi-text-center::before {
  content: "\f593";
}

.bi-text-indent-left::before {
  content: "\f594";
}

.bi-text-indent-right::before {
  content: "\f595";
}

.bi-text-left::before {
  content: "\f596";
}

.bi-text-paragraph::before {
  content: "\f597";
}

.bi-text-right::before {
  content: "\f598";
}

.bi-textarea-resize::before {
  content: "\f599";
}

.bi-textarea-t::before {
  content: "\f59a";
}

.bi-textarea::before {
  content: "\f59b";
}

.bi-thermometer-half::before {
  content: "\f59c";
}

.bi-thermometer::before {
  content: "\f59d";
}

.bi-three-dots-vertical::before {
  content: "\f59e";
}

.bi-three-dots::before {
  content: "\f59f";
}

.bi-toggle-off::before {
  content: "\f5a0";
}

.bi-toggle-on::before {
  content: "\f5a1";
}

.bi-toggle2-off::before {
  content: "\f5a2";
}

.bi-toggle2-on::before {
  content: "\f5a3";
}

.bi-toggles::before {
  content: "\f5a4";
}

.bi-toggles2::before {
  content: "\f5a5";
}

.bi-tools::before {
  content: "\f5a6";
}

.bi-trash-fill::before {
  content: "\f5a7";
}

.bi-trash::before {
  content: "\f5a8";
}

.bi-trash2-fill::before {
  content: "\f5a9";
}

.bi-trash2::before {
  content: "\f5aa";
}

.bi-tree-fill::before {
  content: "\f5ab";
}

.bi-tree::before {
  content: "\f5ac";
}

.bi-triangle-fill::before {
  content: "\f5ad";
}

.bi-triangle-half::before {
  content: "\f5ae";
}

.bi-triangle::before {
  content: "\f5af";
}

.bi-trophy-fill::before {
  content: "\f5b0";
}

.bi-trophy::before {
  content: "\f5b1";
}

.bi-truck-flatbed::before {
  content: "\f5b2";
}

.bi-truck::before {
  content: "\f5b3";
}

.bi-tv-fill::before {
  content: "\f5b4";
}

.bi-tv::before {
  content: "\f5b5";
}

.bi-twitch::before {
  content: "\f5b6";
}

.bi-twitter::before {
  content: "\f5b7";
}

.bi-type-bold::before {
  content: "\f5b8";
}

.bi-type-h1::before {
  content: "\f5b9";
}

.bi-type-h2::before {
  content: "\f5ba";
}

.bi-type-h3::before {
  content: "\f5bb";
}

.bi-type-italic::before {
  content: "\f5bc";
}

.bi-type-strikethrough::before {
  content: "\f5bd";
}

.bi-type-underline::before {
  content: "\f5be";
}

.bi-type::before {
  content: "\f5bf";
}

.bi-ui-checks-grid::before {
  content: "\f5c0";
}

.bi-ui-checks::before {
  content: "\f5c1";
}

.bi-ui-radios-grid::before {
  content: "\f5c2";
}

.bi-ui-radios::before {
  content: "\f5c3";
}

.bi-union::before {
  content: "\f5c4";
}

.bi-unlock-fill::before {
  content: "\f5c5";
}

.bi-unlock::before {
  content: "\f5c6";
}

.bi-upc-scan::before {
  content: "\f5c7";
}

.bi-upc::before {
  content: "\f5c8";
}

.bi-upload::before {
  content: "\f5c9";
}

.bi-vector-pen::before {
  content: "\f5ca";
}

.bi-view-list::before {
  content: "\f5cb";
}

.bi-view-stacked::before {
  content: "\f5cc";
}

.bi-vinyl-fill::before {
  content: "\f5cd";
}

.bi-vinyl::before {
  content: "\f5ce";
}

.bi-voicemail::before {
  content: "\f5cf";
}

.bi-volume-down-fill::before {
  content: "\f5d0";
}

.bi-volume-down::before {
  content: "\f5d1";
}

.bi-volume-mute-fill::before {
  content: "\f5d2";
}

.bi-volume-mute::before {
  content: "\f5d3";
}

.bi-volume-off-fill::before {
  content: "\f5d4";
}

.bi-volume-off::before {
  content: "\f5d5";
}

.bi-volume-up-fill::before {
  content: "\f5d6";
}

.bi-volume-up::before {
  content: "\f5d7";
}

.bi-vr::before {
  content: "\f5d8";
}

.bi-wallet-fill::before {
  content: "\f5d9";
}

.bi-wallet::before {
  content: "\f5da";
}

.bi-wallet2::before {
  content: "\f5db";
}

.bi-watch::before {
  content: "\f5dc";
}

.bi-whatsapp::before {
  content: "\f5dd";
}

.bi-wifi-1::before {
  content: "\f5de";
}

.bi-wifi-2::before {
  content: "\f5df";
}

.bi-wifi-off::before {
  content: "\f5e0";
}

.bi-wifi::before {
  content: "\f5e1";
}

.bi-window-dock::before {
  content: "\f5e2";
}

.bi-window-sidebar::before {
  content: "\f5e3";
}

.bi-window::before {
  content: "\f5e4";
}

.bi-wrench::before {
  content: "\f5e5";
}

.bi-x-circle-fill::before {
  content: "\f5e6";
}

.bi-x-circle::before {
  content: "\f5e7";
}

.bi-x-diamond-fill::before {
  content: "\f5e8";
}

.bi-x-diamond::before {
  content: "\f5e9";
}

.bi-x-octagon-fill::before {
  content: "\f5ea";
}

.bi-x-octagon::before {
  content: "\f5eb";
}

.bi-x-square-fill::before {
  content: "\f5ec";
}

.bi-x-square::before {
  content: "\f5ed";
}

.bi-x::before {
  content: "\f5ee";
}

.bi-youtube::before {
  content: "\f5ef";
}

.bi-zoom-in::before {
  content: "\f5f0";
}

.bi-zoom-out::before {
  content: "\f5f1";
}

html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 280px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overscroll-behavior: none;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav input[type=checkbox] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
.hc-offcanvas-nav a:hover {
  text-decoration: none;
}
.hc-offcanvas-nav .nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  transform: translate3d(-280px, 0, 0);
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  transform: translate3d(280px, 0, 0);
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
  transform: translate3d(0, 0, 0);
}

.hc-nav-trigger {
  background: #cc2338;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
}
.hc-nav-trigger span {
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  display: block;
  position: absolute;
  left: 25%;
  height: 2px;
  background: #34495E;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background: #34495E;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  content: "";
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -7px;
}
.hc-nav-trigger span::after {
  bottom: -7px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
  top: -9px;
}
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
  bottom: -12px;
}

.hc-offcanvas-nav::after, .hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background: #336ca6;
}
.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #1b3958;
}
.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #cc2338;
}
.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #cc2338;
}
.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
  border-top: 1px solid #cc2338;
  margin-top: -1px;
}
.hc-offcanvas-nav li {
  text-align: left;
}
.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
  background: #cc2338;
  border-top: 1px solid #cc2338;
  border-bottom: 1px solid #cc2338;
}
.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
  background: #cc2338;
}
.hc-offcanvas-nav li.nav-close:not(:first-child) a, .hc-offcanvas-nav li.nav-back:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav li.nav-parent .nav-item {
  padding-right: 58px;
}
.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -9px;
  transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
  transform: rotate(-45deg);
}
.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #cc2338;
}
.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}
.hc-offcanvas-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2, .hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item, .hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li, .hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #2e6296;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #cc2338;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #2f649a;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next::before, .hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

#main-nav {
  display: none;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  padding-bottom: 41px;
}
.hc-offcanvas-nav h2 {
  font-weight: 400;
}
.hc-offcanvas-nav a {
  font-size: 16px;
}
.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid #cc2338;
}
.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

/*


   Magic Zoom  v5.3.7 
   Copyright 2021 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoom/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
.MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint {
  box-sizing: border-box;
}

.mz-expand .mz-expand-stage {
  box-sizing: border-box;
}
.mz-expand .mz-expand-stage .mz-image-stage {
  box-sizing: border-box;
}
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption {
  box-sizing: border-box;
}

.mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button {
  box-sizing: border-box;
}

.MagicZoom, .mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
}

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  transform-style: preserve-3d;
}

.MagicZoom img, .mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.MagicZoom > img, .mz-figure > img {
  width: 100%;
  height: auto;
}

.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

.mz-figure.mz-active, .mz-expand {
  touch-action: none;
}

.mz-lens, .mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.mz-lens img, .mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

.mz-lens img {
  transition: none !important;
}

.mz-zoom-window {
  z-index: 2000000000;
  transform: translate3d(0, 0, 0);
}
.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}
.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  transition: none !important;
  transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

.mz-expand-controls {
  z-index: 2147483647;
}

.mz-fade {
  transition: opacity 0.25s;
}

.mz-hidden {
  opacity: 0;
}

.mz-visible {
  opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
  transform-style: flat !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}
.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

@media not screen and (max-device-width: 767px) {
  .mz-expanded-view-open {
    overflow: hidden !important;
  }
  .mz-expanded-view-open body {
    overflow: hidden !important;
    height: auto !important;
  }
}
@media screen and (max-device-width: 767px) {
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) {
    overflow: hidden !important;
  }
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
    overflow: hidden !important;
    height: auto !important;
  }
}
/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff;
}
.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mz-figure.mz-active {
  cursor: pointer;
  cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}
.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-expand .mz-figure.mz-active.mz-inner-zoom, :not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0;
}

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}
.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square {
  border-radius: 0 !important;
}
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}
.mz-zoom-window.mz-inner:not(.mz-expanded) {
  z-index: 80;
}
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

/* Caption in zoom window */
.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}
.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
  transition-duration: 0.25s, 0.25s, 0.25s;
}
.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}
.mz-zoom-window.mz-p-right {
  transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
  transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
  transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
  transform: translate3d(0, -20%, 0);
}
.mz-zoom-window > img {
  transform: translate3d(0, 0, 0) scale(1);
  backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img {
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
.mz-zoom-window.mz-p-magnifier {
  transform: scale(0.1);
}
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {
  transition-duration: 0.2s;
}
.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {
  opacity: 0;
}

/* Zoom window animations */
/* Inner mode animation */
/* Magnifier mode animation */
/* Preview mode animation */
/**
 * Hint & Loading
 */
.mz-hint, .mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s ease;
}

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  transition: opacity 0.4s ease, z-index 0.4s ease;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: 0.7em 1.1em;
}
.mz-hint-message:before {
  content: "⊕";
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
}

.mobile-magic .mz-hint-message:before {
  display: none;
}

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  transition-delay: 0.6s;
}

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  transform: translate(0, -50%);
}
.mz-expand .mz-hint-message {
  padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
  display: none;
}
.mz-expand .mz-hint-hidden {
  opacity: 0;
  transition-delay: 1.5s;
}

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mz-loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  border-top-color: transparent;
  box-sizing: border-box;
}
.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  transition: opacity 0s;
}
.mz-loading.shown:after {
  animation: spin-loading 0.9s infinite linear;
}
@keyframes spin-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 12px;
  padding: 0.7em 1.1em;
  width: auto;
  height: auto;
}
.lt-ie10-magic .mz-loading:after {
  content: "Loading...";
  text-indent: 0;
  border: none;
  position: relative;
}

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}
.lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#7c31333D", EndColorStr="#7c31333D");
}
.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}

/**
 * Expanded view
 */
.mz-expand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  perspective: 600px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}
.mz-expand .mz-expand-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mz-expand .mz-expand-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mz-expand .mz-expand-bg {
  width: auto !important;
  height: auto !important;
  min-width: 100% !important;
  min-height: 100% !important;
  display: inline-block;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
  vertical-align: middle;
  z-index: -100;
  background-repeat: no-repeat;
  background-size: cover;
  perspective: 600px;
  transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
}
.mz-expand .mz-expand-bg > img {
  width: auto !important;
  height: auto !important;
}
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.mz-expand .mz-expand-bg > img {
  margin: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  filter: blur(20px) brightness(60%);
}
.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: 0.6;
}

/* Expanded view background */
[data-magic-ua=edge] .mz-expand .mz-expand-bg, .lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}
.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96);
}
.mz-expand.white-bg {
  background-color: #fff;
}
.mz-expand .mz-expand-stage {
  display: flex;
  flex-direction: column;
  padding: 0;
  z-index: 2100000000;
}
.mz-expand .mz-expand-stage .mz-image-stage {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  position: relative;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}
.mz-expand .mz-image-stage > figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
.mz-expand .mz-figure {
  max-width: 100% !important;
  overflow: visible;
}
.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure {
  flex: 1 0;
  width: 100%;
  height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating {
  flex: 1 0;
  width: 100%;
  height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  flex: 1 0;
  width: 100%;
  height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
  pointer-events: none;
}
.mz-expand .mz-figure {
  cursor: pointer;
  cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: zoom-out;
}
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

/* Expanded view stage */
/* When inner zoom is always shown */
.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
  flex: 0 0;
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 30px;
  font: normal 10pt/1.25 "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  opacity: 0;
}
.mz-expand .mz-caption.mz-show {
  transition: opacity 0.15s ease-out;
  opacity: 1;
}
.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
  display: none;
}
.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
  .mobile-magic .mz-expand .mz-image-stage .mz-caption {
    display: none !important;
  }
}
/**
 * Buttons & Arrows
 */
.mz-nav-controls, .mz-expand-controls, button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

.mz-nav-controls {
  z-index: 2100000000;
}

button.mz-button {
  color: rgba(180, 180, 180, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 2100000000 !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  transition: color 0.25s, background-color 0.25s !important;
}
button.mz-button:before {
  display: block;
  position: static;
  height: 100%;
  transform: scale(0.9);
  transition: transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
  color: rgb(180, 180, 180) !important;
}

button.mz-button:active {
  color: rgb(180, 180, 180) !important;
}
button.mz-button:active:before {
  transform: scale(0.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
  background-color: rgba(49, 51, 61, 0.7) !important;
}

button.mz-button.mz-button-prev, button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}
button.mz-button.mz-button-prev {
  left: 0 !important;
  transform: rotateZ(180deg) !important;
}
button.mz-button.mz-button-next {
  right: 0 !important;
}
button.mz-button.mz-button-close {
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}
button.mz-button.mz-button-close:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}
button.mz-button.mz-button-prev:before, button.mz-button.mz-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
  button.mz-button:before {
    content: "" !important;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  button.mz-button.mz-button-close:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
  }
  button.mz-button.mz-button-prev:before, button.mz-button.mz-button-next:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
  }
}
@media screen and (max-device-width: 767px) {
  button.mz-button-prev, button.mz-button-next {
    display: none !important;
  }
  .mobile-magic .mz-expand button.mz-button.mz-button-close {
    width: 50px !important;
    height: 50px !important;
    color: rgb(180, 180, 180) !important;
  }
  .mobile-magic .mz-expand button.mz-button:before {
    transform: scale(0.8);
  }
}
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
  display: none;
  width: 32px !important;
  height: 56px !important;
  margin: auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
  display: block;
}

/**
 * Thumbnails
 */
/** Thumbnails on the page **/
a[data-zoom-id] {
  display: inline-block;
  line-height: 0;
  outline: none;
}

.mz-thumb {
  display: inline-block;
  line-height: 0;
  outline: none;
}
.mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

a[data-zoom-id] img {
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}

.mz-thumb img {
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.mz-thumb:not(.mz-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, 0.3);
}
.mz-thumb.mz-thumb-selected img {
  border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
  flex: 0 0 80px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 50;
  overflow: hidden;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails, :root[data-magic-ua=firefox] .mz-expand-thumbnails {
  height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, 0.3);
}
.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
  border-bottom-color: rgb(180, 180, 180);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
  .mz-expand.expand-thumbnails-left .mz-expand-stage {
    flex-direction: row-reverse;
  }
  .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
    padding: 0 10px;
    height: 100%;
    overflow: hidden;
  }
  .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails, :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
    width: 80px;
    height: 100%;
  }
}
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
  .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  @media screen and (max-device-width: 767px) {
    .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
      height: calc(100% - 40px);
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }
}
/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}

/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
  border: 0 !important;
  padding-bottom: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
}
.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  filter: brightness(0.7);
}
.thumbnails-style-shaded.mz-thumb-selected img {
  filter: brightness(0.7) opacity(0.7);
}
.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
  border: 0;
  padding-bottom: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  filter: brightness(0.75);
}
.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
  filter: brightness(0.7) opacity(0.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover, .no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected {
  background: #000;
}
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover, .no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
  background: #000;
}
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
  position: relative;
}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 100;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
  background-color: rgba(0, 0, 0, 0.2);
}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
  position: relative;
  z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

.magic-thumbs {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
.magic-thumbs li {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
.magic-thumbs li:before, .magic-thumbs li:after, .magic-thumbs li img {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
.magic-thumbs.no-buttons {
  padding: 0 !important;
}

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  transition: none !important;
  transform: none !important;
}
.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}
.magic-thumbs ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

.magic-thumbs-vertical {
  padding: 40px 0;
}
.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}
.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
  margin: 4px 0;
}
.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 100%;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  margin: auto 3px;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  transition: color 0.25s, background-color 0.25s !important;
}
.magic-thumbs button.magic-thumbs-button:before {
  display: block;
  position: static;
  height: 100%;
  transform: scale(1);
  transition: transform 0.25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled), :root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover {
  color: rgb(180, 180, 180) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  color: rgb(180, 180, 180) !important;
}
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
  transform: scale(0.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  background-color: rgba(49, 51, 61, 0.7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
  transform: rotateZ(180deg) !important;
}
.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 3px auto;
}
.magic-thumbs-vertical button.magic-thumbs-button-prev {
  top: 0;
  transform: rotateZ(-90deg) !important;
}
.magic-thumbs-vertical button.magic-thumbs-button-next {
  bottom: 0;
  transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before, .magic-thumbs .magic-thumbs-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}
.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
  .magic-thumbs button.magic-thumbs-button:before {
    content: "" !important;
    background-color: currentColor;
    background-image: none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  .magic-thumbs .magic-thumbs-button-prev:before, .magic-thumbs .magic-thumbs-button-next:before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
  }
}
.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/*== Color ==*/
/*== End Color ==*/
@font-face {
  font-family: bootstrap-icons;
  src: url(../fonts/bootstrap-icons.woff);
  font-display: swap;
}
/* 
    Document   : reset css
    Created on : 11-3-2020, 12:00:00
    Author     : NQS
    Description: Code reset SASS Main
*/
html {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  padding: 0;
}

p {
  line-height: 28px;
  font-size: 16px;
}

.form-control {
  padding: 0 10px !important;
  font-size: 14px;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fade:not(.show) {
  opacity: 1 !important;
}

select {
  box-shadow: none !important;
  border: 1px solid #D7D7D7 !important;
}

input {
  border-radius: 4px;
  box-shadow: none !important;
  border: 1px solid #D7D7D7;
  outline: none;
}

input:focus, button:focus {
  outline: 0;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a, img, i {
  transition: all ease 0.5s;
  text-decoration: none !important;
}

i.bi {
  font-size: 14px;
}

svg {
  transition: 0.5s;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  stroke: #fff;
  stroke-width: 0;
  fill: #fff;
}

.list-group-item {
  padding: 10px;
}
.list-group-item a {
  font-size: 14px;
}

.badge {
  padding: 5px;
  font-size: 11px;
  margin: 0 0 5px;
}

.card-header {
  font-size: 14px;
  font-weight: 600;
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

table {
  width: 100% !important;
}

.img_cover {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.img_scale_down {
  width: 100%;
  height: 100% !important;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.img_circle {
  border-radius: 999px;
}

.bg_white {
  background: #fff;
}

[type*=file] {
  max-width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

/*=== Btn Width-full ===*/
.btn {
  font-size: 15px;
}

.btn-w100 {
  width: 100%;
}

/*=== Misc tools ===*/
.clearfix {
  clear: both;
}

.no-margin {
  margin: 0px !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding {
  padding: 0px !important;
}
.no-bottom-space {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.no-top-space {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
.no-text-shadow {
  text-shadow: none !important;
}
.no-border {
  border: none !important;
}
.no-border-right {
  border-right: none !important;
}
.no-border-left {
  border-left: none !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

@media only screen and (max-width: 480px) {
  .full-xs {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 95%;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

.bota_title_home span {
  color: #848484;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", sans-serif;
  display: block;
  margin-bottom: 15px;
}
.bota_title_home h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}
.bota_title_home h1 {
  margin: 20px auto;
  font-weight: bold;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.bota_title_home p {
  margin-top: 25px;
  font-size: 15px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #232323;
}
.bota_title_page {
  margin: 0 0 20px;
}
.bota_title_page h1, .bota_title_page h2 {
  color: #232323;
  line-height: 1.2;
  font-size: 25px;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_title_page h1 {
  font-size: 30px;
  color: #232323;
  font-family: "Arial", "Helvetica", sans-serif;
}

.bota_title_main h2 {
  font-size: 32px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .bota_title_main h2 {
    font-size: 28px;
    color: #edbd45;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bota_title_main h2 i {
  margin-right: 10px;
}

.bota_block_title {
  background: #cc2338;
  padding: 10px;
}
.bota_block_title h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Arial", "Helvetica", sans-serif;
}

.bota_bg_page {
  height: 380px;
  margin-bottom: 30px;
  position: relative;
}
.bota_bg_page_body {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
}

.bota_description_page {
  font-size: 15px;
  line-height: 1.7;
  margin: 13px auto;
  background: #fff;
  padding: 10px 10px 17px;
}
.bota_description_page img {
  width: unset !important;
  max-width: 100%;
  height: auto !important;
}

/*== Title And Description Page ==*/
.loaded .loading-screen {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s 1s ease-out;
}

.loading-screen {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loading-screen .loading {
  width: 80px;
  display: flex;
  flex-wrap: wrap;
}
.loading-screen .loading span {
  animation: loader 1250ms infinite linear;
  border: 5px solid #cc2338;
  border-right-color: transparent;
  border-radius: 50%;
  background-clip: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*== Breadcrumbs ==*/
.breadcrumb {
  margin: 0;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 10px;
  background: transparent;
  padding-left: 0;
  border-radius: unset;
}
.breadcrumb li {
  padding: 0;
  position: relative;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li a {
  font-size: 14px;
  color: #000;
  float: left;
  word-break: break-all;
}
.breadcrumb li.breadcrumb-item + .breadcrumb-item {
  padding-left: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

/*== End Breadcrumbs ==*/
.bota_cart_main {
  position: relative;
  margin-left: 19px;
}
.bota_cart_main:hover .wrap_cart {
  opacity: 1;
  visibility: visible;
}
.bota_cart_main .miniv2-toolbar-barclick {
  display: inline-block;
}
.bota_cart_main .miniv2-toolbar-cart {
  font-size: 28px;
  color: #cc2338;
  cursor: pointer;
}
.bota_cart_main .miniv2-toolbar-count {
  position: absolute;
  top: 0;
  right: -7px;
  width: 20px;
  height: 20px;
  background: #cc2338;
  color: #fff !important;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.bota_cart_main .wrap_cart {
  background: #fff;
  color: #999;
  font-size: 13px;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 270px;
  z-index: 99;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  border-top: 2px solid #cc2338;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.bota_cart_main .wrap_cart .miniCart-top {
  height: 35px;
  background: #cc2338;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
}
.bota_cart_main .wrap_cart .miniCart-body {
  padding: 10px;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem {
  border-bottom: 1px solid #F1F1F1;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem .miniCartItemImg {
  float: left;
  width: 50px;
  margin-right: 5px;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem .miniCartItemImg img {
  display: block;
  width: 100%;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem p {
  display: block;
  padding: 3px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem p a {
  font-size: 12px;
  color: #cc2338;
  font-weight: bold;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem p b {
  color: #000;
}
.bota_cart_main .wrap_cart .miniCart-body .miniCartItem p svg {
  float: right;
  margin-left: 10px;
  cursor: pointer;
  fill: #000;
}
.bota_cart_main .wrap_cart .miniCart-body .minicartItemTotal {
  padding: 10px;
  font-size: 13px;
  margin: 0;
}
.bota_cart_main .wrap_cart .miniCart-body .minicartItemTotal b:last-child {
  float: right;
  color: #cc2338;
}
.bota_cart_main .wrap_cart .miniCart-body .minicartItemPay {
  padding: 10px;
  margin: 0;
}
.bota_cart_main .wrap_cart .miniCart-body .minicartItemPay a {
  display: block;
  line-height: 35px;
  font-size: 13px;
  border: none;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background: #cc2338;
  text-transform: capitalize;
  font-weight: 600;
}

.bota_block_pr_cate_list > li {
  position: relative;
  border: 1px solid rgba(221, 221, 221, 0.3098039216);
}
.bota_block_pr_cate_list > li:not(:first-child) {
  border-top: 0;
}
.bota_block_pr_cate_list > li:first-child {
  border-top: 0;
}
.bota_block_pr_cate_list > li > a {
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  color: #000;
  padding: 8.5px 10px;
}
.bota_block_pr_cate_list > li > a:hover {
  color: #cc2338;
}
.bota_block_pr_cate_list > li .svg-action {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.bota_block_pr_cate_list > li .svg-action:hover .bi-action {
  color: #cc2338;
}
.bota_block_pr_cate_list > li .svg-action .bi-action {
  color: #000;
}
.bota_block_pr_cate_list > li .block_cate_sub {
  padding: 0 10px 0 20px;
}
.bota_block_pr_cate_list > li .block_cate_sub li {
  border-top: 1px solid #ddd;
}
.bota_block_pr_cate_list > li .block_cate_sub li a {
  display: block;
  color: #232323;
  padding: 8px 0;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_block_pr_cate_list > li .block_cate_sub li a:hover {
  color: #cc2338;
}
.bota_block_products_list li {
  padding: 5px;
  border: 1px solid rgba(221, 221, 221, 0.3098039216);
}
.bota_block_products_list li:not(:first-child) {
  border-top: 0;
}
.bota_block_products_list li:first-child {
  border-top: 0;
}
.bota_block_products_list li:hover h3 a {
  color: #cc2338 !important;
}
.bota_block_products_list li .bota_block_item_img {
  height: 80px;
  position: relative;
  overflow: hidden;
}
.bota_block_products_list li .bota_pr_item_boxdetails {
  text-align: left;
  padding: 0;
}
.bota_block_products_list li .bota_pr_item_boxdetails h3 a {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.bota_block_products_list li .bota_pr_item_boxdetails .bota_pr_item_price_main {
  display: block;
}
.bota_block_products_list li .bota_pr_item_boxdetails .bota_pr_item_price_main p {
  color: #cc2338;
  display: inline-block;
  font-size: 14px;
}
.bota_block_products_list li .bota_pr_item_boxdetails .bota_pr_item_price_main p.bota_pr_item_price_old {
  color: #888;
  font-size: 12px;
  text-decoration: line-through;
}
.bota_block_news_list li {
  padding: 5px;
  border: 1px solid rgba(221, 221, 221, 0.3098039216);
}
.bota_block_news_list li:not(:first-child) {
  border-top: 0;
}
.bota_block_news_list li:first-child {
  border-top: 0;
}
.bota_block_news_list li:hover h3 a {
  color: #cc2338;
}
.bota_block_news_list li .block_news_item_img {
  height: 80px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.bota_block_news_list li h3 a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.bota_block_products_search .search-properties li {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(221, 221, 221, 0.3098039216);
}
.bota_block_products_search .search-properties li:not(:last-child) {
  border-bottom: unset;
}
.bota_block_products_search .search-properties li:first-child {
  border-top: 0;
}
.bota_block_products_search .search-properties li:hover {
  color: #cc2338;
}
.bota_block_products_search .search-properties li input {
  margin-right: 5px;
}
.bota_block_products_custom {
  margin-bottom: 110px;
}
.bota_block_adv_feature {
  background: #000;
  padding: 45px 0 40px 0;
}
.bota_block_adv_feature .inner_box {
  position: relative;
  padding-left: 90px;
}
.bota_block_adv_feature .inner_box .count_box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(../imgs/icon-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bota_block_adv_feature .inner_box .count_box span {
  color: #fff;
  font-size: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  letter-spacing: 2px;
}
.bota_block_adv_feature .inner_box .inner .title {
  color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.bota_block_adv_feature .inner_box .inner .short {
  color: #999898;
  line-height: 1.8;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_block_adv_service {
  background: url(../imgs/service-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 115px 0 125px 0;
}
.bota_block_adv_service:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.93;
}
.bota_block_adv_service .bota_title_home {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.bota_block_adv_service .service_item {
  text-align: center;
  position: relative;
}
.bota_block_adv_service .service_item:hover .service_item_short .view-more a {
  background: #cc2338;
  color: #fff;
}
.bota_block_adv_service .service_item_img {
  position: relative;
}
.bota_block_adv_service .service_item_short h3 a {
  display: block;
  margin: 25px 0 15px 0;
  font-size: 25px;
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_block_adv_service .service_item_short .short {
  color: #8c8c8c;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 25px;
}
.bota_block_adv_service .service_item_short .view-more a {
  display: inline-block;
  background: #fff;
  padding: 12px 33px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_block_adv_service .service_item_short .view-more a:hover {
  background: #cc2338;
  color: #fff;
}
.bota_block_adv_form {
  padding: 115px 0;
  position: relative;
}
.bota_block_adv_form .contact_info {
  position: relative;
  background: #fff;
  padding: 40px 30px;
}
.bota_block_adv_form .contact_info .box_inner {
  margin-bottom: 34.5px;
}
.bota_block_adv_form .contact_info .box_inner.socail {
  margin-bottom: 0;
}
.bota_block_adv_form .contact_info .box_inner.socail ul li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.bota_block_adv_form .contact_info .box_inner.socail ul li:not(:last-child) {
  margin-right: 5px;
}
.bota_block_adv_form .contact_info .box_inner.socail ul li a {
  color: #848484;
  display: block;
  border: 1px solid #e5e5e5;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 39px;
  font-size: 17px;
}
.bota_block_adv_form .contact_info .box_inner.socail ul li a:hover {
  color: #fff;
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
  border-color: #cc2338;
  background: #cc2338;
}
.bota_block_adv_form .contact_info .box_inner.socail ul li a i {
  transition: unset;
}
.bota_block_adv_form .contact_info .box_inner h3 {
  font-size: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 15px;
}
.bota_block_adv_form .contact_info .box_inner ul li {
  color: #848484;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_block_adv_form .contact_info .box_inner ul li:not(:last-child) {
  margin-bottom: 7px;
}
.bota_block_adv_form .contact_info .box_inner ul li span {
  display: block;
}
.bota_block_adv_form .main_form {
  padding: 40px 30px;
  background: #fff;
}
.bota_block_adv_form .main_form .form_1title_ {
  font-size: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 15px;
}
.bota_block_adv_form .main_form #formCustom_1 label {
  display: none;
}
.bota_block_adv_form .main_form #formCustom_1 input, .bota_block_adv_form .main_form #formCustom_1 textarea {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  height: 50px;
  border-radius: unset;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 24px;
  outline: 0;
}
.bota_block_adv_form .main_form #formCustom_1 input::-moz-placeholder, .bota_block_adv_form .main_form #formCustom_1 textarea::-moz-placeholder {
  color: #848484;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
}
.bota_block_adv_form .main_form #formCustom_1 input::placeholder, .bota_block_adv_form .main_form #formCustom_1 textarea::placeholder {
  color: #848484;
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: italic;
}
.bota_block_adv_form .main_form #formCustom_1 input {
  width: 48.5%;
}
.bota_block_adv_form .main_form #formCustom_1 input:nth-child(4), .bota_block_adv_form .main_form #formCustom_1 input:nth-child(8) {
  float: right;
}
.bota_block_adv_form .main_form #formCustom_1 textarea {
  min-height: 135px;
  width: 100%;
}
.bota_block_adv_form .main_form #formCustom_1 button {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  padding: 13px 50px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
  background: #cc2338;
  border: unset;
  outline: 0;
}
.bota_block_adv_form .main_form #formCustom_1 button:hover:before, .bota_block_adv_form .main_form #formCustom_1 button:hover:after {
  height: 50%;
}
.bota_block_adv_form .main_form #formCustom_1 button:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.bota_block_adv_form .main_form #formCustom_1 button:after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

/*== OWL ==*/
.owl-theme .owl-nav [class*=owl-] {
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  background-color: #fff;
  border-radius: 0;
}
.owl-theme .owl-nav [class*=owl-] i {
  color: #000;
  font-size: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #cc2338;
  border-color: #cc2338;
  opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover i {
  color: #fff;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 6px;
  background: none;
  background: #444;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #cc2338;
  opacity: 1;
  border-color: #cc2338;
  width: 6px;
}

.owl-next {
  right: 0;
}

.owl-prev {
  left: 0;
}

/*== End OWL ==*/
/*== Pagination ==*/
.pagination {
  margin: 25px 0 50px;
}

.pagination li.active, .pagination li:hover, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #fff !important;
  border-color: #cc2338;
  background: #cc2338;
}

.pagination > li > a, .pagination > li > span, .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #cc2338;
  border: 1px solid;
  margin: 0;
  background: none;
  border-radius: 999px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 999px;
}

.pagination > li {
  margin-right: 5px;
  float: left;
  border-radius: 999px;
}

/*== End Pagination ==*/
.bota_header_menu {
  border: 1px solid #5e5c5c;
  border-left: none;
  border-right: navajowhite;
  padding: 8px 0;
}

.list_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: unset;
  padding: 0 10px;
}
.list_menu ul li {
  display: inline-block;
}
.list_menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin-right: 67px;
}

.menu_box .fa-bars {
  color: white;
  font-size: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .list_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: unset;
    padding: 0 10px;
  }
  .list_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 100px);
    margin: 0;
  }
  .list_menu ul li a {
    margin: 0;
  }
  .list_menu .menu_box {
    width: 100px;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.overlay.active {
  display: block;
}

#main-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  background: #fff;
  z-index: 9999;
  height: 100vh;
  overflow: auto;
  transition: all 0.5s ease;
  background-color: #010101;
}
#main-menu.active {
  left: 0;
}
#main-menu .list {
  margin-top: 70px;
}

.pc-navbar-toggle {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.5);
}

#main-menu .list .logo {
  padding: 10px;
}
#main-menu .list .item a {
  display: block;
  padding: 8px 10px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}

/*== Search ==*/
.bota_header_from_search {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  top: 0px;
  display: none;
}
.bota_header_from_search.from_search_show {
  display: block;
}
.bota_header_from_search .close_search {
  position: absolute;
  right: 33%;
  top: 24%;
  z-index: 999;
  color: white;
  font-size: 31px;
  font-weight: 100;
  cursor: pointer;
}
.bota_header_from_search #search-box {
  margin: auto;
  text-align: center;
  position: relative;
  top: 40%;
}
.bota_header_from_search #search-box .bota_header_search_inp input {
  width: 630px;
  border: none;
  border-bottom: 1px solid white;
  height: 40px;
  font-size: 20px;
  position: relative;
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: white;
  z-index: 9;
  margin: 0 auto 20px;
  border-radius: unset !important;
}
.bota_header_from_search #search-box .bota_header_search_inp input::-webkit-input-placeholder {
  color: white;
}
.bota_header_from_search #search-box .bota_header_search_inp #BNC_btn_search {
  position: absolute;
  right: 26%;
  top: 15%;
  background: none;
  border: none;
  outline: none;
  font-size: 25px;
  color: white;
  width: 70px;
  height: 35px;
}

.searchAutoComplete #resSearch {
  position: absolute;
  width: 100%;
  border: solid 1px #ddd;
  right: 0;
  margin-top: 2px;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  z-index: 999;
  top: 100%;
}
.searchAutoComplete #resSearch a {
  display: block;
  padding: 10px;
  overflow: hidden;
}
.searchAutoComplete #resSearch a img {
  width: 60px;
  float: left;
}
.searchAutoComplete #resSearch a .info {
  display: block;
  margin-left: 65px;
}
.searchAutoComplete #resSearch a .info .name {
  display: block;
  color: #333;
}
.searchAutoComplete #resSearch a .info .price {
  color: #ec1c24;
}
.searchAutoComplete #resSearch a:hover {
  background-color: #f5f5f5;
}
.searchAutoComplete #resSearch .no-search {
  padding: 10px 15px;
}
.searchAutoComplete #resSearch::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
  border-radius: 10px;
}
.searchAutoComplete #resSearch::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}
.searchAutoComplete #resSearch::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

/*== End Search ==*/
/*== Slideshow ==*/
.bota_block_top {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .bota_block_top {
    margin-bottom: 0;
  }
}
.bota_block_top .slideshow_block_top {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .bota_block_top .slideshow_block_top {
    margin-top: 0;
    padding: 15px 0;
  }
}
.bota_block_top .slideshow_block_top .bota_block_slide_left {
  width: calc((100% - 20px) / 12 * 3 + 10px);
}
@media only screen and (max-width: 992px) {
  .bota_block_top .slideshow_block_top .bota_block_slide_left {
    display: none;
  }
}
.bota_block_top .slideshow_block_top .bota_block_slide_right {
  width: calc((100% - 10px) / 12 * 9);
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .bota_block_top .slideshow_block_top .bota_block_slide_right {
    width: 100%;
    padding: 0;
  }
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text {
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .bota_block_top .slideshow_block_top .slideshow_block_top_text {
    display: none;
  }
}
.bota_block_top .slideshow_block_top .swiper-container .swiper-slide {
  height: auto;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_img .slide-item {
  display: block;
  padding-top: 46.4516129032%;
  background: #555555;
  position: relative;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_img .slide-item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text .swiper-slide:nth-of-type(5n) .item-slide .content {
  border-right: none;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text .swiper-slide.swiper-slide-thumb-active .item-slide::after {
  display: block;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text .swiper-slide.swiper-slide-thumb-active .item-slide .content {
  color: #cc2338;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text .item-slide {
  position: relative;
  cursor: pointer;
  padding: 18px 0;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text .item-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #cc2338;
  display: none;
}
.bota_block_top .slideshow_block_top .slideshow_block_top_text .item-slide .content {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 12px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 34px;
  border-right: solid 1px #c1c1c1;
}
@media only screen and (max-width: 1200px) {
  .bota_block_top .slideshow_block_top .slideshow_block_top_text .item-slide {
    padding: 25px 0;
  }
}

.slideshow_block_top_mobile .swiper-container .swiper-slide {
  height: auto;
}
.slideshow_block_top_mobile a {
  display: block;
}
.slideshow_block_top_mobile a img {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow_block_top_mobile .swiper-pagination-bullet-active {
  background: #cc2338;
}

/*== End Slideshow ==*/
.bota_login {
  margin: 30px 0;
}
.bota_login h2 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  color: #cc2338;
}
.bota_login input {
  height: 40px;
  outline: 0;
  border-radius: 5px !important;
  border: solid 1px #c1c1c1;
  display: block;
  width: 100%;
  padding: 0 15px !important;
  padding-left: 45px !important;
}
.bota_login input:focus {
  border-color: #cc2338;
}
.bota_login .input-group {
  margin: 0 0 15px;
}
.bota_login .input-group svg, .bota_login .input-group i {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 9;
  transform: translateY(-50%);
  fill: #6c757d;
}
.bota_login select {
  height: 48px;
}
.bota_login .radio span {
  padding: 0 5px;
}
.bota_login_btn {
  display: block;
  height: 40px;
  background: #cc2338;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
  outline: 0;
  border: none;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 15px;
}
.bota_login_btn:hover {
  opacity: 0.7;
}
.bota_login_no_register {
  text-align: center;
}
.bota_login_no_register a {
  text-transform: uppercase;
  color: #cc2338;
}
.bota_login .text-danger {
  color: #cc2338 !important;
}
.bota_login .text-danger svg {
  fill: #cc2338;
}

.bota_login_body {
  background: #fff;
  padding: 25px 0 45px;
  margin-bottom: 15px;
}

/*== Header ==*/
.bota_header {
  width: 100%;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  background: #000000;
}
.bota_header.fix_header {
  position: fixed;
}
@media only screen and (max-width: 992px) {
  .bota_header #logo {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .bota_header_top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
  }
}
.bota_header_right {
  margin: auto 0;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  .bota_header_right {
    display: flex;
    align-items: center;
  }
}
.bota_header_right .login {
  margin: auto 19px;
  margin-right: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.bota_header_right .login a {
  color: #fff;
  text-decoration: none;
}
.bota_header_search_btn {
  margin-left: 19px;
  cursor: pointer;
}
.bota_header_phone {
  color: red;
  margin: auto 0;
  font-size: 18px;
  font-weight: 700;
}

/*== End Header ==*/
/*== Footer==*/
.bota_footer_top {
  color: white;
  display: grid;
  grid-template-columns: 24% 18% 26% 26%;
  grid-gap: 24px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .bota_footer_top {
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1200px) {
  .bota_footer_top {
    grid-template-columns: 24% 18% 26% 26%;
  }
}
@media (max-width: 768px) {
  .bota_footer_top {
    display: block;
    padding-bottom: 40px;
    padding-top: 15px;
  }
}
.bota_footer_top h3 {
  font-size: 22px;
  margin-top: 58px;
  margin-bottom: 20px;
  font-weight: bold;
}
.bota_footer_top p {
  margin-bottom: 0;
  margin-top: 5px;
}
.bota_footer_top .tuvan {
  margin-top: 35px;
}
.bota_footer_top .tuvan a {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid red;
  color: red;
  font-size: 18px;
}
.bota_footer_top iframe {
  max-width: 100%;
}
.bota_footer_top .bota_footer_links {
  padding-left: 20px;
}
.bota_footer_top .bota_footer_links li {
  list-style: decimal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
}
.bota_footer_top .bota_footer_links li a {
  color: #fff;
}

.bota_footer_bottom {
  border-top: 1px solid #ddd;
  background: #121212;
}
.bota_footer_bottom .text {
  display: grid;
  grid-template-columns: 92% 8%;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .bota_footer_bottom .text {
    grid-template-columns: auto;
  }
}
.bota_footer_bottom .text p {
  text-align: center;
  font-size: 14px;
  margin: 10px;
  color: white;
  background: #121212;
  margin: auto;
  padding: 10px;
  padding-left: 116px;
}
@media (max-width: 768px) {
  .bota_footer_bottom .text p {
    padding-left: 0;
  }
}

.bota_fixed_back {
  position: fixed;
  bottom: 15px;
  right: 10px;
  transform: translate(0, -80%);
  z-index: 22;
  pointer-events: auto;
  cursor: pointer;
  display: none;
}
.bota_fixed_back.show {
  display: inline-block;
}
.bota_fixed_back a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: white;
  display: block;
  text-align: center;
  transition: all 0.3s linear;
  position: relative;
  background-color: #cc2338;
}
.bota_fixed_back a:hover {
  color: #fff;
}
.bota_fixed_back a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  animation: bouncez 1.2s 500ms infinite;
}

@keyframes bouncez {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-50%, -70%);
  }
  60% {
    transform: translate(-50%, -60%);
  }
}
.copyright {
  text-align: center;
  color: #666666;
  padding: 10px 0;
}
.copyright a {
  color: #666666;
}

.bota_contact_footer_fixed {
  position: fixed;
  bottom: 110px;
  right: 10px;
  top: auto;
  z-index: 99;
}
.bota_contact_footer_fixed ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}
.bota_contact_footer_fixed ul li {
  margin-bottom: 10px;
  position: relative;
}
.bota_contact_footer_fixed ul li img {
  width: 45px;
}
.bota_contact_footer_fixed ul li .bota_tooltip_text {
  background-color: rgb(29, 36, 62);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
  transition: opacity 0.5s;
  margin-right: 13px;
  visibility: hidden;
  opacity: 0;
  right: 100%;
}
@media screen and (max-width: 1024px) {
  .bota_contact_footer_fixed ul li .bota_tooltip_text {
    display: none !important;
  }
}
.bota_contact_footer_fixed ul li .bota_tooltip_text:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #1d243e;
  left: 100%;
}
.bota_contact_footer_fixed ul li:hover .bota_tooltip_text {
  visibility: visible;
  opacity: 1;
}

/*== End Footer==*/
body {
  font-family: "Arial", "Helvetica", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  margin: 0;
  color: #222222;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: #288ad6;
  text-decoration: none !important;
}

a:hover {
  color: #cc2338;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

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

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

.bg_map {
  margin: 0 !important;
}

#citySearchMap a {
  color: #000;
}
#citySearchMap h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
#citySearchMap address {
  margin-bottom: 10px;
}

.bota_page_home.fixed, .bota_inside_page.fixed {
  margin-top: 44.8px;
}

.bota_about_details_content img {
  max-width: 100%;
  margin: 20px auto !important;
  width: unset !important;
  height: auto !important;
}

/*=== Comment Facebook ===*/
.bota_view_comment_social {
  margin-top: 10px;
}

.bota_view_comment_social .bota_view_comment_social_tab_header > ul {
  list-style: none;
  border: 0;
  text-align: right;
}

.bota_view_comment_social .bota_view_comment_social_tab_header > ul li {
  float: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 0px;
}

.bota_view_comment_social .bota_view_comment_social_tab_header > ul li a {
  border: 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  box-shadow: none;
}

.bota_view_comment_social .bota_view_comment_social_tab_header > ul li:hover,
.bota_view_comment_social .bota_view_comment_social_tab_header > ul li:hover a,
.bota_view_comment_social .bota_view_comment_social_tab_header > ul li.active a {
  color: #f62d3e;
  border: none !important;
  background: none;
}

.bota_view_comment_social .bota_view_comment_social_tab_header > ul li a:hover {
  border: 0;
}

.category_select_top .owl-carousel .active .card_item_short .box_inner_text .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.category_select_top .owl-carousel .active .card_item_short .box_inner_text .info {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.category_select_top .owl-carousel .active .card_item_short .box_inner_text .view-more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1600ms;
}
.category_select_top .owl-carousel .active .card_item_short .box_inner_img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.category_select_top .owl-carousel .card_item {
  position: relative;
}
.category_select_top .owl-carousel .card_item_short {
  position: absolute;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
}
.category_select_top .owl-carousel .card_item_short .box_inner {
  position: relative;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text {
  position: relative;
  display: block;
  max-width: 565px;
  padding: 321px 0px 220px 0px;
  z-index: 5;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "Arial", "Helvetica", sans-serif;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .info {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1300ms ease;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .view-more {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1600ms ease;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .view-more a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  background: rgba(255, 255, 255, 0.2);
  padding: 22px 45px;
  text-align: center;
  z-index: 1;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .view-more a:hover:before {
  height: 100%;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .view-more a:hover {
  color: #cc2338;
}
.category_select_top .owl-carousel .card_item_short .box_inner_text .view-more a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.category_select_top .owl-carousel .card_item_short .box_inner_img {
  position: absolute;
  max-width: 571px;
  right: -140px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1300ms ease;
}
.category_select_top .owl-carousel .card_item_short .box_inner_img img {
  transform-style: preserve-3d;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.category_select_top .owl-carousel .card_item .anim_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.category_select_top .owl-carousel .card_item .anim_icon .icon {
  position: absolute;
}
.category_select_top .owl-carousel .card_item .anim_icon .icon img {
  max-width: 100%;
}
.category_select_top .owl-carousel .card_item .anim_icon .icon-1 {
  left: 80px;
  top: 230px;
  width: 219px;
  height: 231px;
  animation: zoom-fade 4s infinite linear;
}
.category_select_top .owl-carousel .card_item .anim_icon .icon-2 {
  right: 10%;
  top: 130px;
  width: 238px;
  height: 253px;
  animation: zoom-fade 6s infinite linear;
}
.category_select_top .owl-carousel .card_item .anim_icon .icon-3 {
  right: 43%;
  bottom: 110px;
  width: 238px;
  height: 253px;
  animation: zoom-fade 3s infinite linear;
}
.category_select_top .owl-carousel .card_item .anim_icon .icon-4 {
  bottom: 110px;
  right: 47%;
  width: 88px;
  height: 88px;
}
.category_select_top .owl-carousel .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.category_select_right {
  position: relative;
  padding: 80px 0;
  background: url(../imgs/dmtc-right.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.category_select_right:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.93;
}
.category_select_right .main_title {
  margin-bottom: 50px;
  position: relative;
}
.category_select_right .main_title span {
  color: #848484;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.category_select_right .main_title h2 {
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: capitalize;
  font-size: 35px;
}
.category_select_right .card_item_text {
  padding-top: 35%;
}
.category_select_right .card_item_text .title {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
}
.category_select_right .card_item_text .short {
  color: #8c8c8c;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.8;
}
.category_select_right .view-more {
  text-align: center;
  margin-top: 50px;
}
.category_select_right .view-more a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 17px 47px;
  z-index: 1;
  background: #cc2338;
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
}
.category_select_right .view-more a:hover:before, .category_select_right .view-more a:hover:after {
  height: 50%;
}
.category_select_right .view-more a:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.category_select_right .view-more a:after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.category_select_bottom {
  position: relative;
  padding: 115px 0 125px 0;
  background: url(../imgs/promotion.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.category_select_bottom:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.87;
}
.category_select_bottom ul li:nth-child(1) .box_card .main_left .item img {
  width: 50%;
}
.category_select_bottom ul li:nth-child(2) {
  margin-top: 50px;
}
.category_select_bottom ul li:nth-child(2) .box_card .row {
  flex-direction: row-reverse;
}
.category_select_bottom ul li:nth-child(2) .box_card .main_left .item img {
  width: 100%;
}
.category_select_bottom ul li:nth-child(2) .box_card .main_left .item img:nth-child(2) {
  display: none;
}
.category_select_bottom .box_card .main_left {
  position: relative;
  overflow: hidden;
}
.category_select_bottom .box_card .main_left:hover:before {
  animation: NQS 1s;
}
.category_select_bottom .box_card .main_left:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.category_select_bottom .box_card .main_left .item {
  display: flex;
}
.category_select_bottom .box_card .main_left .item img:nth-child(2) {
  margin-left: 10px;
}
.category_select_bottom .box_card .main_right {
  position: relative;
  display: block;
  background: #fff;
  padding: 52.3px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.category_select_bottom .box_card .main_right h2 {
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 25px;
}
.category_select_bottom .box_card .main_right .info {
  margin: 20px 0;
  color: #8c8c8c;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.8;
}
.category_select_bottom .box_card .main_right a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #000;
  border: 1px solid #e5e5e5;
  padding: 16px 47px;
  z-index: 1;
  text-transform: capitalize;
}
.category_select_bottom .box_card .main_right a:hover {
  color: #fff;
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
  border-color: #cc2338;
}
.category_select_bottom .box_card .main_right a:hover:before, .category_select_bottom .box_card .main_right a:hover:after {
  width: 51%;
}
.category_select_bottom .box_card .main_right a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 103%;
  background: #cc2338;
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: all 500ms ease;
}
.category_select_bottom .box_card .main_right a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 102%;
  background: #cc2338;
  right: -1px;
  top: -1px;
  z-index: -1;
  transition: all 500ms ease;
}
.category_select_bottom .box_card .main_right img {
  width: 80px;
  margin-bottom: 20px;
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes NQS {
  100% {
    left: 125%;
  }
}
.bota_block_adv_right img {
  margin: auto;
  display: block;
}

.bota_title_cate_top {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  background-color: #c51100;
  text-align: center;
  position: relative;
}
.bota_title_cate_top h2 {
  font-size: 24px;
  position: relative;
}
.bota_title_cate_top h2:after {
  content: "";
  height: 6px;
  width: 10%;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
  transform: rotate(0deg);
}

.bota_sub_cate_top {
  padding: 50px 0;
}

.bota_cate_top_item {
  position: relative;
}
.bota_cate_top_item .bota_cate_top_img {
  position: relative;
  margin: 0 0 10px;
}
.bota_cate_top_item .bota_cate_top_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 256px;
  width: 100%;
}
.bota_cate_top_item .bota_cate_top_title {
  background: #c51100;
  padding: 5px;
  position: absolute;
  bottom: -15px;
  transition: background 0.3s;
  z-index: 1;
  width: 81%;
  border-radius: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.bota_cate_top_desc {
  text-align: center;
  display: block;
  line-height: 35px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.bota_category_select_bottom {
  background: #121212;
  clear: both;
  padding-top: 68px;
}
.bota_category_select_bottom .bota_cate_showroom_address.active .row {
  height: auto;
}
.bota_category_select_bottom .bota_cate_showroom_address.active .more_show_room1 {
  display: none;
}
.bota_category_select_bottom .bota_cate_showroom_address.active .thu_gon {
  display: block;
}
.bota_category_select_bottom .bota_show_room {
  text-align: center;
  padding: 7px 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: red;
  text-transform: uppercase;
}
.bota_category_select_bottom .mart-hn2 {
  border-bottom: 1px solid red;
  color: red;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0;
  margin-top: 10px;
  clear: both;
  text-transform: uppercase;
}
.bota_category_select_bottom .mart-hn2 .label {
  border-radius: 23px;
  font-size: 18px;
  margin-right: 10px;
  background-color: red;
  color: #fff;
  padding: 5px 10px;
}
.bota_category_select_bottom .bota_cate_showroom {
  color: #fff;
}
.bota_category_select_bottom .bota_cate_showroom .row {
  height: 400px;
  overflow: hidden;
}
.bota_category_select_bottom .bota_cate_showroom h4 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.bota_category_select_bottom .bota_cate_showroom .bota_cate_showroom_item {
  margin-bottom: 35px;
}
.bota_category_select_bottom .bota_cate_showroom .bota_cate_showroom_item a {
  color: red;
  display: block;
  font-weight: 400;
  padding-top: 4px;
  text-decoration: none;
  line-height: 22px;
}
.bota_category_select_bottom .more_show_room {
  clear: both;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
}
.bota_category_select_bottom .more_show_room button {
  color: red;
  font-size: 18px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
}
.bota_category_select_bottom .more_show_room.more_show_room1.remove {
  display: none;
}
.bota_category_select_bottom .more_show_room.thu_gon.hienthi {
  display: block;
}
.bota_category_select_bottom .thu_gon {
  display: none;
}

.bota_album_item {
  position: relative;
}
.bota_album_item .box_inner {
  position: relative;
  display: block;
  background: #f8ebee;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.bota_album_item .box_inner:hover:before {
  height: 100%;
  top: 0px;
}
.bota_album_item .box_inner:hover .box_inner_img img {
  opacity: 0.4;
  transform: scale(1.1);
}
.bota_album_item .box_inner:hover .box_inner_info .view-btn a {
  opacity: 1;
  transform: translateY(0px);
}
.bota_album_item .box_inner:hover .box_inner_info h3 a {
  opacity: 1;
  transform: translateY(0px);
}
.bota_album_item .box_inner:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.bota_album_item .box_inner_img {
  position: relative;
  display: block;
  height: 350px;
  overflow: hidden;
  background: #000;
}
.bota_album_item .box_inner_info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px 15px;
  text-align: center;
}
.bota_album_item .box_inner_info .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 65px;
  height: 65px;
  background: #cc2338;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 37px;
  transform: translateY(-15px);
  opacity: 0;
}
.bota_album_item .box_inner_info .view-btn a:hover {
  background: #fff;
}
.bota_album_item .box_inner_info .view-btn a:hover i {
  color: #cc2338;
}
.bota_album_item .box_inner_info .view-btn a i {
  font-size: 50px;
  color: #fff;
}
.bota_album_item .box_inner_info h3 a {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: capitalize;
  color: #fff;
  transform: translateY(15px);
  opacity: 0;
}
.bota_album_item .box_inner_info h3 a:hover {
  color: #cc2338;
}
.bota_album_home_cate {
  background: url(../imgs/gallery-1.jpg);
  padding: 120px 0px 105px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.bota_album_cate_box .bota_title_home span {
  color: #232323;
  font-size: 17px;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 25px;
}
.bota_album_cate_box .bota_title_home h2 {
  color: #000;
}
.bota_album_cate_box .project_tab .tab-content {
  margin-right: -350px;
  position: relative;
  display: block;
}
.bota_album_cate_box .project_tab ul.nav {
  border-bottom: 0;
  justify-content: center;
  margin-bottom: 16px;
}
.bota_album_cate_box .project_tab ul.nav li {
  margin: 0 15px;
}
.bota_album_cate_box .project_tab ul.nav li.active a {
  color: #cc2338;
}
.bota_album_cate_box .project_tab ul.nav li a {
  display: block;
  color: #232323;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_album_cate_box .project_tab ul.nav li a.active {
  color: #cc2338;
}
.bota_album_cate_box .tab-pane {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  display: unset;
}
.bota_album_cate_box .tab-pane.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  display: unset;
}
.bota_album_cate_box .tab-pane.active .home_album_item {
  transform: scaleX(1);
  transition: all 700ms ease;
}
.bota_album_cate_box .tab-pane .home_album_item {
  position: relative;
  margin: 15px 0;
  transform: scaleX(0);
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner {
  position: relative;
  display: block;
  background: #f8ebee;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner:hover:before {
  height: 100%;
  top: 0px;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner:hover .box_inner_img img {
  opacity: 0.4;
  transform: scale(1.1);
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner:hover .box_inner_info .view-btn a {
  opacity: 1;
  transform: translateY(0px);
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner:hover .box_inner_info h3 a {
  opacity: 1;
  transform: translateY(0px);
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_img {
  position: relative;
  display: block;
  height: 420px;
  overflow: hidden;
  background: #000;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px 15px;
  text-align: center;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 65px;
  height: 65px;
  background: #cc2338;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 37px;
  transform: translateY(-15px);
  opacity: 0;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info .view-btn a:hover {
  background: #fff;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info .view-btn a:hover i {
  color: #cc2338;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info .view-btn a i {
  font-size: 50px;
  color: #fff;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info h3 a {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: capitalize;
  color: #fff;
  transform: translateY(15px);
  opacity: 0;
}
.bota_album_cate_box .tab-pane .home_album_item .box_inner_info h3 a:hover {
  color: #cc2338;
}
.bota_album_cate_box .owl-carousel .owl-nav .owl-prev {
  left: -385px;
  top: 60%;
}
.bota_album_cate_box .owl-carousel .owl-nav .owl-next {
  left: -290px;
  top: 60%;
}
.bota_album_details_body .col-xl-3 {
  margin-bottom: 30px;
}

.bota_about_details_box {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.bota_about_details_box .bota_title_page h2 {
  font-size: 28px;
  text-align: center;
  margin: 18px auto;
}
.bota_about_details_box .bota_about_details_content {
  line-height: 1.7;
}

.content-about h2 {
  color: #212121;
  margin: 0;
  padding: 15px;
  font-size: 20px;
  background: #eee;
  white-space: normal;
  font-weight: bold;
  margin-bottom: 16px;
}
.content-about .desc {
  line-height: 28px;
  font-size: 16px;
}

.bota_news_main {
  margin-bottom: 85px;
}

.bota_item_news .bota_img_position {
  position: relative;
  height: 390px;
}
.bota_item_news .bota_img_position a {
  align-items: center;
  margin: auto;
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.bota_item_news .bota_img_position a img {
  border-radius: 0px;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transition: all 0.2s ease;
}
.bota_item_news .bota_title_news {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  background: none;
  width: 90%;
  border: none;
  z-index: 20;
  background: white;
  height: 90px;
  border-bottom: 4px solid red;
}
.bota_item_news .bota_title_news a {
  color: black;
}
.bota_item_news .bota_title_news p {
  margin: 25px;
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bota_news_list li {
  margin-bottom: 30px;
}
.bota_news_item {
  position: relative;
}
.bota_news_item:hover .bota_news_item_img img {
  transform: scale(1.5);
}
.bota_news_item:hover .bota_news_item_img .hover_times {
  opacity: 1;
}
.bota_news_item:hover .bota_news_item_content h3 a {
  color: #cc2338;
}
.bota_news_item_img {
  height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.bota_news_item_img img {
  -webkit-transform-style: unset;
  transition: all 2s ease;
}
.bota_news_item_img .hover_times {
  color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
  opacity: 0;
  position: absolute;
  top: 29%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform-style: unset;
  transition: all 0.9s ease;
}
.bota_news_item_img .hover_times .box_inner {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bota_news_item_img .hover_times .box_inner:before, .bota_news_item_img .hover_times .box_inner:after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 84%;
  background: rgba(255, 255, 255, 0.4);
}
.bota_news_item_img .hover_times .box_inner:before {
  left: auto;
  right: 0;
}
.bota_news_item_img .hover_times .box_inner:after {
  left: 0;
  right: auto;
}
.bota_news_item_img .hover_times .box_inner .date_month {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px 2px;
  line-height: 52px;
  text-transform: uppercase;
}
.bota_news_item_img .hover_times .box_inner .date_month span {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}
.bota_news_item_img .hover_times .box_inner .year {
  position: relative;
  color: #fff;
  font-size: 25px;
}
.bota_news_item_img .hover_times .box_inner .year:before, .bota_news_item_img .hover_times .box_inner .year:after {
  position: absolute;
  content: "";
  top: 20px;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.bota_news_item_img .hover_times .box_inner .year:before {
  left: auto;
  right: 0;
}
.bota_news_item_img .hover_times .box_inner .year:after {
  left: 0;
  right: auto;
}
.bota_news_item_content h3 a {
  display: block;
  font-size: 16px;
  color: #232323;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "Arial", "Helvetica", sans-serif;
  min-height: 40px;
}
.bota_news_item_content .short {
  line-height: 20px;
  font-size: 14px;
  text-align: justify;
}
.bota_news_item_content .author {
  margin: 7px 0;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #cc2338;
}
.bota_news_details_title h1, .bota_news_details_title h2 {
  font-size: 20px;
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 15px;
}
.bota_news_details_post {
  line-height: 1.8;
}
.bota_news_details_post img {
  max-width: 100%;
  margin: 20px auto !important;
  width: unset !important;
  height: auto !important;
}
.bota_news_cat_box {
  position: relative;
  padding: 115px 0 125px 0;
}
.bota_news_cat_box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.92;
}
.bota_news_cat_box .bota_news_item {
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.bota_news_cat_box .bota_news_item_img {
  margin-bottom: 25px;
}
.bota_news_cat_box .bota_news_item_content h3 a {
  font-size: 21px;
  margin: 20px 0;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #000;
  line-height: 1.5;
}
.bota_news_cat_box .bota_news_item_content .short {
  color: #8c8c8c;
  line-height: 1.8;
  font-size: 15px;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 25px;
}
.bota_news_cat_box .bota_news_item_content time {
  display: block;
  font-size: 17px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #232323;
}
.bota_news_cat_box .bota_news_item_content .view_more a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #000;
  border: 1px solid #e5e5e5;
  padding: 11px 34px;
  z-index: 1;
  text-transform: capitalize;
}
.bota_news_cat_box .bota_news_item_content .view_more a:hover:before, .bota_news_cat_box .bota_news_item_content .view_more a:hover:after {
  width: 51%;
}
.bota_news_cat_box .bota_news_item_content .view_more a:hover {
  color: #fff;
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
}
.bota_news_cat_box .bota_news_item_content .view_more a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 101%;
  background: #cc2338;
  left: -1px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.bota_news_cat_box .bota_news_item_content .view_more a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 101%;
  background: #cc2338;
  right: -1px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.bota_news_cat_home {
  padding: 20px 0px;
}
.bota_news_cat_home .owl-theme .owl-nav [class*=owl-] {
  width: 36px;
  height: 36px;
  float: left;
  background: #cc2338;
  border: solid 1px #cc2338;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: -51px;
  top: auto;
  transform: unset !important;
}
.bota_news_cat_home .owl-theme .owl-nav [class*=owl-].disabled {
  background: #fff;
  border: solid 1px #e1e1e1;
  color: #999;
}
.bota_news_cat_home .owl-theme .owl-nav [class*=owl-].disabled i {
  color: #999;
}
.bota_news_cat_home .owl-theme .owl-nav .owl-prev {
  right: 38px;
  left: auto;
}
.bota_news_cat_home .owl-theme .owl-nav .owl-next {
  right: 0px;
}
.bota_news_cat_home .owl-theme .owl-nav i {
  color: #fff;
  font-size: 14px;
}
.bota_news_cat_home .bota_home_readmore {
  padding-right: 90px;
  height: 67px;
}
.bota_news_cat_home .bota_news_cat_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  align-items: center;
}
@media (max-width: 768px) {
  .bota_news_cat_home .bota_news_cat_title {
    flex-wrap: wrap;
  }
}
.bota_news_cat_home .bota_news_cat_title h3 {
  float: left;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bota_news_cat_home .bota_news_cat_title h3 {
    float: none;
    margin-bottom: 8px;
  }
}
.bota_news_cat_home .bota_news_cat_title .nav-tabs {
  float: right;
  justify-content: flex-end;
  border: unset;
}
@media (max-width: 768px) {
  .bota_news_cat_home .bota_news_cat_title .nav-tabs {
    width: 100%;
    float: left;
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
.bota_news_cat_home .bota_news_cat_title .nav-tabs .nav-item {
  float: left;
  margin-right: 6px;
  padding: 0px 15px;
  line-height: 38px;
  border: solid 1px #000;
  text-transform: uppercase;
  color: #000;
  border-radius: unset;
}
@media (max-width: 768px) {
  .bota_news_cat_home .bota_news_cat_title .nav-tabs .nav-item {
    flex-shrink: 0;
  }
}
.bota_news_cat_home .bota_news_cat_title .nav-tabs .nav-item.active, .bota_news_cat_home .bota_news_cat_title .nav-tabs .nav-item:hover {
  background: #cc2338;
  color: #fff;
  border: solid 1px #cc2338;
}

.bota_news_cate_article_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .bota_news_cate_article_item {
    flex-wrap: wrap;
  }
}
.bota_news_cate_article_item .item {
  width: calc(50% - 6px);
  float: left;
}
@media (max-width: 768px) {
  .bota_news_cate_article_item .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bota_news_cate_article_item .item .bota_news_cate_article_box {
  width: 100%;
  float: left;
  position: relative;
}
.bota_news_cate_article_item .item .bota_news_cate_article_box .bota_news_cate_article_img {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0;
  padding-top: 58.5%;
  overflow: hidden;
}
.bota_news_cate_article_item .item .bota_news_cate_article_box .bota_news_cate_article_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: 0.5s ease-in-out;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bota_news_cate_article_item .item .bota_news_cate_article_box .bota_news_cate_article_img:hover img {
  transform: scale(1.1);
}

.bota_news_cate_article_items .bota_news_cate_article_box {
  position: relative;
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_article_img {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  padding-top: 58.5%;
  overflow: hidden;
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_article_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: 0.5s ease-in-out;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_article_img:hover img {
  transform: scale(1.1);
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_info .bota_news_cate_time {
  width: 100%;
  color: #555555;
  margin-bottom: 10px;
  display: block;
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_info .bota_news_cate_name h4 {
  height: 40px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_info .bota_news_cate_sum {
  font-size: 15px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  margin-top: 10px;
}
.bota_news_cate_article_items .bota_news_cate_article_box .bota_news_cate_info .bota_news_cate_name h4:hover {
  color: #009547;
}

.bota_block_news_cate .bota_block_title {
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}
.bota_block_news_cate .bota_block_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 2px;
  width: 57px;
  background: #333;
}
.bota_block_news_cate .bota_block_title h2 {
  color: #222222;
}
.bota_block_news_cate .bota_block_cate_body {
  background: #fff;
  padding: 15px 10px 15px 15px;
  margin-bottom: 10px;
}
.bota_block_news_cate .bota_block_cate_body .bota_block_news_cate_list li {
  padding-left: 25px;
  position: relative;
}
.bota_block_news_cate .bota_block_cate_body .bota_block_news_cate_list li::before {
  content: "";
  width: 0px;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  height: 20px;
}
.bota_block_news_cate .bota_block_cate_body .bota_block_news_cate_list li::after {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 19px;
  left: 0;
}
.bota_block_news_cate .bota_block_cate_body .bota_block_news_cate_list a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  color: #a03838;
  left: 0;
  top: 9px;
}
.bota_block_news_cate .bota_block_cate_body .bota_block_news_cate_list li a {
  padding: 10px 0;
  display: block;
  position: relative;
  padding-left: 19px;
  color: #000;
}

.bota_news_page_right {
  background: #fff;
  padding: 25px 10px;
}
.bota_news_page_right .bota_title_page {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bota_news_page_right .bota_title_page h1 {
  color: #222222;
  font-size: 22px;
}

.bota_news_page .bota_news_list {
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: solid 1px #c1c1c1;
  display: grid;
  grid-template-columns: calc((100% - 10px) / 9 * 5) calc((100% - 10px) / 9 * 4);
}
@media only screen and (max-width: 1024px) {
  .bota_news_page .bota_news_list {
    display: block;
    padding-bottom: 10px;
  }
}
.bota_news_page .bota_news_list .bota_news_item_article_height {
  display: block;
  position: relative;
  color: #000;
}
.bota_news_page .bota_news_list .bota_news_item_article_height::after {
  content: "";
  clear: both;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child {
  margin-right: 10px;
  grid-row: 1/8;
}
@media only screen and (max-width: 1200px) {
  .bota_news_page .bota_news_list .bota_news_item_article_height:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .bota_news_page .bota_news_list .bota_news_item_article_height:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child .bota_news_left_item .bota_news_wrap_img {
  padding-top: 66.5346534653%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child .bota_news_left_item .bota_news_wrap_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child .bota_news_left_item .bota_news_item_count {
  display: none;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child .bota_news_right_item .bota_news_item_name_article {
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child .bota_news_right_item .bota_news_item_create_name {
  color: #999;
  font-weight: 500;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:first-child .bota_news_right_item .bota_news_item_summary_article {
  display: none;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) {
    width: 100%;
  }
}
.bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) .bota_news_left_item .bota_news_wrap_img {
  display: none;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) .bota_news_left_item .bota_news_item_count {
  width: 50px;
  height: 50px;
  background: #cc2338;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) .bota_news_right_item {
  width: calc(100% - 50px);
  padding: 0 10px;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) .bota_news_right_item .bota_news_item_name_article {
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) .bota_news_right_item .bota_news_item_create_name, .bota_news_page .bota_news_list .bota_news_item_article_height:nth-of-type(n+2) .bota_news_right_item .bota_news_item_summary_article {
  display: none;
}
.bota_news_page .bota_news_list {
  padding: 10px 0;
}
.bota_news_page .bota_news_list .ibota_news_item_article_height {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_left_item {
  width: calc((100% - 10px) / 9 * 3);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_left_item {
    width: 100%;
    margin-right: 0;
  }
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_left_item .bota_news_wrap_img img {
  width: 100%;
  height: auto;
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_left_item .bota_news_item_count {
  display: none;
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_right_item {
  width: calc((100% - 10px) / 9 * 6);
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_right_item {
    width: 100%;
    padding-right: 0;
  }
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_right_item .bota_news_item_name_article {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_right_item .bota_news_item_name_article {
    font-size: 15px;
  }
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_right_item .bota_news_item_create_name {
  color: #999;
  margin-bottom: 5px;
}
.bota_news_page .bota_news_list .ibota_news_item_article_height .bota_news_right_item .bota_news_item_summary_article {
  text-align: justify;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  color: #222;
}

.bota_news_page .bota_news_list_article {
  padding: 10px 0;
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_left_item {
  width: calc((100% - 10px) / 9 * 3);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_left_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_left_item .bota_news_wrap_img {
  height: 170px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_left_item .bota_news_wrap_img {
    height: 230px;
  }
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_left_item .bota_news_wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_right_item {
  width: calc((100% - 10px) / 9 * 6);
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_right_item {
    width: 100%;
    padding-right: 0;
  }
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_right_item .bota_news_item_name_article {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_right_item .bota_news_item_name_article {
    font-size: 15px;
  }
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_right_item .bota_news_item_create_name {
  color: #999;
  margin-bottom: 5px;
}
.bota_news_page .bota_news_list_article .bota_news_item_article_height .bota_news_right_item .bota_news_item_summary_article {
  text-align: justify;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  color: #222;
}

.bota_news_details_body {
  background: #fff;
  padding: 25px 10px;
}

.bota_product_item {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.bota_product_item.page {
  margin: 0;
}
.bota_product_item:hover .bota_product_item_img img {
  transform: scale(1.1);
}
.bota_product_item_img {
  position: relative;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.bota_product_item_img img {
  max-height: 100%;
  width: unset !important;
  margin: 0 auto;
  display: block;
}
.bota_product_item_boxdetails {
  padding: 20px 20px 25px 20px;
  position: relative;
}
.bota_product_item_boxdetails .product_item_name a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-family: "Arial", "Helvetica", sans-serif;
  min-height: 50px;
}
.bota_product_item_boxdetails .star_icon {
  margin: 10px 0 17px 0;
}
.bota_product_item_boxdetails .star_icon i {
  color: #fbb419;
}
.bota_product_item_boxdetails .action_buy a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 11px 34px;
}
.bota_product_item_boxdetails .action_buy a span {
  font-size: 17px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #000;
  position: relative;
  z-index: 1;
  transition: ease 0.5s;
  display: block;
}
.bota_product_item_boxdetails .action_buy a:hover:before, .bota_product_item_boxdetails .action_buy a:hover:after {
  width: 51%;
}
.bota_product_item_boxdetails .action_buy a:hover {
  box-shadow: 0 10px 20px rgba(227, 160, 135, 0.3);
  border-color: #cc2338;
}
.bota_product_item_boxdetails .action_buy a:hover span {
  color: #fff;
}
.bota_product_item_boxdetails .action_buy a:before {
  position: absolute;
  content: "";
  background: #cc2338;
  width: 0%;
  height: 101%;
  left: -1px;
  top: 0px;
  z-index: 0;
  transition: all 500ms ease;
}
.bota_product_item_boxdetails .action_buy a:after {
  position: absolute;
  content: "";
  background: #cc2338;
  width: 0%;
  height: 101%;
  right: -1px;
  top: 0px;
  z-index: 0;
  transition: all 500ms ease;
}
.bota_product_item_boxdetails .product_item_price {
  position: absolute;
  top: -44px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.bota_product_item_boxdetails .product_item_price p {
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  background: #d6ebe9;
  box-shadow: 0 10px 20px rgba(214, 235, 233, 0.5);
  padding: 10px 15px;
}
.bota_product_item_boxdetails .product_item_price p.price_old {
  text-decoration: line-through;
  background: #cc2338;
}
.bota_product_item_boxdetails .product_item_price p.saleoff {
  display: none;
}
.bota_product_details_page .product_details_name {
  margin-bottom: 15px;
}
.bota_product_details_page .product_details_name h2 {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #232323;
  line-height: 1.2;
  font-size: 25px;
}
.bota_product_details_page .item {
  border: 1px solid #f1f1f1;
}
.bota_product_details_page .gallery-top {
  height: 600px;
  margin-bottom: 15px;
}
.bota_product_details_page .gallery-top .item {
  height: 100%;
  border: unset;
}
.bota_product_details_page .gallery-top .item img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.bota_product_details_page .gallery-thumbs {
  height: 80px;
}
.bota_product_details_page .gallery-thumbs .swiper-slide .item {
  height: 80px;
}
.bota_product_details_page .gallery-thumbs .swiper-button-next, .bota_product_details_page .gallery-thumbs .swiper-button-prev {
  height: 20px;
  background-size: 27px 20px;
  transform: translateY(-50%);
  margin: 0;
}
.bota_product_details_page .gallery-thumbs .swiper-button-next.swiper-button-disabled, .bota_product_details_page .gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.bota_product_details_page .gallery-thumbs .swiper-button-next {
  right: 0;
  left: inherit;
}
.bota_product_details_page .gallery-thumbs .swiper-button-prev {
  left: 0;
  right: initial;
}
.bota_product_details_page .swiper-slide-thumb-active .item {
  border: 1px solid #cc2338;
}
.bota_product_details_box_info_price .price {
  color: #cc2338;
  font-size: 20px;
  font-family: "Arial", "Helvetica", sans-serif;
}
.bota_product_details_box_info_price .price span {
  color: #444;
}
.bota_product_details_box_info .product_properties li.key {
  margin-bottom: 5px;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #444;
}
.bota_product_details_box_info .product_properties li.key span {
  color: #cc2338;
  font-family: sans-serif;
  font-size: 15px;
}
.bota_product_details_box_info .product_properties li.paymentSize span {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 7px;
  cursor: pointer;
}
.bota_product_details_box_info .product_properties li.paymentSize span.active {
  border-color: #cc2338;
}
.bota_product_details_box_info .details_service .item {
  margin-bottom: 15px;
  font-family: "Arial", "Helvetica", sans-serif;
  padding: 15px;
  background: #f7f8fa;
  border-left: 2px solid #000;
}
.bota_product_details_box_info .details_service .item i.bi {
  color: #232323;
  font-size: 22px;
  margin-right: 5px;
}
.bota_product_contact_purchases_body label {
  font-size: 15px;
  margin: 0;
  padding: 0 10px;
}
.bota_product_view_tab_header .nav {
  border-bottom: solid 1px #cc2338;
  padding: 0;
  margin: 0;
}
.bota_product_view_tab_header .nav li a {
  float: left;
  margin-right: 8px;
  line-height: 32px;
  border-radius: 3px 3px 0px 0px;
  padding: 0px 12px;
  background: #e8e8e8;
  color: #000;
  font-size: 16px;
  border: unset !important;
  box-shadow: unset !important;
}
.bota_product_view_tab_header .nav li a.active {
  background: #cc2338;
  color: #fff;
}
.bota_product_view_tab_header .nav li:last-child {
  display: none;
}
.bota_product_brands {
  padding: 30px 0;
  margin-bottom: 100px;
}
.bota_product_brands .bota_brands_img {
  position: relative;
  margin: 0;
}
.bota_product_brands .bota_brands_img img {
  width: unset !important;
  margin: 0 auto;
}
.bota_product_home_cate .bota_home_catepr_box {
  padding: 120px 0px 105px 0px;
}
.bota_product_home_cate .bota_home_catepr_box .bota_title_home {
  width: 30%;
  display: inline-block;
}
.bota_product_home_cate .owl-carousel.owl-theme .owl-nav .owl-prev {
  top: -85px;
  right: 120px;
  left: inherit;
}
.bota_product_home_cate .owl-carousel.owl-theme .owl-nav .owl-next {
  top: -85px;
  right: 15px;
}
.bota_product_page_list li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .bota_product_page_list li {
    margin-bottom: 20px;
  }
}

.bota_product_details_buy {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 12px;
  text-align: center;
  margin-top: 25px;
}
.bota_product_details_buy #add-cart {
  padding: 21px 0;
  background: #2c82c9;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bota_product_details_buy .add_now {
  padding: 10px 0;
  background: #ffffff;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bota_product_details_buy .like {
  padding: 10px 0;
  background: #ffffff;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  border: 1px solid #ddd;
}
.bota_product_details_buy .like p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
.bota_product_details_buy .add_now p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

.bota_product_cate_title {
  display: flex;
  border-bottom: 1px solid;
  margin-bottom: 12px;
}
.bota_product_cate_title h2 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 38px;
  border-bottom: 1px solid;
  margin-bottom: -1px;
  padding-bottom: 5px;
  position: relative;
}
.bota_product_cate_title h2 a {
  color: #000;
}
.bota_product_cate_title h2:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 4px;
  left: 0;
  background: red;
}

.item_product {
  position: relative;
  padding: 12px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .item_product {
    border: none;
  }
}
.item_product .img_item_product {
  align-items: center;
  margin: auto;
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.item_product .img_item_product img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transition: all 0.2s ease;
}
.item_product .discount_product {
  position: absolute;
  top: 48px;
  left: 11px;
}
@media (min-width: 320px) {
  .item_product .discount_product {
    top: 0;
    left: 12px;
  }
}
.item_product .discount_product img {
  position: relative;
  width: 40px;
}
.item_product .discount_product span {
  position: absolute;
  right: 6px;
  top: 45%;
  color: white;
  font-weight: 600;
  font-size: 13px;
}
.item_product .new_product {
  position: absolute;
  top: 12px;
  right: 12px;
}
@media (min-width: 320px) {
  .item_product .new_product {
    top: 0;
    right: 6px;
  }
}
.item_product .box-review img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.item_product .name_product {
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  padding: 0px 5px;
}
.item_product .name_product a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  line-height: 28px;
}
@media (max-width: 768px) {
  .item_product .name_product a {
    font-size: 14px;
    line-height: 21px;
  }
}
.item_product .price_sale_product {
  text-align: center;
  margin-bottom: 10px;
}
.item_product .price_sale_product strong {
  font-size: 18px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .item_product .price_sale_product strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
}
.item_product .price_sale_product span {
  font-size: 18px;
  text-decoration: line-through;
  color: #888888;
}
@media (max-width: 768px) {
  .item_product .price_sale_product span {
    font-size: 16px;
  }
}
.item_product .box-view {
  font-size: 14px;
  border: none;
  color: #000;
  font-weight: 700;
}
@media (max-width: 768px) {
  .item_product .box-view {
    margin-left: 7px;
    white-space: nowrap;
  }
}

.item_product .box-review-view {
  margin-bottom: 20px;
}

.box-size-title {
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-top: 0;
  display: block;
}

.soluong-select {
  display: grid;
  grid-template-columns: 50% 50%;
}
.soluong-select .pricer_thaydoisoluong p {
  text-align: end;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.soluong-select #shop-1 button {
  cursor: pointer;
  float: left;
  width: 22px;
  height: 33px;
  border: 1px solid #ddd;
  line-height: 31px;
  overflow: hidden;
  text-align: center;
  color: #333;
  background: #ffffff;
  text-decoration: none;
}
.soluong-select #shop-1 input {
  cursor: pointer;
  float: left;
  width: 55px;
  height: 33px;
  border: 1px solid #ddd;
  line-height: 21px;
  overflow: hidden;
  text-align: center;
  outline: none;
  color: #333;
  background: #ffffff;
  text-decoration: none;
  border-radius: unset;
}
.soluong-select #shop-1 .giam {
  border-right: unset;
}
.soluong-select #shop-1 .tang {
  border-left: unset;
}

.f-pr-view-box-size.soluong {
  margin-top: 15px;
  background: #f8f8f8;
  padding: 20px;
}

.mfp-ready #fast-dialog {
  transform: translateY(0);
}

#fast-dialog {
  background: #fff;
  margin: 40px auto;
  position: relative;
  width: 70%;
  transition: all ease 0.5s;
  transform: translateY(-300px);
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px;
}

.view_fast_parent {
  margin-bottom: 20px;
}
.view_fast_parent_img {
  height: 350px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.view_fast_parent_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.product_viewfast_name h1 a {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  color: #000;
  margin: 0 0 16px;
  text-transform: uppercase;
  display: block;
}

.bota_products_fast_img .item_img {
  height: 80px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.bota_products_fast_img .item_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  width: unset;
}

.q-tab-other-ct .item {
  height: 140px;
  overflow: hidden;
}

.r-quantity .btn-buy {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #cc2338;
  padding: 10px;
  text-transform: uppercase;
  border: unset;
}
.r-quantity .btn-buy:focus {
  outline: 0;
}
.r-quantity .btn-buy:hover {
  opacity: 0.9;
}

.q-tab-other .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
}
.q-tab-other .nav-tabs li {
  display: inline-block;
}
.q-tab-other .nav-tabs li:nth-child(1) {
  margin-right: 10px;
}
.q-tab-other .nav-tabs li a {
  display: block;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", sans-serif;
}
.q-tab-other .nav-tabs li a.active {
  color: #cc2338;
}

.bota_pr_view_history {
  margin-right: 25px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .bota_pr_view_history {
    display: none;
  }
}
.bota_pr_view_history:hover .bota_pr_block_result {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transition: all 0.3s;
}
.bota_pr_view_history .bota_pr_block_result {
  position: absolute;
  top: calc(100% + 50px);
  right: 0;
  width: 350px;
  background: #fff;
  border: solid 1px #c1c1c1;
  padding: 10px;
  z-index: 100;
  height: 251px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  color: #222222;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result:last-child {
  margin-bottom: 0;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result .bota_pr_wrap_img {
  width: 50px;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result .bota_pr_wrap_img img {
  display: block;
  width: 100%;
  height: auto;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result .bota_pr_wrap_text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result .bota_pr_wrap_text .text-name {
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 42px;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result .bota_pr_wrap_text .bota_pr_price {
  font-weight: bold;
  color: #cc2338;
  padding-right: 15px;
}
.bota_pr_view_history .bota_pr_block_result .bota_pr_wrap .bota_pr_itm_result .bota_pr_wrap_text .bota_pr_price_old {
  text-decoration: line-through;
}

.bota_pr_view_history_title {
  padding: 10px 11px;
  background: #eeeeee;
  border-radius: 7px;
  cursor: pointer;
}

.bota_block_category {
  width: calc((100% - 20px) / 12 * 3 + 10px);
  position: relative;
}

.bota_block_category_name {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: #f1ba47;
  padding: 0 20px;
}
.bota_block_category_name img {
  display: block;
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.bota_block_category_wrap_list {
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  transition: all 0.3s;
  height: 360px;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv1 .item-lv1 .name-lv1 {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv1 .item-lv1 .name-lv1:hover .bota_block_category_wrap_lv2 {
  visibility: visible;
  opacity: 1;
  left: calc(100% - 10px);
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv1 .item-lv1:hover .name-lv1 {
  background: #cc2338;
  color: #fff;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv1 .item-lv1 .name-lv1 .icon-cat {
  width: 20px;
  margin-right: 10px;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv1 .item-lv1 .name-lv1 .icon-cat img {
  display: block;
  width: 100%;
  height: auto;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv2 {
  position: absolute;
  left: calc(100% + 50px);
  top: 50px;
  width: 100%;
  height: calc(100% - 50px);
  padding-left: 10px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv2 .bota_block_category_wrap_scroll {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv2 a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 13px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
}
.bota_block_category_wrap_list .bota_block_category_wrap_lv2 a:hover {
  color: #cc2338;
}

.bota_block_product_hot {
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .bota_block_product_hot .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bota_block_product_hot .bota_block_product_hot_box {
  background: #cc2338;
  border-radius: 5px;
  padding: 0px 10px 10px 10px;
}

.bota_block_product_hot .swiper-button-next, .bota_block_product_hot .swiper-button-prev, .bota_same_product_related .swiper-button-next, .bota_same_product_related .swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4117647059);
  width: 32px;
  height: 62px;
}
.bota_block_product_hot .swiper-button-next::after, .bota_block_product_hot .swiper-button-prev::after, .bota_same_product_related .swiper-button-next::after, .bota_same_product_related .swiper-button-prev::after {
  display: none;
}
.bota_block_product_hot .swiper-button-next, .bota_same_product_related .swiper-button-next {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.bota_block_product_hot .swiper-button-prev, .bota_same_product_related .swiper-button-prev {
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bota_block_product_hot .swiper-pagination-bullet-active, .bota_same_product_related .swiper-pagination-bullet-active {
  background: #fffc00;
}

.bota_block_pr_hot_title {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding: 14px 150px;
  font-weight: bold;
  background-image: url(../imgs/bg_title.png);
  min-width: 618px;
}
@media only screen and (max-width: 1024px) {
  .bota_block_pr_hot_title {
    background-image: none !important;
    font-size: 28px;
    text-transform: uppercase;
    margin: auto;
    background: #7a0005;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 10px;
    width: auto;
    min-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .bota_block_pr_hot_title {
    max-width: 642px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bota_block_pr_hot_title {
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.7px;
  }
}

.bota_block_pr_item {
  display: block;
  background: #fff;
  position: relative;
  height: 100%;
  padding: 10px 10px 25px;
}
.bota_block_pr_item:hover .bota_block_pr_img a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.bota_block_pr_item .bota_block_pr_img a {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  display: block;
}
.bota_block_pr_item .bota_block_pr_img a::after {
  position: absolute;
  content: "";
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border: solid 2px #cc2338;
  opacity: 0;
  transition: all 0.5s;
}
.bota_block_pr_item .bota_block_pr_img a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.bota_block_pr_item .bota_block_pr_icon img {
  position: absolute;
}
.bota_block_pr_item .bota_block_pr_icon img:nth-child(1) {
  top: 10px;
  left: 10px;
}
.bota_block_pr_item .bota_block_pr_icon img:nth-child(2) {
  top: 70px;
  left: 10px;
}
.bota_block_pr_item .bota_block_pr_icon img:nth-child(3) {
  top: 10px;
  right: 10px;
}
.bota_block_pr_item .bota_block_pr_name h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 41px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
}
.bota_block_pr_item .bota_block_pr_name h4:hover a {
  color: #cc2338;
}
.bota_block_pr_item .bota_block_pr_price {
  position: relative;
}
.bota_block_pr_item .bota_block_pr_price .bota_block_pr_price {
  font-size: 16px;
  font-weight: bold;
  color: #cc2338;
}
.bota_block_pr_item .bota_block_pr_price .bota_block_pr_price_market {
  font-weight: bold;
  color: #888;
  text-decoration: line-through;
}

.bota_block_pr_pice_off {
  position: absolute;
  top: 9px;
  padding: 3px 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 13px;
  border: solid 2px #f4d746;
  box-shadow: 2px 2px 0px 0px #9c9c9c;
  background-image: linear-gradient(to right, #fe5bc3, #ed2433);
  z-index: 9;
  right: 13px;
}
@media only screen and (max-width: 480px) {
  .bota_block_pr_pice_off {
    left: auto;
    right: 0;
  }
}

.bota_product_home_cate .bota_home_catepr_showul .row {
  margin-left: -5px;
  margin-right: -5px;
}
.bota_product_home_cate .bota_home_catepr_showul .row > li {
  padding-left: 5px;
  padding-right: 5px;
}
.bota_product_home_cate .bota_product_home_cate_bannner {
  margin-bottom: 25px;
}
.bota_product_home_cate .bota_product_home_cate_bannner a {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.bota_product_home_cate .bota_product_home_cate_bannner img {
  display: block;
  margin: auto;
  height: auto;
}
.bota_product_home_cate .bota_product_home_cate_bannner a:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-45deg);
}
.bota_product_home_cate .bota_product_home_cate_bannner a:hover::after {
  animation: shine 0.75s;
}

.bota_product_cate_home_nav {
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

.bota_product_cate_home_list {
  display: flex;
  align-items: center;
}
.bota_product_cate_home_list .cat-lv1 {
  display: inline-flex;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  background: #cc2338;
  height: 67px;
  line-height: 67px;
  padding: 0 50px 0 20px;
  border-top-right-radius: 66px;
  font-weight: 400;
  box-shadow: 0px 2px 4px #565353;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bota_product_cate_home_list .cat-lv1 {
    height: auto;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
    max-width: calc(100% - 100px);
    padding: 7px 32px 7px 10px;
  }
}
.bota_product_cate_home_list .cat-lv1 h2 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}

.bota_product_cate_lv2 a {
  color: #555;
  text-transform: uppercase;
  padding: 0 20px;
  border-right: solid 1px #c1c1c1;
  transition: all 0.3s;
  font-size: 14px;
  display: inline-block;
}
.bota_product_cate_lv2 a:hover {
  color: #cc2338;
}
.bota_product_cate_lv2 a:last-child {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .bota_product_cate_lv2 {
    display: none;
  }
}

.bota_product_cate_more {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #cc2338;
  text-transform: uppercase;
}
.bota_product_cate_more:hover {
  color: #cc2338;
}

.bota_policy {
  margin-bottom: 25px;
}
.bota_policy .swiper-container {
  background: #fff;
  padding: 30px 0;
}
.bota_policy .swiper-slide .item-slide {
  border-right: solid 1px #c1c1c1;
  display: block;
  padding: 10px;
}
.bota_policy .swiper-slide:nth-of-type(4n) .item-slide {
  border-right: none;
}
.bota_policy .bota_policy_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  background: #cc2338;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.bota_policy .bota_policy_img img {
  width: 40px;
  height: auto;
}
.bota_policy .item-slide .bota_policy_img::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: solid 1px #cc2338;
  border-radius: 50%;
}
.bota_policy .item-slide .bota_policy_img img {
  width: 40px;
  height: auto;
}
.bota_policy .item-slide .bota_policy_text {
  text-align: center;
  font-size: 18px;
  color: #cc2338;
}
.bota_policy .item-slide .bota_policy_description {
  text-align: center;
  color: #222;
}

@media (max-width: 768px) {
  .bota_products_details_zoom_img {
    margin-bottom: 20px;
  }
}

.bota_product_details_top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .bota_product_details_top {
    flex-wrap: wrap;
  }
}
.bota_product_details_top .bota_product_details_left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .bota_product_details_top .bota_product_details_left {
    flex-wrap: wrap;
  }
}
.bota_product_details_top .bota_product_details_left h1 {
  font-size: 20px;
  font-weight: 900;
  color: #cc2338;
  margin-right: 30px;
  margin-bottom: 0px;
}
.bota_product_details_top .bota_product_detail_rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bota_product_details_top .bota_product_detail_rating .fa-star {
  color: #ffa53f;
}
.bota_product_details_top .bota_product_detail_rating .fa-star-o {
  color: #d5d5d5;
}
.bota_product_details_top .bota_product_detail_rating .stars_content {
  color: #cc2338;
  margin-left: 5px;
  font-size: 12px;
}
.bota_product_details_top .bota_product_detail_rating i {
  cursor: pointer;
}
.bota_product_details_top .bota_product_detail_rating i + i {
  margin-left: 5px;
}

.product_details_big_img {
  margin-bottom: 12px;
}

.product_details_thumb_img {
  width: 100%;
  padding: 0px 66px;
}
.product_details_thumb_img .item {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  padding-top: 100%;
  opacity: 0.5;
}
.product_details_thumb_img .item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
.product_details_thumb_img .owl-item.current .item {
  opacity: 1;
}
.product_details_thumb_img .owl-theme .owl-nav .owl-prev {
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 0px #999;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-18px);
  z-index: 2;
  float: left;
}
.product_details_thumb_img .owl-theme .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 0px #999;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-18px);
  z-index: 2;
  float: left;
}
.product_details_thumb_img .owl-theme .owl-nav [class*=owl-] i {
  font-size: 14px;
}
.product_details_thumb_img .owl-theme .owl-nav [class*=owl-]:hover {
  background: #cc2338;
}

.mz-hint, .mz-inner a {
  display: none !important;
}

.bota_product_details_box_info_price {
  display: flex;
  margin-top: 13px;
  margin-bottom: 16px;
  align-items: center;
  gap: 15px;
}
.bota_product_details_box_info_price .detail-old-price {
  font-size: 18px;
  font-weight: 500;
  color: #777;
  line-height: 1;
  text-decoration: line-through;
}
.bota_product_details_box_info_price .detail-price {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #2c82c9;
}

.detail-status {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.detail-status .label-isstock {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3fb846;
}

.bota_pr_item_icon_like {
  margin-bottom: 10px;
  font-size: 20px;
  color: red;
  display: block;
}
.bota_pr_item_icon_like i {
  color: red;
}

.bota_product_details_time_ship {
  width: 100%;
  margin-bottom: 8px;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  overflow: hidden;
}
.bota_product_details_time_ship .bota_product_details_icons {
  width: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  border-right: solid 1px #e1e1e1;
  font-size: 16px;
  height: 40px;
}
.bota_product_details_time_ship .bota_product_details_text {
  width: calc(100% - 40px);
  float: left;
  line-height: 40px;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.bota_product_details_time_ship .bota_product_details_icons i {
  line-height: 40px;
}

.bota_product_details_addon {
  display: flex;
  margin-bottom: 30px;
}
.bota_product_details_addon input {
  width: 18px;
  height: 18px;
  border: solid 2px #999;
  margin-right: 10px;
}
.bota_product_details_addon .content-addon {
  width: calc(100% - 28px);
  float: left;
  font-size: 16px;
  margin: 0;
}

.bota_product_details_box_info .bota_product_details_buynow {
  margin-bottom: 20px;
  overflow: hidden;
}
.bota_product_details_box_info .bota_product_details_buynow a {
  width: calc(50% - 5px);
  float: left;
  padding: 15px 0px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  background: #007bff;
  margin-bottom: 10px;
  line-height: 1;
}
.bota_product_details_box_info .bota_product_details_buynow a span {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
}
.bota_product_details_box_info .bota_product_details_buynow a:nth-child(1) {
  width: 100%;
  background: #cc2338;
}
.bota_product_details_box_info .bota_product_details_buynow a:nth-child(2) {
  margin-right: 10px;
  background: #007bff !important;
}

.bota_product_details_phone span {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.bota_product_details_phone span b {
  color: #cc2338;
}

.bota_block_adv_right a {
  margin-bottom: 12px;
  display: block;
}

.product_details_content {
  margin-bottom: 47px;
}

.bota_content_tab_detail {
  background: #fff;
  padding: 25px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  line-height: 1.45;
}
.bota_content_tab_detail table {
  border-collapse: collapse;
}
.bota_content_tab_detail h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  margin: 0.67em 0;
}
.bota_content_tab_detail h2 {
  display: block;
  font-size: 21px;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  margin: 0.83em 0;
}
.bota_content_tab_detail h3 {
  display: block;
  font-size: 18px;
  -webkit-margin-before: 16px;
  -webkit-margin-after: 16px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
.bota_content_tab_detail h4 {
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  font-size: 16px;
}
.bota_content_tab_detail ul {
  padding-left: 40px !important;
  margin: 16px 0;
  list-style: initial;
}
.bota_content_tab_detail ul li {
  list-style: initial !important;
}
.bota_content_tab_detail ol {
  padding-left: 40px !important;
  margin: 16px 0;
  list-style: decimal !important;
}
.bota_content_tab_detail ol li {
  list-style: initial !important;
  list-style-type: decimal !important;
}
.bota_content_tab_detail p {
  margin: 16px 0;
  font-size: 16px;
}
.bota_content_tab_detail li {
  font-size: 16px;
}
.bota_content_tab_detail table {
  border-collapse: collapse;
}
.bota_content_tab_detail table td, .bota_content_tab_detail table th {
  border: solid 1px #ddd;
  padding: 5px;
}
.bota_content_tab_detail a {
  font-size: initial;
  color: #4285f4;
}
.bota_content_tab_detail table td img {
  max-width: 9999px;
}
.bota_content_tab_detail iframe {
  max-width: 100% !important;
}

.bota_product_detail_best {
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
}

.bota_product_detail_best_title {
  background: #cc2338;
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.bota_product_detail_best .bota_product_detail_best_list p {
  width: 100%;
  float: left;
  padding: 10px;
  border-bottom: solid 1px #e1e1e1;
  font-size: 16px;
  margin-bottom: 0;
}
.bota_product_detail_best .bota_product_detail_best_list p:last-child {
  border: none;
}

.bota_product_detail_service {
  width: 100%;
  float: left;
  margin-bottom: 12px;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
}
.bota_product_detail_service p {
  width: 100%;
  float: left;
  display: flex;
  padding: 10px;
  line-height: 1.3;
  border-bottom: solid 1px #e1e1e1;
}
.bota_product_detail_service p:last-child {
  border: none;
}
.bota_product_detail_service p .bota_product_detail_icons {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
  background: url(../imgs/sprite-2021.png) no-repeat;
  vertical-align: middle;
  background-position: -205px 0px;
}
.bota_product_detail_service p .bota_product_detail_text {
  width: calc(100% - 26px);
  float: left;
  font-size: 16px;
}

.bota_product_detail_store {
  margin-bottom: 12px;
}
.bota_product_detail_store p {
  width: 100%;
  font-size: 15px;
  color: #b17b14;
  font-weight: 700;
  margin-bottom: 5px;
}
.bota_product_detail_store .bota_product_detail_boxs {
  width: 100%;
  padding: 20px;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  overflow: hidden;
}
.bota_product_detail_store .bota_product_detail_texts {
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  color: #cc2338;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.bota_product_detail_store .bota_product_detail_boxs a {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  background: #cc2338;
  color: #fff;
  text-transform: uppercase;
}

.bota_title_pages h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #cc2338;
}

.bota_support_footer {
  padding: 45px 0px;
  background: #cc2338;
  margin-bottom: 15px;
}
.bota_support_footer .form_1title_ {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.bota_support_footer #formCustom_1 {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .bota_support_footer #formCustom_1 {
    flex-wrap: wrap;
  }
}
.bota_support_footer #formCustom_1 label {
  display: none;
}
.bota_support_footer #formCustom_1 input {
  width: 140px;
  margin: 0px 8px;
  border: none;
  height: 40px;
  padding: 0px 10px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .bota_support_footer #formCustom_1 input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.bota_support_footer #formCustom_1 button {
  margin: 0px 8px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 3px;
  background: #f1ba47;
  color: #000;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .bota_support_footer #formCustom_1 button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.bota_support_note {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  white-space: pre-line;
}

.bota_product_contact_purchases ul li {
  list-style: none !important;
}
.bota_product_contact_purchases > ul {
  padding-left: 0 !important;
}

.bota_products_contact_purchases_body ul {
  padding-left: 0 !important;
}

.bota_products_filter {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.bota_products_filter .bota_child_category {
  width: calc((100% - 30px) / 12 * 3);
  margin-right: 10px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .bota_products_filter .bota_child_category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.bota_products_filter .bota_child_category h1 {
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #cb2438;
}
.bota_products_filter .bota_wrap_list a {
  text-transform: uppercase;
  font-size: 13px;
  color: #555555;
  display: block;
  padding: 10px 13px;
  transition: all 0.3s;
}
.bota_products_filter .bota_wrap_list a:hover {
  color: #fff;
  background: #cb2438;
}
.bota_products_filter .bota_filter_short {
  width: calc((100% - 30px) / 12 * 9 + 20px);
  background: #fff;
  padding: 12px 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .bota_products_filter .bota_filter_short {
    width: 100%;
  }
}
.bota_products_filter .bota_filter_short .filter-short {
  width: calc((100% - 10px) / 9 * 2);
}
@media only screen and (max-width: 768px) {
  .bota_products_filter .bota_filter_short .filter-short {
    width: 100%;
  }
}
.bota_products_filter .bota_filter_short .filter-short select {
  height: 40px;
  width: 100%;
  display: block;
  border-radius: 5px;
  border: solid 1px #c1c1c1;
  color: #555;
  margin-top: 34px;
}
.bota_products_filter .bota_block_products_search {
  width: calc((100% - 10px) / 9 * 7);
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .bota_products_filter .bota_block_products_search {
    width: 100%;
  }
}
.bota_products_filter .bota_block_products_search .bota_block_titles h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 500;
  margin-bottom: 13px;
}
.bota_products_filter .bota_block_products_search .search-properties li {
  border: none;
  color: #555555;
  margin-right: 35px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
}
.bota_products_filter .bota_block_products_search .search-properties li input {
  display: none;
}
.bota_products_filter .bota_block_products_search .search-properties li label {
  margin-bottom: 0;
  cursor: pointer;
}

.product_details_big_img .icon-sale {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  z-index: 999;
}
.product_details_big_img .icon-sale .new_product {
  padding-top: 5px;
  padding-right: 10px;
}
.product_details_big_img .icon-sale .hot_product {
  padding-right: 10px;
}

.discount_product2 {
  position: relative;
}
.discount_product2 span {
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}

.bota_product_details_box_info h1 {
  font-size: 24px;
  padding-top: 15px;
  font-weight: bold;
}

.bota_product_details_page {
  margin-top: 15px;
}

.bota_banner_category img {
  margin: auto;
  display: block;
  width: 100%;
}

.bota_block_category_wrap_list .bota_block_category_wrap_lv1 .item-lv1:hover .bota_block_category_wrap_lv2 {
  visibility: visible;
  opacity: 1;
  left: calc(100% - 10px);
}

.bota_feedback_home {
  padding: 115px 0 170px 0;
  position: relative;
}
.bota_feedback_home .feedback_img {
  position: absolute;
  right: 215px;
  bottom: 0px;
}
.bota_feedback_home .feedback_img img {
  max-width: 85%;
}
.bota_feedback_home:before {
  position: absolute;
  content: "";
  width: 650px;
  height: 100%;
  background: #ffad37;
  top: 0px;
  right: 0px;
}
.bota_feedback_home .feedback_body_main {
  position: relative;
  display: block;
  max-width: 485px;
  width: 100%;
}
.bota_feedback_home .owl-carousel .owl-nav .owl-prev {
  top: 120%;
}
.bota_feedback_home .owl-carousel .owl-nav .owl-next {
  top: 120%;
  left: 90px;
}
.bota_feedback_home .feedback_item {
  text-align: left;
}
.bota_feedback_home .feedback_item .content .info {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #000;
  line-height: 1.7;
  font-size: 20px;
  margin-bottom: 40px;
}
.bota_feedback_home .feedback_item .content h3 {
  font-size: 20px;
  color: #000;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: capitalize;
}
.bota_feedback_home .feedback_item .content .quote {
  width: 114px;
  height: 116px;
  line-height: 116px;
  display: inline-block;
  background: url(../imgs/icon-bg-5.png) no-repeat;
  margin-bottom: 40px;
  text-align: center;
}
.bota_feedback_home .feedback_item .content .quote svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  transform: rotateY(180deg);
}

.bota_contact_page .contact_info_company .title h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Arial", "Helvetica", sans-serif;
  margin-bottom: 15px;
}
.bota_contact_page .contact_info_company li {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.bota_contact_page .contact_info_company li i.bi {
  color: #000;
  margin-right: 5px;
  font: 18px;
}
.bota_contact_page_maps iframe {
  width: 100% !important;
}
.bota_contact_page_info {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  background: unset;
  padding: 0;
  border: unset;
}
.bota_contact_page #form_contact textarea#txtContent {
  border: 1px solid #ddd;
  height: 105px;
  border-radius: 0;
  font-size: 14px;
  line-height: 19px;
  color: #26384E;
  padding: 15px 10px !important;
}
.bota_contact_page #form_contact .form-control::-moz-placeholder {
  color: #26384E;
}
.bota_contact_page #form_contact .form-control::placeholder {
  color: #26384E;
}
.bota_contact_page #form_contact input {
  height: 44px;
  border-radius: 0;
  font-size: 14px;
  line-height: 19px;
  color: #26384E;
}
.bota_contact_page #form_contact #btnSent {
  background: #cc2338;
  height: 44px;
  min-width: 117px;
  border: none;
  color: #fff;
  text-align: center;
  outline: none;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.08em;
}
.bota_contact_page #form_contact #btnSent:hover {
  background: #f1ba47;
}

.bota_contact_page .bota_title_page h1 {
  color: #000;
}

.bota_contact_page_box {
  background-color: #fff;
  padding: 25px 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.bota_video_home_main {
  padding: 20px 0px;
  background: #fff;
}
.bota_video_home_main .bota_video_home_content {
  overflow: hidden;
}
.bota_video_home_main .bota_video_home_left {
  width: 796px;
  float: left;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .bota_video_home_main .bota_video_home_left {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    float: none;
  }
}
.bota_video_home_main .bota_video_home_right {
  width: calc(100% - 808px);
  float: right;
  overflow-y: auto;
  max-height: 478px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .bota_video_home_main .bota_video_home_right {
    width: 100%;
    float: none;
  }
}
.bota_video_home_main .bota_video_home_right .item {
  margin-bottom: 12px;
  overflow: hidden;
}
.bota_video_home_main .bota_video_home_right .item:last-child {
  margin-bottom: 0;
}
.bota_video_home_main .bota_video_home_right .item iframe {
  float: left;
  margin-right: 12px;
  border: none;
}
.bota_video_home_main .bota_video_home_right .item .bota_video_home_right_info {
  width: calc(100% - 204px);
  float: left;
}
.bota_video_home_main .bota_video_home_right .item .bota_video_home_right_info .bota_video_home_right_name {
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.bota_video_home_main .bota_video_home_right .item .bota_video_home_right_info .bota_video_home_right_name:hover {
  color: #cc2338;
}

.bota_home_readmore {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bota_home_readmore a {
  font-size: 16px;
  font-weight: 300;
  color: #555555;
}
.bota_home_readmore a:hover {
  color: #cc2338;
}
.bota_home_readmore a i {
  margin-left: 5px;
}

.bota_title_homes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .bota_title_homes {
    justify-content: center;
  }
}
.bota_title_homes h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .bota_title_homes h2 {
    margin-bottom: 15px;
  }
}

.bota_link_homes_right {
  display: flex;
  justify-content: center;
}
.bota_link_homes_right a {
  width: 170px;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #cc2338;
}
.bota_link_homes_right .text_link_right {
  width: 144px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  background: #f7f7f7;
}
.bota_link_homes_right .text_link_right i {
  color: #cc2338;
  margin-right: 5px;
}

.bota_video_item {
  position: relative;
}
.bota_video_item .bota_video_item_img {
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.bota_video_item .bota_video_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bota_video_item .bota_video_item_content h3 {
  font-size: 16px;
}
.bota_video_item .bota_video_item_content h3:hover a {
  color: #cb2438;
}

/*== Edit By DTM Reponsive ===*/
@media only screen and (max-width:1024px) {
  .container {
    max-width: 100%;
  }
  /*=== Menu Mobile ===*/
  .hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    text-transform: uppercase;
  }
  .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #fff;
    z-index: 9;
  }
  .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #242424;
  }
  .hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item, .hc-offcanvas-nav ul.bottom-nav, .hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
    border-color: #3c3c3c;
  }
  /*=== End Menu Mobile ===*/
  .category_select_top .owl-carousel .card_item_short .box_inner_text {
    padding: 190px 0px 220px 0px;
    max-width: 425px;
  }
  .category_select_top .owl-carousel .card_item_short .box_inner_text .title {
    font-size: 30px;
  }
  .category_select_top .owl-carousel .card_item_short .box_inner_text .info {
    font-size: 14px;
  }
  .category_select_top .owl-carousel .card_item_short .box_inner_text .view-more a {
    font-size: 16px;
    padding: 15px 25px;
  }
  .category_select_top .owl-carousel .card_item_short .box_inner_img img {
    max-width: 79%;
  }
  .category_select_bottom .box_card .main_right {
    padding: 17px;
  }
  .category_select_bottom .box_card .main_right h2 {
    font-size: 20px;
  }
  .category_select_bottom .box_card .main_right .info {
    line-height: 1.6;
  }
  .bota_block_adv_service .bota_title_home {
    width: 100%;
  }
  .bota_block_adv_service .service_item_short h3 a {
    min-height: 60px;
  }
  .bota_feedback_home:before, .bota_feedback_home .feedback_img {
    display: none;
  }
  .bota_feedback_home .owl-carousel .owl-nav .owl-prev {
    left: 15px;
  }
  .bota_feedback_home .owl-carousel .owl-nav .owl-next {
    left: 110px;
  }
  .bota_album_cate_box .owl-carousel .owl-nav .owl-prev {
    left: -326px;
    top: 70%;
  }
  .bota_album_cate_box .owl-carousel .owl-nav .owl-next {
    left: -230px;
    top: 70%;
  }
  .bota_news_cat_box .bota_news_item_content .short {
    font-size: 14px;
  }
  .bota_footer_bottom .footer_title {
    margin-top: 0;
  }
}
@media only screen and (max-width:991px) {
  .bota_header_from_search #search-box .bota_header_search_inp input {
    width: auto;
    height: 42px;
  }
  .bota_header_from_search #search-box .bota_header_search_inp #BNC_btn_search {
    right: 14%;
  }
  .bota_header_phone {
    display: none;
  }
  .bota_header_top_row {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .bota_header_right {
    display: grid;
    grid-template-columns: 51% 16% 24%;
    color: white;
    margin-right: 0;
    grid-gap: 4%;
    align-items: center;
  }
  .bota_header_right .login {
    text-transform: inherit;
    margin: auto;
  }
  .bota_cart_main {
    margin: 0;
  }
  .bota_header_search_btn {
    margin: auto;
  }
  #menu-mobile {
    display: none;
  }
  .bota_menu_list {
    display: flex;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
  }
  .bota_menu_list::-webkit-scrollbar {
    display: none;
  }
  .bota_menu_list li {
    display: inline-block;
    text-align: center;
    margin: auto 15px;
  }
  .bota_menu_list li:first-child {
    margin-left: 0;
  }
  .list_menu ul li a {
    font-size: 15px;
    margin-right: 0px;
    white-space: nowrap;
  }
  .category_select_top .owl-carousel .active .card_item_short .box_inner_img {
    transform: translateY(-167px);
  }
  .category_select_top .owl-carousel .card_item_short .box_inner_img {
    right: -90px;
    max-width: 400px;
  }
  .category_select_right .card_item_text {
    padding-top: 0;
  }
  .bota_block_adv {
    padding-bottom: 105px;
  }
  .bota_block_adv_feature div.col-md-6:not(:last-child) {
    margin-bottom: 30px;
  }
  .bota_block_adv_service {
    padding: 115px 0 75px 0;
  }
  .bota_block_adv_service .col-md-6 {
    margin-bottom: 50px;
  }
  .bota_block_adv_service .service_item_short h3 a {
    min-height: unset;
  }
  .bota_block_adv_form .contact_info {
    padding-bottom: 0;
  }
  .bota_product_home_cate .bota_home_catepr_box .bota_title_home {
    width: 70%;
  }
  .bota_news_cat_box .bota_news_item {
    padding: 0;
  }
  .bota_news_cat_box .bota_news_item_content {
    padding: 0 10px 10px 10px;
  }
  .bota_news_cat_box .bota_news_item_content h3 a {
    font-size: 14px;
    min-height: 62px;
  }
  .bota_news_cat_box .bota_news_item_content .short {
    font-size: 13px;
  }
  .bota_footer_top .col-xl-4 {
    margin-bottom: 30px;
  }
  .bota_footer_top .box_inner h2 {
    text-align: center;
  }
  .bota_footer_top .subscribe_inner #formCustom_2 {
    text-align: center;
  }
  .bota_footer_bottom .col-md-6 {
    margin-bottom: 30px;
  }
  .bota_footer_bottom .info_compnay.box_time .box_inner {
    position: static;
  }
}
@media only screen and (max-width:767px) {
  .bota_video_home_main .bota_video_home_left iframe {
    height: 250px;
    width: 100%;
  }
  .bota_content_tab_detail img {
    height: auto !important;
    max-width: 100% !important;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .bota_header_top #logo img {
    transform: translateX(25%);
  }
  .bota_header_top .bota_action > li:nth-child(1) {
    display: none;
  }
  .category_select_top .owl-carousel .card_item {
    height: 100vh;
  }
  .category_select_top .owl-carousel .card_item img {
    height: 100%;
  }
  .category_select_top .owl-carousel .card_item_short .box_inner_img {
    display: none;
  }
  .category_select_right ul > li:nth-child(2) {
    margin-bottom: 60px;
  }
  .category_select_bottom ul li .box_card .main_left:before {
    display: none;
  }
  .category_select_bottom ul li .box_card .main_left .item {
    flex-direction: column;
  }
  .category_select_bottom ul li .box_card .main_left .item img {
    width: 100% !important;
  }
  .category_select_bottom ul li .box_card .main_left .item img:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
  .bota_product_home_cate .bota_home_catepr_box .owl-carousel.owl-theme .owl-nav {
    display: none;
  }
  .bota_block_adv_form .main_form, .bota_block_adv_form .contact_info {
    padding: 40px 15px;
  }
  .bota_feedback_home .feedback_item {
    width: 100%;
  }
  .bota_feedback_home .feedback_item .content .info {
    font-size: 14px;
  }
  .bota_feedback_home .feedback_item .content h3 {
    font-size: 16px;
  }
  .bota_album_cate_box .owl-carousel .owl-nav {
    display: none;
  }
  .bota_album_cate_box .project_tab ul.nav {
    justify-content: end;
  }
  .bota_album_cate_box .project_tab ul.nav li {
    margin: 0 20px 20px 0;
  }
  .bota_album_cate_box .project_tab .tab-content {
    margin-right: 0;
  }
  .bota_footer_top .subscribe_inner #formCustom_2 input {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .bota_footer_top .subscribe_inner #formCustom_2 button {
    width: 100%;
  }
  #fast-dialog {
    width: 100%;
    padding: 20px 10px;
  }
  .mfp-close-btn-in .mfp-close {
    right: -1px !important;
  }
}/*# sourceMappingURL=style.css.map */