/*!
 * Bootstrap v4.3.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 {
  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]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
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: "\2014\00A0";
}
.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-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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%;
}
.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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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: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::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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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 {
  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;
}
.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.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((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background:
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%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);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.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 ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.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 ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.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;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.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((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background:
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23dc3545%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23dc3545%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%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);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.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 ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.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 ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.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;
  -webkit-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 auto;
  width: 1%;
  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:notranslate(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:notranslate(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;
  z-index: -1;
  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 {
  color: #6c757d;
}
.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%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: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-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-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 {
  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: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-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;
  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 {
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  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 {
  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 viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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 viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  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: 2;
  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: 1;
  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;
  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 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;
  margin-bottom: -1px;
  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 {
  margin-bottom: 0;
  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-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 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;
  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-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: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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) * -1);
}
.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) * -1);
  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) * -1);
}
.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) * -1);
  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%;
  -webkit-backface-visibility: hidden;
  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: 0s 0.6s opacity;
}
@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=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%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: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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;
}
.w-min-content {
  width: -webkit-min-content !important;
  width: min-content !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;
}
.color-white {
  color: #fff !important;
}
.color-primary {
  color: #007bff !important;
}
a.color-primary:focus,
a.color-primary:hover {
  color: #0056b3 !important;
}
.color-secondary {
  color: #6c757d !important;
}
a.color-secondary:focus,
a.color-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;
}
.color-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:"fontello";src:url(/static/media/fontello.d35b439b37aa89f1816f.eot);src:url(/static/media/fontello.d35b439b37aa89f1816f.eot#iefix) format("embedded-opentype"),url(/static/media/fontello.454f96b7975562140784.woff2) format("woff2"),url(/static/media/fontello.0ea86656f8f32616b5ef.woff) format("woff"),url(/static/media/fontello.6f5c874950808629a643.ttf) format("truetype"),url(/static/media/fontello.cd9ad9f3e050a04dfeb5.svg#fontello) format("svg");font-weight:normal;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-barcode:before{content:""}.icon-preview:before{content:""}.icon-clock:before{content:""}.icon-clock-fill:before{content:""}.icon-rent:before{content:""}.icon-sale:before{content:""}.icon-arrow-right:before{content:""}.icon-earth:before{content:""}.icon-similar:before{content:""}.icon-email-fill:before{content:""}.icon-email:before{content:""}.icon-arrow-down-dot:before{content:""}.icon-empty-search:before{content:""}.icon-history:before{content:""}.icon-equipment-accessories:before{content:""}.icon-arrow-up-dot:before{content:""}.icon-line:before{content:""}.icon-location:before{content:""}.icon-arrow-up:before{content:""}.icon-menu:before{content:""}.icon-pdf:before{content:""}.icon-arrow-left-dot:before{content:""}.icon-print:before{content:""}.icon-profile:before{content:""}.icon-hamburger-menu:before{content:""}.icon-active:before{content:""}.icon-change-password:before{content:""}.icon-search:before{content:""}.icon-share:before{content:""}.icon-shop:before{content:""}.icon-space:before{content:""}.icon-time:before{content:""}.icon-related:before{content:""}.icon-plus:before{content:""}.icon-twitter:before{content:""}.icon-wish-list:before{content:""}.icon-yelp:before{content:""}.icon-minus:before{content:""}.icon-more-circle:before{content:""}.icon-add-card:before{content:""}.icon-confirmation:before{content:""}.icon-empty:before{content:""}.icon-delet:before{content:""}.icon-download:before{content:""}.icon-reports:before{content:""}.icon-log-out:before{content:""}.icon-open:before{content:""}.icon-next-slide:before{content:""}.icon-medical-la:before{content:""}.icon-doctor:before{content:""}.icon-sofa:before{content:""}.icon-medical-atlanta:before{content:""}.icon-location-fill:before{content:""}.icon-recently-viewed:before{content:""}.icon-add-misc:before{content:""}.icon-close-circle:before{content:""}.icon-user-info:before{content:""}.icon-arrow-circle-right:before{content:""}.icon-arrow-circle-left:before{content:""}.icon-available:before{content:""}.icon-tick:before{content:""}.icon-tick-fill-circle:before{content:""}.icon-close-circle-fill:before{content:""}.icon-next-first:before{content:""}.icon-next-last:before{content:""}.icon-prev-left:before{content:""}.icon-prev-right:before{content:""}.icon-list:before{content:""}.icon-grid:before{content:""}.icon-unavailable:before{content:""}.icon-wish-list-fill:before{content:""}.icon-linkedin:before{content:""}.icon-snapchat:before{content:""}.icon-whatsapp:before{content:""}.icon-arrow-right-dot:before{content:""}.icon-youtube:before{content:""}.icon-edit:before{content:""}.icon-dribble:before{content:""}.icon-facebook:before{content:""}.icon-gmail:before{content:""}.icon-phone-fill:before{content:""}.icon-misc:before{content:""}.icon-close:before{content:""}.icon-instagram:before{content:""}.icon-phone:before{content:""}.icon-little-access:before{content:""}.icon-report:before{content:""}.icon-no-access:before{content:""}.icon-facebook-fill:before{content:""}.icon-linkedin-fill:before{content:""}.icon-email-fill-1:before{content:""}.icon-yelp-fill:before{content:""}.icon-twitter-fill:before{content:""}.icon-call-fill:before{content:""}.icon-calendar-fill:before{content:""}.icon-time-fill:before{content:""}.icon-youtube-fill:before{content:""}.icon-skype-fill:before{content:""}.icon-whatsap-fill:before{content:""}.icon-full-screen:before{content:""}.icon-instagram-fill:before{content:""}.icon-my-account-border:before{content:""}.icon-info-fill:before{content:""}.icon-info-border:before{content:""}.icon-warning-border:before{content:""}.icon-warning-fill:before{content:""}.icon-copy:before{content:""}.icon-password-sent-to-email:before{content:""}.icon-created-password:before{content:""}.icon-more:before{content:""}.icon-kit:before{content:""}.icon-id-card:before{content:""}.icon-colorful-pointer{cursor:pointer}.icon-button-container{margin:auto 0}.icon-common-style,.icon-default-style,.icon-colorful-style{display:flex;align-items:center;justify-content:center}.icon-colorful-style{color:#b08030}.icon-default-style{color:#fff}.icon-disable-style{color:#9b9b9b;cursor:default !important}.icon-tiny-style{width:.8rem;height:.8rem}.icon-middle-style{width:1rem;height:.8rem}.icon-small-style{width:1.2rem;height:1.2rem}.icon-medium-style{width:1.6rem;height:1.6rem}.icon-large-style{width:2rem;height:2rem}.icon-xLarge-style{width:2.8rem;height:2.8rem}.icon-largeFHD-style{width:3.2rem;height:3.2rem}.icon-xLargeFHD-style{width:4rem;height:4rem}.icon-2xLargeFHD-style{width:4.5rem;height:4.5rem}.icon-giant-style{width:6.3rem;height:6.3rem}.icon-rtImage-style{width:17.2rem;height:4.5rem}.icon-largeImage-style{width:32.5rem;height:8.5rem}.icon-icon-style{width:25.9rem;height:3.8rem}.icon-tiny-font{font-size:.8rem;width:.8rem;height:.8rem}.icon-middle-font{font-size:1rem;width:1rem;height:1rem}.icon-small-font{font-size:1.2rem;width:1.2rem;height:1.2rem}.icon-ordinary-font{font-size:1.4rem;width:1.4rem;height:1.4rem}.icon-medium-font{font-size:1.6rem;width:1.6rem;height:1.6rem}.icon-xMedium-font{font-size:1.8rem;width:1.8rem;height:1.8rem}.icon-large-font{font-size:2rem;width:2rem;height:2rem}.icon-lLarge-font{font-size:2.4rem;width:2.4rem;height:2.4rem}.icon-xLarge-font{font-size:2.8rem;width:2.8rem;height:2.8rem}.icon-largeFHD-font{font-size:3.2rem;width:3.2rem;height:3.2rem}.icon-xLargeFHD-font{font-size:4rem;width:4rem;height:4rem}.icon-2xLargeFHD-font{font-size:4.5rem;width:4.5rem;height:4.5rem}.icon-giant-font{font-size:7.5rem;width:7.5rem;height:7.5rem}@font-face{font-family:"Anton";src:local("Anton"),url(/static/media/Anton-Regular.7936634cc6cbd3b26380.ttf) format("truetype")}@font-face{font-family:"Poppins";src:local("Poppins"),url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf) format("truetype")}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}html,body{width:100%;height:100%}body{margin:0;font:normal 300 1.4rem/1.86 Urbanist;font-family:"Poppins",sans-serif;color:#fdfdfd;background-color:#120b00;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-ms-overflow-x:hidden;overflow-y:auto;-ms-overflow-y:auto;font-size:1.4rem;line-height:24px;font-weight:400;overflow-y:scroll !important}h1,h2,h3{font-family:"Anton",sans-serif !important;font-weight:normal !important;letter-spacing:.5px}@media(-ms-high-contrast: active),(-ms-high-contrast: none){body{overflow-y:scroll !important}}#root{overflow-x:hidden}::selection{color:#fff;background-color:#b08030}::-webkit-scrollbar{width:.6rem;height:1rem}::-webkit-scrollbar-thumb{background-color:rgba(176,128,48,.3);border-radius:3rem}::-webkit-scrollbar-track{background-color:#120b00;border-radius:0 .6rem .6rem 0}::-webkit-scrollbar-track:hover{background-color:#120b00}::-webkit-scrollbar-thumb:hover{background-color:#b08030;border-color:rgba(0,0,0,0)}::-webkit-scrollbar-button{display:none}input[type=date]{position:relative;padding-left:1.8rem;padding-right:3.6rem;background:url(/static/media/calendar-Icon.96b5ba4eaed469b35c26.svg) no-repeat right 8px center;background-size:2rem 2rem}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;cursor:pointer}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-clear-button{display:none}p{margin-bottom:0;font-size:1.6rem;line-height:24px}@media screen and (max-width: 575px){p{font-size:1.4rem;line-height:24px}}small{font-size:1.2rem;line-height:24px}ul,ol{list-style:none;padding:0;margin:0}b,strong{font-weight:600}em,i{font-style:italic}hr{border:none;border-top:1px solid rgba(255,255,255,.2)}sub,sup{position:relative;font-size:70%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{display:block;max-width:100%;height:auto;object-position:center}.animated-image-wrapper{width:100%;height:100%;align-content:center;justify-items:center}button{-webkit-appearance:none;border:none;background-color:rgba(0,0,0,0)}.bg-light{background-color:#fff !important}.bg-gray{background-color:#dcdde1 !important}.bg-primary{background-color:#b08030 !important}.bg-secondary{background-color:#fff !important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}input:-internal-autofill-selected{background-color:rgba(0,0,0,0) !important}.bg-overlay{position:relative}.bg-overlay:before{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:.3;background-color:#333}.bg-overlay .container,.bg-overlay .container-fluid{position:relative;z-index:2}.owl-dots{line-height:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-dots .owl-dot span{width:8px;height:8px;margin:5px 6px;border:.1rem solid #d7d7d7;background:rgba(0,0,0,0);display:block;-webkit-backface-visibility:visible;transition:all .4s ease;border-radius:30px}.owl-dots .owl-dot:hover span{border-color:#ccc;background:#b08030}.owl-dots .owl-dot.active span{width:18px;border-color:#ccc;background:#b08030}.font-icon-common-style{font-family:"fontello";font-style:normal;font-weight:normal;speak:"never";text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em;margin-left:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0)}.label-tag{background-color:#120b00;width:-webkit-fit-content;width:fit-content;padding:.2rem 1rem;border-radius:.4rem;color:#b08030;border:.1rem solid}.c-gap-4{display:flex;flex-direction:row;column-gap:.4rem}.c-gap-8{display:flex;flex-direction:row;column-gap:.8rem}.c-gap-10{display:flex;flex-direction:row;column-gap:1rem}.r-gap-4{display:flex;flex-direction:column;row-gap:.4rem}.r-gap-8{display:flex;flex-direction:column;row-gap:.8rem}.r-gap-10{display:flex;flex-direction:column;row-gap:1rem}.img-gradient-overlay{border-radius:.8rem;position:absolute;inset:0;background:linear-gradient(176.24deg, rgba(0, 45, 91, 0.3) -5.65%, rgba(0, 45, 91, 0.3) 8.71%, rgba(0, 95, 193, 0.018) 160.31%)}.img-gradient-overlay-ab{border-radius:1.5rem;position:absolute;inset:0;background:linear-gradient(360deg, rgba(0, 45, 91, 0.8) -25.46%, rgba(0, 45, 91, 0.8) -19.37%, rgba(0, 95, 193, 0.048) 122.32%)}.filter-gold{filter:hue-rotate(180deg) saturate(2) brightness(1.1) sepia(0.6)}.back-card-abs{position:absolute;background-color:rgba(194,200,206,.2);border:.1rem solid rgba(194,200,206,.2);border-radius:.8rem;z-index:-1;width:100%}.custom-checkbox{accent-color:#000;appearance:none;-webkit-appearance:none;width:22px;height:22px;border:1px solid #fff;border-radius:6px;position:relative;background:#000}.custom-checkbox:checked::after{content:"✓";position:absolute;color:#fff;font-size:14px;font-weight:bold;top:50%;left:50%;transform:translate(-50%, -50%);text-shadow:0 1px 2px rgba(0,0,0,.3)}.tier-badge{background-color:rgba(255,255,255,.08);padding:.2rem .4rem;margin-right:.4rem;border-radius:.4rem}.main-label-wrapper{position:relative}.main-label-wrapper .label-original{width:100%;overflow:hidden}.main-label-wrapper .label-original .label-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-label-wrapper .label-expand{display:none;position:absolute;top:100%;left:0;right:0;padding:.6rem .8rem;background:#120b00;border-radius:.8rem;box-shadow:0px 2px 8px 0px rgba(255,255,255,.17);z-index:1;height:auto !important;height:initial !important}.main-label-wrapper .label-expand .label-text{white-space:normal}.main-label-wrapper:hover .label-expand{display:block}.new-arr-title{letter-spacing:2px}.map-wrapper{position:relative;width:100%;height:100%;border-radius:2.5rem;overflow:hidden}@media screen and (max-width: 575px){.map-wrapper.fullscreen-map .leaflet-control{margin-top:50px !important}}.map-wrapper .leaflet-container{width:100%;height:100%}.map-wrapper .leaflet-control-zoom-fullscreen{border:none;border-color:rgba(0,0,0,0) !important}.map-wrapper .leaflet-control-zoom-fullscreen img{margin:auto;height:100%}.map-wrapper .leaflet-control-attribution{font-size:5px;opacity:0}.map-wrapper .leaflet-control-zoom-in{display:none !important}.map-wrapper .leaflet-control-zoom-out{display:none !important}.map-wrapper .map-overlay{position:absolute;inset:0;z-index:400;background:rgba(176,128,48,.2)}.map-wrapper .open-map-btn{position:absolute;left:1rem;bottom:0;z-index:400;padding:0;margin:0;min-width:0 !important;min-width:initial !important;height:2rem}.map-wrapper .open-map-btn img{height:1.5rem}.title-with-star{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#b08030;position:relative;gap:.8rem;margin-bottom:1.6rem}@media screen and (max-width: 575px){.title-with-star{margin-bottom:1rem}}.title-with-star .star-icon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.title-with-star .title-with-star-text{font-size:1.8rem}@media screen and (max-width: 575px){.title-with-star .title-with-star-text{font-size:1.6rem}}.asset-imgs-abs{position:absolute}.position-top-left{top:-10rem;left:0;animation:topLeftShift 12s infinite}.position-bottom-left{bottom:-10rem;left:0;animation:bottomLeftShift 12s infinite}.position-bottom-middle{bottom:0;left:30%;animation:bottomMidShift 12s infinite}.position-bottom-right{bottom:0;right:1.5rem;animation:bottomRightShift 12s infinite}.position-top-right{top:0;right:0;animation:topRightShift 12s infinite}.asset-imgs-abs:nth-child(2){animation-delay:1s}.asset-imgs-abs:nth-child(3){animation-delay:2s}.asset-imgs-abs:nth-child(4){animation-delay:3s}.asset-imgs-abs:nth-child(5){animation-delay:4s}@keyframes topLeftShift{0%,100%{transform:scaleY(1) scaleX(1)}25%{transform:scaleY(1) scaleX(1.1);left:1rem}50%{transform:scaleY(1.1) scaleX(1);left:0}75%{transform:scaleY(1) scaleX(1.1);left:1rem}}@keyframes bottomLeftShift{0%,100%{transform:scaleY(1) scaleX(1);bottom:-10rem}25%{transform:scaleY(1) scaleX(1.1);left:.5rem}50%{transform:scaleY(1.1) scaleX(1);left:0;bottom:-11rem}75%{transform:scaleY(1) scaleX(1);bottom:-10rem}}@keyframes bottomMidShift{0%,100%{transform:scaleY(1) scaleX(1)}25%{transform:scaleY(1) scaleX(1.1);left:29%}50%{transform:scaleY(1) scaleX(1);left:30%}75%{transform:scaleY(1) scaleX(1.1);left:29%}}@keyframes bottomRightShift{0%,100%{transform:scaleY(1) scaleX(1);bottom:0}25%{transform:scaleY(1.1) scaleX(1);bottom:1rem}50%{transform:scaleY(1.05) scaleX(1);bottom:.5rem}75%{transform:scaleY(1.1) scaleX(1);bottom:1rem}}@keyframes topRightShift{0%,100%{transform:scaleY(1) scaleX(1)}25%{transform:scaleY(1) scaleX(1.2);right:2rem}50%{transform:scaleY(1.1) scaleX(1.2);right:2rem}75%{transform:scaleY(1.1) scaleX(1);right:0}}@media(max-width: 768px){.asset-imgs-abs img{max-width:10rem}.asset-imgs-abs.position-top-left{top:-2rem;left:0}}.three-d-cube-container{--cube-size: 9rem;--animation-duration: 20s;perspective:1000px;width:var(--cube-size);height:var(--cube-size);margin:0 auto;transition:all 1s}.three-d-cube-container:hover{transform:scale(1.3)}.cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:rotateCube var(--animation-duration) infinite linear}.cube-face{position:absolute;width:100%;height:100%;box-shadow:0 0 20px rgba(0,0,0,.3);overflow:hidden;-webkit-backface-visibility:visible;backface-visibility:visible}.cube-face img{width:100%;height:100%;object-fit:cover;display:block}.cube-face-front{transform:rotateY(0deg) translateZ(calc(var(--cube-size) / 2))}.cube-face-back{transform:rotateY(180deg) translateZ(calc(var(--cube-size) / 2))}.cube-face-left{transform:rotateY(-90deg) translateZ(calc(var(--cube-size) / 2))}.cube-face-right{transform:rotateY(90deg) translateZ(calc(var(--cube-size) / 2))}.cube-face-top{transform:rotateX(90deg) translateZ(calc(var(--cube-size) / 2))}.cube-face-bottom{transform:rotateX(-90deg) translateZ(calc(var(--cube-size) / 2))}@keyframes rotateCube{0%{transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg)}8.3%{transform:rotateX(90deg) rotateY(180deg) rotateZ(0deg)}16.6%{transform:rotateX(180deg) rotateY(270deg) rotateZ(90deg)}25%{transform:rotateX(270deg) rotateY(360deg) rotateZ(180deg)}33.2%{transform:rotateX(360deg) rotateY(450deg) rotateZ(270deg)}41%{transform:rotateX(450deg) rotateY(540deg) rotateZ(360deg)}49.8%{transform:rotateX(540deg) rotateY(720deg) rotateZ(450deg)}58%{transform:rotateX(450deg) rotateY(540deg) rotateZ(360deg)}66.4%{transform:rotateX(360deg) rotateY(450deg) rotateZ(270deg)}75%{transform:rotateX(270deg) rotateY(360deg) rotateZ(180deg)}83%{transform:rotateX(180deg) rotateY(270deg) rotateZ(90deg)}91%{transform:rotateX(90deg) rotateY(180deg) rotateZ(0deg)}100%{transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg)}}@media(max-width: 768px){.three-d-cube-container{--cube-size: 8rem !important;--animation-duration: 25s}}@media(max-width: 480px){.three-d-cube-container{--cube-size: 6rem !important;--animation-duration: 30s}}.cube-with-shadow{filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3))}.cube-glow .cube-face{box-shadow:0 0 30px rgba(255,215,0,.4)}.light-shade-wrapper{opacity:1;animation:lightOnAnimation 15s infinite linear}@keyframes lightOnAnimation{0%{opacity:1}8%{opacity:.6}9%{opacity:1}10%{opacity:.6}11%{opacity:1}12%{opacity:.6}13%{opacity:1}14%{opacity:.6}30%{opacity:.6}31%{opacity:1}32%{opacity:.6}33%{opacity:1}52%{opacity:1}53%{opacity:.6}54%{opacity:1}55%{opacity:.6}56%{opacity:1}57%{opacity:.6}58%{opacity:1}59%{opacity:.6}60%{opacity:1}100%{opacity:1}}.opacity-4{opacity:.4}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:400;margin-bottom:0}h1,.h1{font-size:3.8rem;line-height:48px}h2,.h2{font-size:3.6rem;line-height:46px}h3,.h3{font-size:2.8rem;line-height:38px}h4,.h4{font-size:1.8rem;line-height:28px}h5,.h5{font-size:1.4rem;line-height:24px;letter-spacing:.6}h6,.h6{font-size:1.4rem;line-height:24px;letter-spacing:.4}@media screen and (min-width: 768px){h1,.h1{font-size:5.8rem;line-height:68px}h2,.h2{font-size:3.6rem;line-height:46px}h3,.h3{font-size:2.8rem;line-height:38px}h4,.h4{font-size:1.8rem;line-height:28px}h5,.h5{font-size:1.6rem;line-height:24px}h6,.h6{font-size:1.4rem;line-height:24px}}@media screen and (min-width: 992px){h1,.h1{font-size:6.8rem;line-height:78px}h2,.h2{font-size:4rem;line-height:50px}h3,.h3{font-size:3rem;line-height:40px}h4,.h4{font-size:2rem;line-height:30px}h5,.h5{font-size:1.8rem;line-height:28px}h6,.h6{font-size:1.4rem;line-height:24px}}@media screen and (min-width: 1200px){h1,.h1{font-size:8rem;line-height:90px}h2,.h2{font-size:4.2rem;line-height:52px}h3,.h3{font-size:3rem;line-height:40px}h4,.h4{font-size:2rem;line-height:34px}h5,.h5{font-size:1.8rem;line-height:28px}h6,.h6{font-size:1.6rem;line-height:24px}}a{color:#fdfdfd;text-decoration:none;transition:color .2s ease}a.color-secondary:focus,a.color-secondary:hover{color:#b08030 !important}i{transition:color .2 s ease}a:hover,a:focus{color:#b08030;text-decoration:none}a:hover i{color:#b08030}.link-underline{box-shadow:0 1px 0 0 #b08030}.color-primary{color:#b08030 !important}a.color-primary:hover{color:#fff !important;box-shadow:0 1px 0 0 #fff}.color-secondary-opc3{color:rgba(255,255,255,.3) !important}.color-green{color:#2e7d32 !important}.color-red{color:#c0392b !important}.color-secondary{color:#fff !important}.color-secondary-opc4{color:rgba(255,255,255,.4) !important}.color-accent{color:#0051a5 !important}.border-white-opc3{border-color:rgba(255,255,255,.3) !important}.color-white-opc3{color:rgba(255,255,255,.3)}.row{margin-left:-10px;margin-right:-10px}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{padding-right:10px;padding-left:10px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.container{max-width:1400px !important}.container-fluid{padding-inline:1.5rem}.page-wrapper{position:relative;display:flex;flex-direction:column;min-height:100%;transition:transform .4s ease;justify-content:space-between;min-height:100vh}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.page-wrapper{display:block}}.main{flex:1 1;width:100%;z-index:2}.sections-gap-container{gap:4rem;display:flex;flex-direction:column}@media screen and (min-width: 768px){.sections-gap-container{gap:6rem}}@media screen and (min-width: 992px){.sections-gap-container{gap:9rem}}.inline-sections-gap-container{gap:2.2rem;display:flex;flex-direction:column}@media screen and (min-width: 768px){.inline-sections-gap-container{gap:2.8rem}}@media screen and (min-width: 992px){.inline-sections-gap-container{gap:3rem}}.page-content{align-items:center;justify-content:center}@media screen and (min-width: 992px){.col-5col{flex:0 0 20%;max-width:20%}}.col-xl-5col{width:100%;padding-left:10px;padding-right:10px}.col-xl-4-5col{width:100%;padding-left:10px;padding-right:10px}.col-xl-2-5col{width:100%;padding-left:10px;padding-right:10px}.col-xl-3-5col{width:100%;padding-left:10px;padding-right:10px}@media screen and (min-width: 1200px){.container-fluid{padding-left:30px;padding-right:30px}.col-xl-5col{flex:0 0 20%;max-width:20%}.col-xl-4-5col{flex:0 0 80%;max-width:80%}.col-xl-2-5col{flex:0 0 40%;max-width:40%}.col-xl-3-5col{flex:0 0 60%;max-width:60%}.no-gutters .col-xl-2-5col{-ms-flex:0 0 calc(40% + 8px);flex-basis:calc(40% + 8px);max-width:calc(40% + 8px)}.no-gutters .col-xl-3-5col{-ms-flex:0 0 calc(60% - 8px);flex-basis:calc(60% - 8px);max-width:calc(60% - 8px)}}@media screen and (min-width: 1280px){.container{max-width:1400px}}@media screen and (min-width: 1600px){.container-fluid{padding-left:70px;padding-right:70px}.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{flex:0 0 16.666667%;max-width:16.666667%}.offset-xxl-2{margin-left:16.666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.col-xxl-5col{flex:0 0 20%;max-width:20%}.col-xxl-4-5col{flex:0 0 80%;max-width:80%}.d-xxl-block{display:block !important}.d-xxl-flex{display:flex !important}}@media screen and (min-width: 1920px){.container-fluid{max-width:1920px;margin-left:auto;margin-right:auto}}[class*=cols-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-1].owl-loaded.owl-carousel{display:block}[class*=cols-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-2].owl-loaded.owl-carousel{display:block}[class*=cols-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-3].owl-loaded.owl-carousel{display:block}[class*=cols-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-4].owl-loaded.owl-carousel{display:block}[class*=cols-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-5].owl-loaded.owl-carousel{display:block}[class*=cols-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-6].owl-loaded.owl-carousel{display:block}[class*=cols-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-7].owl-loaded.owl-carousel{display:block}[class*=cols-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-8].owl-loaded.owl-carousel{display:block}@media screen and (min-width: 480px){[class*=cols-xs-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xs-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xs-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-1].owl-loaded.owl-carousel{display:block}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xs-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-2].owl-loaded.owl-carousel{display:block}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xs-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-3].owl-loaded.owl-carousel{display:block}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xs-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-4].owl-loaded.owl-carousel{display:block}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xs-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-5].owl-loaded.owl-carousel{display:block}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xs-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-6].owl-loaded.owl-carousel{display:block}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xs-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-7].owl-loaded.owl-carousel{display:block}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xs-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xs-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width: 576px){[class*=cols-sm-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-sm-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-sm-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-1].owl-loaded.owl-carousel{display:block}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-sm-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-2].owl-loaded.owl-carousel{display:block}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-sm-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-3].owl-loaded.owl-carousel{display:block}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-sm-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-4].owl-loaded.owl-carousel{display:block}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-sm-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-5].owl-loaded.owl-carousel{display:block}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-sm-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-6].owl-loaded.owl-carousel{display:block}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-sm-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-7].owl-loaded.owl-carousel{display:block}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-sm-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-sm-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width: 768px){[class*=cols-md-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-md-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-md-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-1].owl-loaded.owl-carousel{display:block}[class*=cols-md-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-md-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-md-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-2].owl-loaded.owl-carousel{display:block}[class*=cols-md-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-md-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-md-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-3].owl-loaded.owl-carousel{display:block}[class*=cols-md-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-md-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-md-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-4].owl-loaded.owl-carousel{display:block}[class*=cols-md-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-md-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-md-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-5].owl-loaded.owl-carousel{display:block}[class*=cols-md-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-md-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-md-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-6].owl-loaded.owl-carousel{display:block}[class*=cols-md-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-md-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-md-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-7].owl-loaded.owl-carousel{display:block}[class*=cols-md-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-md-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-md-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-md-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-md-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width: 992px){[class*=cols-lg-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-lg-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-lg-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-1].owl-loaded.owl-carousel{display:block}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-lg-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-2].owl-loaded.owl-carousel{display:block}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-lg-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-3].owl-loaded.owl-carousel{display:block}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-lg-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-4].owl-loaded.owl-carousel{display:block}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-lg-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-5].owl-loaded.owl-carousel{display:block}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-lg-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-6].owl-loaded.owl-carousel{display:block}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-lg-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-7].owl-loaded.owl-carousel{display:block}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-lg-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-lg-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width: 1200px){[class*=cols-xl-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xl-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xl-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-1].owl-loaded.owl-carousel{display:block}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xl-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-2].owl-loaded.owl-carousel{display:block}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xl-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-3].owl-loaded.owl-carousel{display:block}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xl-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-4].owl-loaded.owl-carousel{display:block}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xl-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-5].owl-loaded.owl-carousel{display:block}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xl-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-6].owl-loaded.owl-carousel{display:block}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xl-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-7].owl-loaded.owl-carousel{display:block}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xl-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xl-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width: 1600px){[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xxl-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-1].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xxl-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-2].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xxl-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-3].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xxl-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-4].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xxl-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-5].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xxl-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-6].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xxl-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-7].owl-loaded.owl-carousel{display:block}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xxl-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xxl-8].owl-loaded.owl-carousel{display:block}}@media screen and (min-width: 1920px){[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1);max-width:calc(100%/1)}[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/1 - 20px*(1 - 1)/1);max-width:calc(100%/1 - 20px*(1 - 1)/1)}[class*=cols-xlst-1]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-1].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2);max-width:calc(100%/2)}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/2 - 20px*(2 - 1)/2);max-width:calc(100%/2 - 20px*(2 - 1)/2)}[class*=cols-xlst-2]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-2].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3);max-width:calc(100%/3)}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/3 - 20px*(3 - 1)/3);max-width:calc(100%/3 - 20px*(3 - 1)/3)}[class*=cols-xlst-3]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-3].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4);max-width:calc(100%/4)}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/4 - 20px*(4 - 1)/4);max-width:calc(100%/4 - 20px*(4 - 1)/4)}[class*=cols-xlst-4]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-4].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5);max-width:calc(100%/5)}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/5 - 20px*(5 - 1)/5);max-width:calc(100%/5 - 20px*(5 - 1)/5)}[class*=cols-xlst-5]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-5].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6);max-width:calc(100%/6)}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/6 - 20px*(6 - 1)/6);max-width:calc(100%/6 - 20px*(6 - 1)/6)}[class*=cols-xlst-6]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-6].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7);max-width:calc(100%/7)}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/7 - 20px*(7 - 1)/7);max-width:calc(100%/7 - 20px*(7 - 1)/7)}[class*=cols-xlst-7]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-7].owl-loaded.owl-carousel{display:block}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel{display:flex;overflow:hidden}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel>*.brand{flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8);max-width:calc(100%/8)}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel>*:not(.brand){flex-grow:0;flex-shrink:0;flex-basis:calc(100%/8 - 20px*(8 - 1)/8);max-width:calc(100%/8 - 20px*(8 - 1)/8)}[class*=cols-xlst-8]:not(.owl-loaded).owl-carousel>*:not(.brand):not(:last-child){margin-right:20px}[class*=cols-xlst-8].owl-loaded.owl-carousel{display:block}}.faq-section{position:relative}@media screen and (max-width: 575px){.faq-section{margin-top:3rem;padding-inline:0}}.faq-section .faq-cube{position:absolute;top:5rem;right:-50rem;max-width:80rem;z-index:1}.card-wrapper{border-radius:.8rem;padding:1rem}.curser-default{cursor:default}.register-card-title{text-align:center;justify-self:center;max-width:90rem;margin-bottom:2rem}.header{position:relative;z-index:4;width:100%}.header .main-header{position:relative;display:flex;flex:1 1;flex-direction:column;background:#120b00}@media screen and (max-width: 575px){.header .main-header{height:3.6rem}}.header .container{height:100%}.header .container,.header .container-fluid{position:relative;display:flex;align-items:center}.header .top-header-bar{width:100%;height:3rem;background-color:#b08030}.header .top-header-bar.unavailable{background-color:#c0392b}@media screen and (max-width: 575px){.header .top-header-bar .icon-line{width:.8rem}}.header .top-header-bar .top-header-container{display:flex;align-items:center;justify-content:space-between;flex-direction:row}.header .top-header-bar .top-header-container .more-info-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.4rem;color:#fff}.header .top-header-bar .top-header-container .header-social-icons{display:flex;align-items:center;justify-content:center;column-gap:.8rem}.header .top-header-bar .top-header-container .header-social-icons i{cursor:pointer;transition:.4s}.header .top-header-bar .top-header-container .header-social-icons i:hover{color:#fff}@media screen and (min-width: 992px){.header .top-header-bar .top-header-container .header-social-icons{column-gap:1.5rem}}.header .top-header-bar .top-header-container .week-items{width:6rem !important;min-width:6rem}.header .top-header-bar .top-header-container .week-days{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:6px}.header .top-header-bar .top-header-container .week-days.in-dropdown{flex-direction:column}.header .top-header-bar .top-header-container .week-days .day-item{display:flex;align-items:center;justify-content:center;padding-inline:4px;height:24px;border:1px solid #fff;border-radius:3px}.header .header-middle{display:flex;width:100%;height:3.6rem}.header .header-middle .logo-wrapper{display:block;flex-shrink:0}.header .header-middle .logo-wrapper .company-logo{height:2.7rem;max-width:8.7rem}.header .header-middle .header-middle-right a{font-size:1.6rem !important}.header .sticky-wrapper{height:3.8rem}.header .header-logo-left,.header .header-middle-right{display:flex;align-items:center}.header .header-middle-right{flex:1 1;justify-content:end;margin-left:auto}.header .header-middle-right>div{position:relative;padding:0 1rem}.header .header-middle-right>div::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:1.8rem;background-color:rgba(255,255,255,.3)}.header .header-middle-right>div:first-child::before{display:none}@media screen and (min-width: 992px){.header .header-middle-right>div{padding:0 3rem}.header .header-middle-right>div.cart-dropdown{padding-right:1.2rem}.header .header-middle-right>div:first-child::before{display:none}}.account-dropdown{padding:.9rem 1.5rem !important}.cart-dropdown{width:32rem !important;padding:1rem 2rem !important}.cart-dropdown .cart-dropdown-items{max-height:44rem;overflow-y:auto;width:100%}.cart-dropdown .cart-dropdown-items .pd-info .info-label{color:rgba(255,255,255,.6)}.cart-dropdown .cart-dropdown-items .pd-list-item{position:relative;display:flex;align-items:center;gap:1rem;padding-block:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.cart-dropdown .cart-dropdown-items .pd-list-item .pd-cart-details{text-align:left;padding-right:3.6rem;flex:1 1}.cart-dropdown .cart-dropdown-items .pd-list-item .pd-cart-details .info-label{color:rgba(255,255,255,.6)}.cart-dropdown .cart-dropdown-items .pd-list-item .pd-image-wrapper{height:9rem;width:9rem;max-height:9rem;background-color:#333;overflow:hidden;border-radius:.8rem}@media screen and (max-width: 575px){.cart-dropdown .cart-dropdown-items .pd-list-item .pd-image-wrapper{height:4rem;width:4rem}}.cart-dropdown .cart-dropdown-items .pd-list-item .pd-image-wrapper img{width:100%;height:100%;object-fit:cover}.cart-dropdown .cart-dropdown-items .pd-list-item .remove-button{position:absolute;top:.4rem;right:0rem}.cart-dropdown .cart-dropdown-items .pd-list-item .remove-button:hover,.cart-dropdown .cart-dropdown-items .pd-list-item .remove-button:focus{color:#b08030}.cart-dropdown .cart-dropdown-items .pd-list-item.deletedItem{opacity:.5;text-decoration:line-through}.cart-dropdown .cart-dropdown-bottom{margin-bottom:1rem;width:100%}.cart-dropdown .cart-dropdown-bottom .dropdown-cart-total{display:flex;align-items:flex-end;margin-block:1.2rem}.cart-dropdown .cart-dropdown-bottom .dropdown-cart-total .cart-total-price{margin-left:auto}.mobile-menu-toggler{padding-right:0;position:relative}.mobile-menu-toggler::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:20px;background-color:rgba(255,255,255,.3)}.sticky-wrapper{display:block;transition:all .4s ease}@media screen and (min-width: 992px){.mobile-menu-toggler{display:none}.sticky-wrapper{display:block}}.header-bottom:not(.fixed){height:100%}.header .header-icon-title-wrapper{position:relative;display:flex;flex-direction:row;text-align:center;color:#fff;gap:.4rem;align-items:center;justify-content:center}.header .header-icon-title-wrapper p{display:none}.header .header-icon-title-wrapper:hover i,.header .header-icon-title-wrapper:hover p,.header .header-icon-title-wrapper:focus i,.header .header-icon-title-wrapper:focus p,.header .header-icon-title-wrapper.active i,.header .header-icon-title-wrapper.active p{color:#b08030}@media screen and (min-width: 992px){.header .header-icon-title-wrapper{gap:.8rem}.header .header-icon-title-wrapper p{display:flex}}.header-wish-list{position:relative}.header-wish-list .wishlist-count{min-width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;color:#fff;position:absolute;top:0;right:-0.5rem}.add-to-wish-toast{background-color:#333}.add-to-wish-toast::after{content:"";position:absolute;right:2rem;top:0;transform:translateY(-50%) rotate(45deg);width:1.5rem;height:1.5rem;background-color:#333;border-radius:.2rem;box-shadow:-7px -7px 14px 0px rgba(0,0,0,.1);border-bottom:none;border-right:none;opacity:.8;z-index:-1}.add-to-wish-toast .wish-card-detail{display:flex;align-items:center;justify-content:start;width:100%}.add-to-wish-toast .wish-toast-image{border-radius:1.5rem;min-width:7.2rem;height:7.2rem}.add-to-wish-toast .wish-toast-image img{border-radius:1.5rem;width:7.2rem;height:7.2rem;object-fit:cover}.header-search{left:0;right:0;transition:all .4s ease}.header-search.fit-width{position:absolute !important;z-index:1;height:5.2rem;flex:1 1;display:flex;justify-content:end;width:100%;padding:0 .4rem !important}.header-search.fit-width .search-dropdown-content{padding-block:.4rem;width:100%;max-width:80rem}.header-search.fit-width .search-dropdown-content .dropdown-toggle{width:100%}.header-search.fit-width .search-dropdown-content .dropdown-menu{width:100%}@media screen and (min-width: 992px){.header-search.fit-width{padding:0 .8rem !important;position:relative !important;width:100%}}.search-input-wrapper{transition:all .4s ease;background-color:#333;display:flex;align-items:center;justify-content:center;flex-direction:row;border-radius:.8rem;transition:all .4s ease;width:100%;height:100%}.search-input-wrapper .search-form-input-wrapper{transition:all .4s ease;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;padding-inline:1rem}.search-input-wrapper .search-form-input-wrapper .search-form-control{transition:all .4s ease;width:100%;border:none;font-size:1.6rem;line-height:24px;outline:none;background-color:rgba(0,0,0,0);background:rgba(0,0,0,0);color:rgba(255,255,255,.6)}.header-search-content-wrapper{transition:all .4s ease;width:100%;position:relative;min-height:20rem;align-content:center;height:100%}.header-search-content-wrapper .search-result-tab{width:100%;height:100%;overflow:hidden}.header-search-content-wrapper .live-search-list{row-gap:1rem;display:flex;flex-direction:column}.header-search-content-wrapper .empty-search-result{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;gap:2rem}.header-search-content-wrapper .empty-search-result i{color:rgba(255,255,255,.4)}.header-search-content-wrapper .empty-search-result span{font-size:3rem;line-height:40px;color:rgba(255,255,255,.4)}.header-search-content-wrapper .autocomplete-suggestion{height:8rem;display:flex;align-items:center;flex-direction:row;padding:1rem;min-height:0;text-align:left;cursor:pointer;border:1px solid rgba(194,200,206,.2);border-radius:.8rem;white-space:normal}.header-search-content-wrapper .autocomplete-suggestion img{width:4rem;max-width:4rem;height:4rem;border-radius:20rem;object-fit:cover}.header-search-content-wrapper .autocomplete-suggestion img[lazy=loading]{padding-top:40px !important}.header-search-content-wrapper .autocomplete-suggestion img+.search-name{padding-left:.5em}.header-search-content-wrapper .autocomplete-suggestion .search-name{padding-left:1rem}.header-search-content-wrapper .autocomplete-suggestion .search-desc{line-height:20px}.header-search-content-wrapper .autocomplete-suggestion:hover{background-color:rgba(18,11,0,.2);border-color:rgba(0,0,0,0)}.status-call-center{max-width:-webkit-min-content;max-width:min-content;width:-webkit-min-content;width:min-content;flex:1 1;overflow:overlay}.email-tooltip{min-width:-webkit-fit-content !important;min-width:fit-content !important;width:-webkit-fit-content !important;width:fit-content !important}.header-main-nav{display:flex;justify-content:flex-start;align-items:center;gap:10%}.header-main-nav .main-menu-items.active{font-weight:bold}.header-main-nav .main-menu-items a{color:#fff}.header-main-nav .main-menu-items a.active,.header-main-nav .main-menu-items a:hover{color:#b08030;font-weight:bold}.header-main-nav .main-menu-items a p{font-size:1.8rem;font-weight:2.8}.header-main-nav .main-menu-items.active a{font-weight:bold;color:#b08030}@keyframes fixedHeader{0%{opacity:0;transform:translateY(-60px)}100%{opacity:1;transform:translateY(0)}}.sticky-header .header-logo-left{width:100%}.sticky-header .mobile-fixed-menu{width:100%}.sticky-header.fixed{position:fixed;height:4rem;left:0;right:0;top:0;z-index:1000;animation-name:fixedHeader;animation-duration:.4s;background:linear-gradient(90deg, rgba(176, 129, 48, 0.6705882353) 0%, #120b00 76.8%, #120b00 100%);box-shadow:0 3px 6px rgba(51,51,51,.05)}.mobile-menu-container{position:fixed;left:0;top:0;bottom:0;right:0;z-index:1001;background-color:#333;width:100%;overflow-y:auto;visibility:hidden;transition:all .4s all}.mobile-menu-container .mobile-menu-wrapper{position:relative;margin:auto;width:100%;height:100vh}.mobile-menu-container .mobile-menu-wrapper .mobile-menu-nav{flex:1 1;height:100%;display:flex;align-items:center;justify-content:center}.mobile-menu-container .mobile-menu-wrapper .mobile-menu-nav .mobile-menu-items li a{font-size:2rem;line-height:30px;position:relative;display:block;margin-bottom:2rem}.mobile-menu-container .mobile-menu-wrapper .mobile-menu-nav .mobile-menu-items li a:hover,.mobile-menu-container .mobile-menu-wrapper .mobile-menu-nav .mobile-menu-items li a:focus{font-weight:bold}.mobile-menu-container .mobile-menu-wrapper .mobile-menu-nav .mobile-menu-items li.active a{font-weight:600;color:#b08030}.mobile-menu-container .mobile-menu-wrapper .mobile-menu-close{position:absolute;right:2rem;top:2rem;z-index:1;opacity:1;z-index:9;color:#fff}.mobile-menu-container .mobile-menu-wrapper .mobile-menu-close:hover,.mobile-menu-container .mobile-menu-wrapper .mobile-menu-close:focus{color:#b08030}@media screen and (max-width: 991px){.active-mobile-menu .mobile-menu-container{visibility:visible}}.footer-custom{background-color:#1a1a1a;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:20rem 12rem 6rem;border-radius:2.5rem;margin-top:20rem}@media screen and (min-width: 768px){.footer-custom{margin-top:20rem}}@media screen and (min-width: 992px){.footer-custom{margin-top:28rem}}.footer-custom .pre-footer-wrapper{position:absolute;background-color:#120b00;width:100%;max-width:67.5rem;top:-20rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:2.5rem;height:36rem;overflow:hidden}.footer-custom .footer-shade{position:absolute;bottom:0}.footer-custom .footer-shade img{z-index:1}.footer-custom .cu-btn{position:relative;z-index:1;min-width:0;min-width:initial;padding-inline:2rem}.footer-custom .footer-cube{position:absolute;bottom:-10rem;left:-15rem;max-width:35rem;transform:rotateY(-180deg)}.footer-custom .pre-footer-title{font-weight:bold;text-align:center;padding-top:6rem}.footer-custom .pre-footer-desc{font-size:1.8rem;line-height:28px;text-align:center;margin:2rem 0}.footer-custom .main-footer-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;gap:4.5rem}.footer-custom .footer-col-wrapper{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.footer-custom .footer-col-wrapper .footer-logo img{height:46px}.footer-custom .f-col-1{flex:0 0 31rem}.footer-custom .footer-desc{font-size:1.4rem;line-height:24px}.footer-custom .icon-with-info{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.8rem}.footer-custom .contact-info{font-size:1.6rem;line-height:24px}.footer-custom .footer-col-title{font-size:2.4rem;line-height:34px}.footer-custom .footer-links-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.footer-custom .footer-link{font-size:1.6rem;line-height:24px}.footer-custom .bottom-footer-wrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4.5rem;margin-top:2rem}.footer-custom .follow-us-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:0 0 31rem}.footer-custom .footer-social-icons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem}.footer-custom .footer-social-icons i{color:#b08030}.footer-custom .footer-map-wrapper{height:12rem;min-width:31.2rem}#scroll-top{width:5.2rem;height:5.2rem;position:fixed;right:5rem;bottom:4rem;z-index:11;display:none;align-items:center;justify-content:center;text-align:center;line-height:30px;visibility:hidden;opacity:0;border:none;background-color:#b08030;transition:all .4s ease;border-radius:50%}#scroll-top.show{visibility:visible;opacity:1;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0)}@media screen and (min-width: 576px){#scroll-top{display:flex;visibility:visible;opacity:1}}@media(max-width: 991px){.footer-custom .btn-primary{height:3.8rem;min-width:15rem;font-size:1.4rem;line-height:24px}.footer-custom .main-footer-wrapper{flex-wrap:wrap;justify-content:flex-start;gap:2rem}.footer-custom .footer-col-wrapper{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}.footer-custom .bottom-footer-wrapper{justify-content:center;flex-wrap:wrap;gap:1rem}.footer-custom .copyright{flex:0 0 100%}}@media(max-width: 768px){.footer-custom{padding:20rem 2rem 2rem}.footer-custom .pre-footer-wrapper{width:90%}.footer-custom .main-footer-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.breadcrumb-nav{margin-bottom:4rem}@media screen and (max-width: 575px){.breadcrumb-nav{margin-bottom:2rem}}.breadcrumb-nav .container,.breadcrumb-nav .container-fluid{padding-top:1.4rem;padding-bottom:1.4rem}.breadcrumb{background-color:rgba(0,0,0,0);border-radius:0;margin:0;padding:0;align-items:center}.breadcrumb i{margin-inline:1rem}.breadcrumb .breadcrumb-item{font-weight:400;font-size:1.2rem;line-height:24px;text-transform:capitalize}.breadcrumb .breadcrumb-item.active{color:#fdfdfd}.breadcrumb .breadcrumb-item:last-child{color:#b08030}@media screen and (max-width: 375px){.breadcrumb-item+.breadcrumb-item{padding-left:0}.breadcrumb-item{font-size:1.2rem;line-height:24px}}.btn-wrap{display:inline-block;margin-bottom:2rem}.btn-wrap>span{display:block;color:#ccc;margin-bottom:.3rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:1rem 0;font-size:1.6rem;line-height:24px;min-width:20rem;border-radius:15rem;white-space:normal;transition:all .4s ease;height:5.8rem}.btn.tiny-height{height:3.2rem}.btn.small-height{height:4.2rem}.btn.medium-height{height:5.2rem}.btn.large-height{height:6.8rem}.btn:focus{box-shadow:none}.btn:focus,.btn:active{outline:none !important}.btn:active:focus{box-shadow:none !important}.btn.btn-minwidth-sm{min-width:11.2rem;padding-inline:1.8rem}.btn.btn-w-md{min-width:18.3rem}.btn.btn-w-lg{min-width:218px}.btn i{transition:all .4s ease}.btn:active{outline:none}.btn-rounded{border-radius:.8rem}.btn-round{border-radius:3rem}.btn-fit-content{padding:.4rem;min-width:0;border:1px solid rgba(0,0,0,0);border-radius:.8rem}.btn-fit-content:hover .icon-close-circle{color:#fff}.btn-icon{display:flex;align-items:center;justify-content:center;padding:.4rem;min-width:0;border:1px solid rgba(0,0,0,0);border-radius:.8rem}.btn-icon.outline-btn-icon{border-radius:50%;color:#b08030;border-color:#b08030}.btn-icon.outline-btn-icon i{color:#b08030}.btn-icon.counter-icon-btn{background-color:rgba(255,255,255,.08)}.btn-icon.counter-icon-btn i{justify-self:center;color:#b08030}.btn-icon.scroll-top-btn-icon.disabled,.btn-icon.scroll-top-btn-icon:disabled{background:rgba(220,234,237,.322) !important}.btn-icon.disabled,.btn-icon:disabled{border:1px solid #dcdde1;cursor:default;color:#dcdde1}.btn-icon.disabled i,.btn-icon:disabled i{color:#9b9b9b}.btn-icon:hover:not(:disabled).outline-btn-icon,.btn-icon:focus:not(:disabled).outline-btn-icon{color:#b08030;border-color:#b08030}.btn-icon:hover:not(:disabled).outline-btn-icon i,.btn-icon:focus:not(:disabled).outline-btn-icon i{color:#b08030}button{cursor:pointer}button:focus{box-shadow:none}button:focus,button:active{outline:none !important}button:active:focus{box-shadow:none !important}button span.loading{border:1px solid #b08030;border-left:none;width:1rem;height:1rem;border-radius:50%;margin:0 1rem;animation:loadingAnim .5s ease infinite}@keyframes loadingAnim{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.btn-hover-text{display:none}.btn:hover .btn-text,.btn:focus .btn-text{display:none}.btn:hover .btn-hover-text,.btn:focus .btn-hover-text{display:inline-block}.btn-primary{color:#fdfdfd;background:#b08030;border-color:#b08030;box-shadow:none}.btn-primary.disabled,.btn-primary:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-primary.disabled i,.btn-primary:disabled i{color:#9b9b9b !important}.btn-primary:hover,.show>.btn-primary.dropdown-toggle{color:#b08030;background:rgba(0,0,0,0);border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-primary:hover i,.show>.btn-primary.dropdown-toggle i{color:#b08030}.btn-primary:focus,.btn-primary.focus,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active{color:#b08030;background:rgba(0,0,0,0);border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-primary:focus i,.btn-primary.focus i,.btn-primary:not(:disabled):not(.disabled):active i,.btn-primary:not(:disabled):not(.disabled).active i{color:#b08030}.btn-primary span.loading{border-color:#fff}.btn-primary-gradient{transition:background-color .3s ease;color:#fff;background:linear-gradient(174.45deg, #a9eeff -31.36%, #00abd6 101.21%);border-color:rgba(0,0,0,0);box-shadow:none;border:none;transition:background-color .3s ease}.btn-primary-gradient.disabled,.btn-primary-gradient:disabled{color:#91aab0 !important;background:#dceaed !important;border-color:rgba(0,0,0,0)}.btn-primary-gradient.disabled i,.btn-primary-gradient:disabled i{color:#91aab0}.btn-primary-gradient:hover,.btn-primary-gradient:focus,.btn-primary-gradient.focus,.btn-primary-gradient:not(:disabled):not(.disabled):active,.btn-primary-gradient:not(:disabled):not(.disabled).active,.show>.btn-primary-gradient.dropdown-toggle{color:#fff;background:linear-gradient(179deg, rgba(0, 81, 165, 0.72) 11.85%, #0051a5 101.6%);border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-primary-gradient span.loading{border-color:#fff}.btn-secondary{color:#fdfdfd;background:#120b00;border-color:#fff;box-shadow:none}.btn-secondary.disabled,.btn-secondary:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-secondary.disabled i,.btn-secondary:disabled i{color:#9b9b9b !important}.btn-secondary:hover,.show>.btn-secondary.dropdown-toggle{color:#fff;background:#b08030;border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-secondary:hover i,.show>.btn-secondary.dropdown-toggle i{color:#fff}.btn-secondary:focus,.btn-secondary.focus,.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active{color:#fff;background:rgba(0,0,0,0);border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-secondary:focus i,.btn-secondary.focus i,.btn-secondary:not(:disabled):not(.disabled):active i,.btn-secondary:not(:disabled):not(.disabled).active i{color:#fff}.btn-secondary span.loading{border-color:#fff}.btn-white{color:#333;background:#fff;border-color:#fff;box-shadow:none}.btn-white.disabled,.btn-white:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-white.disabled i,.btn-white:disabled i{color:#9b9b9b !important}.btn-white:hover,.show>.btn-white.dropdown-toggle{color:#fff;background:#b08030;border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-white:hover i,.show>.btn-white.dropdown-toggle i{color:#fff}.btn-white:focus,.btn-white.focus,.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active{color:#fff;background:rgba(0,0,0,0);border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-white:focus i,.btn-white.focus i,.btn-white:not(:disabled):not(.disabled):active i,.btn-white:not(:disabled):not(.disabled).active i{color:#fff}.btn-white span.loading{border-color:#333}.btn-white-2{color:#333;background:#fff;border-color:#fff;box-shadow:none}.btn-white-2.disabled,.btn-white-2:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-white-2.disabled i,.btn-white-2:disabled i{color:#9b9b9b !important}.btn-white-2:hover,.show>.btn-white-2.dropdown-toggle{color:#fff;background:#fff;border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-white-2:hover i,.show>.btn-white-2.dropdown-toggle i{color:#fff}.btn-white-2:focus,.btn-white-2.focus,.btn-white-2:not(:disabled):not(.disabled):active,.btn-white-2:not(:disabled):not(.disabled).active{color:#fff;background:rgba(0,0,0,0);border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-white-2:focus i,.btn-white-2.focus i,.btn-white-2:not(:disabled):not(.disabled):active i,.btn-white-2:not(:disabled):not(.disabled).active i{color:#fff}.btn-white-2 span.loading{border-color:#333}.btn-primary-white{color:#fff;background:#b08030;border-color:#b08030;box-shadow:none}.btn-primary-white.disabled,.btn-primary-white:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-primary-white.disabled i,.btn-primary-white:disabled i{color:#9b9b9b !important}.btn-primary-white:hover,.show>.btn-primary-white.dropdown-toggle{color:#b08030;background:#fff;border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-primary-white:hover i,.show>.btn-primary-white.dropdown-toggle i{color:#b08030}.btn-primary-white:focus,.btn-primary-white.focus,.btn-primary-white:not(:disabled):not(.disabled):active,.btn-primary-white:not(:disabled):not(.disabled).active{color:#b08030;background:rgba(0,0,0,0);border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-primary-white:focus i,.btn-primary-white.focus i,.btn-primary-white:not(:disabled):not(.disabled):active i,.btn-primary-white:not(:disabled):not(.disabled).active i{color:#b08030}.btn-primary-white span.loading{border-color:#fff}.btn-white-primary{color:#b08030;background:#fff;border-color:#fff;box-shadow:none}.btn-white-primary.disabled,.btn-white-primary:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-white-primary.disabled i,.btn-white-primary:disabled i{color:#9b9b9b !important}.btn-white-primary:hover,.show>.btn-white-primary.dropdown-toggle{color:#fff;background:#b08030;border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-white-primary:hover i,.show>.btn-white-primary.dropdown-toggle i{color:#fff}.btn-white-primary:focus,.btn-white-primary.focus,.btn-white-primary:not(:disabled):not(.disabled):active,.btn-white-primary:not(:disabled):not(.disabled).active{color:#fff;background:rgba(0,0,0,0);border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-white-primary:focus i,.btn-white-primary.focus i,.btn-white-primary:not(:disabled):not(.disabled):active i,.btn-white-primary:not(:disabled):not(.disabled).active i{color:#fff}.btn-dark{color:#fff;background:#333;border-color:#333;box-shadow:none}.btn-dark.disabled,.btn-dark:disabled{color:#9b9b9b !important;background:#dceaed !important;border-color:#dceaed !important;cursor:not-allowed}.btn-dark.disabled i,.btn-dark:disabled i{color:#9b9b9b !important}.btn-dark:hover,.show>.btn-dark.dropdown-toggle{color:#fff;background:#b08030;border-color:#b08030;box-shadow:none;outline:rgba(0,0,0,0)}.btn-dark:hover i,.show>.btn-dark.dropdown-toggle i{color:#fff}.btn-dark:focus,.btn-dark.focus,.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active{color:#fff;background:rgba(0,0,0,0);border-color:#fff;box-shadow:none;outline:rgba(0,0,0,0)}.btn-dark:focus i,.btn-dark.focus i,.btn-dark:not(:disabled):not(.disabled):active i,.btn-dark:not(:disabled):not(.disabled).active i{color:#fff}.btn-dark span.loading{border-color:#fff}.btn-outline{color:#b08030;background-color:rgba(0,0,0,0);background-image:none;border-color:#b08030}.btn-outline.disabled,.btn-outline:disabled{color:#b08030;background-color:rgba(0,0,0,0)}.btn-outline:hover,.btn-outline:focus,.btn-outline.focus,.btn-outline:not(:disabled):not(.disabled):active,.btn-outline:not(:disabled):not(.disabled).active,.show>.btn-outline.dropdown-toggle{color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}.btn-outline:hover i,.btn-outline:focus i,.btn-outline.focus i,.btn-outline:not(:disabled):not(.disabled):active i,.btn-outline:not(:disabled):not(.disabled).active i,.show>.btn-outline.dropdown-toggle i{color:#fff}.btn-outline-primary{color:#b08030;background-color:rgba(0,0,0,0);background-image:none;border-color:#b08030}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#b08030;background-color:rgba(0,0,0,0)}.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary.focus,.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:rgba(0,0,0,0);border-color:#fff}.btn-outline-primary:hover i,.btn-outline-primary:focus i,.btn-outline-primary.focus i,.btn-outline-primary:not(:disabled):not(.disabled):active i,.btn-outline-primary:not(:disabled):not(.disabled).active i,.show>.btn-outline-primary.dropdown-toggle i{color:#fff}.btn-outline-accent{color:#0051a5;background-color:rgba(0,0,0,0);background-image:none;border-color:#0051a5}.btn-outline-accent.disabled,.btn-outline-accent:disabled{color:#0051a5;background-color:rgba(0,0,0,0)}.btn-outline-accent:hover,.btn-outline-accent:focus,.btn-outline-accent.focus,.btn-outline-accent:not(:disabled):not(.disabled):active,.btn-outline-accent:not(:disabled):not(.disabled).active,.show>.btn-outline-accent.dropdown-toggle{color:#0051a5;background-color:rgba(0,0,0,0);border-color:#0051a5}.btn-outline-accent:hover i,.btn-outline-accent:focus i,.btn-outline-accent.focus i,.btn-outline-accent:not(:disabled):not(.disabled):active i,.btn-outline-accent:not(:disabled):not(.disabled).active i,.show>.btn-outline-accent.dropdown-toggle i{color:#0051a5}.btn-outline-light{color:#fff;background-color:rgba(0,0,0,0);background-image:none;border-color:#fff}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:rgba(0,0,0,0)}.btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light.focus,.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#b08030;background-color:rgba(0,0,0,0);border-color:#fff}.btn-outline-light:hover i,.btn-outline-light:focus i,.btn-outline-light.focus i,.btn-outline-light:not(:disabled):not(.disabled):active i,.btn-outline-light:not(:disabled):not(.disabled).active i,.show>.btn-outline-light.dropdown-toggle i{color:#b08030}.btn-outline-light span.loading{border-color:#fff}.btn-outline-dark{color:#333;background-color:rgba(0,0,0,0);background-image:none;border-color:#d7d7d7}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#333;background-color:rgba(0,0,0,0)}.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-outline-dark.focus,.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#b08030;background-color:rgba(0,0,0,0);border-color:#ebebeb}.btn-outline-dark:hover i,.btn-outline-dark:focus i,.btn-outline-dark.focus i,.btn-outline-dark:not(:disabled):not(.disabled):active i,.btn-outline-dark:not(:disabled):not(.disabled).active i,.show>.btn-outline-dark.dropdown-toggle i{color:#b08030}.btn-outline-dark span.loading{border-color:#333}.btn-outline-dark-2{color:#333;background-color:rgba(0,0,0,0);background-image:none;border-color:#ebebeb}.btn-outline-dark-2.disabled,.btn-outline-dark-2:disabled{color:#333;background-color:rgba(0,0,0,0)}.btn-outline-dark-2:hover,.btn-outline-dark-2:focus,.btn-outline-dark-2.focus,.btn-outline-dark-2:not(:disabled):not(.disabled):active,.btn-outline-dark-2:not(:disabled):not(.disabled).active,.show>.btn-outline-dark-2.dropdown-toggle{color:#b08030;background-color:#fafafa;border-color:#ebebeb}.btn-outline-dark-2:hover i,.btn-outline-dark-2:focus i,.btn-outline-dark-2.focus i,.btn-outline-dark-2:not(:disabled):not(.disabled):active i,.btn-outline-dark-2:not(:disabled):not(.disabled).active i,.show>.btn-outline-dark-2.dropdown-toggle i{color:#b08030}.btn-outline-dark-2 span.loading{border-color:#333}.btn-outline-dark-3{color:#333;background-color:rgba(0,0,0,0);background-image:none;border-color:#d7d7d7}.btn-outline-dark-3.disabled,.btn-outline-dark-3:disabled{color:#333;background-color:rgba(0,0,0,0)}.btn-outline-dark-3:hover,.btn-outline-dark-3:focus,.btn-outline-dark-3.focus,.btn-outline-dark-3:not(:disabled):not(.disabled):active,.btn-outline-dark-3:not(:disabled):not(.disabled).active,.show>.btn-outline-dark-3.dropdown-toggle{color:#b08030;background-color:rgba(0,0,0,0);border-color:#b08030}.btn-outline-dark-3:hover i,.btn-outline-dark-3:focus i,.btn-outline-dark-3.focus i,.btn-outline-dark-3:not(:disabled):not(.disabled):active i,.btn-outline-dark-3:not(:disabled):not(.disabled).active i,.show>.btn-outline-dark-3.dropdown-toggle i{color:#b08030}.btn-outline-dark-3 span.loading{border-color:#333}.btn-shadow{box-shadow:0 5px 10px rgba(0,0,0,.05) !important}.btn-shadow:hover,.btn-shadow:focus,.btn-shadow:active{box-shadow:0 5px 10px rgba(0,0,0,.15) !important}.btn-outline-white{color:#fff;background-color:rgba(0,0,0,0);background-image:none;border-color:#fff}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:rgba(0,0,0,0)}.btn-outline-white:hover,.btn-outline-white:focus,.btn-outline-white.focus,.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#fff;background-color:#b08030;border-color:#b08030}.btn-outline-white:hover i,.btn-outline-white:focus i,.btn-outline-white.focus i,.btn-outline-white:not(:disabled):not(.disabled):active i,.btn-outline-white:not(:disabled):not(.disabled).active i,.show>.btn-outline-white.dropdown-toggle i{color:#fff}.btn-outline-white span.loading{border-color:#fff}.btn-outline-white2{color:#fdfdfd;background-color:rgba(0,0,0,0);background-image:none;border-color:#fff}.btn-outline-white2.disabled,.btn-outline-white2:disabled{color:#fdfdfd;background-color:rgba(0,0,0,0)}.btn-outline-white2:hover,.btn-outline-white2:focus,.btn-outline-white2.focus,.btn-outline-white2:not(:disabled):not(.disabled):active,.btn-outline-white2:not(:disabled):not(.disabled).active,.show>.btn-outline-white2.dropdown-toggle{color:#b08030;background-color:rgba(0,0,0,0);border-color:#b08030}.btn-outline-white2:hover i,.btn-outline-white2:focus i,.btn-outline-white2.focus i,.btn-outline-white2:not(:disabled):not(.disabled):active i,.btn-outline-white2:not(:disabled):not(.disabled).active i,.show>.btn-outline-white2.dropdown-toggle i{color:#b08030}.btn-outline-white2 span.loading{border-color:#fff}.counter-icon-btn .hide-button{opacity:0}.product-list-wrapper{display:flex;justify-content:center}.product-list-wrapper .list-parent{width:100%;flex-wrap:wrap;row-gap:1.5rem}.product-list-wrapper.list-type .product-list-item{min-width:100%}.product-list-wrapper.list-type .product-list-item .product-card-container{min-height:-webkit-fit-content;min-height:fit-content}.product-list-wrapper.list-type .row-mode{align-items:center}.product-list-wrapper.list-type .row-mode .pc-list-item-action,.product-list-wrapper.list-type .row-mode .pc-list-item-action-mobile-view{flex-direction:row}.product-list-wrapper.list-type .row-mode .accessory-badge{position:absolute;bottom:2rem;right:2rem}.product-list-wrapper.list-type .row-mode .label-expand{display:none}.product-list-wrapper.list-type .row-mode.barcode-card{border-bottom:.1rem solid rgba(255,255,255,.2);border-left:.6rem solid #72d1f2}.product-list-wrapper.list-type .row-mode.kit-card{border-bottom:.1rem solid rgba(255,255,255,.2);border-left:.6rem solid #ff8d5b}.product-list-wrapper.list-type .row-mode .price-section{width:100%}.product-list-wrapper.list-type .row-mode .barcode-avail-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;gap:3rem;width:100%}.product-list-wrapper.list-type .row-mode .barcode-avail-wrapper .barcode-accessory{flex:0 0 51.5%}.product-list-wrapper.list-type .row-mode .product-card-img-wrapper{padding:0}.product-list-wrapper.list-type .row-mode .prices-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;flex-direction:column;max-height:4.8rem;width:100%;margin:.8rem 0}.product-list-wrapper.list-type .row-mode .price-row{width:40%}.product-list-wrapper.list-type .row-mode .price-row.no-max-width{display:flex;flex-direction:column;width:100%;border-top:.2rem solid rgba(194,200,206,.2);max-width:none;max-width:initial}.product-list-wrapper.grid-type{flex-direction:row;flex-wrap:wrap}.product-list-wrapper.grid-type .product-list-item{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:31.2rem;min-width:31.2rem;width:100%}.product-list-wrapper.grid-type .list-parent{max-width:94rem}@keyframes showCard{from{opacity:0}to{opacity:1}}.product-card-container{border:.1rem solid rgba(194,200,206,.2);border-radius:2.5rem;align-items:center;display:flex;flex-direction:column;position:relative;animation:showCard .5s linear 0s 1 alternate;height:100%;width:100%;padding:2rem 0 0}.product-card-container.row-mode{padding:2rem}.product-card-container.kit-card{border-bottom:.6rem solid #ff8d5b}.product-card-container .full-desc-row{display:none}.product-card-container.grid-mode .prices-wrapper.price-count-0{display:none}.product-card-container.grid-mode .prices-wrapper.price-count-1{height:2.4rem}.product-card-container.grid-mode .prices-wrapper.price-count-2{height:4.8rem}.product-card-container.grid-mode .prices-wrapper.price-count-3{height:7.2rem}.product-card-container.grid-mode .prices-wrapper.price-count-4{height:9.6rem}.product-card-container.grid-mode .barcode-avail-wrapper{height:9rem}.product-card-container.grid-mode .barcode-avail-wrapper .main-barcode-wrapper{height:5.7rem}.product-card-container.grid-mode .barcode-avail-wrapper.only-barcode{height:5.7rem}.product-card-container.grid-mode .product-card-top{overflow:visible}.product-card-container.grid-mode .product-card-top.only-code{height:4.4rem}.product-card-container.grid-mode .product-card-top.code-with-desc{height:7.4rem}.product-card-container.barcode-card{border-bottom:.6rem solid #72d1f2}.product-card-container.barcode-card .main-barcode-component{width:100%}.product-card-container.barcode-card .main-barcode-wrapper{display:flex;justify-content:flex-start}.product-card-container.barcode-card .main-barcode-wrapper .main-barcode-component{width:-webkit-fit-content;width:fit-content}.product-card-container .barcode-accessory{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.product-card-container .accessory-badge{background-color:#ffe48f;color:#000;display:flex;justify-content:center;align-items:center;min-width:10rem;padding-inline:.8rem;height:2rem;border-radius:.3rem;font-size:1.2rem;line-height:24px}.product-card-container .product-card-img-wrapper{width:calc(100% - 4rem);height:22rem;overflow:hidden;border-radius:1.5rem}.product-card-container .product-card-img-wrapper img{width:100%;height:100%;object-fit:contain}.product-card-container .product-card-img-wrapper a,.product-card-container .product-card-img-wrapper span{width:100%;height:100%;display:block}.product-card-container .product-card-detail{position:relative;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:0 1.5rem 1.5rem;width:100%}.product-card-container .product-card-bottom .price-section .price-row{display:flex;align-items:center;justify-content:space-between}.product-card-container .product-card-bottom .price-row .full-desc-text p{font-size:1.4rem;color:rgba(255,255,255,.8)}.product-card-container.row-mode{flex-direction:row;height:-webkit-fit-content;height:fit-content;justify-content:flex-start;gap:2rem}.product-card-container.row-mode button{max-width:30rem}.product-card-container.row-mode .product-card-img-wrapper{max-width:min(50%,30rem)}.product-card-container:hover .pc-list-item-action,.product-card-container:hover .pc-list-item-action-mobile-view{display:flex}.status-badge{display:flex;align-items:center;justify-content:center;column-gap:.4rem;width:-webkit-min-content;width:min-content;z-index:2;border-radius:15rem;padding:.2rem .8rem;font-weight:400;margin-bottom:.4rem}.status-badge.disable-min-width{width:auto}.status-badge.black{color:#000;background-color:rgba(0,0,0,.1)}.status-badge.black i{color:#000}.status-badge.red{color:#fff;background-color:#c0392b}.status-badge.red i{color:#fff}.status-badge.green{color:#2e7d32;background-color:rgba(30,139,74,.2)}.status-badge.green i{color:#2e7d32}.status-badge.availableColor{color:#fff;background-color:#fff}.status-badge.availableColor i{color:#fff}.status-badge.yellow{color:orange;background-color:rgba(255,255,0,.108)}.status-badge.yellow i{color:orange}.status-badge span{font-size:1.2rem;line-height:24px}.pc-list-item-action,.pc-list-item-action-mobile-view{display:none;flex-direction:column;position:absolute;right:1rem;top:1rem;height:auto;z-index:2;gap:.8rem}.pc-list-item-action .pc-action-item,.pc-list-item-action-mobile-view .pc-action-item{width:4rem;height:4rem}.pc-list-item-action-mobile-view{display:flex}.pc-detail-item-action{display:flex;flex-direction:row;column-gap:1rem}.pc-detail-item-action .pc-action-item{width:5.8rem;height:5.8rem}.total-card-actions{margin-top:3rem}.total-card-actions .pc-action-item{width:5.8rem;height:5.8rem}.product-card-actions,.total-card-actions{transition:all .4s ease}.product-card-actions .pc-action-item,.total-card-actions .pc-action-item{display:flex;background-color:#120b00;align-items:center;justify-content:center;border:.1rem solid #b08030;border-radius:50%;transition:all .4s ease}.product-card-actions .pc-action-item:hover,.total-card-actions .pc-action-item:hover{border:none;background-color:rgba(176,128,48,.3)}.product-card-actions .pc-action-item:hover i,.total-card-actions .pc-action-item:hover i{color:#fff}.product-card-actions .add-to-wish-list,.total-card-actions .add-to-wish-list{width:3.5rem;height:3.5rem;min-width:0;min-width:initial;font-size:2.2rem}.product-card-actions .product-action-vertical,.total-card-actions .product-action-vertical{display:flex;flex-direction:row;position:relative !important;align-items:flex-end !important;justify-content:center;gap:1rem;background-color:rgba(0,0,0,0);z-index:10}.empty-shop-list-container .call-us-section .cta-box{position:relative;background-color:#1a1a1a;border-radius:2.5rem;margin-top:4rem;padding:5.5rem 0}.empty-shop-list-container .cta-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.empty-shop-list-container .cta-content *{position:relative;z-index:2}.empty-shop-list-container .explore-title{font-size:4.8rem;width:100%;text-align:center;max-width:60rem}.empty-shop-list-container .explore-main-content-div{display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-shop-list-container .explore-main-text{margin:2rem;max-width:70rem}.empty-shop-list-container .left-oct-img{position:absolute;top:0;max-width:30rem;transform:scaleX(-1);z-index:1;left:0}.empty-shop-list-container .right-oct-img{position:absolute;bottom:0;right:0;z-index:1}.product-list-wrapper .new-arrival-section{margin:3rem 0 0}.product-list-wrapper .new-arrival-section .product-card-container{flex:0 0 25%}.product-list-wrapper .new-arrival-section h2{font-size:2.4rem}.product-list-wrapper .new-arrival-section .new-arrival-buttons-wrapper .prev,.product-list-wrapper .new-arrival-section .new-arrival-buttons-wrapper .next{transition:all ease-in-out .3s}.product-list-wrapper .new-arrival-section .new-arrival-buttons-wrapper .prev:hover,.product-list-wrapper .new-arrival-section .new-arrival-buttons-wrapper .next:hover{filter:brightness(0) invert(1)}.product-list-wrapper .new-arrival-section .new-arrival-buttons-wrapper .prev.swiper-button-disabled,.product-list-wrapper .new-arrival-section .new-arrival-buttons-wrapper .next.swiper-button-disabled{filter:initial}@media(max-width: 768px){.product-list-wrapper .list-parent{justify-content:center}.product-list-wrapper.list-type .row-mode .barcode-avail-wrapper{flex-direction:column;gap:0}.product-list-wrapper.list-type .row-mode .barcode-avail-wrapper .main-barcode-wrapper{flex:initial}.product-list-wrapper.list-type .row-mode .price-row{max-width:none;max-width:initial;width:100%}.product-list-wrapper.list-type .row-mode .prices-wrapper{max-height:none;max-height:initial}.product-list-wrapper .full-desc-row{display:flex !important;flex-direction:column}}.general-form{justify-self:center;border:.1rem solid rgba(194,200,206,.2);border-radius:1.5rem;padding:3rem;max-width:90rem;min-width:50rem}@media screen and (max-width: 575px){.general-form{min-width:100%;padding:2rem}}.modal-form{justify-self:center;border:.1rem solid none;border-radius:1.5rem;max-width:90rem;min-width:50rem}@media screen and (max-width: 575px){.modal-form{min-width:100%;padding:0}}.form-title{font-size:1.8rem;line-height:28px;font-weight:bold;margin-bottom:3rem;padding-bottom:1rem;color:#fdfdfd;border-bottom:.1rem solid rgba(194,200,206,.2)}.form-group.check-box-fg{display:flex;align-items:center}.form-group.check-box-fg label{margin-bottom:0;padding-left:.4rem}.form-group label{font-size:1.6rem;line-height:24px;margin-bottom:.3rem;color:#fdfdfd;padding-left:1.1rem}.form-group .is-invalid{border-color:#c0392b}.form-group .invalid-feedback{font-size:12px;font-weight:400;color:#c0392b}.form-control{border-radius:2.7rem;border:.1rem solid rgba(194,200,206,.8);color:#fdfdfd;padding:1rem 1rem;font-size:1.6rem;line-height:24px;height:5.6rem;background-color:#120b00}.form-control::placeholder{color:rgba(255,255,255,.3);font-size:1.6rem;line-height:24px}.form-control:focus{border-color:#b08030;box-shadow:none;box-shadow:initial;background-color:#120b00;color:#fff}.form-control:disabled{color:rgba(194,200,206,.2);background-color:rgba(255,255,255,.1)}.form-control:-webkit-autofill{-webkit-text-fill-color:#b08030;-webkit-box-shadow:0 0 0px 1000px #120b00 inset;-webkit-transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s}.form-control:-webkit-autofill:hover,.form-control:-webkit-autofill:focus,.form-control:-webkit-autofill:active{-webkit-text-fill-color:#b08030;-webkit-box-shadow:0 0 0px 1000px #120b00 inset}.form-control:-webkit-autofill::first-line{-webkit-text-fill-color:#b08030;font-size:1.6rem;font-family:inherit;line-height:24px}.form-control:-webkit-autofill *::selection{background-color:rgba(176,128,48,.3);-webkit-text-fill-color:#b08030}.radio-buttons-group{display:flex;align-items:center;flex-direction:row;padding:1rem;gap:2rem}.form-action-button-wrapper{display:flex;gap:2rem;margin-top:1.6rem}@media screen and (max-width: 575px){.form-action-button-wrapper{gap:1rem;margin-top:1rem}}.disable-border input,.disable-border textarea{border:none !important}.pull-up-title{margin-top:-1.5rem}.custom-table-wrapper{width:100%}.kit-table .table th{background-color:#ff8d5b !important;border-color:#ff8d5b !important;color:#000 !important}.accessory-table .table th{background-color:#ffe48f !important;border-color:#ffe48f !important;color:#000 !important}.custom-table{border:1px solid rgba(0,0,0,0) !important;border-radius:.8rem;overflow-x:auto}.custom-table .table{color:#fdfdfd}.custom-table .table .btn{font-size:1.4rem;line-height:24px}.custom-table .table .table-body-scroll{display:block;max-height:400px;overflow-y:auto;overflow-x:hidden}.custom-table .table .table-body-scroll tr{display:table;width:100%;table-layout:fixed}.custom-table .table thead,.custom-table .table tbody tr{transition:background-color .4s ease;display:table;width:100%;table-layout:fixed}.custom-table .table thead:nth-child(odd),.custom-table .table tbody tr:nth-child(odd){background-color:rgba(255,255,255,.08)}.custom-table .table thead:nth-child(even),.custom-table .table tbody tr:nth-child(even){background-color:rgba(255,255,255,.1)}.custom-table .table thead:hover,.custom-table .table tbody tr:hover{background-color:rgba(255,255,255,.2)}.custom-table .table thead.is-child td,.custom-table .table tbody tr.is-child td{border-top:none}.custom-table .table thead.is-child.deps-1:nth-child(odd),.custom-table .table tbody tr.is-child.deps-1:nth-child(odd){background-color:rgba(255,228,143,.1)}.custom-table .table thead.is-child.deps-1:nth-child(even),.custom-table .table tbody tr.is-child.deps-1:nth-child(even){background-color:rgba(255,228,143,.1)}.custom-table .table thead.is-child.deps-1:hover,.custom-table .table tbody tr.is-child.deps-1:hover{background-color:#120b00}.custom-table .table thead.is-child.deps-2:nth-child(odd),.custom-table .table tbody tr.is-child.deps-2:nth-child(odd){background-color:rgba(255,228,143,.2)}.custom-table .table thead.is-child.deps-2:nth-child(even),.custom-table .table tbody tr.is-child.deps-2:nth-child(even){background-color:rgba(255,228,143,.2)}.custom-table .table thead.is-child.deps-2:hover,.custom-table .table tbody tr.is-child.deps-2:hover{background-color:#120b00}.custom-table .table thead.is-child .deps-3:nth-child(odd),.custom-table .table tbody tr.is-child .deps-3:nth-child(odd){background-color:rgba(255,228,143,.3)}.custom-table .table thead.is-child .deps-3:nth-child(even),.custom-table .table tbody tr.is-child .deps-3:nth-child(even){background-color:rgba(255,228,143,.3)}.custom-table .table thead.is-child .deps-3:hover,.custom-table .table tbody tr.is-child .deps-3:hover{background-color:#120b00}.custom-table .table th{padding:.3rem 1rem;background-color:#333;border-color:#333;color:#fdfdfd;border-bottom:none;font-weight:400;vertical-align:middle}.custom-table .table th.cursorPointer{cursor:pointer;-webkit-user-select:none;user-select:none}.custom-table .table th.cursorPointer .table-header-cell{display:flex;align-items:center;gap:.4rem;flex-direction:row}.custom-table .table td{padding:.6rem .9rem;vertical-align:middle;font-size:1.6rem;line-height:24px;border-top:none}.custom-table .table td .btn-icon:disabled{border:none}.custom-table .counter-column{display:flex;align-items:center;gap:.4rem}.custom-table .counter-column button{border-radius:.3rem}.custom-table .counter-column p{min-width:26px}.custom-table .table-img-column{display:flex;column-gap:.8rem;align-items:center}.custom-table .table-img-column .pointerCursor{cursor:pointer}.custom-table .table-img-placeholder{display:flex;align-items:center;margin-left:auto;width:4rem;height:4rem;overflow:hidden;border-radius:.3rem}.custom-table .table-img-placeholder img{width:100%;height:100%;object-fit:fill}.custom-table .table-img-placeholder.size-0{flex:0 0 4rem;width:4rem;height:4rem}.custom-table .table-img-placeholder.size-1{flex:0 0 3.6rem;width:3.6rem;height:3.6rem}.custom-table .table-img-placeholder.size-2{flex:0 0 3rem;width:3rem;height:3rem}.custom-table .table-img-placeholder.size-3{flex:0 0 2.8rem;width:2.8rem;height:2.8rem}.editable-text-column .disable-margin{margin:0 !important}.main-tr-row.deletedRow{opacity:.5}.main-tr-row.deletedRow .text-truncate,.main-tr-row.deletedRow .quantity-value,.main-tr-row.deletedRow .equipment-code{text-decoration:line-through}.pagination{border-radius:0;align-items:center;margin-bottom:2rem}.per-page-select{margin:0 0 0 1.5rem !important;display:flex;flex-direction:row;justify-content:center}.per-page-select>select{margin:0 !important}.per-page-select>label{white-space:nowrap;margin:0 1rem !important;align-self:center}.page-link{display:inline-flex;align-items:center;justify-content:center;width:3rem;min-width:3rem;height:3rem;padding:0 .3rem;color:#fff;border-radius:.3rem;background-color:rgba(0,0,0,0);border:none;font-weight:bolder;margin:0;padding:0}.page-link i{color:#fff}.page-link:hover{box-shadow:none;color:inherit;text-decoration:none;background-color:rgba(0,0,0,0);outline:none !important}.page-link:focus{outline:none !important;color:inherit;box-shadow:none}.page-item+.page-item{margin-left:.4rem}.page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.page-item.active .page-link{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border-radius:.8rem;color:#b08030 !important}.page-item.disabled .page-link{border-color:#9b9b9b;color:#9b9b9b !important;background-color:transparent;background-color:initial}.page-item.disabled .page-link i{color:#9b9b9b}.ReactModal__Overlay{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(77,77,77,.6);z-index:10000;opacity:0;transition:opacity .4s ease;display:flex;align-items:center;justify-content:center}.ReactModal__Overlay.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Content{display:flex;align-items:center;opacity:0;transform:translateY(20px);transition:.4s ease}.ReactModal__Content.ReactModal__Content--after-open{opacity:1;transform:translateY(0)}.ReactModal__Content.ReactModal__Content--before-close{opacity:0;transform:translateY(20px)}@media screen and (max-width: 575px){.ReactModal__Content{width:100%;max-width:100%;min-width:100%;height:100%}}.fullscreen-modal{width:100%;height:100%}.fullscreen-modal .modal-content,.fullscreen-modal .modal-body{width:100%;height:100%;border-radius:0;border:0;box-shadow:none}.modal-body{max-width:100%;flex:1 1;height:100%;max-height:calc(100% - 22.9rem);overflow-y:auto;overflow-x:hidden}@media screen and (max-width: 575px){.modal-body{flex:inherit}}.modal-form{max-width:100%}.modal-content{padding:5rem;position:relative;min-width:40rem;max-height:100%;border:none;border-radius:1.5rem;box-shadow:5px 10px 16px rgba(51,51,51,.05),-5px 10px 16px rgba(51,51,51,.05)}.modal-content .modal-close-button{position:absolute;top:1rem;right:1rem}.modal-content .modal-close-button i{color:#b08030}.modal-content .modal-close-button:hover i,.modal-content .modal-close-button:focus i{color:#fff}@media screen and (max-width: 575px){.modal-content{padding:3rem 1.5rem;height:100%;border-radius:0;display:flex;justify-content:center}}.modal-content.md-content-width{max-width:60rem;min-width:40rem;background-color:#120b00}@media screen and (max-width: 575px){.modal-content.md-content-width{width:100%;max-width:100%;min-width:100%;height:100%}}.modal-content .modal-header{border:none;padding:0;display:flex;flex-direction:column}.modal-content .modal-header hr{width:100%;margin-bottom:2rem}.modal-content .modal-header .modal-header-title{font-size:2rem;line-height:30px;font-weight:bold}.modal-content .modal-body{padding:0}.modal-content .modal-body .body-title{font-size:1.8rem;line-height:28px;margin-bottom:2rem}.modal-content .modal-body .form-action-button-wrapper{display:flex;margin-top:3rem}.print-report-modal-content .modal-body,.report-modal-dialog .modal-body{overflow:visible}#login-modal.ReactModal__Content .login-form{max-width:none;max-width:initial;padding:0;border:none}.share-modal-dialog .share-label{font-size:1.6rem;font-weight:bold}.share-modal-dialog .share-text-wrapper{background-color:rgba(255,255,255,.1);display:flex;justify-content:center;overflow:hidden;border:none}.custom-multi-select{position:relative}.custom-multi-select .custom-option{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:all .2s ease-in-out}.custom-multi-select .custom-option:hover{background-color:rgba(176,128,48,.03) !important}.custom-multi-select .option-checkbox{width:16px;height:16px;border-radius:3px;border:2px solid #120b00;cursor:pointer;accent-color:#b08030}.custom-multi-select .option-checkbox:checked{background-color:#b08030;border-color:#b08030}.custom-multi-select .value-container{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:2px 8px;min-height:40px}.custom-multi-select .selected-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.custom-multi-select .selected-tag{color:#fff;background:rgba(176,128,48,.03);border:1px solid rgba(194,200,206,.2);padding:4px 8px;border-radius:15rem;max-width:10rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:3rem}.custom-multi-select .cp-react-select__control{border-radius:15rem !important;border-color:rgba(194,200,206,.8) !important;color:rgba(255,255,255,.8) !important;font-size:1.6rem !important;line-height:24px !important;background-color:#120b00;height:5.6rem}.custom-multi-select .cp-react-select__control .cp-react-select__input{color:rgba(255,255,255,.6) !important;background-color:#120b00;font-size:1.6rem;line-height:24px}.custom-multi-select .cp-react-select__control .cp-react-select__placeholder{color:rgba(255,255,255,.6);font-size:1.6rem;line-height:24px}.custom-multi-select .cp-react-select__control .cp-react-select__dropdown-indicator{padding-right:1.2rem}.custom-multi-select .cp-react-select__control .cp-react-select__indicator-separator{background-color:rgba(194,200,206,.2)}.custom-multi-select .cp-react-select__control.cp-react-select__control--is-focused{border-color:#b08030 !important;box-shadow:0 0 4px rgba(176,128,48,.3) !important}.custom-multi-select .cp-react-select__control.cp-react-select__control--is-disabled{border-color:rgba(255,255,255,.1) !important;box-shadow:none !important}.custom-multi-select .cp-react-select__control.cp-react-select__control--is-disabled .cp-react-select__indicator-separator{background-color:rgba(255,255,255,.1) !important}.custom-multi-select .cp-react-select__control.cp-react-select__control--is-disabled .cp-react-select__placeholder,.custom-multi-select .cp-react-select__control.cp-react-select__control--is-disabled .cp-react-select__indicator{color:rgba(255,255,255,.1) !important}.custom-multi-select .cp-react-select__menu{background-color:#333}.custom-multi-select .cp-react-select__indicator:hover{color:rgba(176,128,48,.5)}.custom-multi-select .react-select__menu{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.custom-multi-select .value-container{min-height:44px}.custom-multi-select .selected-tag{font-size:11px;padding:3px 6px}}.Toastify__toast-container{width:400px;top:11.4rem;z-index:10001}@media(max-width: 768px){.Toastify__toast-container{width:90vw;max-width:400px;min-width:280px;left:50%;transform:translateX(-50%);gap:10px}}@media(max-width: 480px){.Toastify__toast-container{width:95vw}}@media(max-width: 320px){.Toastify__toast-container{width:98vw;min-width:0;min-width:initial}}.Toastify__toast-container .Toastify__toast--success{background:#111407 !important;border:1px solid #10b981 !important;box-shadow:none}.Toastify__toast-container .Toastify__toast--success .Toastify__toast-icon{color:var(--success)}.Toastify__toast-container .Toastify__toast--error{background:#1b0d02 !important;border:1px solid #ef4444 !important;box-shadow:none}.Toastify__toast-container .Toastify__toast--error .Toastify__toast-icon{color:var(--error)}.Toastify__toast-container .Toastify__toast--warning{background:#1a1102 !important;border:1px solid #b08030 !important;box-shadow:none}.Toastify__toast-container .Toastify__toast--warning .Toastify__toast-icon{color:var(--warn)}.Toastify__toast-container .Toastify__toast--info{background:#13130b !important;border:1px solid #22addd !important;box-shadow:none}.Toastify__toast-container .Toastify__toast--info .Toastify__toast-icon{color:var(--info)}.Toastify__toast-container .Toastify__progress-bar{height:3px}.Toastify__toast-container .Toastify__progress-bar--success{background:#2e7d32}.Toastify__toast-container .Toastify__progress-bar--error{background:#c0392b}.Toastify__toast-container .Toastify__progress-bar--warning{background:#b08030}.Toastify__toast-container .Toastify__progress-bar--info{background:#22addd}.Toastify__toast-container .Toastify__toast{padding:16px;padding-top:18px;border-radius:.8rem;font-weight:500;align-items:start;position:relative;color:#fff;background-color:#333}.Toastify__toast-container .Toastify__toast .Toastify__toast-icon{margin-top:.1rem}@media(max-width: 480px){.Toastify__toast-container .Toastify__toast{padding:12px}}.Toastify__toast-container .Toastify__close-button{color:#6b7280}.Toastify__toast-container .Toastify__close-button:hover{color:#374151}@media(max-width: 768px){.Toastify__toast-container .Toastify__close-button{min-width:44px;min-height:44px}}.Toastify__toast-container .text-primary{color:#b08030}.lazy-load-image-background{position:relative;width:100%;z-index:-1}.lazy-load-image-background img{width:100%}.lazy-load-image-background span{display:block !important}.lazy-load-image-background.lazy-load-image-loaded{display:inline !important;z-index:1}.lazy-overlay{position:absolute;left:0;right:0;top:0;bottom:0;background:#f4f4f4}.lazy-overlay.bg-2{background:#b0c4de}.lazy-overlay.bg-3{background:#add8e6}.lazy-overlay.bg-4{background:#008b8b}.lazy-media{position:relative}.lazy-media:before{content:"";display:block;padding-top:100%;width:100%;background-color:#f4f4f4}.lazy-media .lazy-load-image-background{position:static;display:inline !important}.lazy-media img{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;transition:all .4s;object-fit:cover}.lazy-media>figure{position:absolute;top:0;left:0;right:0;bottom:0}.order-status{width:-webkit-fit-content;width:fit-content;color:#fff}.order-status span{font-size:1.6rem;line-height:24px}.order-status.empty{background-color:#919191}.order-status.part-ship{background-color:#ebafe3}.order-status.schedule{background-color:#827717}.order-status.returned{background-color:#8e24aa}.order-status.shipped{background-color:#6fb271}.order-status.not-ship{background-color:#f9a825}.order-status.closed{background-color:#ff7e75}.order-status.part-ret{background-color:#7c8bdb}.only-status{width:-webkit-fit-content;width:fit-content;color:#fff}.only-status span{font-size:1.4rem;line-height:24px}.only-status.pending-approval{background-color:#22addd}.only-status.accepted{background-color:#098b48}.only-status.declined,.only-status.rejected{background-color:#a92a2a}.only-status.in-process{background-color:#ef6c00}.only-status.closed{background-color:#91aab0}.product-card{display:block;transition:all .4s ease;position:relative;height:40rem}.product-card .row-container{display:flex;margin-top:1rem}.product-card .row-container .product-title{font-size:1.8rem}.row-info{display:flex;align-items:center;justify-content:space-between}.row-info .info-value{font-weight:bold}.SentMailReports-paper{width:100%;height:50vh;margin:auto;display:flex;align-items:center;justify-content:center;margin-top:10rem}.SentMailReports-paper .alert-box-image{position:absolute;top:0;left:0;width:100%;height:auto;z-index:1}.SentMailReports-paper .relativeBox{position:relative;width:100%;max-width:92rem;height:58.6rem}.SentMailReports-paper .image{position:absolute;z-index:2;left:0;top:0;width:20.6rem;height:21.6rem}.SentMailReports-paper .card{width:100%;max-width:92rem;height:58.6rem;right:0;bottom:0;padding:1.6rem .8rem;background-color:rgba(0,0,0,0);position:absolute;z-index:3;display:flex;align-items:center;justify-content:center}.SentMailReports-paper .card p{font-size:2rem;text-align:center}@media(max-width: 980px){.SentMailReports-paper .card{padding-top:17%;justify-content:right}}.swiper-main{width:100%;margin:0 auto;border-radius:0 0 1.5rem 1.5rem;z-index:auto;z-index:initial}.swiper-main .swiper-wrapper{z-index:auto;z-index:initial}.swiper-main.full-width{width:100%}.swiper-main .swiper-button-next,.swiper-main .swiper-button-prev{color:#b08030}.swiper-main .swiper-button-next::after,.swiper-main .swiper-button-prev::after{font-size:40px}.swiper-main .swiper-pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.swiper-main .swiper-pagination span.swiper-pagination-bullet{width:1.5rem;height:1.5rem;background-color:rgba(0,0,0,0);color:#fff;border-radius:50%;opacity:1;font-weight:bold;position:relative;transition:all ease-in-out .3s;margin:0}.swiper-main .swiper-pagination span.swiper-pagination-bullet::before{display:block;content:" ";width:.5rem;height:.5rem;border-radius:50%;background-color:#fff;left:4px;top:4px;position:relative}.swiper-main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{border:.1rem solid #fff}.swiper-main .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before{background-color:#b08030}.swiper-main .swiper-pagination span.swiper-pagination-bullet:hover{border:.1rem solid #fff}.slider-swapper-buttons{display:flex;align-items:center;justify-content:center}.slider-swapper-buttons .prev,.slider-swapper-buttons .next{min-width:4.8rem;min-height:4.8rem}@media screen and (max-width: 575px){.slider-swapper-buttons .prev,.slider-swapper-buttons .next{min-width:4.4rem;min-height:4.4rem}}.slider-swapper-buttons .swiper-button-disabled{border-color:#9b9b9b !important}.slider-swapper-buttons .swiper-button-disabled i{color:#9b9b9b !important}.context-menu{row-gap:1rem;padding:.4rem;border-radius:.8rem;background-color:#333;transition:all .4s ease;box-shadow:10px 10px 25px 0px rgba(32,36,46,.16)}.context-menu .context-menu-item{display:flex;align-items:center;flex-direction:row;border-bottom:.1rem solid rgba(0,45,91,.2);padding:.8rem}.context-menu .context-menu-item:last-child{border-bottom:none}.context-menu .context-menu-item p{color:#fff}.context-menu .context-menu-item :hover{cursor:pointer;color:#b08030}.context-menu .context-menu-item.disabled{opacity:.3}.context-menu .context-menu-item.disabled p:hover{cursor:not-allowed;color:inherit}.dropdown{display:flex;align-self:center;align-items:center}.dropdown .dropdown-toggle{position:relative;height:100%;display:flex;align-items:center;text-decoration:none !important;color:#fff}.dropdown .dropdown-toggle::after{display:none}.dropdown .dropdown-menu{overflow-y:visible;display:block;width:23rem;min-width:15rem;padding:0 1rem;font-size:1.4rem;line-height:24px;border:none;border-radius:.8rem;background-color:#333;z-index:1001;color:#fff;visibility:hidden;opacity:0;transition:all .4s ease;box-shadow:10px 10px 25px 0px rgba(32,36,46,.16);transform:translateY(5px)}.dropdown .dropdown-menu::after{content:"";position:absolute;left:1.5rem;right:auto;right:initial;top:0;transform:translateY(-50%) rotate(45deg);width:1rem;height:1rem;background-color:#333;border-radius:.2rem;box-shadow:-7px -7px 14px 0px rgba(0,0,0,.1);border-bottom:none;border-right:none;opacity:1;z-index:-1}.dropdown .dropdown-menu.dropdown-menu-right::after{right:1.5rem;left:auto;left:initial}.dropdown .dropdown-menu.simple-mode{transform:translateY(2px)}.dropdown .dropdown-menu.simple-mode::after{display:none}@media screen and (max-width: 575px){.dropdown .dropdown-menu{min-width:14rem;padding:0 .8rem !important}}.dropdown .dropdown-menu .dropdown-menu-item{display:flex;align-items:center;justify-content:space-between;flex-direction:row;row-gap:1rem}.dropdown.show .dropdown-toggle,.dropdown.show-search .dropdown-toggle{color:#b08030}.dropdown.show .dropdown-toggle p,.dropdown.show .dropdown-toggle span,.dropdown.show .dropdown-toggle i,.dropdown.show-search .dropdown-toggle p,.dropdown.show-search .dropdown-toggle span,.dropdown.show-search .dropdown-toggle i{color:#b08030}.dropdown.show .dropdown-menu,.dropdown.show-search .dropdown-menu{visibility:visible;opacity:1}.dropdown-menu-wrapper,.dropdown-menu-wrapper ul{margin:0;padding:0;list-style:none}.dropdown-menu-wrapper{display:flex;align-items:center;position:static;flex-direction:column;max-height:60rem;overflow-y:auto;overflow-x:hidden}.dropdown-menu-wrapper li{position:relative}.dropdown-menu-wrapper li:hover>ul,.dropdown-menu-wrapper li.show>ul{display:block}.dropdown-menu-wrapper a:not(.btn){position:relative;text-decoration:none}.dropdown-menu-wrapper a:not(.btn):focus{outline:none !important}.dropdown-menu-wrapper ul{min-width:218px;padding:1.6rem 0 2rem}.dropdown-menu-wrapper>li{width:100%}.dropdown-menu-wrapper>li>a{width:100%;display:block;border-bottom:.1rem solid rgba(255,255,255,.2);font-size:1.4rem !important;line-height:24px;padding-block:.8rem;gap:1rem}.dropdown-menu-wrapper>li:last-child a{border-bottom:none}.dropdown-menu-wrapper li:hover>a,.dropdown-menu-wrapper li.show>a,.dropdown-menu-wrapper li.active>a{color:#b08030 !important}.dropdown-menu-wrapper li:hover>a p,.dropdown-menu-wrapper li:hover>a i,.dropdown-menu-wrapper li:hover>a span,.dropdown-menu-wrapper li.show>a p,.dropdown-menu-wrapper li.show>a i,.dropdown-menu-wrapper li.show>a span,.dropdown-menu-wrapper li.active>a p,.dropdown-menu-wrapper li.active>a i,.dropdown-menu-wrapper li.active>a span{color:#b08030 !important}.accordion-container{position:relative;border:none;margin:auto;padding:0;position:relative}@media screen and (min-width: 768px){.accordion-container{padding:5% 10%}}@media screen and (min-width: 992px){.accordion-container{padding:5% 15%}}.accordion-container .accordion-item{background:#120b00;border:1px solid rgba(255,255,255,.6);border-radius:4.5rem;padding:1.6rem 1.8rem;margin-bottom:2rem;position:relative;z-index:1}@media screen and (max-width: 575px){.accordion-container .accordion-item{padding:1rem .8rem}}.accordion-container .accordion-item:not(.active-item):hover .accordion-header .accordion-number,.accordion-container .accordion-item:not(.active-item):hover .accordion-header .accordion-header-title,.accordion-container .accordion-item:not(.active-item):hover .accordion-header i{color:#b08030}.accordion-container .accordion-item .accordion-header{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}@media screen and (max-width: 575px){.accordion-container .accordion-item .accordion-header{padding:.4rem 1rem}}.accordion-container .accordion-item .accordion-header .accordion-number,.accordion-container .accordion-item .accordion-header .accordion-header-title{font-size:1.8rem;line-height:28px;color:#fdfdfd;font-weight:bold}.accordion-container .accordion-item .accordion-header .accordion-number{margin-right:2rem}@media screen and (max-width: 575px){.accordion-container .accordion-item .accordion-header .accordion-number{margin-right:1rem}}.accordion-container .accordion-item .accordion-header .accordion-header-title{flex:1 1}.accordion-container .accordion-item .accordion-header i{color:#fdfdfd}.accordion-container .accordion-item.active-item .accordion-number,.accordion-container .accordion-item.active-item .accordion-header-title,.accordion-container .accordion-item.active-item i{color:#b08030}.accordion-container .accordion-item .accordion-body{color:#fdfdfd;padding-right:2rem;padding-left:1rem}.accordion-container .active-item{border-radius:2.5rem}.accordion-container .rotate-45-deg{transform:rotate(45deg)}@keyframes loadingAnimation{from{transform:scale(0.9)}to{transform:scale(2)}}@keyframes showHideAnimation{from{opacity:.3}to{opacity:1}}.loading-overlay{position:fixed;display:block;top:0;right:0;bottom:0;left:0;transition:all .4s ease-in-out;background:#fff;opacity:1;visibility:visible;z-index:10000}.global-loading-wrapper{background-color:rgba(26,26,26,.9);position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:99999}.local-loading-wrapper{width:100%}.local-loading-wrapper .local-loading-content{display:block;font-size:20px;animation:showHideAnimation 1s linear 0s infinite alternate}.dot-circle-loader{position:relative;margin-inline:auto}.dot-circle-loader .dot{position:absolute;background:#b08030;border-radius:50%}.dot-circle-loader .dot.circle-dot{transform:translate(-50%, -50%) scale(1);opacity:.7;animation:pulse 2s ease-in-out infinite}.dot-circle-loader .dot.ripple-dot{transform:translate(-50%, -50%) scale(0.8);opacity:.4;animation:ripple 2.5s ease-in-out infinite}.dot-circle-loader .dot.breathing-ripple-dot{transform:translate(-50%, -50%) scale(0.7);opacity:.3;animation:breathing 3.5s ease-in-out infinite}.dot-circle-loader .dot:nth-child(1){animation-delay:.7126504177s}.dot-circle-loader .dot:nth-child(2){animation-delay:.283023605s}.dot-circle-loader .dot:nth-child(3){animation-delay:.8802590029s}.dot-circle-loader .dot:nth-child(4){animation-delay:.8059332894s}.dot-circle-loader .dot:nth-child(5){animation-delay:.7205845023s}.dot-circle-loader .dot:nth-child(6){animation-delay:.839082717s}.dot-circle-loader .dot:nth-child(7){animation-delay:.2407944957s}.dot-circle-loader .dot:nth-child(8){animation-delay:.1450714903s}.dot-circle-loader .dot:nth-child(9){animation-delay:.307407736s}.dot-circle-loader .dot:nth-child(10){animation-delay:.4193579774s}.dot-circle-loader .dot:nth-child(11){animation-delay:.2833681615s}.dot-circle-loader .dot:nth-child(12){animation-delay:.460231431s}.dot-circle-loader .dot:nth-child(13){animation-delay:.154937849s}.dot-circle-loader .dot:nth-child(14){animation-delay:.6441936256s}.dot-circle-loader .dot:nth-child(15){animation-delay:.6205000753s}.dot-circle-loader .dot:nth-child(16){animation-delay:.9879592122s}.dot-circle-loader .dot:nth-child(17){animation-delay:.0163925954s}.dot-circle-loader .dot:nth-child(18){animation-delay:.2398959304s}.dot-circle-loader .dot:nth-child(19){animation-delay:.0164310261s}.dot-circle-loader .dot:nth-child(20){animation-delay:.5561192814s}.dot-circle-loader .dot:nth-child(21){animation-delay:.5483990371s}.dot-circle-loader .dot:nth-child(22){animation-delay:.5957952848s}.dot-circle-loader .dot:nth-child(23){animation-delay:.1106769732s}.dot-circle-loader .dot:nth-child(24){animation-delay:.4011584433s}.dot-circle-loader .dot:nth-child(25){animation-delay:.2683274513s}.dot-circle-loader .dot:nth-child(26){animation-delay:.315649704s}.dot-circle-loader .dot:nth-child(27){animation-delay:.7733884233s}.dot-circle-loader .dot:nth-child(28){animation-delay:.0776513285s}.dot-circle-loader .dot:nth-child(29){animation-delay:.4119541379s}.dot-circle-loader .dot:nth-child(30){animation-delay:.094924499s}.dot-circle-loader .dot:nth-child(31){animation-delay:.4230882091s}.dot-circle-loader .dot:nth-child(32){animation-delay:.894091315s}.dot-circle-loader .dot:nth-child(33){animation-delay:.1639426356s}.dot-circle-loader .dot:nth-child(34){animation-delay:.703383009s}.dot-circle-loader .dot:nth-child(35){animation-delay:.3026786614s}.dot-circle-loader .dot:nth-child(36){animation-delay:.3228902735s}.dot-circle-loader .dot:nth-child(37){animation-delay:.3775440456s}.dot-circle-loader .dot:nth-child(38){animation-delay:.0383987967s}.dot-circle-loader .dot:nth-child(39){animation-delay:.2533255308s}.dot-circle-loader .dot:nth-child(40){animation-delay:.6211052403s}.dot-circle-loader .dot:nth-child(41){animation-delay:.8053135071s}.dot-circle-loader .dot:nth-child(42){animation-delay:.2794761948s}.dot-circle-loader .dot:nth-child(43){animation-delay:.8824440129s}.dot-circle-loader .dot:nth-child(44){animation-delay:.1969309604s}.dot-circle-loader .dot:nth-child(45){animation-delay:.5771081427s}.dot-circle-loader .dot:nth-child(46){animation-delay:.6364964751s}.dot-circle-loader .dot:nth-child(47){animation-delay:.8771875956s}.dot-circle-loader .dot:nth-child(48){animation-delay:.2259944519s}.dot-circle-loader .dot:nth-child(49){animation-delay:.4419661282s}.dot-circle-loader .dot:nth-child(50){animation-delay:.328404743s}.dot-circle-loader .dot:nth-child(51){animation-delay:.2453658137s}.dot-circle-loader .dot:nth-child(52){animation-delay:.0989515761s}.dot-circle-loader .dot:nth-child(53){animation-delay:.3429537447s}.dot-circle-loader .dot:nth-child(54){animation-delay:.7867596363s}.dot-circle-loader .dot:nth-child(55){animation-delay:.8846965661s}.dot-circle-loader .dot:nth-child(56){animation-delay:.6642189726s}.dot-circle-loader .dot:nth-child(57){animation-delay:.0812122818s}.dot-circle-loader .dot:nth-child(58){animation-delay:.1164206779s}.dot-circle-loader .dot:nth-child(59){animation-delay:.7149991057s}.dot-circle-loader .dot:nth-child(60){animation-delay:.8859039556s}.dot-circle-loader .dot:nth-child(61){animation-delay:.1207775946s}.dot-circle-loader .dot:nth-child(62){animation-delay:.6483380549s}.dot-circle-loader .dot:nth-child(63){animation-delay:.9823817969s}.dot-circle-loader .dot:nth-child(64){animation-delay:.0400417938s}.dot-circle-loader .dot:nth-child(65){animation-delay:.8858306516s}.dot-circle-loader .dot:nth-child(66){animation-delay:.8006044356s}.dot-circle-loader .dot:nth-child(67){animation-delay:.4348355318s}.dot-circle-loader .dot:nth-child(68){animation-delay:.1142982474s}.dot-circle-loader .dot:nth-child(69){animation-delay:.8618618151s}.dot-circle-loader .dot:nth-child(70){animation-delay:.0108214229s}.dot-circle-loader .dot:nth-child(71){animation-delay:.1033057721s}.dot-circle-loader .dot:nth-child(72){animation-delay:.997331887s}.dot-circle-loader .dot:nth-child(73){animation-delay:.281014491s}.dot-circle-loader .dot:nth-child(74){animation-delay:.4843839807s}.dot-circle-loader .dot:nth-child(75){animation-delay:.1165562427s}.dot-circle-loader .dot:nth-child(76){animation-delay:.9361436581s}.dot-circle-loader .dot:nth-child(77){animation-delay:.6076408427s}.dot-circle-loader .dot:nth-child(78){animation-delay:.0831310822s}.dot-circle-loader .dot:nth-child(79){animation-delay:.7679225195s}.dot-circle-loader .dot:nth-child(80){animation-delay:.5783779096s}.dot-circle-loader .dot:nth-child(81){animation-delay:.5497873175s}.dot-circle-loader .dot:nth-child(82){animation-delay:.6534480927s}.dot-circle-loader .dot:nth-child(83){animation-delay:.8381944057s}.dot-circle-loader .dot:nth-child(84){animation-delay:.2524912008s}.dot-circle-loader .dot:nth-child(85){animation-delay:.2639937769s}.dot-circle-loader .dot:nth-child(86){animation-delay:.7002511402s}.dot-circle-loader .dot:nth-child(87){animation-delay:.0263289523s}.dot-circle-loader .dot:nth-child(88){animation-delay:.397028185s}.dot-circle-loader .dot:nth-child(89){animation-delay:.7595409491s}.dot-circle-loader .dot:nth-child(90){animation-delay:.5593798959s}.dot-circle-loader .dot:nth-child(91){animation-delay:.6157756545s}.dot-circle-loader .dot:nth-child(92){animation-delay:.1174630913s}.dot-circle-loader .dot:nth-child(93){animation-delay:.011038635s}.dot-circle-loader .dot:nth-child(94){animation-delay:.2613783053s}.dot-circle-loader .dot:nth-child(95){animation-delay:.3557767776s}.dot-circle-loader .dot:nth-child(96){animation-delay:.7989987085s}.dot-circle-loader .dot:nth-child(97){animation-delay:.0001829395s}.dot-circle-loader .dot:nth-child(98){animation-delay:.2740570598s}.dot-circle-loader .dot:nth-child(99){animation-delay:.0289211116s}.dot-circle-loader .dot:nth-child(100){animation-delay:.1579448079s}.dot-circle-loader .dot:nth-child(101){animation-delay:.3315456305s}.dot-circle-loader .dot:nth-child(102){animation-delay:.5084239346s}.dot-circle-loader .dot:nth-child(103){animation-delay:.7595138386s}.dot-circle-loader .dot:nth-child(104){animation-delay:.799913303s}.dot-circle-loader .dot:nth-child(105){animation-delay:.7279878957s}.dot-circle-loader .dot:nth-child(106){animation-delay:.0649753368s}.dot-circle-loader .dot:nth-child(107){animation-delay:.0523854763s}.dot-circle-loader .dot:nth-child(108){animation-delay:.8734620408s}.dot-circle-loader .dot:nth-child(109){animation-delay:.9296146669s}.dot-circle-loader .dot:nth-child(110){animation-delay:.0645569695s}.dot-circle-loader .dot:nth-child(111){animation-delay:.9322256968s}.dot-circle-loader .dot:nth-child(112){animation-delay:.8116476742s}.dot-circle-loader .dot:nth-child(113){animation-delay:.3699606384s}.dot-circle-loader .dot:nth-child(114){animation-delay:.6803306923s}.dot-circle-loader .dot:nth-child(115){animation-delay:.1579066562s}.dot-circle-loader .dot:nth-child(116){animation-delay:.1680682943s}.dot-circle-loader .dot:nth-child(117){animation-delay:.2535678224s}.dot-circle-loader .dot:nth-child(118){animation-delay:.9639575859s}.dot-circle-loader .dot:nth-child(119){animation-delay:.9481003199s}.dot-circle-loader .dot:nth-child(120){animation-delay:.7215493188s}.dot-circle-loader .dot:nth-child(121){animation-delay:.6912914421s}@keyframes pulse{0%,100%{transform:translate(-50%, -50%) scale(1);opacity:.6}50%{transform:translate(-50%, -50%) scale(1.5);opacity:1}}@keyframes ripple{0%{transform:translate(-50%, -50%) scale(0.5);opacity:.2}30%{transform:translate(-50%, -50%) scale(1.2);opacity:1}60%{transform:translate(-50%, -50%) scale(0.9);opacity:.5}100%{transform:translate(-50%, -50%) scale(0.5);opacity:.2}}@keyframes breathing{0%{transform:translate(-50%, -50%) scale(0.6);opacity:.3}25%{transform:translate(-50%, -50%) scale(1.3);opacity:1}50%{transform:translate(-50%, -50%) scale(0.8);opacity:.5}75%{transform:translate(-50%, -50%) scale(1.3);opacity:1}100%{transform:translate(-50%, -50%) scale(0.6);opacity:.3}}@keyframes goForward{from{transform:translateX(0)}to{transform:translateX(-100rem)}}@keyframes goBackward{from{transform:translateX(-100rem)}to{transform:translateX(0)}}.row-word-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.row-word-section .word-row-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:1000rem;overflow:hidden;height:8.6rem}.row-word-section .top-row{animation:goForward 40s linear 0s infinite alternate-reverse}.row-word-section .bottom-row{animation:goBackward 40s linear 0s infinite alternate-reverse}.row-word-section .row-text{font-family:"Anton",sans-serif !important;display:flex;flex-direction:row;justify-content:center;align-items:center;color:rgba(0,0,0,0);-webkit-text-stroke:.1rem #b08030;text-stroke:.1rem #b08030;font-size:6.8rem;line-height:7.8rem;opacity:.5;min-width:-webkit-fit-content;min-width:fit-content;word-break:keep-all;letter-spacing:-1px}.row-word-section .row-icon{min-width:3rem;margin:0 1rem}.intro-slider-container{position:relative;border-radius:1.5rem;min-height:104.4rem;margin-top:-10.4rem !important}@media screen and (max-width: 767px){.intro-slider-container{min-height:94.4rem;margin-top:-6.6rem !important}}.intro-slider-container .intro-swapper-main{height:104.4rem}@media screen and (max-width: 767px){.intro-slider-container .intro-swapper-main{height:94.4rem;min-height:84rem !important}}.intro-slider-container .main-slider-shade{position:absolute;top:0;transform:rotate(180deg);width:100vw;left:0;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.intro-slider-container .main-slider-shade img{max-width:100rem;width:100%}.intro-slider-container::before,.intro-slider-container::after{position:absolute;content:" ";display:block;width:100%;height:20rem;left:0;z-index:1}.intro-slider-container::after{bottom:0;background:linear-gradient(transparent, rgb(18, 11, 0))}.intro-slider-container::before{top:10rem;background:linear-gradient(rgb(18, 11, 0), transparent)}.intro-slider-container:before{display:block;content:"";width:100%}.intro-slider-container .slider-arrow-wrapper{position:relative;width:100%;height:100%;z-index:1}.intro-slider-container .slider-arrow-wrapper .slider-arrow{position:absolute;display:block;top:50rem;right:5.7rem;left:5.7rem}@media screen and (max-width: 767px){.intro-slider-container .slider-arrow-wrapper .slider-arrow{display:none}}.intro-slider-container .slider-arrow-wrapper .slider-arrow .home-slider-buttons{justify-content:space-between}.intro-slider-container .slider-arrow-wrapper .slider-arrow .home-slider-buttons .prev,.intro-slider-container .slider-arrow-wrapper .slider-arrow .home-slider-buttons .next{width:5.8rem;height:5.8rem;transition:all ease-in-out .3s}.intro-slider-container .slider-arrow-wrapper .slider-arrow .home-slider-buttons .prev:hover,.intro-slider-container .slider-arrow-wrapper .slider-arrow .home-slider-buttons .next:hover{filter:brightness(0) invert(1)}.intro-slide{display:flex;width:100%;align-items:center;min-height:104.4rem;height:100%}@media screen and (max-width: 767px){.intro-slide{min-height:84rem !important}}.intro-slide .intro-content{padding-top:10.4rem;display:flex;flex-direction:column;align-items:center;position:static;left:auto;top:auto;height:100%;z-index:4}@media screen and (max-width: 767px){.intro-slide .intro-content{padding-top:6.6rem !important}}.intro-slide .intro-content .animated-title{text-align:center}.intro-slide .intro-content .intro-top-content{flex:1 1;display:flex;position:relative;flex-direction:column;justify-content:end;width:100%;max-width:85rem;padding-bottom:3rem;z-index:5}.intro-slide .intro-content .html-call-center-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4.5rem;margin-top:5rem}.intro-slide .intro-content .html-call-center-wrapper .call-center-number-wrapper{position:relative;flex:0 0 43rem;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:2.5rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:.2rem .8rem 2.4rem 0 rgba(176,128,48,.28);height:12rem;gap:.5rem;padding:0 2rem}.intro-slide .intro-content .html-call-center-wrapper .number-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;height:8rem;border-left:.2rem solid #fff;padding-left:2.6rem;font-size:2.5rem}.intro-slide .intro-content .html-call-center-wrapper .slider-cube-box{position:absolute;top:-4rem;right:-8rem}.intro-slide .intro-content .html-call-center-wrapper .slider-call-center{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:.4rem;padding:.4rem}.intro-slide .intro-content .html-call-center-wrapper .slider-call-center.unavailable{background-color:rgba(255,0,0,.264) !important}.intro-slide .intro-content .intro-bottom-content{width:100%;max-width:90rem;padding-bottom:3rem;height:34.5rem;position:relative;z-index:5}@media screen and (max-width: 575px){.intro-slide .intro-content .intro-bottom-content{height:auto !important;height:initial !important}}.intro-slide .intro-content .intro-bottom-content .intro-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media screen and (max-width: 575px){.intro-slide .intro-content .intro-bottom-content .intro-buttons .btn{min-width:14rem}}.intro-slide .intro-content .intro-bottom-content .intro-buttons .slider-contact-button{color:#fff;border-color:#fff}.intro-slide .intro-content .intro-bottom-content .intro-buttons .slider-contact-button:hover{color:#b08030;border-color:#b08030}.intro-slide .intro-content .intro-bottom-content .intro-buttons .btn-primary-gradient{background-color:#fff !important}.intro-slide .intro-content .intro-bottom-content .intro-buttons .btn-primary-gradient:hover{background-color:#fff !important}.intro-slide .intro-content .intro-bottom-content hr{border-color:rgba(255,255,255,.3) !important;margin-block:3rem}.intro-slide .intro-content .intro-bottom-content .custom-html-container{border-radius:2.5rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:.2rem .8rem 2.4rem 0 rgba(176,128,48,.28);height:12rem;padding:3rem;color:#fff;width:100%;overflow:auto}@media screen and (max-width: 575px){.intro-slide .intro-content .intro-bottom-content .custom-html-container{max-height:30rem}}.intro-slide .intro-content .intro-bottom-content .custom-html-container .html-wrapper{display:flex;align-items:center}.intro-slide .intro-content .intro-bottom-content .custom-html-container .html-wrapper>div{width:-webkit-fit-content;width:fit-content}.page-title{display:flex;align-items:center;gap:1.2rem;margin-bottom:3rem}@media screen and (max-width: 575px){.page-title{margin-bottom:1.5rem}}.home-paragraph{font-size:1.8rem;line-height:28px}.inbox-paragraph{font-size:1.6rem;line-height:24px}.home-section-title{gap:1.2rem;margin-bottom:3rem;position:relative;z-index:3}.section-title{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem}.section-title>div{gap:.8rem}.section-title h3{width:-webkit-fit-content;width:fit-content}.section-title hr{border-top:1px solid rgba(255,255,255,.2);width:-webkit-fit-content;width:fit-content;flex:1 1}.customer-icons-section{width:100%;height:9rem}.customer-icons-section .customer-icons-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.customer-icons-section .customer-icon-wrapper{min-width:20rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.customer-icons-section .customer-icon-wrapper img{filter:brightness(0) invert(1);transition:all ease-in-out .3s;cursor:pointer;height:3.2rem}.customer-icons-section .customer-icon-wrapper img:hover{filter:brightness(1) invert(0)}.customer-icons-section .swiper-main{height:100%}.about-us-section{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;gap:5rem}.about-us-section .right-img{position:absolute;right:0;top:0}.about-us-section .au-text-contents{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.about-us-section .buttons-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem}.about-us-section .see-video-btn{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.about-us-section .see-video-btn *{transition:all ease-in-out .3s}.about-us-section .see-video-btn:hover .texts-wrapper{color:#fff}.about-us-section .see-video-btn:hover .icon-place img{filter:brightness(0) invert(1)}.about-us-section .texts-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:#b08030}.explore-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;background-color:#1a1a1a;padding:10rem}.explore-section .left-img{position:absolute;transform:rotate(-180deg);left:0;top:calc(50% - 20rem)}.explore-section .explore-items-wrapper{display:grid;grid-template-columns:repeat(2, 30rem);grid-column-gap:3.5rem;column-gap:3.5rem;grid-row-gap:2rem;row-gap:2rem}.explore-section .explore-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-radius:15rem;gap:.6rem;border:.1rem solid #fff;height:5.8rem;padding:0 1.8rem;transition:all ease-in-out .3s;position:relative;z-index:2}.explore-section .explore-item:hover{background-color:#b08030;color:#fdfdfd;border:.1rem solid #b08030}.explore-section .explore-item-icon-wrapper{flex:0 0 3.2rem;height:3rem;filter:brightness(0) invert(1);transition:all ease-in-out .3s}.relative-pos{position:relative}.relative-pos .experience-cube{position:absolute;bottom:0;right:-50rem;max-width:80rem;transform:scaleX(-1);z-index:1}.experience-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.experience-section .cases-wrapper{display:grid;grid-template-columns:repeat(4, 1fr);grid-row-gap:4.5rem;row-gap:4.5rem;grid-column-gap:4.5rem;column-gap:4.5rem;position:relative;z-index:2}@media screen and (max-width: 767px){.experience-section .cases-wrapper{row-gap:3.5rem;column-gap:3.5rem}}@media screen and (max-width: 575px){.experience-section .cases-wrapper{row-gap:2.5rem;column-gap:2.5rem}}.experience-section .case-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;border:.1rem solid #fff;padding:3.5rem;border-radius:2.5rem;height:32rem;background-color:#120b00;cursor:pointer;transition:all ease-in-out .3s}.experience-section .case-wrapper:hover{border-color:rgba(0,0,0,0);background-color:#b08030}.experience-section .icon-wrapper{filter:brightness(0) invert(1);transition:all ease-in-out .3s;max-width:4.5rem}.memories-section{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;padding-block:4rem}@media screen and (min-width: 768px){.memories-section{padding-block:10rem}}@media screen and (min-width: 992px){.memories-section{padding-block:10rem}}.memories-section .memories-cube{position:absolute;left:0;z-index:1}.memories-section .memories-cube img{max-width:65rem}.memories-section .memories-main-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:90rem;height:auto;min-height:44rem;background-color:#1a1a1a;border-radius:2.5rem;position:relative;z-index:3}.memories-section .buttons-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem}@media(max-width: 1200px){.home-page .btn-primary,.home-page .btn-secondary,.home-page .btn-outline,.home-page .btn-outline-white2,.cta-box .btn-primary,.cta-box .btn-secondary,.cta-box .btn-outline,.cta-box .btn-outline-white2{height:3.8rem;min-width:15rem;font-size:1.4rem;line-height:24px}.about-us-section .au-images{display:flex;flex-direction:row;justify-content:center;align-items:center}.about-us-section .working-men-img img{max-width:35rem}.about-us-section .right-img{max-width:35rem;top:auto;top:initial}.about-us-section .icon-place img{max-width:3.8rem}.about-us-section .bottom{font-size:2.5rem;line-height:3rem}.explore-section .left-img{top:calc(50% - 5rem);max-width:35rem}.experience-section .cases-wrapper{grid-template-columns:repeat(3, 1fr)}.relative-pos .experience-cube{max-width:55rem;right:-20rem}}@media(max-width: 991px){.about-us-section .right-img{max-width:25rem}.about-us-section .working-men-img img{max-width:25rem}.experience-section .cases-wrapper{grid-template-columns:repeat(2, 1fr)}.memories-section .memories-main-content{max-width:90%}}@media(max-width: 768px){.intro-slide .intro-content .intro-top-content{margin:5rem 0 0;justify-content:center;flex:initial}.intro-slide .intro-content .html-call-center-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.intro-slide .intro-content .html-call-center-wrapper .call-center-number-wrapper{flex:initial;padding:0 1rem}.intro-slide .intro-content .html-call-center-wrapper .custom-html-container{padding:2rem}.intro-slide .intro-content .html-call-center-wrapper .custom-html-container,.intro-slide .intro-content .html-call-center-wrapper .call-center-number-wrapper{width:90%}.intro-slide .intro-content .html-call-center-wrapper .slider-cube-box{max-width:10rem;top:-3rem;right:-2rem}.intro-slide .intro-content .html-call-center-wrapper .number-wrapper{font-size:1.6rem;line-height:24px}.intro-slider-container::before{top:0}.intro-slider-container::after{bottom:0}.intro-slider-container::before,.intro-slider-container::after{height:10rem}.about-us-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 2rem}.explore-section{padding:5rem 2rem}.explore-section .explore-items-wrapper{width:100%;grid-template-columns:repeat(1, 1fr)}.experience-section .cases-wrapper{grid-template-columns:repeat(1, 1fr)}.experience-section .case-wrapper{min-height:25rem;height:-webkit-fit-content;height:fit-content}.memories-section .memories-cube{bottom:0;left:auto;left:initial;right:0;transform:scaleX(-1)}.memories-section .memories-cube img{max-width:40rem}}.shop-content .switch-list-grid-button{display:inline-flex;opacity:.3}.shop-content .switch-list-grid-button:hover,.shop-content .switch-list-grid-button:focus,.shop-content .switch-list-grid-button.active{opacity:1}.shop-content .list-grid-switch-wrapper{display:flex;align-items:center;justify-content:space-between}.shop-content .list-grid-switch-wrapper .left,.shop-content .list-grid-switch-wrapper .right{display:flex;align-items:center}.shop-content .list-grid-switch-wrapper .shop-page-search-form{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-grow:0;flex-shrink:0;flex-basis:calc(50% + 4rem);max-width:30rem}.shop-content .list-grid-switch-wrapper .items-found-wrapper{display:flex;flex-direction:row;justify-content:flex-start;width:100%;gap:.5rem}.shop-content .list-grid-switch-wrapper .items-found-wrapper *{font-size:1.2rem}.shop-content .list-grid-switch-wrapper .separator-wrapper{height:1.8rem;width:.1rem;background-color:#fff;margin:0 2rem}.shop-content .list-grid-switch-wrapper .shop-page-search{margin-bottom:0 !important;width:100%}.shop-content .list-grid-switch-wrapper .shop-page-search input{height:3.8rem;padding:0 7.2rem 0 2rem;font-size:1.4rem}.shop-content .list-grid-switch-wrapper .shop-search-input-btn{position:absolute;right:0;top:0;height:3.8rem;width:3.8rem;border-radius:50%;display:flex;justify-content:center;align-items:center;border:.1rem solid rgba(194,200,206,.8)}.shop-content .list-grid-switch-wrapper .shop-search-input-btn i{color:#fff;font-size:1.5rem}.shop-content .shop-title-search-box{justify-content:space-between;align-items:center}.shop-content .reset-input-wrapper{position:absolute;right:4.8rem;top:1.4rem}.shop-content .reset-input-wrapper i{font-size:.8rem}.shop-content .shop-sidebar{height:100%}.shop-content .shop-sidebar .location-title-wrapper{align-items:center;gap:.3rem;height:3.4rem}.shop-content .shop-sidebar li{height:4.2rem;align-content:center}.shop-content .shop-sidebar .tier-3-li{height:3.2rem}.shop-content .shop-sidebar .filter-categories-wrapper .filter-categories-form{position:relative;display:flex;width:100%;justify-content:space-between}.shop-content .shop-sidebar .filter-categories-wrapper .filter-categories-form .filter-categories-input{width:100%;margin-bottom:0 !important}.shop-content .shop-sidebar .filter-categories-wrapper .filter-categories-form .filter-categories-input input{height:3.8rem;font-size:1.4rem;padding:0 2rem}.shop-content .shop-sidebar .filter-categories-wrapper .filter-categories-form .filter-categories-button{width:5rem;height:5rem;border:1px solid rgba(194,200,206,.2);border-radius:.8rem}.shop-content .shop-sidebar .filter-categories-wrapper .filter-categories-form .reset-input-wrapper{right:1.2rem}.shop-content .shop-sidebar .sidebar-filter-wrapper{position:relative;height:calc(100% - 170px);overflow-y:auto;margin-top:1.8rem;padding-bottom:10rem}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container{margin:0;overflow:visible}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container.isParentKit{border-top:1px solid rgba(194,200,206,.2)}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item{position:relative;display:block;color:#fdfdfd;text-decoration:none}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item a{display:flex;align-items:center;justify-content:space-between;flex-direction:row}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .tier-1-title{font-size:1.6rem;line-height:24px}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .tier-2-title{font-size:1.6rem;line-height:24px}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .tier-3-title{font-size:1.4rem;line-height:24px}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .activeSubCategory{color:#fdfdfd}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title{position:relative}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title p:hover,.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title p:focus{color:#b08030}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title.activeSubCategory .tier-2-title{color:#fdfdfd}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title.activeSubCategory .tier-3-title{font-weight:bold;color:#b08030}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title .tier-title{height:2.4rem}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .category-title .category-sub-item-count{font-size:1.2rem}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-parent .category-title{color:#fdfdfd}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item .tier-2-arrow{color:#b08030}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title{color:rgba(255,255,255,.6)}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title.sub-category{display:flex;justify-content:space-between;align-items:flex-start}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title.sub-category.isKit{transition:all .4s ease-in-out;padding:0 1.5rem}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title.sub-category.isKit.activeSubCategory{background-color:rgba(176,128,48,.1) !important;border-radius:.8rem}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title.sub-category.isKit:hover{background-color:rgba(176,128,48,.1) !important;border-radius:.8rem}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title.sub-category.isKit .category-sub-item-count{min-width:55px}.shop-content .shop-sidebar .sidebar-filter-wrapper .tier-container .category-item.is-child .category-title.grand-child-item{justify-content:flex-start;gap:1rem}.sidebar-fixed-toggler{display:block;position:fixed;left:0;top:49vh;width:5rem;height:5rem;z-index:1000;border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;background-color:rgba(176,128,48,.3);transform:translateX(0);transition:transform .4s}@media screen and (max-width: 768px){.shop-title-search-box .right{display:none}.shop-content .list-grid-switch-wrapper{flex-direction:column;align-items:flex-start;gap:1rem}.shop-content .list-grid-switch-wrapper .items-found-wrapper{width:100%;display:flex;justify-content:flex-start;align-items:center}.shop-content .list-grid-switch-wrapper .separator-wrapper{display:none}}@media screen and (max-width: 380px){.sidebar-filter-wrapper{padding-left:1.7rem;padding-right:1.7rem}}.mobile-sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(77,77,77,.6);z-index:1000;transition:all .4s}.mobile-sidebar{position:fixed;top:0;left:0;width:260px;height:100%;background-color:#120b00;box-shadow:2px 0 8px rgba(0,0,0,.2);z-index:1001;padding:1.5rem;padding-top:12rem}.image-slider-gallery{width:100%;height:100%;overflow:hidden;padding:0;max-height:50rem}@media screen and (max-width: 767px){.image-slider-gallery{max-height:35rem;margin-bottom:2rem}}.image-slider-gallery .image-slider-gallery-item-wrapper{width:100%;height:100%;border:.1rem solid rgba(194,200,206,.8);border-radius:2.5rem;overflow:hidden}.image-slider-gallery .image-slider-gallery-item-wrapper img{width:100%;height:100%;object-fit:contain}.image-slider-gallery .swiper{height:100%}.image-slider-gallery .gallery-thumb{width:100%;height:140px;object-fit:cover;border-radius:.8rem;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.image-slider-gallery .gallery-thumb:hover{transform:scale(1.05);opacity:.9}.image-slider-gallery .swiper-button-next,.image-slider-gallery .swiper-button-prev{color:#b08030}.gallery-overlay{display:flex;align-items:center;justify-content:center}.gallery-overlay .gallery-modal{background:#120b00;border:none;outline:none;width:90vw;height:90vh;display:flex;align-items:center;justify-content:center;border-radius:1.5rem}.gallery-overlay .gallery-modal .gallery-content{width:100%}.gallery-overlay .gallery-modal .gallery-close{position:absolute;top:1rem;right:1.5rem}.gallery-overlay .gallery-modal .lightbox-swiper{width:100%;height:100%}.gallery-overlay .gallery-modal .lightbox-swiper .swiper-slide{border-radius:1.5rem}.gallery-overlay .gallery-modal .lightbox-image{width:100%;height:80vh;object-fit:contain;border-radius:1.5rem}.gallery-overlay .gallery-modal .lightbox-swiper .swiper-button-next,.gallery-overlay .gallery-modal .lightbox-swiper .swiper-button-prev{color:#b08030}.back-to-search{color:#b08030}.back-to-search.desktop{display:flex}@media screen and (max-width: 767px){.back-to-search.desktop{display:none}}.back-to-search.mobile{display:none}@media screen and (max-width: 767px){.back-to-search.mobile{display:flex}}.product-detail-one-container{display:flex;justify-content:space-between;flex-direction:column;height:100%}.product-detail-one-container .product-detail-content .row-info{justify-content:flex-start;align-items:baseline;gap:25px}.product-detail-one-container .product-detail-content .info-label,.product-detail-one-container .product-detail-content .info-label-primary{min-width:100px}.product-detail-one-container .detail-price-place{display:flex;flex-direction:column;max-height:4.8rem;flex-wrap:wrap}.add-to-cart-action-wrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;margin:25px 0 29px}.add-to-cart-action-wrapper .quantity-wrapper{flex:0 0 131px;border:1px solid rgba(194,200,206,.8);border-radius:.8rem;display:flex;align-items:center;flex-direction:row;justify-content:center;height:58px;gap:20px}.add-to-cart-action-wrapper .quantity-wrapper .quantity-icon-btn.disabled{filter:grayscale(1);opacity:.2;cursor:not-allowed}.add-to-cart-action-wrapper .detail-add-btn{height:58px;max-width:200px;margin-top:0 !important}.about-page .home-section-title{position:relative;z-index:3}.about-page .about-us-slider-section{position:relative;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:80rem}.about-page .about-us-slider-section .au-text-contents-wrapper{flex:0 0 50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.about-page .about-us-slider-section .content-controller{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:80rem;position:relative;z-index:3}.about-page .about-us-slider-section .image-contents{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}.about-page .about-us-slider-section .image-contents .au-slider-men{position:relative;z-index:3;max-width:25rem}.about-page .about-us-slider-section .image-contents .au-slider-shape{z-index:2;max-width:25rem;position:relative;right:-20rem}.about-page .about-us-slider-section .image-contents .au-slider-cube-box{position:absolute;top:6rem;left:6rem;z-index:4}.about-page .about-us-slider-section::before,.about-page .about-us-slider-section::after{position:absolute;content:" ";display:block;width:100%;height:20rem;left:0;z-index:1}.about-page .about-us-slider-section::after{bottom:0;background:linear-gradient(transparent, rgb(18, 11, 0))}.about-page .about-us-slider-section::before{top:0;background:linear-gradient(rgb(18, 11, 0), transparent)}.about-page .about-us-slider-section .au-cube{position:absolute;left:-20rem;bottom:-25rem;max-width:100rem;z-index:2}.about-page .relative-pos{position:relative}.about-page .relative-pos .principle-cube{position:absolute;top:10rem;right:-50rem;z-index:1}.about-page .principles-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-page .principles-section .principles-header-texts{max-width:84rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.about-page .principles-section .principles-items-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3.6rem;width:100%;margin-top:4.8rem}.about-page .principles-section .principle-item{width:100%;flex:0 0 31.5rem;min-height:32rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border:.1rem solid rgba(194,200,206,.2);padding:3.5rem;gap:1.2rem;border-radius:2.5rem;transition:all ease-in-out .3s;cursor:pointer;background-color:#120b00;position:relative;z-index:2}.about-page .principles-section .principle-item:hover{border-color:rgba(0,0,0,0);background-color:rgba(176,128,48,.1)}.about-page .principles-section .principle-item:hover img{filter:none}.about-page .principles-section .principle-item:hover .principle-item-title{color:#b08030}.about-page .principles-section .icon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:4rem;height:4rem}.about-page .principles-section .icon-wrapper img{filter:brightness(0) invert(1);transition:all ease-in-out .3s}.about-page .how-we-work-section{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5.2rem;position:relative;z-index:3}.about-page .how-we-work-section .how-we-work-imgs-wrapper{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem}.about-page .how-we-work-section .hww-img-wrapper{flex:0 0 19.5rem;border-radius:2.5rem;overflow:hidden;position:relative;height:100%}.about-page .how-we-work-section .hww-img-wrapper::before{position:absolute;content:" ";top:0;left:0;background:linear-gradient(rgba(102, 102, 102, 0.06), rgb(0, 0, 0));width:100%;height:100%}.about-page .how-we-work-section .hww-img-wrapper.middle{flex:0 0 23.35rem}.about-page .how-we-work-section .hww-text-contents{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.about-page .make-it-happen-section{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;padding-block:10rem}@media screen and (max-width: 767px){.about-page .make-it-happen-section{padding-block:3rem 6rem}}@media screen and (max-width: 575px){.about-page .make-it-happen-section{padding-block:2rem 5rem}}.about-page .make-it-happen-section .make-it-happen-cube{position:absolute;left:0;z-index:1}.about-page .make-it-happen-section .make-it-happen-cube img{max-width:65rem}.about-page .make-it-happen-section .make-it-happen-main-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:90rem;height:auto;min-height:44rem;background-color:#1a1a1a;border-radius:2.5rem;position:relative;z-index:3}.about-page .make-it-happen-section .buttons-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem}.about-page .brand-personality-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-page .brand-personality-section .brand-personality-title{text-align:center;font-weight:bold;margin:1.5rem 0 7rem}.about-page .brand-personality-section .brand-personality-main-data{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5rem}.about-page .brand-personality-section .brand-personality-text-contents{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3rem}.about-page .brand-personality-section .brand-personality-badges-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:3.8rem;flex-wrap:wrap}.about-page .brand-personality-section .bp-images-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem}.about-page .brand-personality-section .bp-img-wrapper{flex:0 0 19.5rem;border-radius:2.5rem;overflow:hidden}.about-page .brand-personality-section .bp-badge-wrapper{flex:0 0 19.5rem;height:5.3rem;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden;border:.1rem solid #b08030;border-radius:15rem;cursor:pointer}.about-page .brand-personality-section .bp-badge-wrapper img{position:absolute;left:0;z-index:1}.about-page .brand-personality-section .bp-badge-wrapper:hover{border-color:rgba(0,0,0,0)}.about-page .brand-personality-section .bp-badge-wrapper:hover .bp-badge-title{opacity:0}.about-page .brand-personality-section .bp-badge-title{position:relative;background:linear-gradient(rgb(0, 0, 0), rgba(26, 16, 1, 0.7), rgb(18, 11, 0));z-index:2;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 2rem;transition:all ease-in-out .3s}.about-page .brand-personality-section .bp-badge-icon-wrapper{flex:0 0 4rem;height:4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;border:.1rem solid}@media(min-width: 1200px){.about-page .about-us-slider-section .image-contents{justify-content:flex-start}.about-page .about-us-slider-section .image-contents .au-slider-men{right:10rem}.about-page .about-us-slider-section .image-contents .au-slider-shape{right:-10rem}}@media(max-width: 1200px){.about-page .about-us-slider-section .au-cube{max-width:70rem}.about-page .about-us-slider-section .image-contents{justify-content:flex-start}.about-page .about-us-slider-section .image-contents .au-slider-men{right:10rem}.about-page .about-us-slider-section .image-contents .au-slider-shape{right:-10rem}.about-page .principles-section .principles-items-wrapper{flex-wrap:wrap}.about-page .brand-personality-section .brand-personality-main-data .bp-img-wrapper{flex:0 0 14rem}}@media(max-width: 991px){.about-page .about-us-slider-section .au-cube{max-width:70rem}.about-page .how-we-work-section{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:center}.about-page .make-it-happen-section .make-it-happen-main-content{max-width:90%}.about-page .brand-personality-section .brand-personality-badges-wrapper{max-width:50rem}.about-page .brand-personality-section .brand-personality-main-data{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.about-page .brand-personality-section .brand-personality-main-data .bp-img-wrapper{flex:0 0 19.5rem}}@media(max-width: 768px){.about-page .btn-primary,.about-page .btn-secondary,.about-page .btn-outline,.about-page .btn-outline-white2{height:3.8rem;min-width:15rem;font-size:1.4rem;line-height:24px}.about-page .about-us-slider-section{padding:0 2rem}.about-page .about-us-slider-section .au-text-contents-wrapper{flex:0 0 100%}.about-page .about-us-slider-section .au-cube{max-width:50rem}.about-page .about-us-slider-section .image-contents .au-slider-cube-box{top:0;left:0}.about-page .about-us-slider-section .column-in-responsive{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.about-page .about-us-slider-section .image-contents{justify-content:center}.about-page .about-us-slider-section .image-contents .au-slider-men{right:0}.about-page .about-us-slider-section .image-contents .au-slider-shape{position:absolute;left:calc(50% - 16rem)}.about-page .make-it-happen-section .make-it-happen-cube{bottom:0;left:auto;left:initial;right:0}.about-page .make-it-happen-section .make-it-happen-cube img{max-width:40rem}.about-page .how-we-work-section .how-we-work-imgs-wrapper{width:100%;flex-wrap:nowrap;overflow:hidden}.about-page .how-we-work-section .how-we-work-imgs-wrapper .hww-img-wrapper{max-width:8rem}.about-page .how-we-work-section .how-we-work-imgs-wrapper .hww-img-wrapper img{max-width:100%}.about-page .how-we-work-section .how-we-work-imgs-wrapper .hww-img-wrapper.middle{max-width:9.4rem}.about-page .principles-section .principles-items-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.about-page .principles-section .principle-item{flex:initial;height:auto;min-height:0;min-height:initial}.about-page .brand-personality-section .brand-personality-text-contents{width:100%}.about-page .brand-personality-section .brand-personality-text-contents .home-paragraph{text-align:center}.about-page .brand-personality-section .brand-personality-badges-wrapper{width:100%;justify-content:center;gap:1rem}.about-page .brand-personality-section .brand-personality-badges-wrapper .bp-badge-wrapper{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}.about-page .brand-personality-section .brand-personality-main-data{width:100%}.about-page .brand-personality-section .brand-personality-main-data .bp-images-wrapper{justify-content:center;width:100%;gap:1rem}.about-page .brand-personality-section .brand-personality-main-data .bp-img-wrapper{flex:0 0 30%}}#map{height:280px;background-color:#120b00}.gm-style .gm-style-iw-c{border-radius:0 !important}#map address{color:#fdfdfd;font-style:normal;font-weight:400;margin:0 0 1rem;font-size:1.4rem;line-height:24px;padding:.5rem .75rem .2rem .75rem;margin:0}.contact-page .contact-us-locations{position:relative}.contact-page .contact-us-locations .location-image-wrapper{width:100%;height:30rem;margin-bottom:1rem;border-radius:1.5rem}.contact-page .contact-us-locations .location-image-wrapper img{width:100%;height:100%;max-height:100%;border-radius:1.5rem}.contact-section{row-gap:3rem}.contact-section .contact-card{display:flex;flex-direction:column;justify-content:flex-start;gap:2.5rem;border:1px solid rgba(194,200,206,.2);border-radius:1.5rem;padding:3rem;height:100%}.contact-section .contact-card .contact-card-title{font-size:3rem;line-height:40px}@media screen and (max-width: 767px){.contact-section .contact-card .contact-card-title{font-size:2.8rem;line-height:38px}}.contact-section .contact-card .contact-card-map{height:20rem}.contact-section .contact-card .contact-card-map .map-overlay{background:linear-gradient(360deg, rgba(176, 128, 48, 0.8) 0%, rgba(74, 54, 20, 0) 100%)}.info-box{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem}.info-box .info-detail-wrapper{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:.6rem 0 0}.info-box .name-position-email{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;flex-wrap:wrap;padding-bottom:.5rem}.info-box .position-wrapper{flex:0 0 100%;color:#b08030}.info-box .location-email-name{font-size:2rem;line-height:30px;margin-bottom:.5rem}.login-form{max-width:60rem}.login-form .login-links{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.login-form .login-links .forgot-link{color:#b08030}.login-form .login-links .forgot-link:hover{color:#fdfdfd}.privacy-checkbox-container{display:flex;flex-direction:row;align-items:center}.privacy-checkbox-container .check-box-fg{margin:0}.privacy-checkbox-container label,.privacy-checkbox-container a{margin:0;font-size:1.6rem;line-height:24px}.privacy-checkbox-container a{color:#b08030;font-weight:bolder}.total-cart{border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:3rem}.total-info{display:flex;align-items:center;justify-content:space-between;padding-bottom:3rem;font-weight:bold}.total-info .label{font-size:2rem;line-height:30px;font-weight:bold}.total-info .price{font-size:2.4rem}.final-total{padding-block:3.5rem;border-top:1px dashed rgba(204,204,204,.5137254902)}.shopping-cart-information{width:100%}.shopping-cart-information .general-form{padding:3rem 2rem}.password-rule-text{padding-inline:0;min-height:5rem;margin-top:-1rem;opacity:.6}.active-cart-title{font-size:2.4rem;font-weight:bold}.active-cart-button{background-color:#2e7d32;color:#fff !important;border:none}.active-cart-button.disabled{background-color:#2e7d32 !important;color:#fff !important;border:none;cursor:default;opacity:1}.add-new-cart-btn{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:212px;height:58px;border:1px solid rgba(194,200,206,.2);border-radius:.8rem;margin-top:18px}.add-new-cart-btn .add-new-cart-btn-icon{height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex:0 0 60px}.add-new-cart-btn .add-new-cart-btn-icon .icon-large-font{font-size:2.5rem}.add-new-cart-btn .add-new-cart-btn-text{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;border-left:1px solid rgba(194,200,206,.2);color:#b08030;font-weight:bold;font-size:16px}.cart-items-table-wrapper:not(:last-child){margin-bottom:56px}.no-cart-wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:20rem;gap:1.5rem}.no-cart-wrapper .empty-cart-text{color:#fdfdfd;font-size:2rem;line-height:30px}.has-week-modal{position:relative}.has-week-modal .open-week-number-btn{position:absolute;top:4.6rem;right:4.5rem;border:.1rem solid #b08030;border-radius:.6rem;font-weight:bold;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;font-size:1rem;color:#b08030;transition:all .4s ease}.has-week-modal .open-week-number-btn:hover{background-color:#b08030;color:#fff}.form-list-items{row-gap:4rem;border-radius:2.5rem;margin:auto}.form-list-item{display:flex;flex-direction:column;align-items:center;border-radius:2.5rem}.form-list-item .pdf-card{position:relative;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;width:30rem;height:40rem;padding:0;border-radius:2.5rem}.form-list-item .pdf-card .form-name{position:absolute;bottom:1.5rem;right:0;left:2rem}.form-list-item .pdf-card .pdf-preview-wrapper{width:100%;height:100%;position:relative;border-radius:2.5rem}.form-list-item .pdf-card .pdf-preview-wrapper .upper-button{z-index:2}.form-list-item .pdf-card .pdf-preview-wrapper img{width:100%;height:100%}.form-list-item .pdf-card .pdf-preview-wrapper .pdf-preview-img{border-radius:2.5rem;width:100%;height:100%}.form-list-item .pdf-card .pdf-preview-wrapper .preview-backdrop{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;bottom:0;overflow:hidden;border-radius:2.5rem;opacity:0;visibility:hidden;transition:all .4s ease}.form-list-item .pdf-card .pdf-preview-wrapper .preview-backdrop .preview-button{background-color:#333;border:none}.form-list-item .pdf-card .pdf-preview-wrapper .oct-big,.form-list-item .pdf-card .pdf-preview-wrapper .oct-small{position:absolute;left:50%;top:0;transform:translateX(-50%);transition:all .4s ease;z-index:1}.form-list-item .pdf-card .pdf-preview-wrapper .oct-big{width:0;opacity:0;visibility:hidden}.form-list-item .pdf-card .pdf-preview-wrapper .oct-small{width:40%;opacity:1;visibility:visible}.form-list-item .pdf-card:hover .preview-backdrop{opacity:1;visibility:visible;background:linear-gradient(180deg, rgba(18, 11, 0, 0.8) 0%, rgba(120, 73, 0, 0.8) 100%)}.form-list-item .pdf-card:hover .oct-big{width:60%;opacity:1;visibility:visible}.form-list-item .pdf-card:hover .oct-small{width:0;opacity:0;visibility:hidden}.form-list-item .bottom-container{width:30rem;display:flex;flex-direction:column;margin-top:1.5rem;margin-bottom:1.5rem;gap:1rem}.form-list-item .bottom-container .form-name{height:5rem}.form-list-cube{position:relative}.form-list-cube .forms-cube{position:absolute;bottom:0;right:-30rem;max-width:80rem;z-index:-1}.not-found-content{margin-top:20rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:90rem;height:auto;min-height:44rem;background-color:#1a1a1a;border-radius:2.5rem;position:relative;z-index:3}.not-found-card{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:4rem}.not-found-text{margin-top:2rem}.numbers-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row}.reports-page{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;height:100%;margin-top:10rem}.reports-page .reports-container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:calc(100% - 2rem)}.reports-page .modal-like-wrapper{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10rem 2rem;border-radius:.8rem;border:1px solid rgba(194,200,206,.2)}@media(max-width: 576px){.reports-page .modal-like-wrapper{padding:4rem 2rem}}.reports-page .report-page-header-wrapper.hasPartialAccess{margin:5rem 0 0}.reports-page .report-page-header-icon-wrapper{display:flex;align-items:center;justify-content:center}.reports-page .report-page-header-icon-wrapper i{font-size:3.5rem}.reports-page .reports-page-title{font-size:3rem;line-height:46px;text-align:center;width:100%}.reports-page .reports-page-title-wrapper{margin:1rem 0;justify-content:center}.reports-page .report-page-header-text{text-align:center}.reports-page .report-buttons-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:3rem 0 0;gap:2rem;width:100%;max-width:48rem}.reports-page .conditional-reports-message{position:absolute;width:100%;max-width:45rem;top:0;border:1px solid rgba(194,200,206,.2);display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:1rem;border-radius:0 0 .8rem .8rem;border-bottom:.4rem solid #ff8d5b}.reports-page .conditional-message-icon-place{flex:0 0 3.2rem;padding:1rem 0 0}.reports-page .conditional-message-icon-place i{color:#ff8d5b;font-size:3rem}.reports-page .conditional-message-text a{color:#ff8d5b}.reports-page .report-page-has-no-access-wrapper{width:100%;max-width:53rem;min-height:20rem;border:1px solid rgba(194,200,206,.2);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem;border-radius:.8rem;border-top:.4rem solid #c0392b;padding:1rem}.reports-page .report-page-has-no-access-wrapper a{color:#b08030}.reports-page .report-page-has-no-access-wrapper .reports-page-title-wrapper{margin:0}.reports-page .report-page-has-no-access-wrapper .reports-page-title{font-size:2rem}.reports-page .report-page-has-no-access-wrapper .no-access-icon-place i{font-size:3.5rem;color:#c0392b}.reports-page .report-page-has-no-access-wrapper .no-access-text{text-align:center}@media(max-width: 576px){.reports-page{margin-top:4rem}}.mt-0{margin-top:0rem !important}.mb-0{margin-bottom:0rem !important}.pt-0{padding-top:0rem !important}.pb-0{padding-bottom:0rem !important}.mt-1{margin-top:1rem !important}.mb-1{margin-bottom:1rem !important}.pt-1{padding-top:1rem !important}.pb-1{padding-bottom:1rem !important}.mt-2{margin-top:2rem !important}.mb-2{margin-bottom:2rem !important}.pt-2{padding-top:2rem !important}.pb-2{padding-bottom:2rem !important}.mt-3{margin-top:3rem !important}.mb-3{margin-bottom:3rem !important}.pt-3{padding-top:3rem !important}.pb-3{padding-bottom:3rem !important}.mt-4{margin-top:4rem !important}.mb-4{margin-bottom:4rem !important}.pt-4{padding-top:4rem !important}.pb-4{padding-bottom:4rem !important}.mt-5{margin-top:5rem !important}.mb-5{margin-bottom:5rem !important}.pt-5{padding-top:5rem !important}.pb-5{padding-bottom:5rem !important}.mt-6{margin-top:6rem !important}.mb-6{margin-bottom:6rem !important}.pt-6{padding-top:6rem !important}.pb-6{padding-bottom:6rem !important}.mt-7{margin-top:7rem !important}.mb-7{margin-bottom:7rem !important}.pt-7{padding-top:7rem !important}.pb-7{padding-bottom:7rem !important}.mt-8{margin-top:8rem !important}.mb-8{margin-bottom:8rem !important}.pt-8{padding-top:8rem !important}.pb-8{padding-bottom:8rem !important}.mt-9{margin-top:9rem !important}.mb-9{margin-bottom:9rem !important}.pt-9{padding-top:9rem !important}.pb-9{padding-bottom:9rem !important}.mt-10{margin-top:10rem !important}.mb-10{margin-bottom:10rem !important}.pt-10{padding-top:10rem !important}.pb-10{padding-bottom:10rem !important}.mt-11{margin-top:11rem !important}.mb-11{margin-bottom:11rem !important}.pt-11{padding-top:11rem !important}.pb-11{padding-bottom:11rem !important}.mt-12{margin-top:12rem !important}.mb-12{margin-bottom:12rem !important}.pt-12{padding-top:12rem !important}.pb-12{padding-bottom:12rem !important}.mt-13{margin-top:13rem !important}.mb-13{margin-bottom:13rem !important}.pt-13{padding-top:13rem !important}.pb-13{padding-bottom:13rem !important}.mt-14{margin-top:14rem !important}.mb-14{margin-bottom:14rem !important}.pt-14{padding-top:14rem !important}.pb-14{padding-bottom:14rem !important}.mt-15{margin-top:15rem !important}.mb-15{margin-bottom:15rem !important}.pt-15{padding-top:15rem !important}.pb-15{padding-bottom:15rem !important}@media screen and (min-width: 768px){.mt-md-0{margin-top:0rem !important}.mt-md-1{margin-top:1rem !important}.mt-md-2{margin-top:2rem !important}.mt-md-3{margin-top:3rem !important}.mt-md-4{margin-top:4rem !important}.mt-md-5{margin-top:5rem !important}.mt-md-6{margin-top:6rem !important}.mt-md-7{margin-top:7rem !important}.mt-md-8{margin-top:8rem !important}.mt-md-9{margin-top:9rem !important}.mt-md-10{margin-top:10rem !important}.mt-md-11{margin-top:11rem !important}.mt-md-12{margin-top:12rem !important}.mt-md-13{margin-top:13rem !important}.mt-md-14{margin-top:14rem !important}.mt-md-15{margin-top:15rem !important}.mb-md-0{margin-bottom:0rem !important}.mb-md-1{margin-bottom:1rem !important}.mb-md-2{margin-bottom:2rem !important}.mb-md-3{margin-bottom:3rem !important}.mb-md-4{margin-bottom:4rem !important}.mb-md-5{margin-bottom:5rem !important}.mb-md-6{margin-bottom:6rem !important}.mb-md-7{margin-bottom:7rem !important}.mb-md-8{margin-bottom:8rem !important}.mb-md-9{margin-bottom:9rem !important}.mb-md-10{margin-bottom:10rem !important}.mb-md-11{margin-bottom:11rem !important}.mb-md-12{margin-bottom:12rem !important}.mb-md-13{margin-bottom:13rem !important}.mb-md-14{margin-bottom:14rem !important}.mb-md-15{margin-bottom:15rem !important}.pt-md-0{padding-top:0rem !important}.pt-md-1{padding-top:1rem !important}.pt-md-2{padding-top:2rem !important}.pt-md-3{padding-top:3rem !important}.pt-md-4{padding-top:4rem !important}.pt-md-5{padding-top:5rem !important}.pt-md-6{padding-top:6rem !important}.pt-md-7{padding-top:7rem !important}.pt-md-8{padding-top:8rem !important}.pt-md-9{padding-top:9rem !important}.pt-md-10{padding-top:10rem !important}.pt-md-11{padding-top:11rem !important}.pt-md-12{padding-top:12rem !important}.pt-md-13{padding-top:13rem !important}.pt-md-14{padding-top:14rem !important}.pt-md-15{padding-top:15rem !important}.pb-md-0{padding-bottom:0rem !important}.pb-md-1{padding-bottom:1rem !important}.pb-md-2{padding-bottom:2rem !important}.pb-md-3{padding-bottom:3rem !important}.pb-md-4{padding-bottom:4rem !important}.pb-md-5{padding-bottom:5rem !important}.pb-md-6{padding-bottom:6rem !important}.pb-md-7{padding-bottom:7rem !important}.pb-md-8{padding-bottom:8rem !important}.pb-md-9{padding-bottom:9rem !important}.pb-md-10{padding-bottom:10rem !important}.pb-md-11{padding-bottom:11rem !important}.pb-md-12{padding-bottom:12rem !important}.pb-md-13{padding-bottom:13rem !important}.pb-md-14{padding-bottom:14rem !important}.pb-md-15{padding-bottom:15rem !important}}@media screen and (min-width: 992px){.mt-lg-0{margin-top:0rem !important}.mt-lg-1{margin-top:1rem !important}.mt-lg-2{margin-top:2rem !important}.mt-lg-3{margin-top:3rem !important}.mt-lg-4{margin-top:4rem !important}.mt-lg-5{margin-top:5rem !important}.mt-lg-6{margin-top:6rem !important}.mt-lg-7{margin-top:7rem !important}.mt-lg-8{margin-top:8rem !important}.mt-lg-9{margin-top:9rem !important}.mt-lg-10{margin-top:10rem !important}.mt-lg-11{margin-top:11rem !important}.mt-lg-12{margin-top:12rem !important}.mt-lg-13{margin-top:13rem !important}.mt-lg-14{margin-top:14rem !important}.mt-lg-15{margin-top:15rem !important}.mb-lg-0{margin-bottom:0rem !important}.mb-lg-1{margin-bottom:1rem !important}.mb-lg-2{margin-bottom:2rem !important}.mb-lg-3{margin-bottom:3rem !important}.mb-lg-4{margin-bottom:4rem !important}.mb-lg-5{margin-bottom:5rem !important}.mb-lg-6{margin-bottom:6rem !important}.mb-lg-7{margin-bottom:7rem !important}.mb-lg-8{margin-bottom:8rem !important}.mb-lg-9{margin-bottom:9rem !important}.mb-lg-10{margin-bottom:10rem !important}.mb-lg-11{margin-bottom:11rem !important}.mb-lg-12{margin-bottom:12rem !important}.mb-lg-13{margin-bottom:13rem !important}.mb-lg-14{margin-bottom:14rem !important}.mb-lg-15{margin-bottom:15rem !important}.pt-lg-0{padding-top:0rem !important}.pt-lg-1{padding-top:1rem !important}.pt-lg-2{padding-top:2rem !important}.pt-lg-3{padding-top:3rem !important}.pt-lg-4{padding-top:4rem !important}.pt-lg-5{padding-top:5rem !important}.pt-lg-6{padding-top:6rem !important}.pt-lg-7{padding-top:7rem !important}.pt-lg-8{padding-top:8rem !important}.pt-lg-9{padding-top:9rem !important}.pt-lg-10{padding-top:10rem !important}.pt-lg-11{padding-top:11rem !important}.pt-lg-12{padding-top:12rem !important}.pt-lg-13{padding-top:13rem !important}.pt-lg-14{padding-top:14rem !important}.pt-lg-15{padding-top:15rem !important}.pb-lg-0{padding-bottom:0rem !important}.pb-lg-1{padding-bottom:1rem !important}.pb-lg-2{padding-bottom:2rem !important}.pb-lg-3{padding-bottom:3rem !important}.pb-lg-4{padding-bottom:4rem !important}.pb-lg-5{padding-bottom:5rem !important}.pb-lg-6{padding-bottom:6rem !important}.pb-lg-7{padding-bottom:7rem !important}.pb-lg-8{padding-bottom:8rem !important}.pb-lg-9{padding-bottom:9rem !important}.pb-lg-10{padding-bottom:10rem !important}.pb-lg-11{padding-bottom:11rem !important}.pb-lg-12{padding-bottom:12rem !important}.pb-lg-13{padding-bottom:13rem !important}.pb-lg-14{padding-bottom:14rem !important}.pb-lg-15{padding-bottom:15rem !important}}@media screen and (min-width: 1200px){.mt-xl-0{margin-top:0rem !important}.mt-xl-1{margin-top:1rem !important}.mt-xl-2{margin-top:2rem !important}.mt-xl-3{margin-top:3rem !important}.mt-xl-4{margin-top:4rem !important}.mt-xl-5{margin-top:5rem !important}.mt-xl-6{margin-top:6rem !important}.mt-xl-7{margin-top:7rem !important}.mt-xl-8{margin-top:8rem !important}.mt-xl-9{margin-top:9rem !important}.mt-xl-10{margin-top:10rem !important}.mt-xl-11{margin-top:11rem !important}.mt-xl-12{margin-top:12rem !important}.mt-xl-13{margin-top:13rem !important}.mt-xl-14{margin-top:14rem !important}.mt-xl-15{margin-top:15rem !important}.mb-xl-0{margin-bottom:0rem !important}.mb-xl-1{margin-bottom:1rem !important}.mb-xl-2{margin-bottom:2rem !important}.mb-xl-3{margin-bottom:3rem !important}.mb-xl-4{margin-bottom:4rem !important}.mb-xl-5{margin-bottom:5rem !important}.mb-xl-6{margin-bottom:6rem !important}.mb-xl-7{margin-bottom:7rem !important}.mb-xl-8{margin-bottom:8rem !important}.mb-xl-9{margin-bottom:9rem !important}.mb-xl-10{margin-bottom:10rem !important}.mb-xl-11{margin-bottom:11rem !important}.mb-xl-12{margin-bottom:12rem !important}.mb-xl-13{margin-bottom:13rem !important}.mb-xl-14{margin-bottom:14rem !important}.mb-xl-15{margin-bottom:15rem !important}}@media screen and (min-width: 1600px){.mt-xxl-0{margin-top:0rem !important}.mt-xxl-1{margin-top:1rem !important}.mt-xxl-2{margin-top:2rem !important}.mt-xxl-3{margin-top:3rem !important}.mt-xxl-4{margin-top:4rem !important}.mt-xxl-5{margin-top:5rem !important}.mt-xxl-6{margin-top:6rem !important}.mt-xxl-7{margin-top:7rem !important}.mt-xxl-8{margin-top:8rem !important}.mt-xxl-9{margin-top:9rem !important}.mt-xxl-10{margin-top:10rem !important}.mt-xxl-11{margin-top:11rem !important}.mt-xxl-12{margin-top:12rem !important}.mt-xxl-13{margin-top:13rem !important}.mt-xxl-14{margin-top:14rem !important}.mt-xxl-15{margin-top:15rem !important}.mb-xxl-0{margin-bottom:0rem !important}.mb-xxl-1{margin-bottom:1rem !important}.mb-xxl-2{margin-bottom:2rem !important}.mb-xxl-3{margin-bottom:3rem !important}.mb-xxl-4{margin-bottom:4rem !important}.mb-xxl-5{margin-bottom:5rem !important}.mb-xxl-6{margin-bottom:6rem !important}.mb-xxl-7{margin-bottom:7rem !important}.mb-xxl-8{margin-bottom:8rem !important}.mb-xxl-9{margin-bottom:9rem !important}.mb-xxl-10{margin-bottom:10rem !important}.mb-xxl-11{margin-bottom:11rem !important}.mb-xxl-12{margin-bottom:12rem !important}.mb-xxl-13{margin-bottom:13rem !important}.mb-xxl-14{margin-bottom:14rem !important}.mb-xxl-15{margin-bottom:15rem !important}}

/*# sourceMappingURL=main.94c0ee87.css.map*/