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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #111;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 10px;
}
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: 1200px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1740px;
  }
}

.container-fluid, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1366px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1366px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1740px;
  }
}
.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-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcbcbc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #838383;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3ddc6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #90c096;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  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 > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  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 > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  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 > th,
.table-light > td {
  background-color: #f6f7f8;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #eef0f2;
}

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .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 + 1.25rem + 2px);
  padding: 0.625rem 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: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #515151;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.form-control::placeholder {
  color: #ced4da;
  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.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #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: #298635;
}

.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(41, 134, 53, 0.9);
  border-radius: 10px;
}

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #298635;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #298635;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #35ad44;
  background-color: #35ad44;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(41, 134, 53, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #298635;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #298635;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #298635;
  box-shadow: 0 0 0 0.2rem rgba(41, 134, 53, 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: 10px;
}

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

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

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

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

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

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

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-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 .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10px;
  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(17, 17, 17, 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: #111;
  border-color: #111;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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(53, 53, 53, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #060606;
  border-color: black;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #060606;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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(60, 60, 60, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #298635;
  border-color: #298635;
}
.btn-success:hover {
  color: #fff;
  background-color: #206929;
  border-color: #1d5f26;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #206929;
  border-color: #1d5f26;
  box-shadow: 0 0 0 0.2rem rgba(73, 152, 83, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #298635;
  border-color: #298635;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1d5f26;
  border-color: #1a5522;
}
.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(73, 152, 83, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.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(194, 198, 202, 0.5);
}

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

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

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

.btn-outline-success {
  color: #298635;
  border-color: #298635;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #298635;
  border-color: #298635;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 134, 53, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #298635;
  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: #298635;
  border-color: #298635;
}
.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(41, 134, 53, 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: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dee2e6;
  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: #dee2e6;
  border-color: #dee2e6;
}
.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(222, 226, 230, 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: #111;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  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-lg, .btn-group-lg > .btn {
  padding: 0.9375rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 10px;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  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: 10px;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1366px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #111;
}
.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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 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: 10px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #111;
  background-color: #111;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #515151;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 10px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #111;
  background-color: #111;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 17, 17, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(17, 17, 17, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 17, 17, 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(17, 17, 17, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #515151;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 10px 10px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #111;
  border: 0;
  border-radius: 1rem;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #6a6a6a;
}
.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: #111;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #6a6a6a;
}
.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: #111;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #6a6a6a;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #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: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #111;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl,
.navbar .container-xxxl {
  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:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  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:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 9px 9px 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 9px 9px;
}

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

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

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    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(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #111;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.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: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.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: 10px;
  border-bottom-left-radius: 10px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.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: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

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

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

.badge-success {
  color: #fff;
  background-color: #298635;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1d5f26;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(41, 134, 53, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  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:hover, a.badge-warning:focus {
  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:hover, a.badge-danger:focus {
  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: #dee2e6;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #c1c9d0;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  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: 10px;
}
@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: 10px;
}

.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: #090909;
  background-color: #cfcfcf;
  border-color: #bcbcbc;
}
.alert-primary hr {
  border-top-color: #afafaf;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #0d0d0d;
  background-color: #d1d1d1;
  border-color: #bfbfbf;
}
.alert-secondary hr {
  border-top-color: #b2b2b2;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #15461c;
  background-color: #d4e7d7;
  border-color: #c3ddc6;
}
.alert-success hr {
  border-top-color: #b3d4b7;
}
.alert-success .alert-link {
  color: #091f0c;
}

.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: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-light hr {
  border-top-color: #e8eaed;
}
.alert-light .alert-link {
  color: #5a5c5e;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.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: #111;
  border-color: #111;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #090909;
  background-color: #bcbcbc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #090909;
  background-color: #afafaf;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}

.list-group-item-secondary {
  color: #0d0d0d;
  background-color: #bfbfbf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0d0d0d;
  background-color: #b2b2b2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.list-group-item-success {
  color: #15461c;
  background-color: #c3ddc6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #15461c;
  background-color: #b3d4b7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #15461c;
  border-color: #15461c;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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: #737678;
  background-color: #f6f7f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  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):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  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);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  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: 10px;
  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: 9px;
  border-top-right-radius: 9px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -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-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -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: 10px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 10px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.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: #111 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-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: #111 !important;
}

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-lg {
  border-radius: 10px !important;
}

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

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

.m-n2 {
  margin: -0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-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;
  }
}
@media (min-width: 1366px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.lnk-all-blog {
  letter-spacing: 0.2em;
}

.nav-conta a, .lista-pedidos li, .pds-item, .tabs-leilao li a, .faq-menu-sub-item span, .dtq-posts .tmb-blog, .ctd-post-thumb, .post-thumb > a:before, .abs-blog a, .btn-reset-busca, .btn-busca {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wrap-opt-alliance .hd-mdl, .pdt-rel .hd-mdl, .ctn-atb-pdt .hd-mdl, .pdt-dica .hd-mdl, .pdt-desc .hd-mdl, .vd-pdt .hd-mdl, .pdt-rel-cat .hd-mdl, .leilao .hd-mdl, .ctn-ultimos-lances .hd-mdl, .destaques-blog .hd-destaques-blog, .fabricantes .hd-fabricantes, .viewed .hd-mdl, .promo .hd-mdl, .novidades .hd-mdl, .cf-wrap .hd-mdl, .destaques .hd-mdl {
  background: #111;
  border-radius: 1000px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding: 0 30px;
}
.wrap-opt-alliance .hd-mdl h2, .pdt-rel .hd-mdl h2, .ctn-atb-pdt .hd-mdl h2, .pdt-dica .hd-mdl h2, .pdt-desc .hd-mdl h2, .vd-pdt .hd-mdl h2, .pdt-rel-cat .hd-mdl h2, .leilao .hd-mdl h2, .ctn-ultimos-lances .hd-mdl h2, .destaques-blog .hd-destaques-blog h2, .fabricantes .hd-fabricantes h2, .viewed .hd-mdl h2, .promo .hd-mdl h2, .novidades .hd-mdl h2, .cf-wrap .hd-mdl h2, .destaques .hd-mdl h2, .wrap-opt-alliance .hd-mdl h3, .pdt-rel .hd-mdl h3, .ctn-atb-pdt .hd-mdl h3, .pdt-dica .hd-mdl h3, .pdt-desc .hd-mdl h3, .vd-pdt .hd-mdl h3, .pdt-rel-cat .hd-mdl h3, .leilao .hd-mdl h3, .ctn-ultimos-lances .hd-mdl h3, .destaques-blog .hd-destaques-blog h3, .fabricantes .hd-fabricantes h3, .viewed .hd-mdl h3, .promo .hd-mdl h3, .novidades .hd-mdl h3, .cf-wrap .hd-mdl h3, .destaques .hd-mdl h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.8;
}
.wrap-opt-alliance .hd-mdl a, .pdt-rel .hd-mdl a, .ctn-atb-pdt .hd-mdl a, .pdt-dica .hd-mdl a, .pdt-desc .hd-mdl a, .vd-pdt .hd-mdl a, .pdt-rel-cat .hd-mdl a, .leilao .hd-mdl a, .ctn-ultimos-lances .hd-mdl a, .destaques-blog .hd-destaques-blog a, .fabricantes .hd-fabricantes a, .viewed .hd-mdl a, .promo .hd-mdl a, .novidades .hd-mdl a, .cf-wrap .hd-mdl a, .destaques .hd-mdl a {
  color: #fff;
}
.wrap-opt-alliance .hd-mdl a:hover h2, .pdt-rel .hd-mdl a:hover h2, .ctn-atb-pdt .hd-mdl a:hover h2, .pdt-dica .hd-mdl a:hover h2, .pdt-desc .hd-mdl a:hover h2, .vd-pdt .hd-mdl a:hover h2, .pdt-rel-cat .hd-mdl a:hover h2, .leilao .hd-mdl a:hover h2, .ctn-ultimos-lances .hd-mdl a:hover h2, .destaques-blog .hd-destaques-blog a:hover h2, .fabricantes .hd-fabricantes a:hover h2, .viewed .hd-mdl a:hover h2, .promo .hd-mdl a:hover h2, .novidades .hd-mdl a:hover h2, .cf-wrap .hd-mdl a:hover h2, .destaques .hd-mdl a:hover h2 {
  color: #111;
}

.duvidas-sidebox, .avl-sidebox, .frete-sidebox, .user-sidebox, .call-sidebox, .cart {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 400px;
  width: 90vw;
  min-width: 0;
  z-index: 1032;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  visibility: hidden;
}
.open-sidebox.duvidas-sidebox, .open-sidebox.avl-sidebox, .open-sidebox.frete-sidebox, .open-sidebox.user-sidebox, .open-sidebox.call-sidebox, .open-sidebox.cart {
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991.98px) {
  .dd-filter, .mdl-selos, .filtro-opcao, .mdl-fabricantes {
    font-size: 0.875rem;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
  }
  .dd-filter > span, .mdl-selos > span, .filtro-opcao > span, .mdl-fabricantes > span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }
  .dd-filter ul, .mdl-selos ul, .filtro-opcao ul, .mdl-fabricantes ul {
    list-style: none;
    margin: 0;
  }
  .dd-filter ul li a, .mdl-selos ul li a, .filtro-opcao ul li a, .mdl-fabricantes ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .dd-filter ul li a .image, .mdl-selos ul li a .image, .filtro-opcao ul li a .image, .mdl-fabricantes ul li a .image {
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    margin-right: 5px;
  }
  .dd-filter ul li a .image img, .mdl-selos ul li a .image img, .filtro-opcao ul li a .image img, .mdl-fabricantes ul li a .image img {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .dd-filter, .mdl-selos, .filtro-opcao, .mdl-fabricantes {
    margin-left: 15px;
    position: relative;
  }
  .dd-filter > span, .mdl-selos > span, .filtro-opcao > span, .mdl-fabricantes > span {
    background-color: #e9ecef;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    height: 40px;
    padding: 0 15px;
    width: 100%;
  }
  .dd-filter > span::after, .mdl-selos > span::after, .filtro-opcao > span::after, .mdl-fabricantes > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.41'%3E%3Cpath fill='%23707070' d='M6.5 7.41L.56 2.67C-.09 2.15-.19 1.21.32.56.84-.09 1.78-.19 2.43.32L6.5 3.57 10.56.33c.65-.52 1.59-.41 2.11.24.52.65.41 1.59-.24 2.11L6.5 7.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 13px auto;
    background-repeat: no-repeat;
    content: "";
    margin-left: 8px;
    height: 7px;
    width: 13px;
  }
  .dd-filter:hover > span, .mdl-selos:hover > span, .filtro-opcao:hover > span, .mdl-fabricantes:hover > span {
    border-radius: 10px 10px 0 0;
  }
  .dd-filter:hover > ul, .mdl-selos:hover > ul, .filtro-opcao:hover > ul, .mdl-fabricantes:hover > ul {
    display: block;
  }
  .dd-filter > ul, .mdl-selos > ul, .filtro-opcao > ul, .mdl-fabricantes > ul {
    background-color: #e9ecef;
    border-radius: 0 0 10px 10px;
    list-style: none;
    padding: 10px 15px 15px 15px;
    position: absolute;
    top: calc(100% - 5px);
    margin: 0;
    left: 0;
    min-width: 100px;
    width: 100%;
    display: none;
    max-height: 505px;
    overflow-y: auto;
  }
  .dd-filter > ul > li > a, .mdl-selos > ul > li > a, .filtro-opcao > ul > li > a, .mdl-fabricantes > ul > li > a {
    color: #343a40;
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    padding: 0;
  }
  .dd-filter > ul > li > a .image, .mdl-selos > ul > li > a .image, .filtro-opcao > ul > li > a .image, .mdl-fabricantes > ul > li > a .image {
    height: 12px;
    width: 12px;
    flex-shrink: 0;
    margin-right: 5px;
  }
  .dd-filter > ul > li > a .image img, .mdl-selos > ul > li > a .image img, .filtro-opcao > ul > li > a .image img, .mdl-fabricantes > ul > li > a .image img {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .dd-filter > ul > li > a:hover, .mdl-selos > ul > li > a:hover, .filtro-opcao > ul > li > a:hover, .mdl-fabricantes > ul > li > a:hover {
    text-decoration: underline;
  }
  .dd-filter > ul > li.active > a::after, .mdl-selos > ul > li.active > a::after, .filtro-opcao > ul > li.active > a::after, .mdl-fabricantes > ul > li.active > a::after {
    background-color: #298635;
    border-radius: 100%;
    margin-left: 5px;
    flex-shrink: 0;
    content: "";
    height: 6px;
    width: 6px;
  }
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: $primary;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
}

.global-container {
  margin-bottom: 30px;
}

img {
  color: #6c757d;
  font-size: 10px;
}
img[src=""] {
  position: relative;
  width: 100%;
  height: auto;
}
img[src=""]:after {
  content: "";
  background: #f8f9fa;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

svg {
  fill: currentColor;
}

.color-svg {
  color: #dee2e6;
}

a {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.alert a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.alert a:hover {
  text-decoration: underline;
}

table {
  font-size: 1rem;
}

table th,
.table th {
  padding: 10px 0;
}

.alerta-topo {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.alerta-topo .alert {
  border: none;
}
.alerta-topo .alert a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}

span.required {
  color: #dc3545;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-flex:before, .row-flex:after {
  display: none !important;
}

.container-sm {
  max-width: 1024px;
  margin: 0 auto;
}

.hd-pg,
.hd-blog {
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 200px;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 120px 0 30px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hd-pg,
  .hd-blog {
    height: fit-content;
  }
}
.hd-pg::before,
.hd-blog::before {
  background-color: #191919;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.hd-pg.hd-cat::before,
.hd-blog.hd-cat::before {
  background: linear-gradient(to top, #191919 0%, rgba(0, 0, 0, 0) 80%);
  height: 100px;
}
.hd-pg > .container:not(.srch-sug),
.hd-blog > .container:not(.srch-sug) {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hd-pg > .container:not(.srch-sug),
  .hd-blog > .container:not(.srch-sug) {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hd-pg h1,
.hd-blog h1 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 30px 0 0;
  padding: 0;
  order: 1;
}
.hd-pg .ctn-bc,
.hd-blog .ctn-bc {
  order: 3;
}
.hd-pg .srch-sug,
.hd-blog .srch-sug {
  color: #495057;
}
.hd-pg .srch-sug p,
.hd-blog .srch-sug p {
  margin: 0;
}
.hd-pg .srch-sug a,
.hd-blog .srch-sug a {
  color: #000;
  text-decoration: underline;
}
.hd-pg .breadcrumbs li,
.hd-blog .breadcrumbs li {
  color: #fff;
}
.hd-pg .breadcrumbs li:last-child a,
.hd-blog .breadcrumbs li:last-child a {
  color: #cccccc;
}
.hd-pg .breadcrumbs li a,
.hd-blog .breadcrumbs li a {
  color: #fff;
}
.hd-pg .breadcrumbs li a:hover,
.hd-blog .breadcrumbs li a:hover {
  color: #cccccc;
}

.ctn-bc {
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: normal;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .ctn-bc {
    flex-wrap: wrap;
  }
}
.ctn-bc > span {
  font-size: 0.875rem;
  color: #dee2e6;
  margin-right: 5px;
}

.breadcrumbs {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
  padding-right: 10px;
  color: #343a40;
}
.breadcrumbs li:after {
  content: "❯";
  font-size: 0.625em;
  vertical-align: middle;
  margin-left: 10px;
}
.breadcrumbs li:last-child {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  color: #060708;
}
.breadcrumbs li a {
  color: #343a40;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 90px;
  white-space: nowrap;
}
.breadcrumbs li a:hover {
  color: #060708;
}

.ft-breadcrumb {
  border-top: 1px solid #dee2e6;
  margin-bottom: -40px;
  margin-top: 60px;
  padding: 15px 0;
}
.ft-breadcrumb .breadcrumbs {
  margin: 0;
}

.paginationContainer {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.results {
  text-align: center;
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 300;
}

.pagination {
  overflow: hidden;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.pagination ul.links {
  display: flex;
  align-items: center;
  list-style: none;
}
.pagination ul.links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #adb5bd;
  text-align: center;
}
.pagination ul.links li a:hover,
.pagination ul.links li .active a {
  color: #495057;
}
.pagination > li > a,
.pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #adb5bd;
  text-align: center;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #495057;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #111;
}

.selos-pdt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
}

[class^=sl-],
[class*=sl-] {
  background: #e9ecef;
  color: #343a40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  height: auto;
  margin-right: 5px;
  width: auto;
  padding: 3px 8px;
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  [class^=sl-],
  [class*=sl-] {
    padding: 5px 3px;
    font-size: 0.625rem;
  }
}
[class^=sl-] strong,
[class*=sl-] strong {
  font-weight: inherit;
}

.sl-leilao {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.962 22.968'%3E%3Cpath fill='%23fff' stroke-miterlimit='10' d='m13.152 20.45-2.868-9.184-1.658.632-.138-.395-.004-.003-2.225-6.41-.003-.003-.138-.395 5.201-1.981.138.395.004.003 2.224 6.41.005.003.137.395-1.556.592 3.805 9.943h-2.918Z'/%3E%3Cpath fill='%23fff' d='m8.017 11.782-2.294-6.6a1.043 1.043 0 0 0-1.366-.624l-1.123.428a.555.555 0 0 0-.33.692l2.643 7.617a.517.517 0 0 0 .678.307l1.124-.427a1.121 1.121 0 0 0 .666-1.399M11.922 2.824l2.294 6.6a1.043 1.043 0 0 0 1.365.624l1.123-.428a.555.555 0 0 0 .33-.692l-2.647-7.62A.517.517 0 0 0 13.71 1l-1.123.428a1.121 1.121 0 0 0-.667 1.398'/%3E%3C/svg%3E");
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-color: #212529;
  color: #fff;
  padding-left: 30px;
  padding-right: 10px;
}

.sl-off {
  background: #D33A3B;
  color: #fff;
}
.sl-off strong {
  font-weight: inherit;
}
.sl-off strong:before {
  content: "-";
}
.sl-off strong:after {
  content: "OFF";
  margin-top: 3px;
}

.sl-frete {
  background: #191919;
  color: #fff;
}
.sl-frete strong {
  font-weight: inherit;
}

.sl-prgsv {
  background: #F79424;
  color: #fff;
}
.sl-prgsv strong {
  font-weight: inherit;
}

@keyframes blinker {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sl-anim-frete {
  background: #209B20;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.sl-anim-frete:after {
  content: attr(data-zone);
  padding: 0 5px;
  background-color: #209B20;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: blinker 4s linear infinite;
}

[class^=flag-],
[class*=flag-] {
  border: 1px solid white;
  color: #ced4da;
  display: inline-block;
  font-size: 0.688em;
  line-height: normal;
  margin: 5px 1px;
  position: relative;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.flag-frete {
  border-color: #00a651;
  color: #00a651;
}

.flag-off {
  background: transparent;
  border-color: #298635;
  color: #298635;
}
.flag-off strong {
  font-weight: 300;
}

.content {
  overflow: hidden;
  width: 100%;
}

.text-not-found {
  text-align: center;
  color: #ced4da;
  margin-top: 30px;
  padding: 20px;
  font-size: 27px;
}
.text-not-found:before {
  content: ":(";
  display: block;
  font-size: 1.875em;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
  width: 100vw;
  height: 100vh;
  background-color: none;
  display: none;
  transition: all 0.6s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.backdrop.open-backdrop {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.sem-imagem {
  display: block;
  width: 100%;
  height: auto;
}

.btn-checkout {
  background-color: #298635;
  color: #fff;
}

.btn-checkout:hover {
  color: #fff;
  background-color: #2f9a3d;
}

.btn-checkout:active,
.btn-checkout:focus {
  color: #fff;
  background-color: #23722d;
  outline: none;
}

.btn-fb {
  background: #3b5998;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.btn-fb .icon {
  font-size: 17px;
}

.btn-fb:hover {
  background: #4967a6;
  color: #fff;
}

.btn-fb:active,
.btn-fb:focus {
  background: #35528e;
  color: #fff;
}

.btn-remove {
  border: 1px solid #dee2e6;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 1000px;
  color: #dee2e6;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  width: 24px;
  text-align: center;
}

.btn-remove:hover {
  border-color: #dc3545;
  color: #dc3545;
}

.btn.btn-light {
  background: #fff;
  border: 1px solid #dee2e6;
  color: #000;
}
.btn.btn-light:hover {
  background-color: #e9ecef;
  color: #000;
  text-decoration: none;
}
.btn.btn-light.disabled {
  background: #f8f9fa;
}
.btn.btn-dark {
  background-color: #3C3C3C;
  border-color: #3C3C3C;
}

.avl-star {
  display: flex;
  align-items: center;
  color: #ced4da;
  font-size: 12px;
  margin-bottom: 5px;
}
.avl-star svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.avl-star[data-stars="0"] {
  display: none;
}
.avl-star[data-stars="1"] svg:nth-child(1) {
  fill: #191919;
}
.avl-star[data-stars="2"] svg:nth-child(-n+2) {
  fill: #191919;
}
.avl-star[data-stars="3"] svg:nth-child(-n+3) {
  fill: #191919;
}
.avl-star[data-stars="4"] svg:nth-child(-n+4) {
  fill: #191919;
}
.avl-star[data-stars="5"] svg:nth-child(-n+5) {
  fill: #191919;
}

.modal-alert .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
.modal-alert .text-alert {
  color: #6c757d;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}
.modal-alert .text-alert svg {
  margin-bottom: 15px;
}
.modal-alert .text-alert-small {
  font-size: 1.125rem;
}
.modal-alert .text-alert-small a {
  color: #343a40;
  font-weight: normal;
  text-decoration: underline;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #298635;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  /* margin: 10% auto; */
  float: left;
  box-shadow: inset 0px 0px 0px #298635;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.container_heart {
  width: 56px;
  height: 56px;
  float: left;
}

.heart {
  display: block;
  fill: #df3c3c;
  animation: scale-heart 0.6s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  transform-origin: center;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #298635;
  }
}
@keyframes scale-heart {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.load-more button {
  color: #ced4da;
  font-size: 0.875em;
  font-weight: 300;
  padding: 13px 120px;
  border: 2px solid white;
  background: #fff;
}

.modal {
  z-index: 999999999;
}

.modal-content {
  border: none;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
}

.modal-header {
  padding: 10px 15px;
  align-items: center;
}
.modal-header .modal-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.modal-header .close {
  border: 2px solid #000;
  border-radius: 100%;
  color: #000;
  font-family: -webkit-pictograph, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 30px;
  width: 30px;
  opacity: 1;
  margin: 0;
}

.price {
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: center;
}
.price p {
  margin-bottom: 0;
}
.price .price-old {
  color: #6c757d;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}
.price .price-old > strong {
  text-decoration: line-through;
}
.price .price-desc {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.price .price-desc .cifra {
  font-size: 12px;
  margin-right: 3px;
}
.price .price-desc > span {
  font-size: 12px;
}
.price .price-desc > span:last-of-type {
  font-size: 12px !important;
}
.price .price-desc.parcell > span {
  font-weight: inherit;
}
.price strong {
  font-weight: inherit;
}
.price .price-x {
  color: #495057;
  font-size: 12px;
}
.price small {
  color: #212529;
}

.pdt-price .price {
  font-size: 1.25rem;
  text-align: left;
}
.pdt-price .price .price-desc > span {
  font-size: 12px;
}
.pdt-price .price .price-desc strong {
  font-weight: bold;
}
.pdt-price .price .price-desc.parcell > span {
  font-weight: normal;
}
.pdt-price .price .price-desc .cifra {
  font-size: 12px;
  margin-right: 3px;
}

.price-cash {
  display: flex;
  justify-content: center;
}

.price-cash-sec {
  display: flex;
  justify-content: center;
}
.price-cash-sec .price-old {
  margin-right: 5px;
}
.price-cash-sec .price-desc {
  font-size: 90%;
  font-weight: 700;
  color: #6c757d;
}
.price-cash-sec .price-desc .cifra {
  font-size: inherit;
  margin-right: 3px;
}

.price-details {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 5px;
}
.price-details > span {
  background: #dee2e6;
  border-radius: 100%;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
}
.price-details > div {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 10px 0;
  color: #495057;
  display: none;
  font-size: 0.75rem;
  padding: 10px;
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: fit-content;
}
.price-details:hover > div {
  display: block;
}

.qtd-desc {
  font-size: 0.875rem;
  color: #495057;
}
.qtd-desc br {
  display: none;
}
.qtd-desc strong {
  color: #298635;
  font-weight: 700;
}

.formas-pagamento {
  display: flex;
}
@media (max-width: 767.98px) {
  .formas-pagamento {
    flex-direction: column;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .formas-pagamento {
    align-items: center;
  }
}
.formas-pagamento h5 {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
}
.formas-pagamento h5 .icon {
  margin-right: 8px;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .formas-pagamento h5 {
    margin: 0 0 10px 0;
  }
}

.block-paymeth h6 {
  color: #6c757d;
  display: none;
  font-size: 0.875rem;
  line-height: normal;
}
.block-paymeth ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-paymeth ul li {
  height: 24px;
  margin: 0 5px 5px 0;
}

.i-paymeth {
  display: block;
}
.i-paymeth svg {
  font-size: 42px;
  display: inline-block;
  width: 1em;
  height: 0.6071em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

[class^=transfer-] svg,
[class*=transfer-] svg {
  width: 0.6071em;
}

.cvv-container {
  display: flex;
  align-items: center;
}
.cvv-container input {
  flex-grow: 1;
  margin-right: 5px;
}

.icon-cvv {
  height: 45px;
  width: 67px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

.captcha {
  height: 35px !important;
  border: 1px solid #dee2e6;
  max-width: 100px;
}

.has-danger {
  color: #dc3545;
}
.has-danger > label,
.has-danger small {
  color: #dc3545;
}
.has-danger .form-control {
  border-color: #dc3545;
}

.error {
  color: #dc3545;
}

.btns {
  text-align: right;
}

.alert ul {
  padding-left: 15px;
}

.form-separator {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.form-separator span {
  color: #6c757d;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 15px;
  text-transform: uppercase;
}
.form-separator:after, .form-separator:before {
  border-top: 1px solid #ced4da;
  content: "";
  flex-grow: 1;
  height: 0;
}

.bts-connect {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bts-connect > a {
  flex-grow: 1;
}
.bts-connect > a:first-child {
  margin-right: 15px;
}
.bts-connect > a .icon {
  vertical-align: middle;
  margin-top: -3px;
}
@media (max-width: 991.98px) {
  .bts-connect {
    flex-direction: column;
  }
  .bts-connect a {
    width: 100%;
  }
  .bts-connect a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.wrap-voucher-theme {
  display: grid;
  grid: auto/repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-voucher-theme {
    grid: auto/repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .wrap-voucher-theme {
    grid: auto/repeat(5, 1fr);
  }
}
.wrap-voucher-theme .form-check {
  margin: 0;
  padding: 0;
  position: relative;
}
.wrap-voucher-theme .form-check input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.wrap-voucher-theme .form-check input[type=radio] + label {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  margin: 0;
}
.wrap-voucher-theme .form-check input[type=radio] + label:hover {
  box-shadow: 0 0 0 3px #dee2e6;
}
.wrap-voucher-theme .form-check input[type=radio]:checked + label {
  box-shadow: 0 0 0 3px #298635;
}
.wrap-voucher-theme .form-check img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.wrap-voucher-theme .form-check span {
  display: block;
  font-size: 0.875rem;
  padding: 8px;
  text-align: center;
}

.ctn-mdl {
  grid-area: modulo;
}

.ctn-rs {
  grid-area: social;
}

.ctn-logo {
  grid-area: logo;
}

.wrap-menu {
  grid-area: menu;
}

.hd-actions {
  grid-area: acoes;
}

.logo-svg {
  display: block;
  width: 100%;
}
.logo-svg svg {
  fill: #000;
}

.hd {
  background: -moz-linear-gradient(top, #191919 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-linear-gradient(top, #191919 0%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(to bottom, #191919 0%, rgba(0, 0, 0, 0) 80%);
  color: #F79424;
  padding: 15px 0;
}
.hd a {
  color: #F79424;
}
.hd a:hover {
  color: #fbc486;
}

@media (max-width: 991.98px) {
  .hd {
    z-index: 1030;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 0;
  }
  .hd a:hover {
    color: #212529;
  }
  .hd.hd-to-float {
    position: fixed;
  }
  .hd-floating {
    background: #191919;
    padding: 10px 10px 0;
  }
  .hd-floating .hd-main-ctn {
    grid-template-rows: 54px;
  }
  .hd-main-ctn {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    grid-template-rows: 60px;
    grid-template-areas: "menu logo acoes";
  }
  .hd-actions {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .ctn-menu {
    height: 100%;
  }
  .ctn-mdl,
  .ctn-call-area,
  .ctn-rs,
  .user-area {
    display: none !important;
  }
  .ctn-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ctn-logo .logo {
    display: flex;
    height: 72%;
    padding: 0;
  }
  .ctn-logo .logo img {
    object-fit: contain;
  }
  .logo-svg {
    max-width: 90px;
  }
}
@media (min-width: 992px) {
  .hd-main {
    position: relative;
  }
  .hd-main-ctn {
    position: relative;
    display: grid;
    grid-template-columns: 270px 1fr fit-content;
    grid-template-rows: auto 80px;
    grid-template-areas: "modulo modulo modulo" "logo menu acoes";
  }
  .ctn-mdl {
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    position: relative;
  }
  .ctn-mdl:before, .ctn-mdl:after {
    background: #111;
    content: "";
    height: 100%;
    width: 50vw;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .ctn-mdl:after {
    left: auto;
    right: 50%;
  }
  .ctn-mdl p {
    margin: 0;
  }
  .hd-actions {
    display: flex;
    gap: 30px;
    background: #191919;
    border-radius: 25px;
    height: 50px;
    margin: auto 0 auto auto;
    padding: 0 25px;
    width: fit-content;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  .hd-actions {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .ctn-rs {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F79424;
    z-index: 2;
  }
  .ctn-rs > span {
    font-size: 1rem;
    margin-right: 8px;
  }
  .ctn-rs a {
    color: #fff;
    font-size: 1rem;
    margin-right: 10px;
  }
  .ctn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ctn-logo {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ctn-logo .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    max-width: 240px;
    margin-top: 25px;
  }
  .ctn-logo .logo img {
    image-rendering: -webkit-optimize-contrast;
    object-fit: contain;
    height: 100%;
    max-width: 100%;
  }
  .ctn-busca {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .ctn-call-area {
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .hd-main-ctn {
    grid-template-columns: 270px 1fr fit-content;
  }
}
.hd-side-box {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.hd-side-box h4 {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.hd-side-box h4 .icon {
  margin-right: 10px;
  font-size: 1.1rem;
}
.hd-side-box button {
  border-radius: 100%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.hd-side-box button .icon {
  font-size: 11px !important;
}

.ctn-side-box {
  padding: 20px;
  overflow-y: auto;
}
.ctn-side-box form .btn-group-toggle input {
  display: none;
}

@media (min-width: 992px) {
  .hd {
    width: 100%;
    position: absolute;
    z-index: 1030;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1s ease;
  }
  .hd.hd-to-float {
    position: fixed;
  }
  .hd-floating {
    transition: all 0.4s;
    background: linear-gradient(180deg, rgb(27, 32, 109) 0%, rgba(27, 32, 109, 0.8) 25%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    padding: 0;
  }
}
.hd-inf {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hd-inf {
    margin-bottom: 60px;
  }
}
.hd-inf + .leilao {
  margin-top: -60px !important;
}

@media (min-width: 992px) {
  .btn-menu,
  .btn-close-menu {
    display: none;
  }
  .ctn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
  }
  .ctn-menu ul {
    list-style: none;
    margin: 0;
  }
  .ctn-menu li > span {
    display: none;
  }
  .ctn-menu li[data-submenu-l1=true] > a:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #fff;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 6px);
    z-index: 1;
  }
  .ctn-menu li[data-submenu-l1=true] > a:after {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  .mn-user-area {
    display: none;
  }
  .mn-l1 {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .mn-l1-item > a {
    align-items: center;
    justify-content: center;
    color: #F79424;
    display: flex;
    gap: 5px;
    font-size: 0.875rem;
    font-weight: 600;
    height: 60px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
  }
  .mn-l1-item > a .icon {
    width: 25px;
    height: 25px;
    color: transparent;
  }
  .mn-l1-item:hover:not(.mn-ddwn) > a {
    color: #191919 !important;
  }
  .mn-l1-item:hover > a:after {
    background: #191919 !important;
    height: 3px !important;
  }
  .mn-l1-item:hover > a:before {
    border-top-color: #191919 !important;
  }
  .mn-l1-item.mn-ddwn:hover .ctn-mn-l2 {
    display: block;
  }
  .mn-l1-item.mn-ddwn .ctn-mn-l2 {
    display: none;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
    left: 0;
    top: 89%;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .mn-l1-item.mn-ddwn .ctn-mn-l2 .img-menu {
    flex-shrink: 0;
  }
  .mn-l1-item.mn-ddwn .mn-l2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
  }
  .mn-l1-item.mn-ddwn .mn-manufacturer {
    justify-content: center;
  }
  .mn-l1-item.mn-ddwn .mn-manufacturer .mn-l2-item {
    margin: 0 15px 15px 0;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item {
    margin: 0;
    padding: 15px;
    width: 16.666667%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item:hover {
    border-radius: 5px;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.062745098);
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a {
    color: #495057;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    align-items: center;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a > img {
    max-width: 60%;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a:hover {
    color: #000;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a[data-manufacturer-image=true] {
    display: flex;
    font-size: 13px;
    font-weight: normal;
    flex-direction: column;
    align-items: center;
    text-transform: none;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a[data-manufacturer-image=true] img {
    border: 1px solid #dee2e6;
    margin-bottom: 8px;
    max-width: 60px;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a[data-manufacturer-image=true]:hover img {
    border-color: #000;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a[data-manufacturer-image=false] {
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 120px;
    height: 120px;
    text-transform: none;
  }
  .mn-l1-item.mn-ddwn .mn-l2-item > a > span {
    display: block;
    font-weight: 700;
  }
  .mn-l1-item.mn-ddwn .l2-back {
    display: none;
  }
  .mn-l1-item.mn-ddwn .mn-l3-item > a {
    color: #191919;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .mn-l1-item.mn-ddwn .mn-l3-item > a:hover {
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
  .mn-l1-item.mn-ddwn .l3-back {
    display: none;
  }
  .mn-l1-item.mn-ddwn .mn-l4-item > a {
    color: #191919;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .mn-l1-item.mn-ddwn .mn-l4-item > a:hover {
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
  .mn-l1-item.mn-ddwn .l4-back {
    display: none;
  }
  .mn-l1-item.mn-ddwn .ctn-mn-l5 {
    margin: 0 0 10px 10px;
  }
  .mn-l1-item.mn-ddwn .mn-l5-item > a {
    color: #6c757d;
    font-size: 0.875rem;
  }
  .mn-l1-item.mn-ddwn .mn-l5-item > a:hover {
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
  .mn-l1-item.mn-ddwn .l5-back {
    display: none;
  }
  .mn-l1-item.mn-ddwn .mn-type-featured_list {
    border-right: 1px solid #e9ecef;
    padding-right: 30px;
  }
  .ctn-mn-img .mn-l2-item > a > span {
    display: block;
    font-weight: 700;
  }
  .mn-l1-item.mn-tabbled:hover .ctn-mn-l2 {
    display: block !important;
  }
  .mn-l1-item.mn-tabbled .ctn-mn-l2 {
    display: none;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.2);
    background: #fff;
    left: 0;
    top: 100%;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    min-height: 445px;
    z-index: 1;
  }
  .mn-l1-item.mn-tabbled .ctn-mn-l2 .img-menu {
    flex-shrink: 0;
  }
  .mn-l1-item.mn-tabbled .mn-l2 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    width: 100%;
    position: relative;
  }
  .mn-l1-item.mn-tabbled .mn-l2-item > a {
    border: 2px solid transparent;
    border-radius: 10px;
    color: #191919;
    display: block;
    padding: 8px;
    text-align: center;
  }
  .mn-l1-item.mn-tabbled .mn-l2-item > a span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 0.875rem;
  }
  .mn-l1-item.mn-tabbled .mn-l2-item:hover > a {
    border-color: #111;
  }
  .mn-l1-item.mn-tabbled .mn-l2-item:hover .ctn-mn-l3 {
    display: block !important;
  }
  .mn-l1-item.mn-tabbled .mn-l2-item:not(:nth-child(2)) .ctn-mn-l3 {
    display: none;
    z-index: 3;
  }
  .mn-l1-item.mn-tabbled .ctn-mn-l3 {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 0;
    width: 100%;
    height: 250px;
  }
  .mn-l1-item.mn-tabbled .mn-l3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    width: 100%;
  }
  .mn-l1-item.mn-tabbled .mn-l3-item {
    margin-bottom: 8px;
  }
  .mn-l1-item.mn-tabbled .mn-l3-item > a {
    color: #191919;
    font-weight: 600;
  }
  .mn-l1-item.mn-tabbled .mn-l3-item > a:hover {
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
  .mn-l1-item.mn-tabbled .mn-l4-item > a {
    color: #495057;
    font-size: 0.875rem;
  }
  .mn-l1-item.mn-tabbled .mn-l4-item > a:hover {
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
  .mn-l1-item.mn-tabbled .ctn-mn-l5 {
    margin-left: 10px;
  }
  .mn-l1-item.mn-tabbled .mn-l5-item > a {
    color: #6c757d;
    font-size: 0.875rem;
  }
  .mn-l1-item.mn-tabbled .mn-l5-item > a:hover {
    opacity: 0.9;
    transition: opacity 0.5s ease;
  }
  .mn-l1-item.mn-tabbled .l2-back,
  .mn-l1-item.mn-tabbled .l3-back,
  .mn-l1-item.mn-tabbled .l4-back,
  .mn-l1-item.mn-tabbled .l5-back {
    display: none !important;
  }
  .mn-l1-item.mn-tabbled .mn-type-featured_image {
    grid-column: last-col/span 1;
  }
  .mn-l1-item.mn-tabbled .mn-type-featured_image > a span {
    display: none;
  }
  .mn-l1-item.mn-v-tabbled:hover .ctn-mn-l2 {
    display: block !important;
  }
  .mn-l1-item.mn-v-tabbled .mn-spacer {
    position: relative;
  }
  .mn-l1-item.mn-v-tabbled .ctn-mn-l2 {
    display: none;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.2);
    background: #fff;
    left: 0;
    top: 100%;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    min-height: 385px;
    z-index: 1;
  }
  .mn-l1-item.mn-v-tabbled .ctn-mn-l2 .img-menu {
    flex-shrink: 0;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2 {
    width: 235px;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item {
    border-bottom: 1px solid #ddd;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item > a {
    color: #191919;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item > a span {
    display: block;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item > a > img {
    display: none !important;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item:hover > a {
    background: #e9ecef;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item:hover .ctn-mn-l3 {
    display: block !important;
  }
  .mn-l1-item.mn-v-tabbled .mn-l2-item:not(:nth-child(2)) .ctn-mn-l3 {
    display: none;
    z-index: 3;
  }
  .mn-l1-item.mn-v-tabbled .ctn-mn-l3 {
    background: #fff;
    border-left: 1px solid #e9ecef;
    position: absolute;
    top: 0;
    left: 250px;
    padding: 0 30px;
    width: calc(100% - 250px);
    height: 365px;
  }
  .mn-l1-item.mn-v-tabbled .mn-l3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    width: 100%;
  }
  .mn-l1-item.mn-v-tabbled .mn-l3-item > a {
    color: #191919;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .mn-l1-item.mn-v-tabbled .mn-l4-item > a {
    color: #495057;
  }
  .mn-l1-item.mn-v-tabbled .ctn-mn-l5 {
    margin-left: 10px;
  }
  .mn-l1-item.mn-v-tabbled .mn-l5-item > a {
    color: #6c757d;
    font-size: 0.875rem;
  }
  .mn-l1-item.mn-v-tabbled .mn-l5-item > a:hover {
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
  .mn-l1-item.mn-v-tabbled .l2-back,
  .mn-l1-item.mn-v-tabbled .l3-back,
  .mn-l1-item.mn-v-tabbled .l4-back {
    display: none !important;
  }
  .mn-l1-item.mn-v-tabbled .mn-type-featured_image {
    grid-column: last-col/span 1;
  }
  .mn-l1-item.mn-v-tabbled .mn-type-featured_image > a span {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mn-l1-item > a {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .ctn-mn-l5, .ctn-mn-l4, .ctn-mn-l3, .ctn-mn-l2, .ctn-main-menu {
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  .ctn-mn-l5.opn-l5, .ctn-mn-l4.opn-l4, .ctn-mn-l3.opn-l3, .ctn-mn-l2.opn-l2, .ctn-main-menu.opn-l1 {
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .user-area {
    display: none;
  }
  .btn-menu {
    background: transparent;
    color: #F79424;
    border: none;
    height: 100%;
    appearance: none;
  }
  .btn-menu .icon {
    font-size: 18px;
  }
  .ctn-main-menu {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
  }
  .ctn-main-menu .img-fluid {
    display: none !important;
  }
  .main-menu {
    background: #fff;
    height: 100vh;
    width: 80vw;
    max-width: 300px;
  }
  .main-menu ul {
    font-size: 0.875rem;
    list-style: none;
    overflow-y: auto;
    max-height: 100vh;
    margin: 0;
  }
  .btn-close-menu {
    border: none;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    z-index: 1031;
    outline: none;
  }
  .btn-close-menu:focus {
    outline: none;
  }
  .btn-close-menu span {
    border: 2px solid #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
  }
  .btn-close-menu span .icon {
    font-size: 8px;
    color: #000;
  }
  .l2-back > span,
  .l3-back > span,
  .l4-back > span,
  .l5-back > span {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #000;
  }
  .l2-back > span:before,
  .l3-back > span:before,
  .l4-back > span:before,
  .l5-back > span:before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%209H9V7a1%201%200%200%200-.62-.92%201%201%200%200%200-1.09.21l-3%203a1%201%200%200%200%200%201.42l3%203A1%201%200%200%200%208%2014a.84.84%200%200%200%20.38-.08A1%201%200%200%200%209%2013v-2h3a6%206%200%200%201%206%206%201%201%200%200%200%202%200%208%208%200%200%200-8-8Z%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
    margin-right: 8px;
    height: 15px;
    width: 20px;
  }
  li[data-submenu-l1=true] > a,
  li[data-submenu-l2=true] > a,
  li[data-submenu-l3=true] > a,
  li[data-submenu-l4=true] > a {
    pointer-events: none;
  }
  li[data-submenu-l1=true] > a:after,
  li[data-submenu-l2=true] > a:after,
  li[data-submenu-l3=true] > a:after,
  li[data-submenu-l4=true] > a:after {
    content: "";
    border: 3px solid transparent;
    border-left: 6px solid #000;
    height: 0;
    width: 0;
  }
  li[data-submenu-l1=true] > span,
  li[data-submenu-l2=true] > span,
  li[data-submenu-l3=true] > span,
  li[data-submenu-l4=true] > span {
    display: block;
    height: 50px;
    top: 0;
    position: absolute;
    width: 100%;
  }
  .mn-user-area {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    padding: 0 15px;
  }
  .mn-user-area a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 0.75rem;
    font-weight: 600;
    height: 50px;
  }
  .mn-user-area .icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
  }
  .mn-l1-item {
    position: relative;
  }
  .mn-l1-item > a {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    padding: 0 15px;
    text-transform: uppercase;
    color: #343a40;
  }
  .mn-l1-item > a .icon {
    display: none;
  }
  .mn-l1-item > span {
    display: none;
  }
  .ctn-mn-l2 {
    background: #fff;
    visibility: hidden;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: calc(80vw - 8px);
    z-index: 1031;
  }
  .ctn-mn-l2.opn-l2 {
    visibility: visible;
  }
  .ctn-mn-l2 .img-menu {
    display: none;
  }
  .mn-l2-item {
    position: relative;
  }
  .mn-l2-item > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #343a40;
  }
  .ctn-mn-l3 {
    background: #fff;
    visibility: hidden;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: calc(80vw - 8px);
    z-index: 1031;
  }
  .ctn-mn-l3.opn-l3 {
    visibility: visible;
  }
  .mn-l3-item {
    position: relative;
  }
  .mn-l3-item > a {
    background: #dee2e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
  }
  .ctn-mn-l4 {
    background: #fff;
    visibility: hidden;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: calc(80vw - 16px);
    z-index: 1032;
  }
  .ctn-mn-l4.opn-l4 {
    visibility: visible;
  }
  .mn-l4-item {
    position: relative;
  }
  .mn-l4-item > a {
    background: #dee2e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
  }
  .ctn-mn-l5 {
    background: #fff;
    visibility: hidden;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: calc(80vw - 24px);
    z-index: 1033;
  }
  .ctn-mn-l5.opn-l5 {
    visibility: visible;
  }
  .mn-l5-item {
    position: relative;
  }
  .mn-l5-item > a {
    background: #dee2e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
  }
}
.busca {
  border: none;
  border-radius: 25px;
  height: 50px;
  margin: 0;
  position: relative;
  flex-grow: 1;
  width: 20px;
}
@media (min-width: 992px) {
  .busca {
    max-width: 860px;
  }
}
.busca input[type=text] {
  background: transparent;
  border: none;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 50px;
  padding: 0;
  width: 20px;
  font-size: 1rem;
  color: #F79424;
  outline: none;
  flex-grow: 1;
  transform: translateX(20px);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.busca input[type=text]::placeholder {
  color: transparent;
}
.busca .ctn-result-busca:empty {
  display: none !important;
}
.busca.busca-ativa .form-busca {
  background: #fff;
  width: 400px;
}
@media (max-width: 991.98px) {
  .busca.busca-ativa .form-busca {
    width: calc(100vw - 130px);
  }
}
.busca.busca-ativa input[type=text],
.busca.busca-ativa input[type=text]:focus {
  color: #343a40;
  cursor: text;
  outline: none;
  padding: 0 5px;
  transform: translateX(0);
  width: 400px;
  opacity: 100;
}
@media (max-width: 991.98px) {
  .busca.busca-ativa input[type=text],
  .busca.busca-ativa input[type=text]:focus {
    width: calc(100vw - 130px);
  }
}
.busca.busca-ativa input[type=text]::placeholder,
.busca.busca-ativa input[type=text]:focus::placeholder {
  color: #343a40;
}
.busca.busca-ativa .btn-busca,
.busca.busca-ativa .btn-busca:focus {
  color: #343a40;
  outline: none;
  width: 70px;
}
.busca.busca-ativa .btn-reset-busca {
  display: flex;
}
.busca.busca-ativa .icon-search {
  color: #191919;
}

.form-busca {
  border-radius: 25px;
  height: 50px;
  display: flex;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.btn-busca {
  background: transparent;
  border: none;
  color: #F79424;
  cursor: pointer;
  display: flex;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn-busca .icon {
  font-size: 14px;
}
.btn-busca:hover {
  color: #f8a03d;
}
.btn-busca > * {
  position: relative;
  z-index: 2;
}

[class=busca] .ctn-result-busca {
  opacity: 0;
}

.btn-reset-busca {
  background: transparent;
  border: none;
  color: #111;
  cursor: pointer;
  display: none;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  width: 70px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  order: -1;
  visibility: hidden;
  outline: none;
}
.btn-reset-busca .icon {
  font-size: 12px;
}
.btn-reset-busca:hover {
  color: #191919;
}
.btn-reset-busca > * {
  position: relative;
  z-index: 2;
}
.btn-reset-busca.btn-reset-busca-show {
  visibility: visible;
}

.ctn-result-busca:not(:empty) {
  box-shadow: 0 30px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 25px 25px;
  background-color: #fff;
  border-top: none;
  position: absolute;
  width: 400px;
  right: 0;
  top: 100%;
  padding: 20px 15px 0 15px;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  .ctn-result-busca:not(:empty) {
    width: calc(100vw - 130px);
  }
}
.ctn-result-busca:not(:empty):before {
  background: #e9ecef;
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: 0;
}
.ctn-result-busca:not(:empty):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.5 12.5'%3E%3Cpath d='M0 0v12.5h12.5C5.6 12.5 0 6.9 0 0Z' fill='%23fff'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.5 12.5'%3E%3Cpath d='M0 12.5h12.5V0c0 6.9-5.6 12.5-12.5 12.5Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 28px 28px, 28px 28px;
  content: "";
  height: 28px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -28px;
}
.ctn-result-busca:not(:empty) > p:not(.search-empty) {
  color: #343a40;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.search-empty {
  color: #6c757d;
  font-size: 0.875rem;
}
.search-empty span {
  color: #343a40;
  font-weight: 600;
}

.search-term-suggestion {
  list-style: none;
  color: #6c757d;
  font-size: 0.875rem;
  margin: 0;
}
.search-term-suggestion > li {
  width: 100%;
  padding: 5px 0;
}
.search-term-suggestion a {
  color: #343a40;
  font-weight: 600;
}

.search-btn-results {
  border: 1px solid #111;
  border-radius: 15px;
  margin-bottom: 20px;
  color: #111;
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  font-size: 0.75rem;
  padding: 0 15px;
  text-transform: uppercase;
  width: 100%;
}
.search-btn-results:hover {
  background-color: #111;
  color: #fff;
}

.search-results {
  list-style: none;
  margin: 0 0 20px 0;
  font-size: 0.875rem;
}
.search-results > li {
  width: 100%;
  padding: 5px 0;
}
.search-results > li a {
  color: #6c757d;
  display: flex;
  font-weight: normal;
  align-items: center;
}
.search-results > li a.selected, .search-results > li a:hover {
  color: #000;
  text-decoration: underline;
}
.search-results > li a img {
  border: 1px solid #dee2e6;
  margin: 0 15px 0 0;
}
.search-results > li a p {
  margin: 0;
}
.search-results > li a .el-highlight {
  color: #343a40;
  font-weight: 600;
}
.search-results > li .num-top-search {
  margin-right: 15px;
}

.cart-topo {
  display: flex;
  align-items: center;
}
.cart-topo .qtd-car {
  border-radius: 100%;
  display: inline;
  align-items: center;
  margin-left: 5px;
  justify-content: center;
  font-size: 0;
}
.cart-topo .qtd-car .numero-carrinho {
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cart-topo .qtd-car .numero-carrinho {
    font-size: 18px;
  }
}

.cart {
  overflow-y: auto;
}
.cart > div {
  height: 100vh;
}

.ctd-car {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.ctd-car > div {
  padding: 20px;
}

.ctn-car-vzo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ctn-car-vzo svg {
  max-width: 155px;
}
.ctn-car-vzo p {
  font-weight: bold;
  text-transform: uppercase;
}
.ctn-car-vzo p span {
  display: inline-block;
}

.rsm-cart-top {
  flex-grow: 1;
}
.rsm-cart-top ul {
  list-style: none;
}
.rsm-cart-top ul li {
  display: flex;
  margin-bottom: 10px;
}

.rsm-car-img {
  max-width: 90px;
  width: 33%;
  margin-right: 15px;
  flex-shrink: 0;
}
.rsm-car-img img {
  border: 1px solid #dee2e6;
  width: 100%;
  height: auto;
}

.rsm-car-info {
  font-size: 0.875rem;
  margin-right: 10px;
  flex-grow: 1;
}
.rsm-car-info > span {
  color: #495057;
  display: block;
}

.rsm-car-del {
  appearance: none;
  background: #e9ecef;
  border: none;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.rsm-car-del:hover {
  background: #dc3545;
  color: #fff;
}

.rsm-car-total {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  padding: 0;
}
.rsm-car-total > div {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.rsm-car-total > div strong {
  font-weight: inherit;
}
.rsm-car-total > div:last-of-type {
  font-size: 1rem;
  font-weight: 700;
}

.rsm-car-btn {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: sticky;
  bottom: 0;
}

.ctn-call-area {
  display: flex;
  align-items: center;
  position: relative;
}

.call-sidebox > div {
  padding: 20px;
}
.call-sidebox > div h5 {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.call-sidebox > div span {
  font-size: 0.875rem;
  font-weight: 300;
}
.call-sidebox ul {
  font-size: 0.875rem;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.45' height='9.12' viewBox='0 0 13.45 9.12'%3E%3Cpath fill='%234d4d4d' fill-rule='evenodd' d='M7.56 2.28H2.29C1.03 2.28 0 3.3 0 4.56c0 1.26 1.02 2.28 2.29 2.29h5.28v1.64a.627.627 0 001.07.45l4.6-3.91c.26-.22.3-.62.07-.88-.02-.03-.05-.05-.08-.08L8.59.15a.63.63 0 00-.88.07.61.61 0 00-.15.41v1.65zm-5.28.9C1.52 3.18.9 3.8.9 4.56c0 .76.62 1.38 1.38 1.38.76 0 1.38-.62 1.38-1.38a1.37 1.37 0 00-1.38-1.38z' clip-rule='evenodd'/%3E%3C/svg%3E");
  padding-left: 23px;
}
.call-sidebox ul li + li {
  margin-top: 8px;
}
.call-sidebox a {
  text-decoration: none;
}
.call-sidebox .btn-whatsapp {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  height: 45px;
  border-radius: 22.5px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.call-sidebox .btn-whatsapp .icon {
  font-size: 18px;
}
.call-sidebox .btn-whatsapp span {
  font-weight: bold;
}

.call-phones h5 {
  text-transform: none !important;
}

.account-sidebox-links a {
  text-decoration: none !important;
}

.user-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.user-area > a {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-area > a .icon-label {
  font-size: 0.875rem;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .user-area > a .icon-label {
    display: none;
  }
}

.user-sidebox > div {
  position: relative;
}
.user-sidebox p {
  font-size: 0.875rem;
}
.user-sidebox .form-group label {
  color: #6c757d;
  font-size: 0.875rem;
}
.user-sidebox .form-group label .required {
  color: #dc3545;
}

.div-text {
  color: #adb5bd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.div-text:after, .div-text:before {
  background: #adb5bd;
  content: "";
  height: 1px;
  width: 100%;
  flex-grow: 1;
  max-width: 40%;
}

.account-top .login-tooltip,
.account-top .sair {
  display: none;
}
.account-top .pts-saldo {
  margin: 10px 0 0 0;
  color: #111;
}
.account-top .links-account {
  display: flex;
  flex-direction: column;
}
.account-top .links-account a {
  margin-bottom: 10px;
  text-decoration: underline;
}
.account-top .links-account a:hover {
  color: #6c757d;
}

.ctn-bn-uni {
  position: relative;
}

.mb-banner {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .mb-banner {
    margin-bottom: 1.5rem;
  }
}

.ctn-img-bn {
  background-size: cover !important;
  text-align: center;
  width: 100%;
}

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

.btn-bn-prev,
.btn-bn-next,
.arr-car-prev,
.arr-car-next {
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 10px auto;
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 1em;
  height: 70px;
  top: calc(50% - 35px);
  outline: none;
  text-align: center;
  position: absolute;
  width: 35px;
  z-index: 1;
}
.btn-bn-prev:hover,
.btn-bn-next:hover,
.arr-car-prev:hover,
.arr-car-next:hover {
  background-color: #343a40;
}
@media (max-width: 767.98px) {
  .btn-bn-prev,
  .btn-bn-next,
  .arr-car-prev,
  .arr-car-next {
    display: none;
  }
}

.btn-bn-prev,
.arr-car-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14.87'%3E%3Cpath fill='%23ffffff' d='M7.51 14.51c.64.54 1.59.46 2.13-.18.54-.64.46-1.59-.18-2.13L3.84 7.44l5.62-4.77c.64-.54.72-1.49.18-2.13C9.1-.1 8.15-.18 7.51.36L.55 6.27a1.516 1.516 0 00-.02 2.32l6.98 5.92z'/%3E%3C/svg%3E");
  border-radius: 0 10px 10px 0;
  left: 0;
}
.btn-bn-prev:hover,
.arr-car-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14.87'%3E%3Cpath fill='%23ffffff' d='M7.51 14.51c.64.54 1.59.46 2.13-.18.54-.64.46-1.59-.18-2.13L3.84 7.44l5.62-4.77c.64-.54.72-1.49.18-2.13C9.1-.1 8.15-.18 7.51.36L.55 6.27a1.516 1.516 0 00-.02 2.32l6.98 5.92z'/%3E%3C/svg%3E");
}

.btn-bn-next,
.arr-car-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14.87'%3E%3Cpath fill='%23ffffff' d='M2.49.36C1.85-.18.9-.1.36.53c-.54.64-.46 1.59.17 2.13l5.62 4.77L.53 12.2c-.64.54-.72 1.49-.18 2.13.54.64 1.49.72 2.13.18L9.45 8.6a1.508 1.508 0 00.01-2.32L2.49.36z'/%3E%3C/svg%3E");
  border-radius: 10px 0 0 10px;
  right: 0;
}
.btn-bn-next:hover,
.arr-car-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14.87'%3E%3Cpath fill='%23ffffff' d='M2.49.36C1.85-.18.9-.1.36.53c-.54.64-.46 1.59.17 2.13l5.62 4.77L.53 12.2c-.64.54-.72 1.49-.18 2.13.54.64 1.49.72 2.13.18L9.45 8.6a1.508 1.508 0 00.01-2.32L2.49.36z'/%3E%3C/svg%3E");
}

.arr-car-prev {
  left: 0;
}

.arr-car-next {
  right: 0;
}

.swiper-pagination {
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  border-radius: 13px;
  padding: 5px !important;
  position: relative;
  margin: 0 auto;
  bottom: 13px !important;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  background-color: #ced4da;
  border-radius: 2px;
  height: 4px;
  width: 20px;
  margin: 0 3px;
  opacity: 1;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: #191919;
  width: 30px;
}

.aln-bn {
  display: table;
  margin: 0 auto;
}

.aln-bn > div {
  float: left;
}

.geralBanner {
  display: block;
}

.mobileBanner {
  display: none;
}

@media (max-width: 767.98px) {
  .bn-duplo-01 {
    margin-bottom: 30px;
  }
}

.ctn-bn-comp .swiper-slide {
  background-color: #fff;
}
.ctn-bn-comp .swiper-slide:hover picture {
  opacity: 0.8 !important;
}
.ctn-bn-comp .swiper-slide:hover .btn {
  background-color: #111;
  color: #fff;
}

.destaques {
  margin: 90px 0;
  position: relative;
}
.destaques .swiper-slide {
  height: auto;
}
.destaques .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.dtqEmpresa .hd-mdl {
  background-color: #EAEAEA;
}
.dtqEmpresa .hd-mdl h2 {
  color: #141414;
}

.desc-mdl {
  text-align: center;
  color: #495057;
  font-size: 0.875rem;
  line-height: 30px;
  margin: 20px 0 50px 0;
  text-transform: uppercase;
}

.dtq-side-title {
  background-color: #111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 30px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .dtq-side-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
}
.dtq-side-title h2 {
  border-bottom: 4px solid #fff;
  font-weight: 600;
  line-height: 1.8rem;
  margin-top: auto;
  text-transform: uppercase;
  padding-bottom: 10px;
  word-spacing: 100vw;
}
@media (max-width: 767.98px) {
  .dtq-side-title h2 {
    font-size: 1.625rem;
  }
}
.dtq-side-title a {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .dtq-side-title a {
    display: inline;
    font-size: 0.75rem;
    margin: 0 0 0 15px;
  }
}

.dtqHome {
  display: flex;
  align-items: flex-end;
  padding: 90px 0;
  position: relative;
  margin: 0;
  min-height: 1080px;
}
.dtqHome .hd-mdl {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dtqHome .hd-mdl h2 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .dtqHome {
    min-height: fit-content;
    padding: 40px 0;
  }
}

.dtqGradient {
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.15) 0%, rgba(16, 16, 16, 0) 100%);
  padding: 90px 0 40px 0;
}
@media (min-width: 768px) {
  .dtqGradient {
    display: flex;
    align-items: flex-end;
  }
}
.dtqGradient .hd-mdl {
  background-color: #EAEAEA;
}
.dtqGradient .hd-mdl h2 {
  color: #141414;
}

.dtqBgFull {
  padding: 90px 0;
  position: relative;
  margin: 0;
  display: flex;
  align-items: flex-end;
  height: 850px;
}
@media (min-width: 768px) {
  .dtqBgFull {
    height: 1150px;
  }
}
@media (max-width: 767.98px) {
  .dtqBgFull {
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .ctn-csl {
    padding-right: 0;
    padding-left: 0;
  }
  .ctn-csl .swiper-wrapper {
    padding-left: 15px;
  }
  .ctn-csl .swiper-slide {
    width: 63vw;
    margin-right: 15px;
  }
  .ctn-csl .swiper-slide:last-of-type {
    margin-right: 30px;
  }
  .ctn-csl .arr-car-prev,
  .ctn-csl .arr-car-next {
    display: none;
  }
}
.cf-wrap {
  margin: 90px 0;
}
.cf-wrap .cf-list a {
  display: block;
  color: #6c757d;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cf-wrap .cf-list a {
    margin-bottom: 0;
  }
}
.cf-wrap .cf-list a img {
  margin-bottom: 15px;
  width: 120px;
  height: 75px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cf-wrap .cf-list a img {
    width: 265px;
    height: 165px;
  }
}
@media (max-width: 767.98px) {
  .cf-wrap .swiper-catlist {
    margin: 0 -15px;
    padding-left: 15px;
  }
  .cf-wrap .swiper-catlist .swiper-slide {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .cf-wrap .swiper-catlist .swiper-slide {
    border: 1px solid transparent;
    padding: 20px 0;
  }
  .cf-wrap .swiper-catlist .swiper-slide:hover {
    border: 1px solid #dee2e6;
  }
  .cf-wrap .swiper-catlist .swiper-slide:hover .btn {
    background: #111;
    color: #fff;
  }
}
.cf-wrap .swiper-catlist img {
  display: block;
  margin-bottom: 15px;
  height: 120px;
  width: 75px;
  object-fit: cover;
  margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
  .cf-wrap .swiper-catlist img {
    height: 265px;
    width: 165px;
  }
}
.cf-wrap .swiper-catlist p {
  color: #495057;
  font-size: 1rem;
  text-align: center;
}
.cf-wrap .swiper-catlist .btn {
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .cf-wrap .swiper-catlist .btn {
    display: none;
  }
}

.novidades {
  margin: 90px 0;
}
@media (min-width: 992px) {
  .novidades .swiper {
    padding: 15px 0;
  }
}
.novidades .swiper-slide {
  height: auto;
}
.novidades .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.promo {
  margin: 90px 0;
  position: relative;
}
@media (min-width: 992px) {
  .promo .swiper {
    padding: 15px 0;
  }
}
.promo .swiper-slide {
  height: auto;
}
.promo .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.viewed {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .viewed .swiper {
    padding: 15px;
  }
}
.viewed .swiper-slide {
  height: auto;
}
.viewed .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.viewed .hd-mdl {
  background-color: #EAEAEA;
}

.etq-pdt {
  position: absolute;
  z-index: 1;
  transform-origin: center center;
}
.etq-pdt.etq-1x9 {
  top: 15px;
  left: 15px;
}
.etq-pdt.etq-1x9 + .etq-1x9 {
  transform: translateY(100%);
}
.etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(200%);
}
.etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(300%);
}
.etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(400%);
}
.etq-pdt.etq-2x9 {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.etq-pdt.etq-3x9 {
  top: 15px;
  right: 15px;
}
.etq-pdt.etq-4x9 {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.etq-pdt.etq-5x9 {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.etq-pdt.etq-6x9 {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.etq-pdt.etq-7x9 {
  left: 15px;
  bottom: 15px;
}
.etq-pdt.etq-8x9 {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.etq-pdt.etq-9x9 {
  bottom: 15px;
  right: 15px;
}

.pdt-sm .etq-pdt.etq-1x9 {
  top: 10px;
  left: 10px;
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 {
  transform: translateY(70%);
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(140%);
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(210%);
}
.pdt-sm .etq-pdt.etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 + .etq-1x9 {
  transform: translateY(280%);
}
.pdt-sm .etq-pdt.etq-2x9 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.pdt-sm .etq-pdt.etq-3x9 {
  top: 10px;
  right: 10px;
}
.pdt-sm .etq-pdt.etq-4x9 {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.pdt-sm .etq-pdt.etq-5x9 {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.pdt-sm .etq-pdt.etq-6x9 {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.pdt-sm .etq-pdt.etq-7x9 {
  left: 10px;
  bottom: 10px;
}
.pdt-sm .etq-pdt.etq-8x9 {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.pdt-sm .etq-pdt.etq-9x9 {
  bottom: 10px;
  right: 10px;
}

#fabricantes {
  padding: 20px 20px;
}

.fabricantes {
  position: relative;
  padding-bottom: 15px;
  margin: 90px 0;
}
@media (max-width: 991.98px) {
  .fabricantes {
    margin: 40px 0;
  }
}
.fabricantes .hd-fabricantes {
  background-color: #EAEAEA;
}
.fabricantes .hd-fabricantes h2 {
  color: #141414;
  font-size: 18px !important;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .fabricantes .hd-fabricantes h2 {
    font-size: 16px !important;
  }
}
.fabricantes .hd-fabricantes h2:hover {
  color: #141414;
  opacity: 0.8;
}
.fabricantes .hd-fabricantes:hover {
  color: #141414;
  opacity: 0.8;
}
.fabricantes .col-10 {
  height: auto;
  position: relative;
}
.fabricantes .col-10 > a {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
  width: 100%;
}
.fabricantes .col-10 > a:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
}
.fabricantes .col-10 > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fabricantes .swiper-slide {
  list-style: none;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
  width: 100%;
}
.fabricantes .swiper-slide:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.3);
}
.fabricantes .swiper-slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gender {
  background: #343a40;
  border: 2px solid #343a40;
  border-radius: 10px;
  height: 43px;
  display: flex;
  width: 180px;
  margin: 0 15px 0 0;
}
@media (min-width: 576px) {
  .gender {
    margin: 0 15px;
    width: 230px;
  }
}
@media (min-width: 992px) {
  .gender {
    margin: 0 30px;
  }
}
.gender > label {
  width: 50%;
  margin: 0;
}
.gender > label > span {
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: 100;
  height: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gender > label > span:hover {
  background: #343a40;
}
.gender > label + label > span {
  border-left: none;
}
.gender > label input[type=radio] {
  display: none;
}
.gender > label input[type=radio]:checked + span {
  background: #495057;
}

.news-home {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .news-home .img-fluid {
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
}
.news-home .hd-news {
  color: #343a40;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .news-home .hd-news {
    margin-bottom: 15px;
  }
}
.news-home .hd-news > div {
  font-size: 2.5rem;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .news-home .hd-news > div {
    font-size: 2rem;
    margin-right: 15px;
  }
}
.news-home .hd-news h2 {
  display: none;
}
.news-home .hd-news p {
  margin: 0;
  font-size: 0.875rem;
  color: #343a40;
}
.news-home .hd-news .icon {
  color: #343a40;
}
.news-home p:empty {
  margin-bottom: 0;
}
.news-home .ctn-form-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .news-home .ctn-form-news {
    flex-wrap: wrap;
  }
}
.news-home .ctn-form-news .ctn-ipt-news {
  flex-grow: 1;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .news-home .ctn-form-news .ctn-ipt-news {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
.news-home .ctn-form-news .ctn-ipt-news input {
  border-color: #6E6E6E;
}
.news-home .ctn-form-news .ctn-bt-news button {
  background-color: #3C3C3C;
}
@media (max-width: 767.98px) {
  .news-home .ctn-form-news .ctn-bt-news {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .news-home .ctn-form-news .ctn-bt-news {
    min-width: 266px;
  }
}
.news-home .frm-news {
  width: 100%;
}

.alt-news > span {
  display: block;
}

.ctn-cert {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ctn-cert {
    display: none;
  }
}
.ctn-cert h5 {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
}
.ctn-cert h5 .icon {
  margin-right: 8px;
  font-size: 1.25rem;
}

.itm-cert {
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: middle;
}

.seal-cert {
  border: 1px solid #dee2e6;
  box-sizing: content-box;
  overflow: hidden;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 67px;
  width: 50px;
}
.seal-cert:hover {
  border-color: #298635;
}

.list-parcelation {
  list-style: none;
}
.list-parcelation > li {
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
}
.list-parcelation > li:last-child {
  border: none;
}
.list-parcelation .i-paymeth {
  display: inline-block;
  vertical-align: middle;
}
.list-parcelation ul {
  list-style: none;
}
.list-parcelation .ctn-bandeiras {
  margin-bottom: 10px;
}
.list-parcelation .bancos {
  display: flex;
  flex-wrap: wrap;
}
.list-parcelation .bancos li {
  margin-right: 5px;
}

.num-parcel {
  list-style: none;
  margin: 15px 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 991.98px) {
  .filtro-categoria {
    font-size: 0.875rem;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
  }
  .filtro-categoria > span {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }
  .filtro-categoria > ul {
    list-style: none;
    margin: 0;
  }
  .filtro-categoria > ul > li {
    margin-bottom: 10px;
  }
  .filtro-categoria > ul > li > a {
    display: block;
    margin-bottom: 10px;
  }
  .filtro-categoria > ul > li ul {
    list-style: none;
    padding-left: 10px;
  }
  .filtro-categoria > ul > li ul a {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .filtro-categoria {
    position: relative;
    width: 220px;
  }
  .filtro-categoria > span {
    background-color: #e9ecef;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    height: 40px;
    padding: 0 15px;
    width: 100%;
  }
  .filtro-categoria > span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 7.41'%3E%3Cpath fill='%23707070' d='M6.5 7.41L.56 2.67C-.09 2.15-.19 1.21.32.56.84-.09 1.78-.19 2.43.32L6.5 3.57 10.56.33c.65-.52 1.59-.41 2.11.24.52.65.41 1.59-.24 2.11L6.5 7.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 13px auto;
    background-repeat: no-repeat;
    content: "";
    margin-left: 8px;
    height: 7px;
    width: 13px;
  }
  .filtro-categoria a:hover {
    text-decoration: underline;
  }
  .filtro-categoria:hover > ul {
    display: block;
  }
  .filtro-categoria > ul {
    background-color: #e9ecef;
    border-radius: 0 0 10px 10px;
    list-style: none;
    padding: 10px 15px 15px 15px;
    position: absolute;
    top: calc(100% - 5px);
    margin: 0;
    left: 0;
    width: 100%;
    display: none;
    max-height: 505px;
    overflow-y: auto;
  }
  .filtro-categoria > ul > li {
    margin-bottom: 5px;
  }
  .filtro-categoria > ul > li > a {
    color: #343a40;
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    padding: 0;
  }
  .filtro-categoria > ul > li.active > a::after {
    background-color: #298635;
    border-radius: 100%;
    margin-left: 5px;
    flex-shrink: 0;
    content: "";
    height: 6px;
    width: 6px;
  }
  .filtro-categoria > ul > li > ul {
    margin: 5px 0 5px 5px;
    list-style: none;
  }
  .filtro-categoria .filtro-categoria-subitem {
    margin-bottom: 5px;
  }
  .filtro-categoria .filtro-categoria-subitem > a {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    color: #495057;
    padding: 0;
  }
  .filtro-categoria .filtro-categoria-subitem > a.filtro-categoria-active::after {
    background-color: #298635;
    border-radius: 100%;
    margin-left: 5px;
    flex-shrink: 0;
    content: "";
    height: 6px;
    width: 6px;
  }
  .filtro-categoria .filtro-categoria-subitem > ul {
    margin: 5px 0 5px 5px;
    list-style: none;
  }
  .filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3:not(:last-child) {
    margin-bottom: 3px;
  }
  .filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    color: #6c757d;
  }
  .filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > a.filtro-categoria-active::after {
    background-color: #298635;
    border-radius: 100%;
    margin-left: 5px;
    flex-shrink: 0;
    content: "";
    height: 6px;
    width: 6px;
  }
  .filtro-categoria .filtro-categoria-subitem > ul > .filtro-categoria-nivel-3 > ul {
    margin: 0 0 5px 0;
    list-style: none;
  }
}

.flt-sel {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
@media (min-width: 992px) {
  .flt-sel {
    border: none;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.flt-sel h6 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .flt-sel h6 {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    width: 180px;
  }
}
.flt-sel ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
}
.flt-sel ul > li {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .flt-sel ul > li {
    margin-bottom: 0;
  }
}
.flt-sel ul > li:not(:last-child) {
  margin-right: 8px;
}
.flt-sel ul a {
  background: #fff;
  color: #343a40;
  border: 1px solid #343a40;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  height: 30px;
  padding: 5px 13px;
  border-radius: 20px;
}
.flt-sel .ico-rmv-flt {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 12.83l-2.83-2.83-11.17 11.17-11.17-11.17-2.83 2.83 11.17 11.17-11.17 11.17 2.83 2.83 11.17-11.17 11.17 11.17 2.83-2.83-11.17-11.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 1px solid #343a40;
  border-radius: 100%;
  font-size: 0;
  color: transparent;
  font-weight: 100;
  line-height: 17px;
  margin-left: 5px;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  text-align: center;
}

.filtro-opcao.flt-cor ul {
  margin: 0;
  display: flex;
}

.mdl-selos.mdl-selos-cor .lista-selos {
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
}
.mdl-selos.mdl-selos-cor .lista-selos > li {
  margin: 0 5px 5px 0;
}
.mdl-selos.mdl-selos-cor:hover {
  display: flex !important;
}
.mdl-selos.mdl-selos-cor .lnk-selo-item {
  height: 25px;
  width: 25px;
}
.mdl-selos.mdl-selos-cor .lnk-selo-item .image {
  border-radius: 10px;
  border: 1px solid #e9ecef;
  overflow: hidden;
}
.mdl-selos.mdl-selos-cor .lnk-selo-item .image > img {
  display: block;
  width: 100%;
  height: auto;
}
.mdl-selos.mdl-selos-cor .lnk-selo-item .nome-prod-selo {
  display: none;
}

@media (min-width: 768px) {
  .wrap-mdl-selos {
    display: flex;
  }
}
.review {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-top: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .review {
    padding: 20px 0;
  }
}
.review p {
  max-width: 750px;
  margin: 0 auto 30px auto;
  letter-spacing: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review > strong {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.review > div strong {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.review small {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.reviews {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .reviews {
    margin-bottom: 30px;
  }
}
.reviews .ctn-reviews {
  background: url(../img/bg-avaliacoes.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .reviews .ctn-reviews {
    margin: -15px;
    padding: 30px 10px;
  }
}
.reviews h3 {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .reviews h3 {
    font-size: 1.25rem;
  }
}
.reviews .separador {
  background: rgba(255, 255, 255, 0.4);
  height: 1px;
  max-width: 800px;
  margin: 60px auto;
}
@media (max-width: 767.98px) {
  .reviews .separador {
    margin: 15px auto;
  }
}
.reviews .swiper-slide {
  opacity: 0 !important;
}
.reviews .swiper-slide-active {
  opacity: 1 !important;
}

.tt-review {
  color: #000;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

.reviews-list {
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}
.reviews-list li {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .reviews-list li {
    flex-direction: column;
  }
}
.reviews-list .review {
  color: #343a40;
  width: 25%;
  min-width: 25%;
  text-align: left;
  padding: 0 30px 0 0;
  align-items: flex-start;
}
.reviews-list .review > div {
  display: flex;
  align-items: center;
}
.reviews-list .review > div strong {
  width: 70px;
}
.reviews-list .review > strong {
  color: #343a40;
  font-weight: normal;
}
.reviews-list .starrr {
  color: #000;
  display: flex;
  align-items: center;
}
.reviews-list .starrr .icon {
  font-size: 10px;
}
.reviews-list .review-comment {
  line-height: 1.8;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .reviews-list .review-comment {
    padding: 0;
  }
}

.ctn-star {
  color: #000;
  display: flex;
}
.ctn-star > div {
  min-width: 110px;
}
@media (max-width: 767.98px) {
  .ctn-star > div {
    min-width: 90px;
  }
}

.icone-star {
  color: #D33A3B;
}

.avl-prev,
.avl-next {
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 40px;
  cursor: pointer;
  font-size: 1.5em;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .avl-prev,
  .avl-next {
    display: none;
    background-color: transparent;
  }
}

.avl-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0.155524399,32.1376 C-0.0446246915,32.3278497 -0.0526497227,32.6443304 0.13759999,32.8444795 C0.327849702,33.0446286 0.644330462,33.0526536 0.844479552,32.8624039 L17.8444795,16.7032242 C18.0532648,16.5047655 18.0516095,16.171393 17.8408637,15.9750173 L0.840863752,0.134197013 C0.638835267,-0.0540557478 0.322449804,-0.0428883166 0.134197042,0.159140169 C-0.054055719,0.361168655 -0.0428882878,0.677554118 0.159140198,0.865806879 L16.7704544,16.3444447 L0.155524399,32.1376 Z' transform='translate(9.000001, 16.500001) scale(-1, 1) translate(-9.000001, -16.500001)' fill='white'></path></svg>");
  left: 0;
}

.avl-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0.155524399,32.1376 C-0.0446246915,32.3278497 -0.0526497227,32.6443304 0.13759999,32.8444795 C0.327849702,33.0446286 0.644330462,33.0526536 0.844479552,32.8624039 L17.8444795,16.7032242 C18.0532648,16.5047655 18.0516095,16.171393 17.8408637,15.9750173 L0.840863752,0.134197013 C0.638835267,-0.0540557478 0.322449804,-0.0428883166 0.134197042,0.159140169 C-0.054055719,0.361168655 -0.0428882878,0.677554118 0.159140198,0.865806879 L16.7704544,16.3444447 L0.155524399,32.1376 Z' transform='translate(9.000001, 16.500001) rotate(-180.000000) scale(-1, 1) translate(-9.000001, -16.500001)' fill='white'></path></svg>");
  right: 0;
}

/* REVIEW PAGE */
.box-review {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.box-review h4 {
  font-size: 1rem;
  text-transform: uppercase;
}
.box-review .starrr {
  font-size: 1.5rem;
  font-family: "Helvetica", sans-serif;
  color: #ffc107;
}
.box-review .starrr > span {
  margin: 0 1px;
}
.box-review .starrr > span:after {
  content: "★";
}
.box-review .starrr .icone-star-empty {
  color: #999;
}
.box-review .starrr .icone-star {
  color: #ffc107;
}
.box-review .box-review #countPurchase {
  font-size: 1.6rem;
}

.box-review #countPurchase {
  font-size: 1.6rem;
}

/* REVIEWS */
.ctn-menu-info {
  display: table;
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .ctn-menu-info {
    padding: 15px 0;
  }
}

.lst-info-ft {
  color: #6c757d;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-lst-ft {
  float: left;
  font-size: 0.875em;
  font-weight: 100;
  margin-bottom: 20px;
  width: 100%;
}
.item-lst-ft a {
  color: #6c757d;
}
.item-lst-ft a:hover {
  color: #dee2e6;
}

.hd-blog .hd-cat {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ctn-blog {
  background: #fff;
}

.container-blog {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .container-blog {
    padding: 0 15px;
  }
}

.ctn-post {
  margin-bottom: 60px;
}

.hd-post {
  background-size: cover;
  background-position: center center;
  border: none;
  margin-bottom: 60px;
  position: relative;
}
.hd-post:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000", endColorstr="#b3000000", GradientType=0);
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hd-post h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3em;
  line-height: normal;
  text-transform: none;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
  max-width: 1024px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-post h1 {
    font-size: 2.5em;
  }
}
.hd-post .ctn-bc {
  max-width: 1024px;
  margin: 0 auto;
}
.hd-post .ctn-bc span {
  color: rgba(255, 255, 255, 0.7);
}
.hd-post .breadcrumbs {
  position: relative;
  z-index: 2;
}
.hd-post .breadcrumbs li a {
  color: #fff;
}
.hd-post .breadcrumbs li a:after {
  color: #ddd;
}
.hd-post .breadcrumbs li:after {
  color: #fff;
}

.tt-post {
  color: #fff;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .tt-post {
    font-size: 1rem;
  }
}
.tt-post a {
  color: #ced4da;
}
.tt-post a:hover {
  color: #ced4da;
}

.txt-post {
  font-family: "PT Serif", serif;
}
.txt-post h1,
.txt-post h2,
.txt-post h3,
.txt-post h4,
.txt-post h5 {
  color: #000;
  line-height: normal;
}
.txt-post h2 {
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .txt-post h2 {
    font-size: 1.625rem;
    font-weight: 700;
  }
}
.txt-post h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.txt-post ul {
  color: #212529;
  font-size: 1.375rem;
  line-height: 1.6;
  padding-left: 15px;
}
.txt-post strong {
  font-weight: 700;
}
.txt-post p {
  color: #212529;
  font-size: 1.375rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.txt-post > p:first-of-type:first-letter {
  color: #191919;
  font-size: 5rem;
  font-weight: bold;
  float: left;
  line-height: 60px;
  margin-top: -4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.acoes-post {
  display: none;
  margin-bottom: 20px;
}
.acoes-post a {
  color: #222;
  font-weight: bold;
  margin-right: 10px;
}
.acoes-post a:hover {
  color: #ced4da;
}
.acoes-post [class^=icone-],
.acoes-post [class*=icone-] {
  font-size: 1.125em;
  color: #ced4da;
  vertical-align: sub;
}

.lnk-post {
  font-size: 1em;
  font-weight: normal;
}

.ctn-lnk-social {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.lnk-social {
  float: left;
}

.post {
  background: #fff;
  margin-bottom: 30px;
}
.post img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.imgs-adc {
  margin: 30px 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.imgs-adc a {
  max-width: calc(20% - 8px);
}
.imgs-adc a img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .imgs-adc a {
    max-width: calc(50% - 8px);
  }
}

.tags-post {
  color: #ced4da;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
  width: 100%;
}
.tags-post a {
  color: #6c757d;
}
.tags-post a:hover {
  color: #ced4da;
}

.tt-mdl-blog {
  margin-bottom: 80px;
  text-align: center;
}
.tt-mdl-blog h3 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.ctn-mn-blog {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .ctn-mn-blog {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .ctn-mn-blog {
    background: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}

.mn-blog {
  list-style: none;
  margin: 0;
}
.mn-blog li {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-right: 20px;
}
.mn-blog li a {
  color: rgba(17, 17, 17, 0.6);
  display: block;
  text-transform: uppercase;
  padding: 7px 0 5px 0;
}
.mn-blog li:hover, .mn-blog li.active a {
  color: #111;
}

.busca-blog {
  align-items: center;
  background: #fff;
  border: 1px solid #dee2e6;
  display: flex;
  border-radius: 17px;
  height: 35px;
  margin-left: 30px;
  padding: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .busca-blog {
    margin: 0 auto;
    width: 70vw;
  }
}
.busca-blog .searchfield {
  background: transparent;
  box-shadow: none;
  border: none;
  flex-grow: 1;
  height: 35px;
  outline: none;
  position: relative;
  z-index: 1;
}
.busca-blog .searchbutton {
  color: #ced4da;
  display: flex;
  justify-content: center;
  height: auto;
  width: 35px;
}
.busca-blog .searchbutton:hover {
  color: #6c757d;
}

.abs-blog {
  border-bottom: 1px solid #dee2e6;
  display: table;
  padding: 0;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.abs-blog a {
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, rgb(255, 255, 255)), color-stop(100%, rgb(243, 243, 243)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 64%, rgb(243, 243, 243) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f3f3f3", GradientType=0);
  /* IE6-9 */
  display: inline-block;
  border: 1px solid #dee2e6;
  border-bottom: none;
  color: #ced4da;
  font-size: 0.688em;
  font-weight: bold;
  height: 50px;
  width: auto;
  line-height: 50px;
  margin: 0 8px 0 0;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.abs-blog a:last-child {
  margin-right: 0;
}
.abs-blog a:hover {
  color: #ced4da;
}
.abs-blog a.selected {
  color: #ced4da;
}

.vtd-abs-blog {
  margin: 0 0 40px 0;
  padding: 40px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-reveal .icon-wrap {
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  width: 40px;
}
.nav-reveal .icon-wrap.blog-prev {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M352 115.4L331.3 96 160 256l171.3 160 20.7-19.3L201.5 256z' fill='%23fff'/%3E%3C/svg%3E");
}
.nav-reveal .icon-wrap.blog-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M310.5 256L160 396.7l20.7 19.3L352 256 180.7 96 160 115.4z' fill='%23fff'/%3E%3C/svg%3E");
}
.nav-reveal .nav-nome-post {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  padding: 20px;
  width: 300px;
  height: 100%;
}
.nav-reveal .prev,
.nav-reveal .next {
  position: fixed;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 98;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  width: 40px;
  height: 120px;
  background-color: rgba(17, 17, 17, 0.8);
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.nav-reveal .prev {
  left: 0;
}
.nav-reveal .prev .icon-wrap {
  left: 0;
}
.nav-reveal .prev .nav-nome-post {
  left: 0;
  padding-left: 80px;
}
.nav-reveal .next {
  right: 0;
}
.nav-reveal .next .icon-wrap {
  right: 0;
}
.nav-reveal .next .nav-nome-post {
  right: 0;
  padding-right: 80px;
}
.nav-reveal .prev:hover,
.nav-reveal .next:hover {
  width: 300px;
  background-color: #111;
}

.lst-thumb-posts {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.post-thumb {
  width: 33.3333333%;
  position: relative;
  height: 35vh;
}
@media (max-width: 991.98px) {
  .post-thumb {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .post-thumb {
    width: 100%;
  }
}
.post-thumb > a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.post-thumb > a:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000", endColorstr="#b3000000", GradientType=0);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.post-thumb > a:hover:before {
  opacity: 0.6;
}
.post-thumb > a:hover .ctd-post-thumb {
  margin-bottom: 20px;
}
.post-thumb p {
  display: none;
  font-size: 0.875em;
  font-weight: 100;
  line-height: 22px;
  margin: 0;
}

.ctd-post-thumb {
  color: #fff;
  align-self: flex-end;
  padding: 40px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .ctd-post-thumb {
    padding: 15px;
  }
}

.ultimas-posts {
  margin-bottom: 40px;
}
.ultimas-posts h2 {
  color: #ced4da;
  font-size: 1.75em;
  font-weight: 300;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.ultimas-posts .post-thumb:first-of-type {
  width: 60%;
  height: 50vh;
}
@media (max-width: 991.98px) {
  .ultimas-posts .post-thumb:first-of-type {
    width: 100%;
  }
}
.ultimas-posts .post-thumb:first-of-type .tt-post {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .ultimas-posts .post-thumb:first-of-type .tt-post {
    font-size: 1.5rem;
  }
}
.ultimas-posts .post-thumb:nth-of-type(2) {
  height: 50vh;
  width: 40%;
}
.ultimas-posts .post-thumb:nth-of-type(2) .tt-post {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .ultimas-posts .post-thumb:nth-of-type(2) .tt-post {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .ultimas-posts .post-thumb:nth-of-type(2) {
    height: 35vh;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .ultimas-posts .post-thumb:nth-of-type(2) {
    width: 100%;
  }
}

.posts-relacionados {
  margin-bottom: 40px;
}
.posts-relacionados h3 {
  color: #212529;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.posts-relacionados li {
  list-style: none;
}
.posts-relacionados a {
  background-size: cover;
  position: relative;
}
.posts-relacionados a:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.posts-relacionados a .ctd-post-thumb {
  position: relative;
}

.lnk-all-blog {
  color: #222;
  display: block;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
.lnk-all-blog :hover {
  color: #ced4da;
}

.home-blog .ultimas-posts .hd-mdl {
  display: none;
}

.destaques-blog {
  background-color: #DDDDDD;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
  padding: 60px 0;
  height: 800px;
}
@media (max-width: 991.98px) {
  .destaques-blog {
    min-height: fit-content;
    padding: 40px 0;
    background-size: cover;
    height: 630px;
  }
}
.destaques-blog .hd-destaques-blog {
  background-color: #111 !important;
}
.destaques-blog .hd-destaques-blog h2 {
  color: #fff;
}
.destaques-blog ul {
  list-style: none;
}
.destaques-blog .post-thumb {
  height: 45vh;
}

@media (max-width: 991.98px) {
  .dtq-posts {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .dtq-posts .col-12 {
    width: 75vw !important;
    scroll-snap-align: start;
    flex: 0 0 auto;
    padding: 0 0 0 15px;
  }
}
.dtq-posts .tmb-blog {
  color: #000;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 0;
  position: relative;
  width: 100%;
}
.dtq-posts .tmb-blog:hover .img-fluid {
  opacity: 0.8;
}
.dtq-posts .post-info {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  flex-grow: 1;
  padding: 20px;
}
.dtq-posts .post-info > div {
  flex-grow: 1;
  width: 100%;
}
.dtq-posts .post-info h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}
.dtq-posts .post-info p {
  color: #000;
  display: none;
  font-size: 0.875em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  max-height: 100px;
}
@media (max-width: 991.98px) {
  .dtq-posts .post-info p {
    display: none;
  }
}

.ctd-thumb-blog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 2;
}

.container-faq {
  margin-bottom: 40px;
}

.busca-faq {
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 25px;
  display: flex;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .busca-faq {
    margin-bottom: 30px;
  }
}

input.ipt-faq {
  border: none;
  border-radius: 25px !important;
  flex-grow: 1;
  line-height: 48px;
  padding-left: 30px;
  height: 50px;
  outline: none;
}

.reset-busca {
  background: white;
  border: none;
  border-radius: 100%;
  color: #6c757d;
  font-family: "Helvetica", Arial, serif;
  font-size: 1.125em;
  font-weight: 100;
  height: 46px;
  line-height: 46px;
  margin-right: 2px;
  padding: 0;
  width: 46px;
}

.reset-busca:hover {
  background: white;
  border-color: #343a40;
  color: #343a40;
}

.ctn-faq {
  display: flex;
}
@media (max-width: 767.98px) {
  .ctn-faq {
    flex-direction: column;
  }
}

.ctn-tpc {
  margin-bottom: 30px;
  border-right: 1px solid #dee2e6;
  top: 100px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .ctn-tpc {
    padding: 0;
    border: none;
  }
}

.faq-menu {
  position: relative;
  width: 340px;
  min-width: 340px;
}

.faq-item .faq-menu-item {
  font-size: 0.9rem;
  border-bottom: 1px solid #dee2e6;
  text-transform: uppercase;
}
.faq-item .faq-menu-item a {
  padding: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
}
.faq-item .faq-menu-item a:hover {
  color: #495057;
}
.faq-item.active-faq .faq-menu-item a {
  background: #f9f9f9;
  color: #212529;
}

.faq-menu-sub-item {
  font-size: 1rem;
  margin-bottom: 20px;
  padding-left: 15px;
}
.faq-menu-sub-item span {
  color: #6c757d;
  cursor: pointer;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.faq-menu-sub-item span:hover {
  color: #343a40;
}
.faq-menu-sub-item span.active-faq {
  color: #212529;
}
.faq-menu-sub-item span.active-faq:after {
  content: "➝";
}
@media (max-width: 767.98px) {
  .faq-menu-sub-item span.active-faq:after {
    content: "↓";
  }
}

.ntcontent-nodisplay {
  padding-left: 40px;
  display: none;
}
@media (max-width: 767.98px) {
  .ntcontent-nodisplay {
    padding-left: 0;
  }
}
.ntcontent-nodisplay ul {
  padding-left: 15px;
}

.open-acc {
  display: block;
}

.busca-personalizada {
  background: #111;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .busca-personalizada {
    padding: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .busca-personalizada {
    flex-direction: column;
  }
}
.busca-personalizada .btn-primary {
  color: #111;
  background-color: #dfae00;
  border-color: #d2a400;
}
.busca-personalizada .btn-primary:hover {
  color: #dfae00;
  background-color: #111;
  border-color: #111;
}
.busca-personalizada h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .busca-personalizada h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .busca-personalizada h3 {
    padding: 0 0 10px 0;
    flex-basis: 100%;
  }
}
.busca-personalizada h3 span {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.busca-personalizada h3 .icon {
  font-size: 32px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .busca-personalizada h3 {
    background: #212529;
    margin-right: 60px;
  }
  .busca-personalizada h3:after {
    background: #212529;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(-30deg);
    width: 50%;
    top: 0;
    right: -30px;
    z-index: 1;
  }
}
.busca-personalizada > div {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .busca-personalizada > div {
    margin-right: 30px;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .busca-personalizada > div {
    flex: 1 1 27%;
  }
  .busca-personalizada > div:last-child {
    flex: 0 1 19%;
    padding-right: 0;
  }
  .busca-personalizada > div:last-child .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .busca-personalizada > div {
    margin: 0 0 10px 0;
    padding: 0;
    flex: 1 1 100%;
    width: 100%;
  }
  .busca-personalizada > div:last-child {
    margin-bottom: 0;
  }
}

.col-esq .busca-personalizada {
  background: #191919;
  flex-direction: column;
  margin-bottom: 30px;
}
.col-esq .busca-personalizada h3 {
  background: #212529;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 10px;
  width: 100%;
}
.col-esq .busca-personalizada h3 .icon {
  font-size: 24px;
}
.col-esq .busca-personalizada h3:after {
  display: none;
}
.col-esq .busca-personalizada > div {
  margin: 0;
  padding: 0 10px 10px 10px;
  width: 100%;
}
.col-esq .busca-personalizada > div:last-of-type {
  text-align: right;
}
.col-esq .busca-personalizada .btn {
  padding: 0.5rem 0.75rem;
}
.col-esq .busca-personalizada .btn-primary {
  color: #111;
  background-color: #dfae00;
  border-color: #d2a400;
}
.col-esq .busca-personalizada .btn-primary:hover {
  color: #dfae00;
  background-color: #111;
  border-color: #111;
}

.flt-preco {
  position: relative;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding: 15px;
}
.flt-preco h3 {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  color: #495057;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.flt-preco ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flt-preco ul li {
  color: #6c757d;
  font-size: 0.875rem;
  padding: 6px 0;
}
.flt-preco ul li label {
  margin: 0;
}
.flt-preco input.range-preco {
  color: #666;
  background: none !important;
  border: none !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.flt-preco .ctn-sld-preco {
  margin-bottom: 10px;
}
.flt-preco .ui-widget-content {
  background: #ccc !important;
  background-repeat: repeat !important;
  border-radius: 0 !important;
  border: none !important;
  height: 4px !important;
}
.flt-preco .ui-slider .ui-slider-range {
  background-color: #191919 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  height: 4px !important;
  margin-top: 0 !important;
  position: absolute;
  z-index: 1;
}
.flt-preco .ui-slider .ui-slider-handle {
  background-color: #495057 !important;
  background-image: none !important;
  border-radius: 3px !important;
  border: none !important;
  height: 15px !important;
  position: absolute;
  width: 6px !important;
  z-index: 2;
}
.flt-preco .ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px !important;
  top: -6px !important;
}

.nwa-container:not(:empty) {
  margin: 30px 0;
}

.pdt-avs-frm {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px;
}
.pdt-avs-frm h5 {
  font-size: 1rem;
}

.mdl-insta {
  margin: 80px 0;
}

.hd-insta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.hd-insta a {
  color: #212529;
  font-style: italic;
  text-transform: uppercase;
}
.hd-insta h2 {
  color: #212529;
  font-weight: 700;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-insta h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .glr-insta {
    padding: 0 15px;
  }
}
.glr-insta > div {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .glr-insta > div {
    padding: 0;
    margin: 0;
  }
}

.vantagens {
  background: #a06868;
  background: #f0e5de;
  color: #6c757d;
  margin: 60px 0;
}
.vantagens > div {
  display: flex;
  padding: 15px;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .vantagens > div {
    justify-content: center;
  }
}

.itm-vtg {
  display: flex;
  align-items: center;
  max-width: 20%;
  min-width: 280px;
}
@media (max-width: 991.98px) {
  .itm-vtg {
    flex-direction: column;
    width: calc(50% - 15px);
    max-width: none;
    text-align: center;
    margin: 15px 5px;
    min-width: 0;
  }
}
.itm-vtg img {
  margin-right: 15px;
  max-width: 45px;
}
@media (max-width: 991.98px) {
  .itm-vtg img {
    margin: 0 0 10px 0;
  }
}
.itm-vtg p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .itm-vtg p {
    font-size: 0.875rem;
  }
}

.ctn-sw-vtg {
  position: relative;
  padding: 5px 0;
  z-index: 1;
}
.ctn-sw-vtg > div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  overflow-x: hidden;
  margin: 0 auto;
}
.ctn-sw-vtg .prev-vtg,
.ctn-sw-vtg .next-vtg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 25px;
  width: 30px;
  font-size: 10px;
  outline: none;
  z-index: 2;
}

.sw-vtg {
  flex-grow: 1;
}
.sw-vtg .swiper-wrapper {
  flex-grow: 1;
}
.sw-vtg .swiper-slide {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100% !important;
}
.sw-vtg .swiper-slide img {
  height: 14px;
  width: auto;
  flex-shrink: 0;
}

.welcome {
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .welcome {
    border-radius: 10px;
    margin: 40px 0;
  }
}
.welcome h2 {
  color: #343a40;
  font-size: 1.25rem;
}
.welcome p {
  color: #6c757d;
  max-width: 1450px;
  margin: 0 auto;
}

.final-leilao {
  color: #495057;
  font-size: 1em;
  display: block;
  margin-bottom: 10px;
}

.cod {
  color: #495057;
  font-size: 1em;
  display: block;
  margin-bottom: 10px;
}
.cod strong {
  color: #212529;
  font-weight: 300;
}

.lance-minimo {
  color: #495057;
  font-size: 0.75em;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
.lance-minimo > strong {
  font-weight: 300;
}

.vlr-mcd {
  font-size: 0.875rem;
  margin-top: -10px;
  margin-bottom: 15px;
}

.vlr-mcd-pdt {
  color: #495057;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 15px 0;
}
.vlr-mcd-pdt strong {
  font-weight: 600;
  color: #212529;
}

.last-bid {
  margin: 30px 0;
}
.last-bid .price-leilao {
  display: flex;
  gap: 5px;
  flex-direction: column;
  font-weight: 400;
}

.ctn-input-leilao {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.ctn-input-leilao > div {
  flex-grow: 1;
  max-width: 260px;
}
@media (max-width: 991.98px) {
  .ctn-input-leilao .btn {
    width: 100%;
  }
}

.parc-lance {
  color: #6c757d;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
  text-transform: uppercase;
}

.input-leilao {
  position: relative;
}
.input-leilao > span {
  color: #ced4da;
  left: 0;
  font-size: 1.125em;
  height: 100%;
  line-height: 56px;
  padding: 0 15px;
  position: absolute;
}
.input-leilao input {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  color: #212529;
  font-size: 1.125em;
  height: 56px;
  line-height: 56px;
  margin: 0;
  padding-left: 56px;
  width: 100%;
}
.input-leilao input:focus {
  border-color: #e9ecef;
}

.ctn-ultimos-lances {
  margin-bottom: 40px;
}
.ctn-ultimos-lances > tbody > tr > td {
  color: #ced4da;
}
.ctn-ultimos-lances > tbody tr:nth-child(-n+5) {
  background: #fff;
}
.ctn-ultimos-lances > tbody tr:nth-child(-n+5) > td {
  color: #dee2e6;
  font-size: 0.875em;
}
.ctn-ultimos-lances > tbody tr:first-child {
  background: #dbf0e5;
}
.ctn-ultimos-lances > tbody tr:first-child > td {
  color: #298635;
  font-size: 1.125em;
}
.ctn-ultimos-lances .status-lance.last span {
  background: #298635;
  border-radius: 15px;
  color: #212529;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  width: fit-content;
  white-space: nowrap;
}

.hd-leilao h1 {
  margin: 0 auto;
}

.tabs-leilao {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin: 30px 0;
}
.tabs-leilao ul {
  display: table;
  list-style: none;
  width: 100%;
}
.tabs-leilao li {
  border-right: 1px solid #dee2e6;
  display: table-cell;
  width: 50%;
}
.tabs-leilao li:last-child {
  border-right: none;
}
.tabs-leilao li a {
  color: #212529;
  display: block;
  font-weight: normal;
  padding: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tabs-leilao li a.active {
  color: #212529;
}
.tabs-leilao li a.active:before, .tabs-leilao li a.active:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top-color: #e9ecef;
  margin-left: -6px;
  position: absolute;
  left: 50%;
  top: 100%;
}
.tabs-leilao li a.active:after {
  border-top-color: #f8f9fa;
  top: calc(100% - 1px);
}
.tabs-leilao li a:hover {
  background-color: #f8f9fa;
}

.ctn-count-top {
  background: #000;
  margin-bottom: 30px;
  padding: 10px 20px;
  width: 100%;
}

.count-top {
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}
.count-top h4 {
  color: #fff;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 300;
  padding: 0;
  margin: 0 15px 0 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.hd-leilao-list {
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
}
@media (max-width: 1199.98px) {
  .hd-leilao-list {
    padding: 30px 0;
  }
}

.ctn-count-pdt {
  border-bottom: 1px solid #dee2e6;
  margin: 15px 0;
  padding: 15px 0;
  color: #495057;
  width: 100%;
}

.count-pdt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.count-pdt h4 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
}
.count-pdt .digito {
  text-transform: uppercase;
}
.count-pdt .digito:not(:first-of-type) {
  color: #298635;
}

.cham-lance {
  color: #343a40;
  font-weight: 700;
  margin-bottom: 8px;
}

.lance-leilao {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
  margin: 15px 0;
}

.leilao {
  background-color: #f8f9fa;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px 0;
  padding: 60px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .leilao .ctn-csl {
    margin: 0 -15px;
  }
}
.leilao .swiper-slide {
  height: auto;
}
.leilao .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.leilao .pdt-sm {
  background-color: #fff;
  width: 100%;
}

.ctn-ctdown-leilao {
  background-color: #212529;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .ctn-ctdown-leilao {
    flex-direction: column;
  }
}
.ctn-ctdown-leilao > span {
  color: #0D7421;
}

.ctdown-list {
  font-size: 1.5rem;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .ctdown-list {
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.ctdown-leilao {
  display: flex;
  padding: 0;
  vertical-align: middle;
}
.ctdown-leilao .digito {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 10px;
}
.ctdown-leilao .digito .number {
  font-size: 1.5rem;
  display: inline-block;
  width: 30px;
}

.desc-ll {
  color: #fff;
  flex-grow: 1;
  font-weight: 300;
  padding: 15px 0;
  text-transform: none;
}
.desc-ll p {
  font-weight: 300;
}

.fim-ll {
  background: #dc3545;
  color: #fff;
  font-size: 0.75em;
  display: block;
  padding: 15px;
}

.last-bind {
  color: #212529;
  display: block;
  font-size: 0.75em;
  text-transform: none;
}

.meus-lances {
  background: #fff;
  margin-top: -30px;
  margin-bottom: 50px;
  padding: 30px 0;
}
.meus-lances .swiper-wrapper {
  list-style: none;
}
.meus-lances .ctn-lance {
  border: 1px solid #e9ecef;
  display: block;
  padding: 10px;
  text-align: center;
}
.meus-lances .ctn-lance .img-fluid {
  display: inline-block;
  margin-bottom: 10px;
}
.meus-lances .prc-mlcs {
  margin-bottom: 10px;
}
.meus-lances .status-leilao {
  color: #ced4da;
  font-family: "Martel", serif;
  font-size: 0.875em;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}
.meus-lances .status-leilao.vencedor {
  color: #298635;
}
.meus-lances .status-leilao.superado {
  color: #ffc107;
}

.hd-meus-lances {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.hd-meus-lances:before {
  background: #dee2e6;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.hd-meus-lances h3 {
  background: #fff;
  color: #dee2e6;
  display: inline-block;
  font-family: "Martel", serif;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.hd-meus-lances h3:before, .hd-meus-lances h3:after {
  content: "\e90b";
  display: inline-block;
  font-family: "euro";
  font-size: 0.75em;
  margin: -3px 10px 0 10px;
  vertical-align: middle;
}
.hd-meus-lances h3:after {
  content: "\e917";
}

.arr-car-prev.dtq-prev-meus-lances,
.arr-car-next.dtq-next-meus-lances {
  color: rgba(102, 102, 102, 0.8);
}

.arr-car-prev.dtq-prev-meus-lances,
.arr-car-next.dtq-next-meus-lances {
  color: #ced4da;
}

@keyframes pisca {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pisca {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.acc-leilao {
  display: flex;
  margin-bottom: 30px;
}
.acc-leilao .info {
  background: #f8f9fa;
  color: #6c757d;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 300;
  justify-content: center;
  padding: 30px 15px;
  text-align: center;
  width: 35%;
  min-width: 35%;
}
.acc-leilao .info h4 {
  font-size: 1rem;
  font-weight: normal;
  color: #343a40;
  text-transform: uppercase;
}
.acc-leilao .countdown {
  display: inline-block;
}
.acc-leilao .countdown strong {
  color: #111;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
.acc-leilao .countdown div {
  display: inline-block;
  text-transform: uppercase;
}
.acc-leilao .lances {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
}
.acc-leilao .lances .swiper {
  padding: 0 30px;
}
.acc-leilao .lances .prev-lance {
  background: #e9ecef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 35px;
  color: #6c757d;
  display: flex;
  font-size: 1em;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0.155524399,32.1376 C-0.0446246915,32.3278497 -0.0526497227,32.6443304 0.13759999,32.8444795 C0.327849702,33.0446286 0.644330462,33.0526536 0.844479552,32.8624039 L17.8444795,16.7032242 C18.0532648,16.5047655 18.0516095,16.171393 17.8408637,15.9750173 L0.840863752,0.134197013 C0.638835267,-0.0540557478 0.322449804,-0.0428883166 0.134197042,0.159140169 C-0.054055719,0.361168655 -0.0428882878,0.677554118 0.159140198,0.865806879 L16.7704544,16.3444447 L0.155524399,32.1376 Z' transform='translate(9.000001, 16.500001) scale(-1, 1) translate(-9.000001, -16.500001)' fill='rgb(130,130,130)'></path></svg>");
  left: 0;
}
.acc-leilao .lances .next-lance {
  background: #e9ecef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 35px;
  color: #6c757d;
  display: flex;
  font-size: 1em;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M0.155524399,32.1376 C-0.0446246915,32.3278497 -0.0526497227,32.6443304 0.13759999,32.8444795 C0.327849702,33.0446286 0.644330462,33.0526536 0.844479552,32.8624039 L17.8444795,16.7032242 C18.0532648,16.5047655 18.0516095,16.171393 17.8408637,15.9750173 L0.840863752,0.134197013 C0.638835267,-0.0540557478 0.322449804,-0.0428883166 0.134197042,0.159140169 C-0.054055719,0.361168655 -0.0428882878,0.677554118 0.159140198,0.865806879 L16.7704544,16.3444447 L0.155524399,32.1376 Z' transform='translate(9.000001, 16.500001) rotate(-180.000000) scale(-1, 1) translate(-9.000001, -16.500001)' fill='rgb(130,130,130)'></path></svg>");
  right: 0;
}
.acc-leilao .account-lance {
  background: #fff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  width: auto;
}
.acc-leilao .account-lance img {
  display: inline-block;
  margin-bottom: 15px;
}
.acc-leilao .account-lance span {
  display: block;
}

.ctn-cat-dtq .hd-pg {
  background: #111;
  padding-bottom: 70px;
  margin-bottom: -50px;
}

.img-cat-dtq {
  margin: 0 0 30px 0;
}

.hd-cat {
  height: 400px !important;
}
@media (max-width: 991.98px) {
  .hd-cat {
    height: fit-content !important;
  }
}

.fab-desc {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.cat-desc {
  color: #495057;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}
.cat-desc .hd-mdl {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cat-desc .hd-mdl:before, .cat-desc .hd-mdl:after {
  background: #e9ecef;
  content: "";
  height: 20px;
  border-radius: 10px;
  flex-grow: 1;
}
.cat-desc .hd-mdl h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 30px;
}

.wrap-desc-comp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px -15px;
}
.wrap-desc-comp > div {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 20px;
  text-align: left;
  width: calc(25% - 30px);
  margin: 0 15px;
}
@media (max-width: 991.98px) {
  .wrap-desc-comp > div {
    width: calc(50% - 30px);
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .wrap-desc-comp > div {
    width: calc(100% - 30px);
    margin-bottom: 15px;
  }
}
.wrap-desc-comp > div h6 {
  color: #191919;
  font-weight: 600;
}
.wrap-desc-comp > div p {
  font-size: 0.875rem;
}
.wrap-desc-comp .icon {
  font-size: 82px;
  fill: #111;
  margin-right: 30px;
}

.cat-desc-lat {
  font-size: 0.875rem;
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .cat-desc-lat {
    padding: 0 15px;
  }
}
.cat-desc-lat h3 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.cat-desc-lat .wrap-desc-comp {
  flex-direction: column;
  margin: 0 0 30px 0;
}
.cat-desc-lat .wrap-desc-comp > div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 100%;
  margin: 0 0 15px 0;
}
.cat-desc-lat .wrap-desc-comp > div p {
  font-size: 0.875rem;
}
.cat-desc-lat .icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-right: 15px;
}

.ctn-categ {
  background-color: #fff;
  padding: 0;
  width: 100%;
}

#grid_category > div {
  justify-content: center;
}

.grd-pdt {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .grd-pdt {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 15px;
  }
}
@media (min-width: 992px) {
  .grd-pdt {
    grid-template-columns: repeat(4, 1fr);
  }
  .grd-pdt-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grd-pdt[data-grid="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
  .grd-pdt-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grd-pdt[data-grid="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grd-pdt-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grd-pdt[data-grid="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grd-pdt-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grd-pdt[data-grid="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .grd-pdt-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grd-pdt[data-grid="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .grd-pdt-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grd-pdt[data-grid="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .grd-pdt-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grd-pdt[data-grid="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
  .grd-pdt-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grd-pdt[data-grid="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
  .grd-pdt-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grd-pdt[data-grid="9"] {
    grid-template-columns: repeat(9, 1fr);
  }
  .grd-pdt-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grd-pdt[data-grid="10"] {
    grid-template-columns: repeat(10, 1fr);
  }
  .grd-pdt-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grd-pdt[data-grid="11"] {
    grid-template-columns: repeat(11, 1fr);
  }
  .grd-pdt-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grd-pdt[data-grid="12"] {
    grid-template-columns: repeat(12, 1fr);
  }
  .grd-pdt-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grd-pdt[data-grid="13"] {
    grid-template-columns: repeat(13, 1fr);
  }
  .grd-pdt-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grd-pdt[data-grid="14"] {
    grid-template-columns: repeat(14, 1fr);
  }
  .grd-pdt-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .grd-pdt[data-grid="15"] {
    grid-template-columns: repeat(15, 1fr);
  }
  .grd-pdt-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .grd-pdt[data-grid="16"] {
    grid-template-columns: repeat(16, 1fr);
  }
  .grd-pdt-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .grd-pdt[data-grid="17"] {
    grid-template-columns: repeat(17, 1fr);
  }
  .grd-pdt-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .grd-pdt[data-grid="18"] {
    grid-template-columns: repeat(18, 1fr);
  }
  .grd-pdt-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .grd-pdt[data-grid="19"] {
    grid-template-columns: repeat(19, 1fr);
  }
  .grd-pdt-20 {
    grid-template-columns: repeat(20, 1fr);
  }
  .grd-pdt[data-grid="20"] {
    grid-template-columns: repeat(20, 1fr);
  }
}

.grd-new-pdt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .grd-new-pdt {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px 3%;
  }
}
@media (min-width: 992px) {
  .grd-new-pdt {
    grid-template-columns: repeat(5, 1fr);
  }
  .grd-new-pdt-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grd-new-pdt[data-grid="1"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grd-new-pdt-2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grd-new-pdt[data-grid="2"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grd-new-pdt-3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grd-new-pdt[data-grid="3"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .grd-new-pdt-4 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grd-new-pdt[data-grid="4"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .grd-new-pdt-5 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grd-new-pdt[data-grid="5"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .grd-new-pdt-6 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grd-new-pdt[data-grid="6"] {
    grid-template-columns: repeat(7, 1fr);
  }
  .grd-new-pdt-7 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grd-new-pdt[data-grid="7"] {
    grid-template-columns: repeat(8, 1fr);
  }
  .grd-new-pdt-8 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grd-new-pdt[data-grid="8"] {
    grid-template-columns: repeat(9, 1fr);
  }
  .grd-new-pdt-9 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grd-new-pdt[data-grid="9"] {
    grid-template-columns: repeat(10, 1fr);
  }
  .grd-new-pdt-10 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grd-new-pdt[data-grid="10"] {
    grid-template-columns: repeat(11, 1fr);
  }
  .grd-new-pdt-11 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grd-new-pdt[data-grid="11"] {
    grid-template-columns: repeat(12, 1fr);
  }
  .grd-new-pdt-12 {
    grid-template-columns: repeat(13, 1fr);
  }
  .grd-new-pdt[data-grid="12"] {
    grid-template-columns: repeat(13, 1fr);
  }
  .grd-new-pdt-13 {
    grid-template-columns: repeat(14, 1fr);
  }
  .grd-new-pdt[data-grid="13"] {
    grid-template-columns: repeat(14, 1fr);
  }
  .grd-new-pdt-14 {
    grid-template-columns: repeat(15, 1fr);
  }
  .grd-new-pdt[data-grid="14"] {
    grid-template-columns: repeat(15, 1fr);
  }
  .grd-new-pdt-15 {
    grid-template-columns: repeat(16, 1fr);
  }
  .grd-new-pdt[data-grid="15"] {
    grid-template-columns: repeat(16, 1fr);
  }
  .grd-new-pdt-16 {
    grid-template-columns: repeat(17, 1fr);
  }
  .grd-new-pdt[data-grid="16"] {
    grid-template-columns: repeat(17, 1fr);
  }
  .grd-new-pdt-17 {
    grid-template-columns: repeat(18, 1fr);
  }
  .grd-new-pdt[data-grid="17"] {
    grid-template-columns: repeat(18, 1fr);
  }
  .grd-new-pdt-18 {
    grid-template-columns: repeat(19, 1fr);
  }
  .grd-new-pdt[data-grid="18"] {
    grid-template-columns: repeat(19, 1fr);
  }
  .grd-new-pdt-19 {
    grid-template-columns: repeat(20, 1fr);
  }
  .grd-new-pdt[data-grid="19"] {
    grid-template-columns: repeat(20, 1fr);
  }
  .grd-new-pdt-20 {
    grid-template-columns: repeat(21, 1fr);
  }
  .grd-new-pdt[data-grid="20"] {
    grid-template-columns: repeat(21, 1fr);
  }
}

.lst-pdt {
  list-style: none;
  margin-bottom: 40px;
}
.lst-pdt .pdt-sm {
  display: grid;
  grid-template-columns: 200px 1fr 300px;
  grid-template-rows: auto auto auto;
  gap: 10px 15px;
  grid-template-areas: "tmb-pdt ctn-nm-pdt price" "tmb-pdt selos-pdt acs-pdt" "tmb-pdt selos-pdt avl-star";
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0 !important;
  padding: 15px 0 !important;
}
.lst-pdt .pdt-sm .btn-fav {
  display: none;
}
.lst-pdt .pdt-sm .ctn-nm-pdt {
  margin: 0;
  grid-area: ctn-nm-pdt;
}
@media (min-width: 768px) {
  .lst-pdt .pdt-sm .ctn-nm-pdt {
    text-align: left;
  }
}
.lst-pdt .pdt-sm > a {
  grid-area: price;
}
.lst-pdt .tmb-pdt {
  max-width: 80px;
  grid-area: tmb-pdt;
}
@media (min-width: 768px) {
  .lst-pdt .tmb-pdt {
    max-width: 200px;
  }
}
.lst-pdt .selos-pdt {
  grid-area: selos-pdt;
}
@media (min-width: 768px) {
  .lst-pdt .selos-pdt {
    justify-content: flex-start;
  }
}
.lst-pdt .btn-fav {
  left: 180px !important;
}
.lst-pdt .acs-pdt {
  grid-area: acs-pdt;
}
.lst-pdt .avl-star {
  grid-area: avl-star;
}
@media (max-width: 767.98px) {
  .lst-pdt .pdt-sm {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
    gap: 10px 10px;
    grid-template-areas: "tmb-pdt ctn-nm-pdt" "tmb-pdt selos-pdt" "tmb-pdt price" "tmb-pdt acs-pdt" "tmb-pdt avl-star";
    padding: 10px;
  }
  .lst-pdt .tmb-pdt {
    max-width: 100%;
  }
  .lst-pdt .tmb-pdt > a {
    height: 100px;
    width: 100px;
  }
  .lst-pdt .selos-pdt {
    flex-direction: row;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .lst-pdt .selos-pdt [class^=sl-],
  .lst-pdt .selos-pdt [class*=sl-] {
    width: auto;
    flex-grow: 1;
    margin-right: 5px;
    max-width: fit-content;
    padding: 2px 8px;
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 9px;
    font-weight: 400;
  }
  .lst-pdt .selos-pdt [class^=sl-] strong,
  .lst-pdt .selos-pdt [class*=sl-] strong {
    font-weight: 400;
  }
}

.ctn-rmv-flt {
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  padding: 0;
}
.ctn-rmv-flt a {
  align-items: center;
  background: #eff1f4;
  color: #495057;
  display: flex;
  font-size: 0.75rem;
  text-transform: uppercase;
  justify-content: space-between;
  font-weight: 300;
  padding: 5px 10px;
  position: relative;
}
.ctn-rmv-flt a .ico-rmv-flt {
  font-size: 18px;
}

.rmv-flt span {
  padding: 0;
  line-height: normal;
}

.pd-sob-consulta > div {
  right: -120px;
}
@media (max-width: 575.98px) {
  .pd-sob-consulta > div {
    right: 0;
  }
}

.fab-desc {
  display: flex;
  margin-bottom: 60px;
}
.fab-desc > div:first-of-type {
  margin-right: 30px;
}

@media (min-width: 992px) {
  .pdt-rel-cat .swiper-container {
    padding: 20px;
  }
}
.pdt-rel-cat .swiper-slide {
  height: auto;
}
.pdt-rel-cat .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.cat-rel-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px 0 60px 0;
}
.cat-rel-list .cat-rel-itm {
  width: 350px;
}
.cat-rel-list .cat-rel-itm .cat-rel-tmb {
  width: 150px;
  height: auto;
}
.cat-rel-list .cat-rel-itm a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #dee2e6;
  padding: 10px;
  gap: 15px;
}
.cat-rel-list .cat-rel-itm a:hover {
  border-color: #495057;
}
.cat-rel-list .cat-rel-itm a h4 {
  color: #212529;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pdt-sm {
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  border: 1px solid transparent;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  max-width: 100%;
  padding: 5px;
  position: relative;
}
.pdt-sm a:not(.btn) {
  color: #212529;
}
@media (min-width: 992px) {
  .pdt-sm {
    padding: 15px;
  }
  .pdt-sm:hover {
    border: 1px solid #dee2e6;
  }
}
@media (min-width: 576px) {
  .pdt-sm .btn-fav {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    color: #111;
    border-radius: 100%;
    font-size: 0.75rem;
    height: 30px;
    width: 30px;
    border: none;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.pdt-sm .btn-fav {
  display: none;
}
.pdt-sm .ctn-nm-pdt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.pdt-sm h4 {
  color: #212529;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .pdt-sm h4 {
    font-size: 0.75rem;
  }
}
.pdt-sm .acs-pdt .btn {
  border-radius: 30px;
  width: 100%;
}
.pdt-sm .avl-star,
.pdt-sm .description {
  display: none;
}
.pdt-sm .mdl-selos-pdt {
  justify-content: center;
}
.pdt-sm .mdl-selos-pdt .lnk-selo-item {
  display: flex;
}
.pdt-sm .mdl-selos-pdt .nome-prod-selo {
  color: #adb5bd;
  font-size: 0.6875rem;
}
.pdt-sm .text-price-kit {
  color: #343a40;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pdt-sm .alert-aviseme {
  background-color: #000;
  border-radius: 0 10px 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  position: absolute;
  top: 30px;
  left: 15px;
}
.pdt-sm .btn-aviseme {
  border: none;
}

.tmb-pdt {
  color: #ccc;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.tmb-pdt::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tmb-pdt > a {
  display: block;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.tmb-pdt > a > img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.tmb-pdt > a > img.swiper-lazy {
  visibility: hidden;
}
.tmb-pdt > a > img.swiper-lazy.swiper-lazy-loaded {
  visibility: visible;
}

.tmb-pdt-hv {
  height: auto;
  width: 100%;
}
.tmb-pdt-hv > img {
  width: 100%;
  height: auto;
}
.tmb-pdt-hv:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.tmb-pdt:hover .tmb-pdt-hv:nth-child(n+2) {
  display: block;
}

@media (max-width: 991.98px) {
  .ctn-filter {
    transform: translateX(100%);
    transition: transform 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  .ctn-filter.opn-filter {
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .tt-filter-list {
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
    margin: 0;
  }
  .tt-filter-list .icon {
    font-size: 16px;
    margin-right: 15px;
  }
  .menu-flt {
    border: 1px solid #dee2e6;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border-radius: 18px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    outline: none;
  }
  .menu-flt .icon {
    font-size: 1rem;
    margin-right: 8px;
  }
  .btn-sort {
    border: 1px solid #dee2e6;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    display: flex;
    font-size: 0.875rem;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    outline: none;
  }
  .sort-list {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 15px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1020;
  }
  .sort-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sort-list .btn .icon {
    font-size: 1rem;
  }
  .ctn-filter {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: flex-end;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
  }
  .ctn-filter > div {
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    width: 80vw;
    max-width: 300px;
  }
  .ctn-filter .btn-close-menu {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sort-list > div {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 576px) {
  .sort-list > div {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 768px) {
  .sort-list > div {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) {
  .sort-list > div {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .sort-list > div {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1366px) {
  .sort-list > div {
    max-width: 1366px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1600px) {
  .sort-list > div {
    max-width: 1740px;
  }
}
@media (min-width: 992px) {
  .sort-list,
  .ctn-filter {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1020;
  }
  .sort-list > div,
  .ctn-filter > div {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .sort-list > div,
  .ctn-filter > div {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .sort-list > div,
  .ctn-filter > div {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sort-list > div,
  .ctn-filter > div {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .sort-list > div,
  .ctn-filter > div {
    max-width: 1200px;
  }
}
@media (min-width: 992px) and (min-width: 1366px) {
  .sort-list > div,
  .ctn-filter > div {
    max-width: 1366px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .sort-list > div,
  .ctn-filter > div {
    max-width: 1740px;
  }
}
@media (min-width: 992px) {
  .sort-list > div:first-of-type,
  .ctn-filter > div:first-of-type {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sort-list {
    top: 80px;
    z-index: 1019;
  }
  .tt-filter-list {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    width: 180px;
  }
  .tt-filter-list .icon {
    font-size: 20px;
    margin-right: 10px;
  }
  .btn-close-menu {
    display: none;
  }
}
.view-list {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .view-list {
    margin-left: auto;
  }
}
.view-list > span {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  margin-right: 10px;
}
.view-list > div {
  display: flex;
}
.view-list a:hover:not(.active-view) > span span {
  background-color: #ced4da;
}
.view-list .active-view > span span {
  background-color: #111;
}
.view-list .ic-grid-sm,
.view-list .ic-grid-lg {
  display: flex;
  margin-right: 8px;
  height: 100%;
}
@media (min-width: 992px) {
  .view-list .ic-grid-sm,
  .view-list .ic-grid-lg {
    margin-right: 15px;
  }
}
.view-list .ic-grid-sm span,
.view-list .ic-grid-lg span {
  background-color: #dee2e6;
  border-radius: 2px;
  height: 20px;
  width: 10px;
}
.view-list .ic-grid-sm span:not(:last-child),
.view-list .ic-grid-lg span:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  .view-list .ic-grid-sm span:not(:first-child) {
    display: none;
  }
  .view-list .ic-grid-lg span:nth-child(n+3) {
    display: none;
  }
}
.view-list .ic-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.view-list .ic-list span {
  background-color: #dee2e6;
  height: 2px;
  width: 50px;
}
@media (max-width: 991.98px) {
  .view-list .ic-list span {
    width: 22px;
  }
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ghost-wrap {
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width: 991.98px) {
  .ghost-wrap {
    box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.6) !important;
    position: fixed;
    width: 80vw;
    left: auto;
    right: 0;
  }
}
.ghost-wrap:before {
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ghost-wrap > div {
  visibility: hidden;
}

.sub-cat-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px -15px;
}
@media (min-width: 768px) {
  .sub-cat-list {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.sub-cat-list a {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 5px;
  margin: 0 15px 30px 15px;
  text-align: center;
  width: calc(50% - 30px);
}
@media (min-width: 768px) {
  .sub-cat-list a {
    width: calc(16.666666666666667% - 30px);
  }
}
.sub-cat-list a:hover {
  border-color: #191919;
}
.sub-cat-list a img {
  border-radius: 10px;
}
.sub-cat-list a span {
  color: #191919;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.cbc-prod {
  margin-bottom: 90px;
}

.head-pdt {
  background: #191919;
  height: 120px;
  width: 100%;
}
.head-pdt > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.head-pdt.hd-pdt-img {
  height: 200px;
}

.gallery-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  width: 100%;
  max-height: 80vh;
}
@media (max-width: 991.98px) {
  .gallery-container {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.gallery-container .sw-gallery {
  width: 100%;
  overflow: hidden;
}
.gallery-container .sw-gallery .swiper-slide {
  width: 100%;
}
.gallery-container .sw-gallery .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.gallery-container .sw-gallery .swiper-slide a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-container .sw-gallery .swiper-slide a:hover {
  cursor: zoom-in;
}
.gallery-container .sw-thumb {
  width: 100px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .gallery-container .sw-thumb {
    width: 100%;
  }
}
.gallery-container .sw-thumb .swiper-slide {
  border: 1px solid #dee2e6;
  overflow: hidden;
  height: 100px;
  position: relative;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .gallery-container .sw-thumb .swiper-slide {
    height: 80px;
    width: 80px;
  }
}
.gallery-container .sw-thumb .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-container .sw-thumb .swiper-slide:hover {
  opacity: 1;
}
.gallery-container .sw-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-container .sw-thumb .nav-thumb-prev,
.gallery-container .sw-thumb .nav-thumb-next {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.gallery-container .sw-thumb .nav-thumb-prev:hover,
.gallery-container .sw-thumb .nav-thumb-next:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.gallery-container .sw-thumb .nav-thumb-prev.swiper-button-disabled,
.gallery-container .sw-thumb .nav-thumb-next.swiper-button-disabled {
  display: none;
}
.gallery-container .sw-thumb .nav-thumb-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' height='10px' viewBox='0 0 14.87 10'%3E%3Cpath d='M0.36,7.51C-0.18,8.15-0.1,9.1,0.53,9.64c0.64,0.54,1.59,0.46,2.13-0.18c0,0,0,0,0,0 l4.77-5.62l4.77,5.62c0.54,0.64,1.49,0.72,2.13,0.18c0,0,0,0,0,0c0.64-0.54,0.72-1.49,0.18-2.13L8.6,0.55 C8.55,0.48,8.48,0.42,8.41,0.36C7.78-0.18,6.82-0.1,6.28,0.53c0,0,0,0,0,0L0.36,7.51z'/%3E%3C/svg%3E%0A");
  top: 10px;
}
@media (max-width: 991.98px) {
  .gallery-container .sw-thumb .nav-thumb-prev {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.gallery-container .sw-thumb .nav-thumb-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.87 10'%3E%3Cpath d='M14.51 2.49c.54-.64.46-1.59-.18-2.13-.64-.54-1.59-.46-2.13.18L7.44 6.16 2.66.54C2.13-.1 1.17-.18.54.36-.1.9-.18 1.85.36 2.49l5.91 6.96a1.508 1.508 0 002.32.01l5.92-6.97z' fill='%234d4d4d'/%3E%3C/svg%3E");
  bottom: 10px;
}
@media (max-width: 991.98px) {
  .gallery-container .sw-thumb .nav-thumb-next {
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.pdt-bc {
  margin: 30px 0;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .pdt-bc {
    flex-direction: column;
  }
}
.pdt-bc .breadcrumbs li {
  color: #6c757d;
}
.pdt-bc .breadcrumbs li a {
  color: #6c757d;
}

.info-pdt {
  margin-bottom: 30px;
}
.info-pdt .selos-pdt {
  position: relative;
  bottom: initial;
  left: initial;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}
.info-pdt .selos-pdt:not(:empty) {
  margin-bottom: 5px;
}

.pdt-codes {
  color: #212529;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.pdt-codes span {
  margin-right: 30px;
}

.tt-pdt {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}

.pdt-price {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .pdt-price {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 60%;
    justify-content: space-between;
  }
}
.pdt-price .btn-link {
  text-transform: unset;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.pdt-price .pts-compra {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  border: 1px solid #6c757d;
  border-radius: 10px;
  padding: 0 8px;
  display: inline-block;
}
.pdt-price .pts-compra strong {
  font-weight: 300;
}

.msg-pdt {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 60px;
}

.msg-pdt em {
  font-style: normal;
  text-decoration: underline;
}

.btn-custom {
  border: 1px solid #AAAAAA;
  background-color: #fff;
  color: #5F5F5F;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: unset;
  border: 1px solid #AAAAAA;
  padding: 8px 20px;
  width: 60%;
}
.btn-custom .icon {
  height: 1.5rem;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .btn-custom {
    width: 100%;
  }
}

.car-pdt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .car-pdt {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .car-pdt {
    max-width: 60%;
  }
  .car-pdt.car-pdt-alc {
    max-width: 45%;
  }
}
.car-pdt .qtd-pdt {
  margin-right: 25px;
}
.car-pdt .qtd-pdt .ui-spinner {
  font-family: inherit;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 600;
  font-family: inherit;
}
@media (max-width: 1199.98px) {
  .car-pdt .qtd-pdt .ui-spinner {
    justify-content: center !important;
  }
}
.car-pdt .qtd-pdt .input-qtd {
  border: none !important;
  height: 45px;
  margin: 0;
  text-align: center;
  padding: 0;
  width: 45px;
  order: 2;
  outline: none !important;
  font-family: "Open Sans";
  font-weight: bolder;
}
.car-pdt .qtd-pdt .ui-spinner-up,
.car-pdt .qtd-pdt .ui-spinner-down {
  background: transparent !important;
  border: none !important;
  color: #6c757d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 40px !important;
  height: 100%;
  text-indent: 0 !important;
  cursor: pointer !important;
}
.car-pdt .qtd-pdt .ui-spinner-up:before,
.car-pdt .qtd-pdt .ui-spinner-down:before {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  font-family: "Open Sans";
  font-size: 1.5rem;
  border-radius: 100%;
  line-height: 1;
  width: 24px;
  height: 24px;
  line-height: 0.8;
}
.car-pdt .qtd-pdt .ui-spinner-up > span,
.car-pdt .qtd-pdt .ui-spinner-down > span {
  display: none !important;
}
.car-pdt .qtd-pdt .ui-spinner-up {
  order: 3;
  border-radius: 0 10px 10px 0;
  border-left: none !important;
}
.car-pdt .qtd-pdt .ui-spinner-up:before {
  content: "+" !important;
  font-family: "Open Sans";
  border: 1px solid #4EC42D;
}
.car-pdt .qtd-pdt .ui-spinner-up:hover:before {
  color: #4EC42D !important;
}
.car-pdt .qtd-pdt .ui-spinner-down {
  order: 1;
  border-radius: 10px 0 0 10px;
  border-right: none !important;
}
.car-pdt .qtd-pdt .ui-spinner-down:before {
  content: "-" !important;
  font-family: "Open Sans";
  border: 1px solid #dc3545;
  line-height: 0.7;
}
.car-pdt .qtd-pdt .ui-spinner-down:hover:before {
  color: #dc3545 !important;
}
.car-pdt .qtd-pdt .disabled + .ui-spinner-down:before {
  background-color: #EFEFEF;
  color: #CCCCCC;
}
.car-pdt .qtd-pdt .ui-corner-all {
  border: 1px solid #dee2e6 !important;
  border-radius: 10px !important;
}
.car-pdt #button-cart.btn-lg, .car-pdt .btn-group-lg > #button-cart.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 30px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .car-pdt #button-cart.btn-lg, .car-pdt .btn-group-lg > #button-cart.btn {
    width: 100%;
  }
}

.sec-actions {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec-actions .btn {
  padding: 0;
  text-transform: none;
  margin-right: 15px;
}

.vd-pdt {
  margin-bottom: 40px;
}
.vd-pdt .hd-mdl {
  background-color: #EAEAEA;
}
.vd-pdt .hd-mdl h2 {
  color: #141414;
}
.vd-pdt .wrap-video {
  max-width: 1154px;
  margin: 0 auto;
}

.fab-pdt {
  color: #6c757d;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.fab-pdt > div:first-of-type {
  border: 1px solid #dee2e6;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 180px;
}
.pdt-desc {
  color: #6c757d;
  margin-bottom: 40px;
}
.pdt-desc .hd-mdl {
  background-color: #EAEAEA;
}
.pdt-desc .hd-mdl h2 {
  color: #141414;
}
.pdt-desc p {
  color: #6c757d;
  font-weight: 400;
}
.pdt-desc ul {
  padding-left: 20px;
}
.pdt-desc .cat-desc-txt {
  font-size: 0.875rem;
  text-align: center;
}

.text-pdt-spacer {
  margin: 0 30px;
}

.pdt-dica {
  margin-bottom: 40px;
}
.pdt-dica .hd-mdl {
  background-color: #EAEAEA;
}
.pdt-dica .hd-mdl h2 {
  color: #141414;
}
.pdt-dica p {
  color: #6c757d;
  font-weight: 300;
}
.pdt-dica ul {
  padding-left: 20px;
}
.pdt-dica .ctn-tip-pdt {
  margin-bottom: 40px;
}
.pdt-dica .ctn-tip-pdt .table-tip {
  border-collapse: collapse;
  font-size: 0.875rem;
  font-weight: 300;
  width: 100%;
  margin-bottom: 30px;
}
.pdt-dica .ctn-tip-pdt .table-tip thead th,
.pdt-dica .ctn-tip-pdt .table-tip thead tr th:first-child {
  background-color: #eff1f4;
  font-weight: 300;
  text-align: left;
  padding: 10px 15px;
}
.pdt-dica .ctn-tip-pdt .table-tip tr {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: transparent;
}
.pdt-dica .ctn-tip-pdt .table-tip tr:first-child td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pdt-dica .ctn-tip-pdt .table-tip tr:first-child td:first-child {
  background: #dadfe4;
}
.pdt-dica .ctn-tip-pdt .table-tip tr td:first-child {
  background: #e9ecef;
  border-right: 2px solid #fff;
  width: 40%;
}
.pdt-dica .ctn-tip-pdt .table-tip td {
  background: #f8f9fa;
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
  width: 30%;
}

.ctn-atb-pdt {
  margin-bottom: 40px;
}
.ctn-atb-pdt .hd-mdl {
  background-color: #EAEAEA;
}
.ctn-atb-pdt .hd-mdl h2 {
  color: #141414;
}
.ctn-atb-pdt .attribute {
  border-collapse: collapse;
  font-size: 0.875rem;
  font-weight: 300;
  width: 100%;
  margin-bottom: 30px;
}
.ctn-atb-pdt .attribute thead th,
.ctn-atb-pdt .attribute thead tr th:first-child {
  font-weight: 300;
  text-align: left;
  padding: 10px 15px;
}
.ctn-atb-pdt .attribute tr {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  background: transparent;
}
.ctn-atb-pdt .attribute tr td:first-child {
  border-right: 0;
  width: 25%;
}
.ctn-atb-pdt .attribute td {
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}

#modalReview .muted {
  display: none;
}

.estoque-pdt {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 400;
}
.estoque-pdt strong {
  color: #298635;
  font-weight: inherit;
}
.estoque-pdt strong.status-Esgotado {
  color: #dc3545;
}
.estoque-pdt + .estoque-pdt {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .estoque-pdt + .estoque-pdt {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }
}

.alert-frete-gratis {
  background: #d5f2d9;
  color: #298635;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 15px;
  width: 100%;
}
.alert-frete-gratis svg {
  font-size: 24px;
  margin-right: 10px;
}

.tel-sob-consulta strong {
  color: #495057;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.tel-sob-consulta > div {
  display: flex;
  align-items: center;
}
.tel-sob-consulta > div p {
  margin-right: 15px;
  margin-bottom: 15px;
}
.tel-sob-consulta p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.cp-pdt {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.cp-pdt p {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 10px 0 0;
}
.cp-pdt a {
  font-size: 20px;
  margin-right: 15px;
  color: #333333;
}

.btn-medidas {
  background: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 0.875rem;
  font-weight: 300;
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 0;
  outline: none;
}
.btn-medidas .icon {
  margin-right: 5px;
}
.btn-medidas:hover {
  text-decoration: underline;
}
.btn-medidas:focus {
  outline: none;
}

.pts-compra {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  border: 1px solid #6c757d;
  border-radius: 10px;
  padding: 0 8px;
  display: inline-block;
}
.pts-compra strong {
  font-weight: 300;
}

.pts-ganho {
  color: #113816;
  font-size: 0.875rem;
  margin-left: 15px;
}
.pts-ganho p {
  margin: 0;
}

.btn-link {
  color: #495057 !important;
}

#box_shipping button.btn {
  background-color: #C9C9C9;
  color: #fff;
  font-weight: 700;
}
#box_shipping button.btn:hover {
  color: #343a40;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../js/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../js/photoswipe/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 30px;
}

.pswp__button--arrow--right {
  right: 30px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  border-radius: 100%;
  top: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 30px;
  width: 30px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #000;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.frete-sidebox .ctn-side-box {
  padding-bottom: 0;
}

.calc-frete-pdt {
  margin-bottom: 30px;
}
.calc-frete-pdt .form-calc-frete label {
  color: #6c757d;
  font-size: 0.875rem;
}
.calc-frete-pdt .form-calc-frete > div {
  display: flex;
}
@media (min-width: 992px) {
  .calc-frete-pdt .form-calc-frete > div {
    max-width: 60%;
  }
}
.calc-frete-pdt .form-calc-frete .alert-frete {
  text-transform: uppercase;
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 5px;
}

.ctnShipping h5 {
  font-size: 1rem;
  font-weight: bold;
}
.ctnShipping #boxDesc {
  display: flex;
  flex-direction: column;
}
.ctnShipping #boxDesc > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}
.ctnShipping #boxDesc > div h6 {
  flex-grow: 1;
}
.ctnShipping #boxDesc > div .ttp-end {
  font-size: 0.875rem;
}
.ctnShipping #boxDesc > div .valor {
  color: #298635;
  margin-left: 1rem;
  font-weight: bold;
}
.ctnShipping #boxDesc > div:last-of-type {
  border: none;
}

.selected-shipmeth {
  border: 2px solid #298635;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .selected-shipmeth {
    flex-direction: row;
  }
}
.selected-shipmeth > div:first-of-type {
  display: flex;
  align-items: center;
  color: #298635;
  text-transform: uppercase;
  margin-right: 30px;
}
.selected-shipmeth > div:last-of-type {
  font-size: 0.875rem;
}
.selected-shipmeth > div:last-of-type span {
  color: #1d5f26;
  display: block;
  font-weight: 600;
}
.selected-shipmeth p {
  margin: 0;
}
.selected-shipmeth .icon-check {
  background-color: #298635;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
.selected-shipmeth .icon-check:after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 9px;
  width: 6px;
  transform: rotate(45deg) translateX(-1px) translateY(-1px);
}
.selected-shipmeth .txt-change-shipmeth {
  color: #343a40;
  display: block;
  font-size: 0.75rem;
  text-align: left;
  text-decoration: underline;
}

.btn-shipmeth-selected {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 30px;
  max-width: 450px;
  text-align: left;
  width: 100%;
}
.btn-shipmeth-selected:hover .selected-shipmeth {
  border-color: #1d5f26;
}
.btn-shipmeth-selected:hover .txt-change-shipmeth {
  color: #1d5f26;
}
.btn-shipmeth-selected:focus {
  outline: none;
}

.form-frete-sidebox {
  margin-bottom: 30px;
}
.form-frete-sidebox label {
  font-size: 0.875rem;
  color: #495057;
  display: block;
  margin-bottom: 5px;
}
.form-frete-sidebox > div {
  display: flex;
  align-items: center;
}
.form-frete-sidebox > div .form-control {
  margin-right: 15px;
}

.ctn-tab-frete {
  margin-bottom: 30px;
}

.tab-frete {
  background: #e9ecef;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.tab-frete > a {
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.tab-frete > a.active {
  background-color: #343a40;
  color: #fff;
}

.lst-shipmeth {
  list-style: none;
}
.lst-shipmeth > li {
  display: flex;
  padding: 10px 0;
  font-size: 0.875rem;
  color: #495057;
  align-items: center;
}
.lst-shipmeth > li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.lst-shipmeth > li input {
  margin-right: 15px;
  flex-shrink: 0;
}
.lst-shipmeth > li p {
  margin-bottom: 5px;
}
.lst-shipmeth > li p span {
  display: block;
}
.lst-shipmeth h6 {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.lst-shipmeth .valor {
  color: #298635;
  font-weight: 700;
  text-transform: uppercase;
}

.ctn-btn-shipping {
  background: #fff;
  padding: 20px;
  margin: 0 -20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .ctn-btn-shipping {
    padding-bottom: 40px;
  }
}

.pds {
  margin-bottom: 30px;
}

.pds-tt {
  color: #111;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pds-ctd {
  display: flex;
  flex-wrap: wrap;
}

.pds-item {
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin: 5px 15px 15px 0;
}
@media (max-width: 991.98px) {
  .pds-item {
    margin: 5px 10px 10px 0;
  }
}
.pds-item:hover {
  border-color: #adb5bd;
}
.pds-item > img {
  max-width: 60px;
}

.pds-current {
  border-color: #298635;
}

.opt-pdt {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .opt-pdt {
    max-width: 70%;
  }
}
.opt-pdt h4 {
  color: #6c757d;
}
.opt-pdt .form-group {
  margin-bottom: 30px;
}
.opt-pdt .form-group .form-label,
.opt-pdt .form-group label {
  font-size: 0.875rem;
  font-weight: bold;
}
.opt-pdt .form-control.opt-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10px;
}
.opt-pdt .form-control.opt-lg {
  height: calc(1.5em + 1.875rem + 2px);
  padding: 0.9375rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 10px;
}

.form-label {
  font-size: 0.875rem;
}

.form-check-group {
  display: flex;
  flex-wrap: wrap;
}

.prc-opt {
  color: #298635;
  font-size: 0.875rem;
  font-weight: normal;
}

.wrap-prc-opt {
  position: relative;
}
.wrap-prc-opt .prc-opt {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.rdio-opt .form-check-group,
.chck-opt .form-check-group,
.imge-opt .form-check-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
@media (min-width: 992px) {
  .rdio-opt .form-check-group,
  .chck-opt .form-check-group,
  .imge-opt .form-check-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
.rdio-opt .form-check-group.opt-md,
.chck-opt .form-check-group.opt-md,
.imge-opt .form-check-group.opt-md {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
@media (min-width: 992px) {
  .rdio-opt .form-check-group.opt-md,
  .chck-opt .form-check-group.opt-md,
  .imge-opt .form-check-group.opt-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
.rdio-opt .form-check-group.opt-sm,
.chck-opt .form-check-group.opt-sm,
.imge-opt .form-check-group.opt-sm {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: initial;
  gap: initial;
}
.rdio-opt .form-check-group.opt-sm .form-check,
.chck-opt .form-check-group.opt-sm .form-check,
.imge-opt .form-check-group.opt-sm .form-check {
  margin-right: 8px;
  margin-bottom: 8px;
}
.rdio-opt .form-check-group.opt-sm .form-check label,
.chck-opt .form-check-group.opt-sm .form-check label,
.imge-opt .form-check-group.opt-sm .form-check label {
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 55px;
}
.rdio-opt .form-check-group.opt-sm .form-check .form-check-input:checked + label:after,
.chck-opt .form-check-group.opt-sm .form-check .form-check-input:checked + label:after,
.imge-opt .form-check-group.opt-sm .form-check .form-check-input:checked + label:after {
  display: none;
}
.rdio-opt .form-check-group.opt-lg,
.chck-opt .form-check-group.opt-lg,
.imge-opt .form-check-group.opt-lg {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 10px;
}
.rdio-opt .form-check-group.opt-lg .form-check label,
.chck-opt .form-check-group.opt-lg .form-check label,
.imge-opt .form-check-group.opt-lg .form-check label {
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  flex-direction: row;
}
.rdio-opt .form-check-group.opt-lg .form-check label:after,
.chck-opt .form-check-group.opt-lg .form-check label:after,
.imge-opt .form-check-group.opt-lg .form-check label:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e9ecef;
  border-radius: 100%;
  flex-shrink: 0;
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 10px;
  order: -1;
}
.rdio-opt .form-check-group.opt-lg .form-check label span,
.chck-opt .form-check-group.opt-lg .form-check label span,
.imge-opt .form-check-group.opt-lg .form-check label span {
  flex-grow: 1;
}
.rdio-opt .form-check-group.opt-lg .form-check .form-check-input:checked + label:after,
.chck-opt .form-check-group.opt-lg .form-check .form-check-input:checked + label:after,
.imge-opt .form-check-group.opt-lg .form-check .form-check-input:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #298635;
  position: relative;
  top: initial;
  right: initial;
}
.rdio-opt .form-check,
.chck-opt .form-check,
.imge-opt .form-check {
  padding: 0;
}
.rdio-opt .form-check .form-check-input,
.chck-opt .form-check .form-check-input,
.imge-opt .form-check .form-check-input {
  display: none;
}
.rdio-opt .form-check .form-check-input:checked + label,
.chck-opt .form-check .form-check-input:checked + label,
.imge-opt .form-check .form-check-input:checked + label {
  border-color: #298635;
}
.rdio-opt .form-check .form-check-input:checked + label:after,
.chck-opt .form-check .form-check-input:checked + label:after,
.imge-opt .form-check .form-check-input:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m173.898 439.404-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #298635;
  border-radius: 100%;
  flex-shrink: 0;
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  width: 24px;
}
.rdio-opt .form-check .form-check-input.out-of-stock + label, .rdio-opt .form-check .form-check-input.out-of-stock:checked + label,
.chck-opt .form-check .form-check-input.out-of-stock + label,
.chck-opt .form-check .form-check-input.out-of-stock:checked + label,
.imge-opt .form-check .form-check-input.out-of-stock + label,
.imge-opt .form-check .form-check-input.out-of-stock:checked + label {
  background: #e9ecef;
  border-color: #6c757d;
}
.rdio-opt .form-check label,
.chck-opt .form-check label,
.imge-opt .form-check label {
  border: 1px solid #ced4da;
  border-radius: 10px;
  color: #212529;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
  height: 100%;
  width: 100%;
}
.rdio-opt .form-check label span,
.chck-opt .form-check label span,
.imge-opt .form-check label span {
  font-weight: normal;
}
.rdio-opt .form-check label:hover,
.chck-opt .form-check label:hover,
.imge-opt .form-check label:hover {
  border-color: #495057;
}
.rdio-opt img,
.chck-opt img,
.imge-opt img {
  height: 50px;
  width: 50px;
  border: 1px solid #dee2e6;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}

.chck-opt .form-check-group.opt-lg .form-check .form-check-input + label:after, .chck-opt .form-check-group.opt-lg .form-check .form-check-input:checked + label:after {
  border-radius: 10px;
}

.imge-opt .form-check-group .form-check label {
  flex-direction: initial;
}
.imge-opt .form-check-group.opt-sm .form-check label {
  position: relative;
  padding: 1px;
  flex-direction: row;
  justify-content: start;
}
.imge-opt .form-check-group.opt-sm .form-check label img {
  border: none;
  margin: 0;
}
.imge-opt .form-check-group.opt-sm .form-check label .info-opt {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  bottom: calc(100% + 10px);
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  min-width: 70px;
  display: none;
}
.imge-opt .form-check-group.opt-sm .form-check label .info-opt:after {
  content: "";
  border: 6px solid transparent;
  border-top-color: #fff;
  height: 0;
  width: 0;
  top: 100%;
  left: calc(50% - 6px);
  position: absolute;
}
.imge-opt .form-check-group.opt-sm .form-check label:hover .info-opt {
  display: block;
}
.imge-opt .form-check-group.opt-lg .info-opt {
  flex-grow: 1 !important;
  display: flex;
  justify-content: space-between;
}

.spn-group {
  border: 1px solid #ced4da;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  margin-top: 7px;
  width: fit-content;
}
.spn-group input[type=text] {
  border: none;
  border-right: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  width: 50px;
  text-align: center;
  height: 30px;
}
.spn-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .spn-group a {
    width: 30px;
  }
}
.spn-group a:hover {
  background-color: #e9ecef;
}

.fopt-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
@media (min-width: 992px) {
  .fopt-img-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fopt-img-wrap.opt-sm {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .fopt-img-wrap.opt-sm {
    grid-template-columns: repeat(5, 1fr);
  }
}
.fopt-img-wrap.opt-sm .fopt-img {
  flex-direction: column;
  padding: 5px;
}
.fopt-img-wrap.opt-sm .fopt-img > div:first-of-type {
  margin: 0 0 8px 0;
}
.fopt-img-wrap.opt-sm .fopt-img img {
  width: 100%;
  height: auto;
}
.fopt-img-wrap.opt-sm .spn-group input[type=text] {
  width: 50px;
}
.fopt-img-wrap.opt-sm .spn-group a {
  width: 20px;
}
.fopt-img-wrap.opt-lg {
  grid-template-columns: repeat(1, 1fr);
}
.fopt-img-wrap.opt-lg .fopt-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fopt-img-wrap.opt-lg .spn-group {
  margin-top: 0;
}

.fopt-img {
  border: 1px solid #ced4da;
  border-radius: 10px;
  color: #212529;
  display: flex;
  flex: 1;
  padding: 10px;
}
.fopt-img > div:first-of-type {
  margin-right: 10px;
}
.fopt-img > div:last-of-type > span {
  font-size: 0.875rem;
  font-weight: bold;
}
.fopt-img img {
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.opt-sm .prc-opt {
  font-size: 0.75rem;
}

.avl-faq {
  margin-bottom: 90px;
}
.avl-faq > div {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .avl-faq > div {
    flex-direction: column;
  }
}
.avl-faq strong {
  color: #333333;
}
.avl-faq h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
}
.avl-faq button {
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #CCCCCC;
}

.pdt-rating {
  color: #6c757d;
  display: flex;
  align-items: baseline;
  font-size: 0.75rem;
}
.pdt-rating .pdt-star-rating {
  color: #ced4da;
  font-size: 0.875rem;
  margin-right: 8px;
}
.pdt-rating .pdt-star-rating[data-rating="1"] span:nth-child(-n+1) {
  color: #111;
}
.pdt-rating .pdt-star-rating[data-rating="2"] span:nth-child(-n+2) {
  color: #111;
}
.pdt-rating .pdt-star-rating[data-rating="3"] span:nth-child(-n+3) {
  color: #111;
}
.pdt-rating .pdt-star-rating[data-rating="4"] span:nth-child(-n+4) {
  color: #111;
}
.pdt-rating .pdt-star-rating[data-rating="5"] span:nth-child(-n+5) {
  color: #111;
}
.pdt-rating .btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd;
}

.avl-pdt {
  background: #f2f4f5;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .avl-pdt {
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .avl-pdt {
    width: calc(50% - 15px);
  }
}
.avl-pdt h3 {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .avl-pdt h3 {
    font-size: 1.5rem;
  }
}
.avl-pdt p {
  width: 50%;
}
.avl-pdt h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
}
.avl-pdt button {
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #CCCCCC;
  border-radius: 25px;
  width: 50%;
}

#review {
  color: #666;
  font-weight: 100;
}

.ctt-frm-com {
  padding: 30px 0 0 0;
}

.ctt-frm-com legend,
.form-comentario .pagination .results {
  color: #666;
  font-weight: 100;
}

.ctt-frm-com input[type=text],
.ctt-frm-com textarea {
  color: #666;
}

.avaliacao {
  margin: 0 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avaliacao > span {
  color: #666;
  vertical-align: sub;
}

.avaliacao .campos {
  display: inline-block;
  line-height: 20px;
}

.avaliacao .campos span {
  line-height: 20px;
  vertical-align: sub;
  color: #666;
  font-weight: 100;
}

.txt-captcha {
  margin-bottom: 5px;
  font-weight: 100;
  color: #666;
}

.captcha {
  float: left;
}

.input-captcha {
  margin-left: 10px;
  width: 80px;
  text-align: center;
}

/* Lista de comentários */
.avl-total {
  color: #6c757d;
  font-size: 0.875rem;
}
.avl-total strong {
  font-size: 2rem;
  font-weight: normal;
  color: #111;
}

.lista-comentarios {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-comentarios li {
  border-bottom: 1px solid #dee2e6;
  color: #666;
  padding: 30px 0;
}

.lista-comentarios li:last-child {
  border: none;
}

.lista-comentarios .conteudo-comentario {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ctn-avl {
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 15px;
}
.ctn-avl .icone-star {
  color: #ced4da;
  font-size: 0.875rem;
}
.ctn-avl .icone-star.active {
  color: #111;
}

.lista-comentarios li .autor {
  color: #333;
  font-weight: bold;
}

.lista-comentarios li .data-comentario {
  color: #999;
  font-weight: 100;
  display: inline-block;
}

.lista-comentarios li p {
  padding-bottom: 10px;
  font-weight: 100;
  line-height: 24px;
}

.faq-pdt {
  background: #e9ecef;
  padding: 15px;
}
@media (min-width: 992px) {
  .faq-pdt {
    padding: 30px;
    width: calc(50% - 15px);
  }
}
.faq-pdt h3 {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .faq-pdt h3 {
    font-size: 1.5rem;
  }
}
.faq-pdt p {
  width: 50%;
}
.faq-pdt h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
}
.faq-pdt button {
  color: #333333;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid #CCCCCC;
  border-radius: 25px;
  width: 50%;
}

.lst-duvidas {
  list-style: none;
  padding: 0;
}
.lst-duvidas li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.pdt-duv {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px 20px 20px 0;
  padding: 20px;
  max-width: 90%;
  margin-bottom: 10px;
}
.pdt-duv p {
  color: #495057;
  font-weight: 300;
  margin-bottom: 10px;
}
.pdt-duv span {
  color: #495057;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 10px;
}

.pdt-res {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px 20px 0 20px;
  padding: 20px;
  max-width: 90%;
  margin-left: auto !important;
}
.pdt-res p {
  color: #495057;
  font-weight: 300;
  margin-bottom: 10px;
}
.pdt-res .label-res {
  color: #343a40;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.pdt-res span {
  color: #495057;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .alert-kit-qtd {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: -webkit-sticky;
    opacity: 0.9;
    position: sticky;
    top: 15px;
    z-index: 1020;
  }
}

ul.tb-acr {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  ul.tb-acr {
    max-height: 485px;
    overflow: auto;
    padding-bottom: 40px;
    position: relative;
  }
  ul.tb-acr:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
    content: "";
    height: 40px;
    min-height: 40px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    bottom: -40px;
    left: 0;
  }
}
ul.tb-acr li.pdt-kit {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-shrink: 0;
  padding: 10px 0;
}
ul.tb-acr li.pdt-kit.obg-item {
  order: -1;
}
ul.tb-acr li.pdt-kit.obg-item .icon-check {
  background-color: #298635;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  font-size: 0;
  color: transparent;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin-right: 8px;
}
ul.tb-acr li.pdt-kit.obg-item .icon-check:after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 9px;
  width: 6px;
  transform: rotate(45deg) translateX(-1px) translateY(-1px);
}
ul.tb-acr li.pdt-kit .obg-item-badge {
  border: 1px solid #298635;
  border-radius: 3px;
  color: #298635;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 4px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  ul.tb-acr li.pdt-kit .obg-item-badge br {
    display: none;
  }
}
ul.tb-acr li.pdt-kit ul.option_list .option {
  align-items: flex-start;
  flex-direction: column;
}

.pdt-kit-img {
  margin-right: 1rem;
  max-width: 80px;
  width: 100%;
}
@media (min-width: 768px) {
  .pdt-kit-img {
    max-width: 120px;
  }
}

.ctn-kit-info {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .ctn-kit-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .ctn-kit-info .qtd-acr {
    margin-right: 0;
  }
}

.pdt-kit-info {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .pdt-kit-info {
    width: 100%;
  }
}

.nm-acr {
  color: #343a40;
  display: flex;
  font-weight: 600;
  margin-bottom: 10px;
}

.prc-acr > span {
  display: block;
}

@media (max-width: 767.98px) {
  .btn-acr {
    display: flex;
    flex-grow: 1;
    margin-top: 1rem;
    justify-content: flex-end;
  }
}

.qtd-acr {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.qtd-acr input[type=text] {
  font-weight: normal;
  height: 30px;
  text-align: center;
}
.qtd-acr > a {
  background: #e9ecef;
  color: #6c757d;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 20px;
}
.qtd-acr > a:hover {
  background: #dee2e6;
  color: #343a40;
}
.qtd-acr > a:first-of-type {
  border-radius: 3px 0px 0px 3px;
}
.qtd-acr > a:last-of-type {
  border-radius: 0px 3px 3px 0px;
}
.qtd-acr strong {
  color: #6c757d;
  font-weight: 700;
}

.total-acr {
  display: flex;
}
@media (max-width: 767.98px) {
  .total-acr {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.total-acr > span {
  color: #6c757d;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .total-acr > span {
    margin: 3px 8px 0 0;
  }
}
.total-acr .txt-tt-acr {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
}
.total-acr .txt-tt-acr .total-cond {
  color: #6c757d;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.total-acr .small {
  color: #6c757d;
}

.wrap-acr-checkout {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .wrap-acr-checkout {
    flex-direction: column;
  }
}
.wrap-acr-checkout > div {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .ctn-acr-price {
    margin-bottom: 30px;
  }
}

.child-kit .rsm-car-img {
  position: relative;
  width: 60px !important;
}
.child-kit .rsm-car-img:before {
  background: #ced4da;
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 1px;
  height: calc(100% + 10px);
  z-index: 1;
}
.child-kit .rsm-car-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.child-kit .rsm-car-info {
  font-size: 0.875rem;
}

.tr-kit {
  background: #fbfbfb;
}
.tr-kit .img-pdt-cart {
  display: flex;
  max-width: 70px;
}
.tr-kit .img-pdt-cart img {
  width: 100%;
  height: auto;
}
.tr-kit .img-pdt-cart:before {
  color: #6c757d;
  content: "↳";
  display: inline-block;
  margin-right: 10px;
}
.tr-kit .image img {
  max-width: 40px;
  height: auto;
}
.tr-kit .image:before {
  color: #6c757d;
  content: "↳";
  display: inline-block;
  margin-right: 10px;
}

.pdt-rel {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .pdt-rel .swiper {
    padding: 15px;
  }
}
.pdt-rel .swiper-slide {
  height: auto;
}
.pdt-rel .swiper-slide .pdt-sm {
  height: 100%;
  margin-bottom: 0;
}
.pdt-rel .hd-mdl {
  background-color: #EAEAEA;
}

.modal-medidas .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-medidas .modal-dialog {
  max-width: 800px;
}
.modal-medidas .modal-body {
  padding: 60px;
}
@media (max-width: 991.98px) {
  .modal-medidas .modal-body {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .modal-medidas .modal-body {
    padding: 30px 15px;
  }
}
.modal-medidas h1 {
  color: #343a40;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .modal-medidas h1 {
    font-size: 1.2rem;
  }
}
.modal-medidas ol {
  color: #6c757d;
  font-size: 1.125rem;
  list-style-position: inside;
  text-align: center;
}

.lista-medidas {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
.lista-medidas li {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
}
@media (max-width: 767.98px) {
  .lista-medidas li {
    width: auto;
    height: auto;
  }
}
.lista-medidas li span {
  border: 1px solid #dee2e6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  flex-direction: column;
  height: 80px;
  width: 80px;
}
.lista-medidas li:nth-child(24n+1) span {
  width: 60px;
  height: 60px;
}
.lista-medidas li:nth-child(24n+2) span {
  width: 62px;
  height: 62px;
}
.lista-medidas li:nth-child(24n+3) span {
  width: 64px;
  height: 64px;
}
.lista-medidas li:nth-child(24n+4) span {
  width: 66px;
  height: 66px;
}
.lista-medidas li:nth-child(24n+5) span {
  width: 68px;
  height: 68px;
}
.lista-medidas li:nth-child(24n+6) span {
  width: 70px;
  height: 70px;
}
.lista-medidas li:nth-child(24n+7) span {
  width: 72px;
  height: 72px;
}
.lista-medidas li:nth-child(24n+8) span {
  width: 74px;
  height: 74px;
}
.lista-medidas li:nth-child(24n+9) span {
  width: 76px;
  height: 76px;
}
.lista-medidas li:nth-child(24n+10) span {
  width: 78px;
  height: 78px;
}
.lista-medidas li:nth-child(24n+11) span {
  width: 80px;
  height: 80px;
}
.lista-medidas li:nth-child(24n+12) span {
  width: 82px;
  height: 82px;
}
.lista-medidas li:nth-child(24n+13) span {
  width: 84px;
  height: 84px;
}
.lista-medidas li:nth-child(24n+14) span {
  width: 86px;
  height: 86px;
}
.lista-medidas li:nth-child(24n+15) span {
  width: 88px;
  height: 88px;
}
.lista-medidas li:nth-child(24n+16) span {
  width: 90px;
  height: 90px;
}
.lista-medidas li:nth-child(24n+17) span {
  width: 92px;
  height: 92px;
}
.lista-medidas li:nth-child(24n+18) span {
  width: 94px;
  height: 94px;
}
.lista-medidas li:nth-child(24n+19) span {
  width: 96px;
  height: 96px;
}
.lista-medidas li:nth-child(24n+20) span {
  width: 98px;
  height: 98px;
}
.lista-medidas li:nth-child(24n+21) span {
  width: 100px;
  height: 100px;
}
.lista-medidas li:nth-child(24n+22) span {
  width: 102px;
  height: 102px;
}
.lista-medidas li:nth-child(24n+23) span {
  width: 104px;
  height: 104px;
}
.lista-medidas li:nth-child(24n+24) span {
  width: 106px;
  height: 106px;
}

@media (min-width: 992px) {
  .opt-alliance {
    display: flex;
    justify-content: space-between;
  }
}

.opt-alc-block {
  border: 1px solid #ced4da;
  margin: 0 0 30px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .opt-alc-block {
    width: calc(50% - 15px);
  }
}

.ctn-alliance {
  background: #191919;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ctn-alliance .hd-opt-alc {
  background: #191919;
  display: flex;
  align-items: center;
}
.ctn-alliance .hd-opt-alc h3 {
  color: #495057;
  display: flex;
  align-items: center;
  font-size: 1rem;
  height: 40px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
.ctn-alliance .hd-opt-alc h3 span {
  background: #495057;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
  width: 40px;
}
.ctn-alliance .hd-opt-alc.gray {
  background: #60686f;
}
.ctn-alliance .hd-opt-alc.gray h3 {
  color: #fff;
}
.ctn-alliance .ctn-opt-alc {
  background: #fff;
  padding: 15px;
  height: 100%;
  width: 100%;
}
.ctn-alliance .text-muted {
  grid-area: help;
}
@media (min-width: 1200px) {
  .ctn-alliance .form-group {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-template-rows: 1fr auto;
    gap: 0px 10px;
    align-items: center;
    grid-template-areas: ". ." ". help";
  }
  .ctn-alliance .form-group label {
    font-size: 0.875rem;
    margin: 0;
  }
}

.ctn-opt-alc .form-control {
  background: #F7F7F7;
  border-color: #F7F7F7 !important;
}
.ctn-opt-alc .form-group {
  margin-bottom: 30px;
}
.ctn-opt-alc .opt-pdt {
  padding: 0;
  border: none;
  margin-top: 30px;
  max-width: 550px;
}

.btn-add-alc {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 0.875rem;
  display: flex;
  outline: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.btn-add-alc .ic-plus {
  border: 2px solid #adb5bd;
  border-radius: 100%;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  font-weight: 300;
  line-height: normal;
  margin-right: 5px;
  padding-top: 5px;
  height: 20px;
  width: 20px;
}

.cj {
  background: #e9ecef;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .cj {
    flex-direction: column;
  }
}

.intro-cj {
  background: #212529;
  align-items: center;
  display: flex;
  flex-basis: 0;
  padding: 1rem;
  padding-right: 2rem;
}
.intro-cj h3 {
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  justify-content: center;
  text-transform: uppercase;
  word-spacing: 100vw;
}
@media (max-width: 991.98px) {
  .intro-cj {
    background: none;
    flex-basis: auto;
    justify-content: center;
    margin: 1rem 0 0 0;
    padding: 0;
  }
  .intro-cj h3 {
    color: #212529;
    word-spacing: normal;
  }
}

.cj-ctn {
  padding: 1rem;
}
.cj-ctn .cj-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cj-ctn .cj-products {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cj-ctn .cj-products {
    flex-wrap: wrap;
  }
}
.cj-ctn .plus {
  color: #212529;
  font-size: 3rem;
  font-weight: bold;
}

.pdt-cj {
  max-width: 100px;
}
@media (max-width: 991.98px) {
  .pdt-cj {
    max-width: 70px;
  }
}
.pdt-cj img {
  height: auto;
  max-width: 100%;
}

.prc-cj .txt-econ {
  color: #dc3545;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .prc-cj {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .prc-cj {
    text-align: center;
    margin-bottom: 15px;
  }
}

.btn-cj {
  text-align: right;
}
@media (max-width: 991.98px) {
  .btn-cj {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .btn-cj {
    text-align: center;
  }
}

/*BRINDE*/
.brinde {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .brinde {
    margin-top: -15px;
  }
}
.brinde .ctn-tt-bde {
  margin-right: 15px;
}
.brinde .img-pdt-bde {
  border: 2px solid #298635;
  border-radius: 100%;
  float: left;
  width: 80px;
  height: auto;
}
.brinde .ctn-txt-bde {
  flex-grow: 1;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.brinde .ctn-txt-bde p {
  color: #6c757d;
  font-weight: normal;
  margin-bottom: 2px;
}
.brinde .ctn-txt-bde p span,
.brinde .ctn-txt-bde p strong {
  color: #298635;
}
.brinde .ctn-txt-bde strong {
  color: #343a40;
}

.hd-cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.hd-cta h1, .hd-cta h2, .hd-cta h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hd-cta {
    flex-direction: column;
    align-items: left;
  }
}

.tt-user-area {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-area h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.frm-block {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.frm-block > h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.lnk-login {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.lnk-login a {
  text-decoration: underline;
}

.enderecos-principais {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  margin-bottom: 60px;
}

.blc-end-principal {
  border: 1px solid #dee2e6;
  color: #6c757d;
  display: flex;
  padding: 30px;
}
.blc-end-principal > span {
  color: #298635;
  font-size: 1.5em;
  margin-right: 15px;
}
.blc-end-principal p {
  color: #6c757d;
  font-weight: normal;
  line-height: 2;
}

.lista-enderecos {
  list-style: none;
  margin: 0;
}
.lista-enderecos li {
  background: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}
.lista-enderecos .conteudo-enderecos {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.info-endereco {
  min-width: 35%;
}
.info-endereco .btn-link.active {
  color: #298635;
}
.info-endereco .btn-link {
  color: white;
}

.info-endereco-2 {
  flex-grow: 1;
}

.acoes-endereco {
  text-align: right;
}

.lista-pedidos {
  list-style: none;
  margin-bottom: 30px;
}
.lista-pedidos li {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lista-pedidos li:hover {
  border-color: #ced4da;
}

.id-pedido {
  color: #343a40;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.info-pedido {
  color: #6c757d;
  margin-bottom: 10px;
}

.status-pedido strong,
.info-pedido strong {
  font-weight: normal;
}

.status-pedido strong {
  display: block;
}

.lista-download {
  list-style: none;
  margin: 0;
}

.lista-download li {
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.conteudo-download {
  padding: 20px 0;
}

.id-download {
  color: #ced4da;
  font-size: 1.429em;
  font-weight: 100;
  margin-left: 20px;
}

.id-download strong {
  color: #ced4da;
  font-weight: normal;
}

.status-download {
  color: #ced4da;
  margin-left: 20px;
  font-weight: 100;
}

.status-download strong {
  color: #ced4da;
  font-weight: normal;
}

.info-download p {
  color: #ced4da;
  margin-left: 20px;
}

.btn-ver-download {
  margin-right: 20px;
}

.lnks-conta-mbl {
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  color: #756c58;
  padding: 15px 20px;
}
.lnks-conta-mbl .usuario a {
  font-size: 1rem;
}
.lnks-conta-mbl .usuario .login-tooltip {
  display: none;
}
.lnks-conta-mbl .usuario,
.lnks-conta-mbl .sair {
  display: inline-block;
  margin: 0;
}
.lnks-conta-mbl .sair:before {
  content: "|";
  color: #756c58;
  display: inline-block;
  margin: 0 10px;
}
.lnks-conta-mbl .sair a,
.lnks-conta-mbl .sair a:hover {
  background: none;
  font-size: 1rem;
  text-transform: uppercase;
}

.acc-pts {
  font-size: 1.125em;
  color: #ced4da;
  font-weight: normal;
}

.acc-pts strong {
  font-weight: normal;
  color: #000;
}

.msg-cta-usr {
  color: #6c757d;
  font-size: 1.125em;
  font-weight: 300;
}

.msg-cta-usr > p {
  margin: 0;
}

.msg-cta-usr strong {
  color: #6c757d;
  font-weight: normal;
}

.menu-conta {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0;
}
.menu-conta li:nth-last-child(2) a {
  background: #dee2e6;
}
.menu-conta a {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6;
  min-height: 200px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
}
.menu-conta a:hover {
  border-color: #191919;
  color: #191919;
}
.menu-conta a .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}
.menu-conta a strong {
  font-weight: normal;
}
@media (min-width: 992px) {
  .menu-conta {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .menu-conta {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
    font-size: 0.75rem;
  }
  .menu-conta a {
    padding: 0;
    min-height: 150px;
  }
  .menu-conta a span {
    font-size: 1.5em;
  }
}

.tt-conta {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.pass-block {
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.pass-block .icon {
  color: #298635;
  display: block;
  font-size: 60px;
  margin-bottom: 15px;
}
.pass-block .tt-conta {
  color: #298635;
  font-size: 1.5rem;
}

.alert-logout {
  font-size: 1.25rem;
  text-align: center;
}
.alert-logout p:first-of-type {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 15px auto 0 auto;
}
.alert-logout p {
  max-width: 800px;
  margin: 0 auto;
}

.forgotten-container {
  max-width: 560px;
  margin: 0 auto 30px auto;
}

.enderecos-principais {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  margin-bottom: 60px;
}

.lista-enderecos .conteudo-enderecos {
  flex-direction: column;
}

.pdt-return {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}
.pdt-return img {
  border: 1px solid #dee2e6;
}

.wishlist-product .name {
  font-size: 0.875rem;
}
.wishlist-product .name img {
  max-width: 80px;
}

.nav-conta {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.nav-conta li {
  border-bottom: 1px solid #dee2e6;
}
.nav-conta li:last-child {
  border: none;
}
.nav-conta a {
  color: #ced4da;
  display: block;
  font-size: 0.875em;
  padding: 15px 0;
}
.nav-conta a:hover {
  background: #f9f9f9;
  color: #000;
}

.linguagem {
  margin-top: 0px !important;
}

.linguagem .dropdown-toggle {
  border-radius: 0 !important;
  background: #1e1e1e !important; /* Old browsers */
  background: -moz-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #313131)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e1e1e 0%, #313131 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #1e1e1e 0%, #313131 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e1e1e", endColorstr="#313131",GradientType=0 ) !important; /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0px solid transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  height: 32px;
  padding: 4px 7px !important;
}

.linguagem .dropdown-toggle img {
  margin-top: 8px;
}

.linguagem .dropdown-toggle .caret {
  border-bottom-color: #090909 !important;
  border-top-color: #090909 !important;
  margin-top: 15px !important;
}

.linguagem .dropdown-toggle:hover .caret {
  border-bottom-color: #3b3b3b !important;
  border-top-color: #3b3b3b !important;
}

.txt-ttl-trans {
  margin-bottom: 20px;
}

.txt-ttl-trans strong {
  color: #6c757d;
}

.txt-contact {
  font-size: 1em;
  margin-bottom: 30px;
}

.txt-contact a {
  color: #000;
  line-height: 2;
  text-decoration: underline;
}

.ctn-atd-cto {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .ctn-atd-cto {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .ctn-atd-cto {
    margin-bottom: 40px;
    padding: 30px;
  }
}

.ctn-atd-cto h5 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.125em;
}

.ctn-atd-cto .lks-sup a {
  color: #6c757d;
  display: block;
  margin-bottom: 15px;
}

.ctn-atd-cto .lks-sup a:hover {
  color: #6c757d;
}

.ctn-atd-cto .lks-sup strong {
  color: #6c757d;
  font-size: 1em;
  display: block;
  font-weight: normal;
}

.cto-hr-atd {
  margin-top: 30px;
}

.cto-hr-atd h6 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1em;
}

.cto-hr-atd p {
  color: #6c757d;
  font-size: 1em;
}

.idc-fab-tt {
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .idc-fab-tt {
    display: block;
    margin-bottom: 10px;
  }
}

.idc-fab-itm {
  border: 1px solid #ced4da;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 4px;
  width: 30px;
  text-align: center;
}

.idc-fab-itm:hover {
  border-color: #6c757d;
  color: #ced4da;
}

.lista-fabricantes {
  border: 1px solid #6c757d;
  border-radius: 3px;
  overflow: auto;
  margin-bottom: 20px;
}

.header-fabricante {
  background: #f9f9f9;
  padding: 10px 20px;
}

.lista-fabricantes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conteudo-fabricante {
  padding: 20px;
}

.lista-fabricantes ul > li {
  margin-bottom: 10px;
}

.compare-info {
  color: #495057;
  font-weight: 100;
  margin-top: 40px;
}

.compare-info tr > th {
  background: #e9ecef;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
}

.compare-info tr > td {
  text-align: center;
}

.compare-info tr > td:first-child {
  background: #f9f9f9;
  text-align: left;
}

.compare-info tr > td strong {
  font-weight: 100;
}

.compare-info tr > td strong.sub-tt-compare {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .bn-body-home .bn-uni {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .bn-body-home .ctn-bn-comp {
    margin: 0;
  }
  .ctn-video-home {
    height: auto;
  }
  .bn-body-home .ctn-bn-comp .swiper {
    margin-bottom: 15px;
  }
  .player-video-home,
  .info-video-home {
    position: relative;
  }
  .player-video-home {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-video-home {
    width: 100%;
  }
  .info-cert {
    padding: 40px 30px;
  }
  .bg-video-home img {
    max-width: 100%;
  }
  .ctn-btn-descubra {
    text-align: center;
    padding: 20px 0;
  }
  .btn-descubra {
    font-size: 0.875em;
    margin: 0;
  }
  .ctn-cert-home {
    flex-direction: column;
  }
}
.ctn-home .ctn-bn-uni {
  margin: 90px 0;
}
@media (max-width: 767.98px) {
  .ctn-home .ctn-bn-uni {
    margin: 40px 0;
  }
}

.dep-home {
  background-color: #101010;
  background-position: right 50vw center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 740px;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .dep-home {
    background-position: right center;
    background-size: cover;
    position: relative;
    min-height: 0;
  }
  .dep-home:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
}
.dep-home .dep-content {
  color: #fff;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.custom-html {
  display: flex;
  position: relative;
  background-color: #EBEBEB;
  padding: 0;
}
.custom-html .image-section {
  flex: 1;
  position: relative;
}
.custom-html .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-html .image-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to left, #EBEBEB, rgba(255, 255, 255, 0));
}
.custom-html .left-content {
  flex: 1;
  padding: 8%;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1599.98px) {
  .custom-html .left-content {
    padding: 3% 1%;
  }
}
.custom-html .left-content h3 {
  color: #0D194B;
  margin-bottom: 20px;
  font-weight: bold;
}
.custom-html .left-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #08266D;
  margin-bottom: 10px;
  max-width: 560px;
  width: 100%;
}
.custom-html .left-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  max-width: 560px;
  width: 100%;
}
.custom-html .left-content ul li {
  font-size: 16px;
  color: #08266D;
  margin-bottom: 5px;
  font-weight: bold;
  text-wrap: nowrap;
}
.custom-html .left-content .btn {
  border-radius: 20px;
  min-width: 274px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .custom-html {
    flex-direction: column;
  }
  .custom-html .image-section {
    padding: 0;
  }
  .custom-html .image-section img {
    position: relative;
  }
  .custom-html .image-section img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, #EBEBEB, rgba(255, 255, 255, 0));
  }
  .custom-html .left-content {
    padding: 5% 10%;
  }
  .custom-html .left-content ul li {
    width: 100%;
    text-align: start;
    text-wrap: wrap;
  }
  .custom-html .left-content > div {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}

.custom-html-second {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #1B206D;
  position: relative;
}
.custom-html-second .content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-html-second .content-section h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.custom-html-second .content-section ul {
  list-style: none;
  margin-bottom: 35px;
}
.custom-html-second .content-section ul li {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.custom-html-second .content-section ul li .icon {
  margin-right: 10px;
  width: 2.5em;
  height: 2.5em;
}
.custom-html-second .content-section .btn {
  color: #1B206D;
  background-color: #fff;
  border-radius: 20px;
  font-weight: bold;
  min-width: 274px;
  font-weight: bold;
}
.custom-html-second .image-section {
  padding: 0;
}
.custom-html-second .image-section img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .custom-html-second {
    flex-direction: column-reverse;
  }
  .custom-html-second .image-section {
    padding: 0;
    margin-bottom: 2rem;
  }
  .custom-html-second .content-section {
    padding: 0;
  }
  .custom-html-second .content-section .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
  }
  .custom-html-second .content-section .contents ul {
    width: 80%;
  }
  .custom-html-second .content-section .contents button {
    min-width: 270px;
  }
}

.custom-html-third {
  margin: 120px auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.custom-html-third .tags-home {
  border: 3px solid #EDEDED;
  border-radius: 0 25px;
  width: 50%;
  max-height: 145px;
  height: 100%;
}
.custom-html-third .tags-home a {
  display: flex;
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.custom-html-third .tags-home a img {
  height: 100%;
  width: auto;
}
.custom-html-third .tags-home a .tags-content {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.custom-html-third .tags-home a .tags-content .tags-tit {
  color: #111;
  font-weight: bold;
  font-size: 24px;
}
.custom-html-third .tags-home a .tags-content .tags-txt {
  color: #6c757d;
  font-size: 18px;
}
@media (max-width: 1599.98px) {
  .custom-html-third .tags-home a .tags-content .tags-tit {
    font-size: 22px;
  }
  .custom-html-third .tags-home a .tags-content .tags-txt {
    font-size: 16px;
  }
}
.custom-html-third .tags-home a {
  padding: 30px 20px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .custom-html-third {
    margin: 80px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .custom-html-third .tags-home {
    width: 100%;
    max-height: 100%;
  }
  .custom-html-third .tags-home a {
    padding: 25px 15px;
    align-items: center;
    gap: 15px;
  }
  .custom-html-third .tags-home a img {
    width: auto;
    height: 100%;
    max-width: unset;
  }
  .custom-html-third .tags-home a .tags-content .tags-tit {
    font-size: 20px;
  }
  .custom-html-third .tags-home a .tags-content .tags-txt {
    font-size: 16px;
  }
}

.custom-banner img {
  width: 100%;
}

.welcome h5 {
  color: #272A71;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.welcome .txt-ctn {
  font-size: 14px;
  line-height: 30px;
  color: #393939;
  text-transform: uppercase;
  text-wrap: pretty;
  text-align: left;
}
.welcome .img-wlc {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .welcome .col-10 .d-flex {
    flex-direction: column;
    gap: 15px;
  }
  .welcome .col-10 .d-flex .img-wlc {
    margin: 0;
  }
  .welcome .col-10 .d-flex .txt-ctn {
    text-align: center;
  }
}

.dtqFixoGradient {
  display: none;
}

.hd-mdl h2 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}
@media (max-width: 991.98px) {
  .hd-mdl h2 {
    font-size: 16px !important;
  }
}
.hd-mdl h3 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #141414 !important;
  font-size: 18px !important;
}

.mapa-site {
  margin: 40px 0;
}
.mapa-site a:hover {
  text-decoration: underline;
}
.mapa-site > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px;
}
.mapa-site > ul > li {
  flex-basis: 25%;
}
.mapa-site > ul > li > a, .mapa-site > ul > li span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.mapa-site > ul > li > a:not(span), .mapa-site > ul > li span:not(span) {
  text-decoration: underline;
}
.mapa-site > ul > li > ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.mapa-site > ul > li > ul > li > ul {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: circle;
}

.img-information {
  height: 350px;
  width: 100%;
}
.img-information img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.txt-information {
  margin: 60px 0;
  color: #6c757d;
}
.txt-information h3,
.txt-information h2 {
  color: #111;
  font-size: 1.875rem;
  margin-bottom: 30px;
}
.txt-information p {
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .txt-information iframe {
    width: 100%;
  }
}

.vta-loja {
  background: #e9ecef;
  display: flex;
  border-radius: 10px;
  padding: 20px;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  .vta-loja {
    flex-direction: column;
  }
}
.vta-loja div:nth-of-type(2) {
  margin: 0 30px;
}
@media (max-width: 767.98px) {
  .vta-loja div:nth-of-type(2) {
    margin: 30px 0;
  }
}
.vta-loja img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 600px;
}
.vta-loja h4 {
  color: #111;
  font-size: 1.5rem;
}
.vta-loja .lead {
  color: #000;
  font-size: 1rem;
}
.vta-loja p {
  color: #6c757d;
  font-size: 0.875rem;
}
.vta-loja .btn-whatsapp {
  white-space: nowrap;
  border-radius: 10px;
  margin-bottom: 20px;
}
.vta-loja a {
  color: #000;
}

.sobre-visao {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3584.46 2095.64'%3E%3Cpath fill='%23F7F7F7' d='M1840.98 496.83l162.4-182.7 252.92-12.86 83.42-94.33-379.21 20.66-1.48 1.65-2.28.13-243.29 273.01z'/%3E%3Cpath fill='%23F7F7F7' d='M2030.72 361.95l-1.49 1.68-2.31.11-245.59 276.67 129.27-4.89 163.94-185.16L2331 438.78l84.22-95.61zm420.99-66.59l162.77-184.77 263.19-15.19 83.6-95.4-394.54 24.17-1.48 1.68-2.36.14-243.87 276.09z'/%3E%3Cpath fill='%23F7F7F7' d='M2643.2 160.02l-2.4.13-246.17 279.83 134.58-6.05 164.31-187.3 266.98-13.91 84.39-96.71-400.2 22.31z'/%3E%3Cpath fill='%23F7F7F7' d='M2722.87 297.17l-2.43.12-248.5 283.69 136.51-5.35 165.87-189.89 270.88-12.58 85.19-98.06-406.01 20.35z'/%3E%3Cpath fill='%23F7F7F7' d='M2804.34 437.42l-2.47.11-250.88 287.63 138.5-4.61L2856.96 528l274.88-11.18 86.01-99.45-411.98 18.3zM274.4 889.99l224.92-6.6 82.76-91.24-337.4 11.21-1.46 1.6-2.03.07L0 1069.19l113.4-2.47z'/%3E%3Cpath fill='%23F7F7F7' d='M324.44 1026.37l227.79-5.32 83.54-92.43-341.7 9.31-1.48 1.63-2.05.05-243.47 267.57 114.84-1.79z'/%3E%3Cpath fill='%23F7F7F7' d='M375.52 1165.62l230.74-3.96L690.6 1068l-346.11 7.33-1.49 1.64-2.08.05-245.78 271.06 116.3-1.09z'/%3E%3Cpath fill='%23F7F7F7' d='M427.7 1307.84l233.76-2.55 85.15-94.9-350.63 5.25-1.5 1.66-2.11.03-248.14 274.65 117.8-.34zm244.88-425.58l161.51-178.68 233.82-8.57 83-92.25-350.69 14.19-1.47 1.62-2.11.08L554.69 885.7z'/%3E%3Cpath fill='%23F7F7F7' d='M854.69 753.14l-2.13.08-244.24 270.54 119.42-2.77 163.04-181.02 236.9-7.29 83.79-93.46-355.3 12.28z'/%3E%3Cpath fill='%23F7F7F7' d='M784.09 1162.71l164.6-183.44 240.06-5.93 84.59-94.72-360.01 10.3-1.5 1.66-2.17.07-246.56 274.12z'/%3E%3Cpath fill='%23F7F7F7' d='M841.67 1307.52l166.19-185.91 243.29-4.53 85.41-96.01-364.86 8.23-1.51 1.69-2.19.05-248.93 277.79zm406.52-615.15l161.98-180.67 243.14-10.65 83.22-93.27-364.61 17.32-1.47 1.64-2.19.1-242.65 270z'/%3E%3Cpath fill='%23F7F7F7' d='M1433.33 561.25l-2.22.09-244.95 273.58 124.23-3.8 163.51-183.08 246.44-9.36 84.02-94.53-369.55 15.44z'/%3E%3Cpath fill='%23F7F7F7' d='M1873.67 683.52l-374.6 13.46-1.5 1.68-2.25.08-247.28 277.25 125.91-3.09 165.08-185.55 249.82-8.02z'/%3E%3Cpath fill='%23F7F7F7' d='M1438.91 1117.79l166.67-188.07 253.3-6.61 85.63-97.13-379.8 11.39-1.51 1.7-2.28.07-249.66 281zm663.57-618.55l-1.5 1.7-2.34.1-247.93 280.43 131.08-4.18 165.5-187.69 260.09-10.24 85.02-96.92z'/%3E%3Cpath fill='%23F7F7F7' d='M2175.83 639.58l-1.52 1.73-2.38.09-250.31 284.28 132.94-3.44 167.1-190.3 263.82-8.82 85.84-98.28zM478.66 1446.76l236.73-1.15 85.94-96.14-355.05 3.19-1.52 1.68-2.13.02-250.45 278.17 119.27.39z'/%3E%3Cpath fill='%23F7F7F7' d='M533.08 1595.09l239.9.38 86.78-97.46-359.8.93-1.53 1.71-2.16.01-252.9 281.93 120.85 1.2z'/%3E%3Cpath fill='%23F7F7F7' d='M588.69 1746.68l243.16 1.99 87.65-98.81-364.67-1.43-1.55 1.73-2.19-.01-255.4 285.8 122.47 2.03z'/%3E%3Cpath fill='%23F7F7F7' d='M610.91 1801.22l-1.56 1.76-2.22-.03-257.96 289.78 124.13 2.91 172.25-193.98 246.5 3.67 88.53-100.21zM897.93 1449l167.74-188.34 246.47-3.11 86.2-97.28-369.61 6.16-1.52 1.71-2.22.04-251.25 281.4z'/%3E%3Cpath fill='%23F7F7F7' d='M958.02 1600.12l169.39-190.94 249.89-1.58 87.04-98.62-374.7 3.91-1.54 1.72-2.25.03-253.71 285.26z'/%3E%3Cpath fill='%23F7F7F7' d='M1019.46 1754.65l171.07-193.62 253.39.03 87.91-100.01-379.94 1.54-1.55 1.75-2.28.01-256.22 289.23z'/%3E%3Cpath fill='%23F7F7F7' d='M1215.55 1615.66l-1.57 1.78-2.31-.01-258.78 293.3 129.4 1.95 172.79-196.36 256.99 1.72 88.79-101.44zm286.85-356.24l168.22-190.56 256.72-5.2 86.43-98.43-384.9 9.32-1.53 1.73-2.31.06-251.97 284.69z'/%3E%3Cpath fill='%23F7F7F7' d='M1570.24 1410.77l169.88-193.24 260.38-3.66 87.28-99.81-390.37 7.05-1.54 1.76-2.34.04-254.45 288.66z'/%3E%3Cpath fill='%23F7F7F7' d='M1811.2 1369.57l264.14-2.05 88.15-101.23-395.99 4.69-1.56 1.77-2.38.03-256.96 292.73 133.03.04z'/%3E%3Cpath fill='%23F7F7F7' d='M1839.18 1424.26l-1.57 1.8-2.41.02-259.53 296.9 134.96.93 173.28-198.8 268.02-.36 89.02-102.7zm408.34-647.49l-1.53 1.74-2.4.08-252.64 288.07 134.76-2.71 168.66-192.84 267.48-7.42 86.64-99.6z'/%3E%3Cpath fill='%23F7F7F7' d='M2372.08 1019.85l271.42-5.88 87.48-101.02-406.84 10.42-1.55 1.77-2.44.06-255.1 292.13 136.72-1.9z'/%3E%3Cpath fill='%23F7F7F7' d='M2451.58 1172.03l275.47-4.26 88.35-102.49-412.89 8.04-1.56 1.8-2.48.05-257.62 296.31 138.73-1.05z'/%3E%3Cpath fill='%23F7F7F7' d='M2482.71 1226.76l-1.58 1.83-2.51.03-260.19 300.6 140.8-.16 173.72-201.29 279.63-2.57 89.23-104zm401.3-652.21l-2.51.1-253.2 291.51 140.46-3.87 169.03-195.17 278.81-9.77 86.81-100.81-417.87 16.24z'/%3E%3Cpath fill='%23F7F7F7' d='M2969.17 721.14l-2.54.09-255.67 295.68 142.56-3.06 170.68-197.98 283.05-8.24 87.65-102.26-424.18 13.98z'/%3E%3Cpath fill='%23F7F7F7' d='M3112.64 968.11l287.4-6.63 88.52-103.76-430.68 11.62-1.56 1.81-2.59.07-258.19 299.97 144.73-2.22z'/%3E%3Cpath fill='%23F7F7F7' d='M3147.1 1022.86l-1.58 1.85-2.62.05-260.76 304.37 146.96-1.33 174.09-203.83 291.87-4.94 89.4-105.31z'/%3E%3C/svg%3E");
  background-position: left top, center center;
  background-repeat: repeat-x, no-repeat;
  padding: 60px 0;
}

.sobre-unidades {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sobre-unidades:before {
    background: #dee2e6;
    content: "";
    height: 100%;
    position: absolute;
    width: 100vw;
    right: calc(50% + 25px);
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sobre-unidades:before {
    right: 50%;
  }
}
.sobre-unidades h4 {
  color: #111;
  font-weight: bold;
}
@media (min-width: 992px) {
  .sobre-unidades .logo-peq-principe {
    margin: 40px 0 0 -100px;
  }
}

.address-list {
  list-style: none;
}
.address-list h5 {
  font-weight: 600;
}

.proj-01 {
  background-position: 10% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #111;
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  .proj-01 {
    padding: 50px 0;
  }
}
.proj-01 img {
  border-radius: 0 0 0 120px;
  overflow: hidden;
}

.proj-feitos {
  background: #e9ecef;
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  .proj-feitos {
    padding: 50px 0;
  }
}
.proj-feitos h3 {
  color: #111;
}
@media (max-width: 991.98px) {
  .proj-feitos h3 {
    font-size: 2rem;
  }
}
.proj-feitos .nav-pills a {
  border: 1px solid #ced4da;
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 21px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .proj-feitos .nav-pills a {
    margin-bottom: 5px;
  }
}
.proj-feitos .nav-pills a.active {
  border-color: #000;
  background: #000;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .proj-feitos .nav-pills a.active {
    border-radius: 21px 0 0 21px;
  }
  .proj-feitos .nav-pills a.active:after {
    background: #000;
    border-radius: 0 21px 21px 0;
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    height: calc(100% + 2px);
    width: 70px;
    transform: translateX(99%);
    z-index: 3;
  }
}
.proj-feitos .swiper-pagination {
  justify-content: center;
}

.negocie {
  background-color: #fff;
  background-position: left 180px;
  background-repeat: no-repeat;
  padding: 100px 0 0 0;
}
@media (max-width: 991.98px) {
  .negocie {
    padding-top: 50px;
  }
}
.negocie h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media (min-width: 768px) {
  .negocie h3:before, .negocie h3:after {
    background: #dee2e6;
    border-radius: 10px;
    content: "";
    height: 20px;
    flex-grow: 1;
  }
  .negocie h3:before {
    margin-right: 15px;
  }
  .negocie h3:after {
    margin-left: 15px;
  }
}
.negocie .vantagens-orc {
  list-style: none;
}
.negocie .vantagens-orc > li {
  background: #fff;
  color: #191919;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
}
.negocie .ctn-form-orc {
  height: 100%;
}
@media (min-width: 768px) {
  .negocie .ctn-form-orc {
    background-color: #fff;
  }
}
.negocie .ctn-form-orc form h4 {
  display: none;
}

.hd-institucional {
  background-color: black;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 400px;
  overflow: hidden;
  margin: 0 0 60px 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .hd-institucional {
    height: 300px;
    margin: 0 0 40px 0;
  }
}
.hd-institucional:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4000 63.62'%3E%3Cpath fill='%23fff' d='M3887.38.03H0v63.59h4000c-29.92-4.72-47.71-25.34-65.68-41.07C3910.07-1.71 3887.38.03 3887.38.03z'/%3E%3C/svg%3E");
  background-position: -50vw bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 65px;
  width: 100vw;
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media (max-width: 767.98px) {
  .hd-institucional:after {
    background-size: cover;
    background-position: right bottom;
  }
}
.hd-institucional h1 {
  color: #fff;
}
.hd-institucional .ctn-bc > span {
  color: #aaaaaa;
}
.hd-institucional .breadcrumbs li a,
.hd-institucional .breadcrumbs li:after {
  color: #f8f9fa;
}
.hd-institucional .breadcrumbs li:last-child a {
  color: #fff;
}

.txt-institucional {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .txt-institucional {
    margin-bottom: 40px;
  }
}
.txt-institucional p {
  color: #111;
}
.txt-institucional ul {
  color: #111;
  list-style: none;
}
.txt-institucional ul li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.txt-institucional ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.671 16.671'%3E%3Cpath data-name='Path 1980' d='M11.349 2.778v8.563c-1.124 0-1.43-.246-2.008-1.25l-.92-1.581H5.552l2.285 3.94a3.091 3.091 0 002.552 1.447h3.5V2.778zM5.321 13.897V5.334c1.124 0 1.43.246 2.007 1.25l.92 1.581h2.869l-2.285-3.94a3.091 3.091 0 00-2.55-1.447h-3.5v11.119zM0-.003h14.046a2.633 2.633 0 012.626 2.625v14.046H2.625A2.633 2.633 0 010 14.043z' fill='%23125BA5'/%3E%3C/svg%3E");
  background-size: auto 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #adb5bd;
  border-radius: 0 6px;
  content: "";
  margin-right: 10px;
  height: 24px;
  width: 24px;
  order: -2;
}
.txt-institucional ul li:after {
  background: #6c757d;
  content: "";
  margin-right: 10px;
  height: 1px;
  width: 15px;
  order: -1;
}

.desc-institucional {
  color: #111;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.desc-institucional:before {
  background: #111;
  content: "";
  height: 4px;
  width: 200px;
  margin-bottom: 20px;
}

.tt-institucional {
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .tt-institucional {
    font-size: 1.5rem;
  }
}
.tt-institucional:before {
  background: #111;
  content: "";
  height: 4px;
  width: 200px;
  margin-bottom: 20px;
}

.bloco-i-dtl {
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px 50px;
  padding: 40px 60px;
  width: auto;
}
@media (max-width: 767.98px) {
  .bloco-i-dtl {
    padding: 30px;
  }
}
.bloco-i-dtl h2 {
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .bloco-i-dtl h2 {
    font-size: 1.5rem;
  }
}
.bloco-i-dtl ul {
  list-style: none;
}
.bloco-i-dtl ul li {
  align-items: center;
  margin: 15px 0;
  display: flex;
}
.bloco-i-dtl ul li:before {
  background: #dc3545;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 8px;
  width: 4px;
  order: -1;
}

.sec-stl-right {
  position: relative;
}
@media (min-width: 992px) {
  .sec-stl-right:before {
    background: #e9ecef;
    content: "";
    height: 100%;
    width: 40vw;
    order: -1;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.sec-stl-left {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .sec-stl-left {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .sec-stl-left:before {
    background: #e9ecef;
    content: "";
    height: 100%;
    width: 40vw;
    order: -1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.form-atendimento {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .form-atendimento {
    padding: 40px 0;
  }
}
.form-atendimento h4 {
  color: #111;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.form-atendimento .control-label {
  color: #111;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.list-rental {
  margin-bottom: 60px;
}
.pdt-rental {
  margin-bottom: 40px;
}
.pdt-rental h4 {
  color: #111;
  font-size: 1.25rem;
  font-weight: bold;
  min-height: 75px;
  line-height: normal;
  margin-bottom: 15px;
}
.pdt-rental ul {
  list-style: none;
}
.pdt-rental ul li {
  color: #495057;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.pdt-rental ul li:before {
  background: #fff;
  border: 2px solid #dc3545;
  border-radius: 100%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  margin-right: 8px;
  width: 6px;
  order: -1;
}

.ft-main {
  background: #f8f9fa;
  color: #343a40;
  padding: 30px 0;
}
.ft-main a {
  color: #343a40;
}
.ft-main a:hover {
  text-decoration: underline;
}

.ctn-ft-logo {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .ctn-ft-logo {
    display: none;
  }
}

.ft-logo {
  margin-bottom: 15px;
  width: 215px;
}

@media (max-width: 767.98px) {
  .ft-social {
    display: none;
  }
}
.ft-social h5 {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ft-social p {
  font-size: 0.875rem;
  margin: 0 8px 0 0;
  text-transform: uppercase;
}
.ft-social > a {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .col-2-links ul {
    column-count: 2;
    column-gap: 30px;
  }
  .col-3-links ul {
    column-count: 3;
    column-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .ft-menu {
    margin-bottom: 30px;
  }
}
.ft-menu h5 {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ft-menu > p {
  color: inherit;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
}
.ft-menu > p .icon {
  font-size: 12px;
}
.ft-menu ul {
  font-size: 0.875rem;
  list-style-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%203%206%22%3E%3Cpath%20d%3D%22M.5%206a.51.51%200%200%201-.31-.11.5.5%200%200%201-.08-.7L1.86%203%20.11.81A.5.5%200%200%201%20.89.19l2%202.5a.48.48%200%200%201%200%20.62l-2%202.5A.48.48%200%200%201%20.5%206Z%22%20fill%3D%22%23343a40%22%2F%3E%3C%2Fsvg%3E");
  padding-left: 13px;
}
@media (max-width: 767.98px) {
  .ft-menu ul {
    column-count: 2;
    column-gap: 15px;
  }
}
.ft-menu ul li + li {
  margin-top: 8px;
}

.ft-sec {
  background: #000;
  color: #fff;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .ft-sec {
    padding: 10px 0;
  }
}

.hd-ft-sec {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: inherit;
}
.hd-ft-sec svg {
  font-size: 28px;
}
.hd-ft-sec h5 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}

.copyrights {
  background: #fff;
  color: #343a40;
  padding: 10px 0;
}
.copyrights p {
  margin-right: auto;
  text-align: center;
}
.copyrights a {
  color: #343a40;
}

.logos-copy {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .logos-copy {
    margin-right: auto;
  }
}

.logo-ss {
  color: #343a40;
  width: 120px;
}

.logo-only {
  color: #343a40;
  width: 70px;
}

.logo-copy-sp {
  height: 20px;
  width: 1px;
  background: #343a40;
  flex-shrink: 0;
}

.wrap-alert-cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1030;
  width: 100%;
}

.alert-cookie {
  background: #fff;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 20px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}
.alert-cookie h5 {
  font-size: 1rem;
  font-weight: bold;
}
.alert-cookie p {
  margin: 0;
}
.alert-cookie .btn-alert {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.alert-cookie .btn-alert .btn {
  white-space: nowrap;
}

.modal-cookies h6 {
  font-weight: 600;
}

.list-cookies {
  list-style: none;
}
.list-cookies li {
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-cookies .check-switch {
  display: flex;
  align-items: center;
  position: relative;
}
.list-cookies .check-switch input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.list-cookies .check-switch input:checked + label {
  background: #298635;
}
.list-cookies .check-switch input:checked + label:after {
  transform: translateX(25px);
}
.list-cookies .check-switch input:disabled + label {
  background: #adb5bd;
}
.list-cookies .check-switch input:disabled + label:after {
  transform: translateX(25px);
}
.list-cookies .check-switch label {
  background: #dee2e6;
  border-radius: 13px;
  color: transparent;
  font-size: 0;
  height: 25px;
  width: 50px;
  position: relative;
  margin: 0 5px;
  transition: 0.2s;
}
.list-cookies .check-switch label:after {
  position: absolute;
  border-radius: 100%;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.2s;
}

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