@charset "UTF-8";
*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  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: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1224px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

.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: 12px;
  padding-left: 12px;
}

.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: 1200px) {
  .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%;
  }
}
.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: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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: 1200px) {
  .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;
  }
}
.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: 1200px) {
  .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;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(204, 0, 45.6) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  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: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  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;
}

.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: 1200px) {
  .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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 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: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(178.5, 0, 39.9) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.ac-debug {
  padding: 20px;
  text-align: left;
  background-color: #1a1a1a;
}
.ac-debug pre {
  font-size: 12px;
  line-height: 1.4;
  color: #f0c674;
}

.clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

.nopadding {
  padding: 0 !important;
}

.nofont, .reviews-stars, #breadcrumb {
  font-size: 0;
  line-height: 0;
}

.icon {
  line-height: 0;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.img-fluid, .reviews-summary .logo-av, #header .header-nav nav ul li .submenu .categories .category img {
  max-width: 100%;
  height: auto !important;
}

.spacer {
  display: block;
  width: 100%;
  height: 25px;
}
.spacer.reverse {
  height: 0 !important;
  margin-bottom: -25px;
}
.spacer-30 {
  height: 30px;
}
@media (max-width: 1199.98px) {
  .spacer-30 {
    height: 15px;
  }
}
.spacer-30.reverse {
  margin-bottom: -30px;
}
@media (max-width: 1199.98px) {
  .spacer-30.reverse {
    margin-bottom: -15px;
  }
}
.spacer-50 {
  height: 50px;
}
@media (max-width: 1199.98px) {
  .spacer-50 {
    height: 25px;
  }
}
.spacer-50.reverse {
  margin-bottom: -50px;
}
@media (max-width: 1199.98px) {
  .spacer-50.reverse {
    margin-bottom: -25px;
  }
}
.spacer-75 {
  height: 75px;
}
@media (max-width: 1199.98px) {
  .spacer-75 {
    height: 37.5px;
  }
}
.spacer-75.reverse {
  margin-bottom: -75px;
}
@media (max-width: 1199.98px) {
  .spacer-75.reverse {
    margin-bottom: -37.5px;
  }
}

.section-background {
  position: relative;
  margin: 30px 0 0 0;
  padding: 100px 0;
}
@media (max-width: 1199.98px) {
  .section-background {
    padding: 75px 0;
  }
}
@media (max-width: 1199.98px) {
  .section-background {
    padding: 50px 0;
  }
}
.section-background:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1370px;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: rgb(247.35, 247.35, 247.35);
}

.block {
  background: #fff;
  border: 1px solid #f0f0f0;
  margin-bottom: 25px !important;
  line-height: 20px;
}
.block:last-child {
  margin-bottom: 25px !important;
}
.block .block-title, .block > .title {
  padding: 25px 30px;
  font-size: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
}
.block .block-content, .block > .content {
  padding: 25px 30px;
}
.block .block-content .box .box-title, .block > .content .box .box-title {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}
.block .block-content .box .box-content, .block > .content .box .box-content {
  display: flex;
}
.block .block-content .box .box-actions, .block > .content .box .box-actions {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.block .block-content .box .box-actions a, .block > .content .box .box-actions a {
  background-color: #ff7200;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
}
.block .actions-toolbar {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  flex-direction: row-reverse;
}
.block .actions-toolbar button {
  border: none;
  background: #ff7200;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

#masthead-simple:first-child {
  margin: 40px 0 !important;
}

#password-strength-meter-container {
  margin-top: 5px;
  font-size: 12px;
}
#password-strength-meter-container .password-strength-meter {
  padding: 5px 15px;
  text-align: center;
  background-color: #ff0039;
  color: #fff;
  border-radius: 3px;
}
#password-strength-meter-container .password-strength-meter {
  display: none;
}
#password-strength-meter-container.password-weak .password-strength-meter {
  background-color: #f75f5f;
  display: block;
}
#password-strength-meter-container.password-medium .password-strength-meter {
  background-color: #ff7200;
  display: block;
}
#password-strength-meter-container.password-strong .password-strength-meter, #password-strength-meter-container.password-very-strong .password-strength-meter {
  background-color: #28a745;
  display: block;
}

.back {
  border: none;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
}
.back:before {
  content: "";
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='-1 -1 16 16' height='20' width='20' stroke-width='3'%3E%3Cg id='arrow-right-3--arrow-right-keyboard'%3E%3Cpath id='Vector' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' d='M3.84998 0.5L9.99998 6.65C10.0478 6.69489 10.0859 6.74911 10.112 6.80931C10.138 6.8695 10.1515 6.9344 10.1515 7C10.1515 7.0656 10.138 7.1305 10.112 7.19069C10.0859 7.25089 10.0478 7.30511 9.99998 7.35L3.84998 13.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  height: 11px;
  width: 11px;
  top: 2px;
  position: relative;
  margin-left: -5px;
}
.back:hover {
  color: #fff;
  background: #000;
}

a {
  color: #ff7200;
}
a:hover {
  color: #ff6900;
}

.table {
  display: flex;
  flex-direction: column;
}
.table caption {
  display: none;
}
.table tbody, .table thead, .table tfoot {
  display: flex;
  flex-direction: column;
}
.table tr {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.table tr:last-child {
  border-bottom: none;
}
.table tr th, .table tr td {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 15px;
}
.table tr th {
  background-color: #fff0e3;
}
.table tr td.col.actions a {
  background-color: #ff7200;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.table tr td.col.actions a.with-icon {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.table tr td.col.actions a.with-icon .icon {
  display: flex;
  align-items: center;
}
.table tr td.col.actions a.with-icon .icon svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.table tr .col.actions {
  min-width: 22%;
}

.toolbar .pager {
  display: flex;
  justify-content: space-between;
}

* {
  outline: none !important;
}
* ::selection {
  color: #fff;
  background: rgba(255, 114, 0, 0.99);
  text-shadow: none;
}

* > :first-child {
  margin-top: 0 !important;
}

* > :last-child {
  margin-bottom: 0 !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1;
  min-height: 100%;
  color: #000;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

input,
textarea,
button {
  appearance: none;
}

img {
  user-select: none;
}

#main {
  overflow: hidden;
}
.obfusque {
  cursor: pointer;
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Light.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
#header {
  position: relative;
  z-index: 102;
  box-shadow: none;
}
@media (min-width: 768px) {
  #header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 1199.98px) {
  #header {
    position: sticky;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    top: 0;
  }
}
#header.is-open {
  z-index: 200;
}
#header.is-open .header-overlay {
  opacity: 1;
}
#header.is-open .header-nav nav ul li .submenu {
  transition: none;
}
#header .header-content {
  position: relative;
  z-index: 2;
  padding: 15px 0;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  #header .header-content {
    text-align: center;
    padding: 0;
  }
  #header .header-content .col-lg-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }
}
#header .header-content .row {
  align-items: center;
}
#header .header-content .header-logo {
  display: inline-block;
  width: 244px;
  height: 67px;
  color: #ff7200;
}
#header .header-content .header-logo.desktop {
  display: inline-block;
}
#header .header-content .header-logo.mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  #header .header-content .header-logo {
    width: 175px;
    height: 28px;
    position: absolute;
    margin: auto;
    transform: translate(-50%, 0);
    left: 50%;
    top: 8px;
  }
  #header .header-content .header-logo.desktop {
    display: none;
  }
  #header .header-content .header-logo.mobile {
    display: inline-block;
  }
}
#header .header-content .header-logo svg {
  width: 100%;
  height: 100%;
}
#header .header-content .header-search {
  position: relative;
  top: 4px;
  max-width: 250px;
}
#header .header-content .header-search .icon {
  position: absolute;
  top: 0;
  left: 2px;
  width: 16px;
  height: 100%;
  pointer-events: none;
}
#header .header-content .header-search .icon svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
#header .header-content .header-search .field {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  line-height: 32px;
  width: 100%;
  height: 32px;
  padding: 0 0 0 28px;
  transition: none;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
}
#header .header-content .header-search .field::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
#header .header-content .header-search .field:-moz-placeholder {
  opacity: 1;
  color: #000;
}
#header .header-content .header-search .field::-moz-placeholder {
  opacity: 1;
  color: #000;
}
#header .header-content .header-search .field:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
#header .header-content .header-search .field:focus::placeholder {
  color: #757575 !important;
}
#header .header-content .header-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 8px 0 0;
}
#header .header-content .header-actions > * {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 30px 0 0;
}
#header .header-content .header-actions > *:last-child {
  margin: 0;
}
#header .header-content .header-actions .block-contacts {
  align-items: flex-end;
  margin: 0 50px 0 0;
}
#header .header-content .header-actions .block-contacts .contactus svg {
  width: 7px;
  margin-left: 1px;
  fill: #ff7200;
  height: 10px;
}
#header .header-content .header-actions .block-contacts .contactus:hover {
  color: #ff7200;
  text-decoration: none;
  border: none;
}
#header .header-content .header-actions .block-contacts .contactus:hover:before {
  display: none;
}
@media (max-width: 1199.98px) {
  #header .header-content .header-actions .block-contacts {
    display: none;
  }
}
#header .header-content .header-actions .item:hover .icon svg {
  fill: #ff7200;
}
#header .header-content .header-actions .item:hover .text {
  color: #ff7200;
}
#header .header-content .header-actions .item .icon {
  width: 20px;
  height: 20px;
  margin: 0 0 8px 0;
}
#header .header-content .header-actions .item .icon svg {
  width: 100%;
  height: 100%;
  transition: none;
  fill: #000;
}
#header .header-content .header-actions .item .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: none;
  color: #000;
}
#header .header-content .header-burger, #header .header-content .header-close {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 15px;
  box-sizing: content-box;
}
@media (min-width: 1200px) {
  #header .header-content .header-burger, #header .header-content .header-close {
    display: none;
  }
}
#header .header-content .header-burger svg, #header .header-content .header-close svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
#header .header-content .header-close {
  display: none;
  background: #000;
}
#header .header-content .header-close svg {
  fill: #fff;
  color: #fff;
}
#header .header-content .header-cart {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 20px;
}
@media (min-width: 1200px) {
  #header .header-content .header-cart {
    display: none;
  }
}
#header .header-content .header-cart svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
#header .header-content .header-cart .quantity {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 10px;
  left: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ff7200;
}
#header .header-nav {
  position: relative;
  z-index: 2;
  border-top: 1px solid #e8e8e8;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  #header .header-nav {
    border: none;
    width: 100%;
    transition: none;
    opacity: 0;
    transform: translateX(-50%);
    pointer-events: none;
    height: 0;
    left: -100vw;
  }
  #header .header-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    height: 100%;
    left: 0;
    transition: 0.25s box-shadow 0.05s ease, left 0.3s ease;
  }
}
@media (max-width: 1199.98px) {
  #header .header-nav .container {
    overflow-y: auto;
    max-width: 100%;
    height: 100%;
    padding: 0;
  }
}
#header .header-nav .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  #header .header-nav .inner {
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 50px 30px;
  }
}
#header .header-nav .cart {
  position: relative;
  display: inline-flex;
  padding: 0px;
  transition: none;
  background-color: #ff7200;
  text-align: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
}
#header .header-nav .cart a {
  display: block;
  height: 100%;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  #header .header-nav .cart {
    display: none;
  }
}
#header .header-nav .cart:hover {
  background-color: #ff6900;
}
#header .header-nav .cart:hover:before {
  background-color: #ff6900;
}
#header .header-nav .cart:hover .icon .quantity {
  border-color: #ff6900;
}
#header .header-nav .cart:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: none;
  background-color: #ff7200;
}
#header .header-nav .cart .icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  top: -1px;
}
@media (max-width: 1199.98px) {
  #header .header-nav .cart .icon {
    margin: 0;
  }
}
#header .header-nav .cart .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
#header .header-nav .cart .icon .quantity {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  position: absolute;
  top: -3px;
  right: -6px;
  width: 16px;
  height: 16px;
  transition: none;
  text-align: center;
  color: #ff7200;
  border: 2px solid #ff7200;
  border-radius: 50%;
  background-color: #fff;
}
#header .header-nav .cart .icon .quantity .loading-mask {
  display: none !important;
  opacity: 0;
}
#header .header-nav .cart .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  top: 1px;
  position: relative;
}
@media (max-width: 1199.98px) {
  #header .header-nav .cart .text {
    display: none;
  }
}
#header .header-nav .close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #header .header-nav .close {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #header .header-nav .close {
    width: 26px;
    height: 26px;
  }
}
#header .header-nav .close svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
#header .header-nav nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  #header .header-nav nav ul {
    align-items: center;
    flex-direction: column;
  }
}
#header .header-nav nav ul li {
  display: block;
}
#header .header-nav nav ul li.promo {
  background: #000;
  color: #fff;
}
#header .header-nav nav ul li.promo:hover a {
  color: #000;
}
#header .header-nav nav ul li.promo a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  #header .header-nav nav ul li {
    margin: 0 0 30px 0;
  }
}
#header .header-nav nav ul li .icon-plus {
  display: none;
}
#header .header-nav nav ul li.has-submenu > a:before, #header .header-nav nav ul li.has-submenu > a:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: none;
  opacity: 0;
}
#header .header-nav nav ul li.has-submenu > a:before {
  z-index: 1;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1) !important;
}
#header .header-nav nav ul li.has-submenu > a:after {
  z-index: 3;
  background-color: #fff;
}
@media (min-width: 1200px) {
  #header .header-nav nav ul li:hover > a span:after {
    width: 100%;
    transition: width 250ms ease;
  }
  #header .header-nav nav ul li:hover.has-submenu > a:before, #header .header-nav nav ul li:hover.has-submenu > a:after {
    opacity: 1;
  }
  #header .header-nav nav ul li:hover.has-submenu > a:before {
    transition: opacity 0s !important;
    transition-delay: 250ms !important;
  }
  #header .header-nav nav ul li:hover.has-submenu .submenu {
    pointer-events: auto;
    opacity: 1;
    transition: opacity, left 0s;
    transition-delay: 250ms;
    left: 0;
  }
}
#header .header-nav nav ul li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  position: relative;
  display: flex;
  padding: 0 25px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1199.98px) {
  #header .header-nav nav ul li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  #header .header-nav nav ul li > a {
    font-size: 24px;
    line-height: 1;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  #header .header-nav nav ul li > a {
    font-size: 16px !important;
  }
}
#header .header-nav nav ul li > a span {
  position: relative;
  z-index: 4;
}
#header .header-nav nav ul li > a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  content: "";
  transition: none;
  opacity: 1;
  background-color: #ff7200;
}
#header .header-nav nav ul li .submenu {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -99999px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  transition: none;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  #header .header-nav nav ul li .submenu {
    display: none;
  }
}
#header .header-nav nav ul li .submenu .content {
  width: 20%;
  padding: 10px 30px 0 0;
}
#header .header-nav nav ul li .submenu .content p {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
#header .header-nav nav ul li .submenu .content p strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #ff7200;
}
#header .header-nav nav ul li .submenu .categories {
  display: flex;
  flex-wrap: wrap;
  width: calc(80% + 24px);
  margin: 0px !important;
  gap: 15px;
}
#header .header-nav nav ul li .submenu .categories .category {
  overflow: hidden;
  width: calc((100% - 72px) / 3);
  margin: 12px !important;
  transition: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199.98px) {
  #header .header-nav nav ul li .submenu .categories .category {
    background-color: transparent;
  }
}
#header .header-nav nav ul li .submenu .categories .category:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#header .header-nav nav ul li .submenu .categories .category .name {
  font-family: "HelveticaNowDisplay", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  padding: 0 15px 25px 15px;
}
@media (min-width: 768px) {
  #header .header-nav nav ul li .submenu .categories .category .name {
    margin-top: -20px;
  }
}
#header .header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 1200px) {
  #header.is-open .header-nav nav ul li:hover > a span:after {
    transition: width 0s ease !important;
  }
  #header.is-open .header-nav nav ul li:hover.has-submenu > a:before {
    transition-delay: 0s !important;
  }
  #header.is-open .header-nav nav ul li:hover.has-submenu .submenu {
    transition-delay: 0s !important;
  }
}

#chatra {
  z-index: 1000 !important;
}

.mobile-menu-is-open #header .header-burger {
  display: none;
}
.mobile-menu-is-open #header .header-close {
  display: block;
}

#footer {
  margin: 75px 0 0 0;
}
@media (max-width: 1199.98px) {
  #footer {
    margin: 40px 0 0 0;
  }
}
#footer .footer-content {
  padding: 120px 0 100px 0;
  background-color: rgb(247.35, 247.35, 247.35);
}
@media (max-width: 1199.98px) {
  #footer .footer-content {
    padding: 75px 0 30px 0;
    text-align: center;
  }
}
#footer .footer-content .footer-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px 0;
  text-transform: none;
  font-family: "HelveticaNowDisplay", sans-serif;
  letter-spacing: 0;
  color: #000;
}
#footer .footer-content .footer-nav {
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  #footer .footer-content .footer-nav {
    padding: 0 0 40px 0;
  }
}
#footer .footer-content .footer-nav li {
  display: block;
  margin: 0 0 12px 0;
}
#footer .footer-content .footer-nav li a, #footer .footer-content .footer-nav li .obfusque {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  transition: none;
  color: #000;
}
#footer .footer-content .footer-nav li a:hover, #footer .footer-content .footer-nav li .obfusque:hover {
  color: #000;
  text-decoration: underline !important;
}
#footer .footer-content .footer-contacts {
  margin: -20px 0 0 0 !important;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #footer .footer-content .footer-contacts {
    padding: 0 0 40px 0;
  }
}
#footer .footer-content .footer-contacts .logo {
  display: inline-block;
  width: 222px;
  height: 61px;
  color: #ff7200;
  fill: #000;
}
#footer .footer-content .footer-contacts .logo svg {
  width: 100%;
  height: 100%;
}
#footer .footer-content .footer-contacts .block-contacts {
  margin: 30px 0 0 0;
}
#footer .footer-content .footer-contacts .block-contacts .contactus {
  background: #000;
  color: #FFF;
  padding: 6px 15px;
  border-radius: 4px;
}
#footer .footer-content .footer-contacts .block-contacts .contactus svg {
  width: 7px;
  margin-left: 1px;
  fill: #FFF;
  height: 10px;
}
#footer .footer-content .footer-contacts .block-contacts .contactus:hover {
  text-decoration: none;
  border: none;
  background: #ff7200;
}
#footer .footer-content .footer-contacts .block-contacts .contactus:hover:before {
  display: none;
}
@media (max-width: 1199.98px) {
  #footer .footer-content .footer-contacts .block-contacts .contactus {
    padding: 5px 7px;
    font-size: 11px;
  }
  #footer .footer-content .footer-contacts .block-contacts .contactus svg {
    width: 6px;
    height: 8px;
  }
}
#footer .footer-content .footer-contacts .opening {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin: 25px 0 0 0;
  letter-spacing: 0.05em;
  color: #000;
}
#footer .footer-content .footer-contacts .opening p {
  margin: 0;
}
#footer .footer-content .footer-contacts .opening strong {
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  #footer .footer-content .footer-socials {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  #footer .footer-content .footer-socials {
    padding: 0;
  }
}
#footer .footer-content .footer-socials ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  #footer .footer-content .footer-socials ul {
    justify-content: center;
  }
}
#footer .footer-content .footer-socials ul li {
  display: block;
  margin: 0 0 0 10px;
}
#footer .footer-content .footer-socials ul li:first-child {
  margin: 0;
}
#footer .footer-content .footer-socials ul li a, #footer .footer-content .footer-socials ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  transition: none;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199.98px) {
  #footer .footer-content .footer-socials ul li a, #footer .footer-content .footer-socials ul li span {
    width: 35px;
    height: 35px;
  }
}
#footer .footer-content .footer-socials ul li a:hover, #footer .footer-content .footer-socials ul li span:hover {
  background-color: #ff7200;
}
#footer .footer-content .footer-socials ul li a:hover svg, #footer .footer-content .footer-socials ul li span:hover svg {
  fill: #fff;
}
#footer .footer-content .footer-socials ul li a svg, #footer .footer-content .footer-socials ul li span svg {
  width: 14px;
  height: 14px;
  transition: none;
  fill: #000;
}
#footer .footer-content .footer-newsletter {
  margin: 40px 0 0 0;
}
#footer .footer-content .footer-newsletter .footer-title {
  margin: 0 0 16px 0;
}
#footer .footer-content .footer-newsletter .form-legend {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}
#footer .footer-content .footer-newsletter form {
  display: flex;
  margin: 20px 0 0 0;
}
@media (max-width: 1199.98px) {
  #footer .footer-content .footer-newsletter form {
    justify-content: center;
  }
}
#footer .footer-content .footer-newsletter form .form-field {
  width: calc(100% - 48px);
  max-width: 300px;
  margin: 0 10px 0 0;
}
#footer .footer-content .footer-newsletter form .form-field.mage-error {
  background: #FFF;
  border: 1px solid #ff005a;
  color: #ff005a;
  box-shadow: 0 0 0 1px #ff005a;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}
#footer .footer-content .footer-newsletter form .form-field.mage-error::placeholder {
  color: #ff005a;
}
#footer .footer-content .footer-newsletter form button {
  width: 48px;
  height: 40px;
  transition: none;
  border: none;
  border-radius: 3px;
  background-color: #000;
}
#footer .footer-content .footer-newsletter form button:hover {
  background-color: #ff7200;
}
#footer .footer-content .footer-newsletter form button svg {
  width: 9px;
  height: 100%;
  fill: #fff;
}
#footer .footer-content .footer-newsletter form #newsletter-error {
  display: none !important;
}
#footer .footer-bottom {
  text-align: center;
  background-color: #000;
}
@media (max-width: 1199.98px) {
  #footer .footer-bottom {
    z-index: 101;
    position: relative;
  }
}
#footer .footer-bottom ul {
  display: inline-flex;
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 1199.98px) {
  #footer .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .footer-bottom ul li {
  font-size: 13px;
  line-height: 1;
  display: block;
  margin: 0 0 0 5px;
  letter-spacing: 0;
  text-transform: none;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-weight: 400;
  color: rgb(130.05, 130.05, 130.05);
}
@media (max-width: 1199.98px) {
  #footer .footer-bottom ul li {
    line-height: 1.5;
    font-size: 12px;
  }
}
#footer .footer-bottom ul li:before {
  margin: 0 5px 0 0;
  content: "•";
  opacity: 0.5;
}
#footer .footer-bottom ul li:first-child {
  margin: 0;
}
#footer .footer-bottom ul li:first-child:before {
  display: none;
}
#footer .footer-bottom ul li a {
  transition: none;
  color: rgb(130.05, 130.05, 130.05);
}
#footer .footer-bottom ul li a:hover {
  color: #fff;
}

.transition {
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.cms-content-important {
  background-color: #f1f1f1;
  color: #999;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}

.pagebuilder-full-width {
  float: left;
  width: 100%;
}

.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}

[data-content-type=row] p, [data-content-type=row] ul, [data-content-type=row] span {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
[data-content-type=row][data-appearance=full-width] {
  box-sizing: border-box;
}
[data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  width: 100%;
}
[data-content-type=row][data-appearance=contained] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1224px;
}
[data-content-type=row][data-appearance=contained] [data-element=inner] {
  box-sizing: border-box;
}
[data-content-type=row][data-appearance=full-bleed] {
  box-sizing: border-box;
}

.pagebuilder-column {
  box-sizing: border-box;
  /*flex-basis: 100%;*/
  max-width: 100%;
  padding: 0 15px;
}
.pagebuilder-column:last-child {
  padding-right: 0;
}
.pagebuilder-column:first-child {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .pagebuilder-column {
    min-width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}

.pagebuilder-column-group {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

[data-content-type=heading] {
  word-wrap: break-word;
  margin-bottom: 1rem;
}

[data-appearance=collage-centered] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-appearance=collage-left] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-appearance=collage-right] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

[data-content-type=banner] > [data-element=link],
[data-content-type=banner] > [data-element=empty_link] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type=banner] > [data-element=link]:hover,
[data-content-type=banner] > [data-element=empty_link]:hover {
  color: inherit;
  text-decoration: inherit;
}

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element=content] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type$=block] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}

[data-content-type=button-item] {
  max-width: 100%;
}
[data-content-type=button-item] [data-element=link],
[data-content-type=button-item] [data-element=empty_link] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type=button-item] [data-element=empty_link] {
  cursor: default;
}

a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  box-shadow: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  box-shadow: none;
}

[data-content-type=buttons] {
  max-width: 100%;
}

[data-content-type=html] {
  word-wrap: break-word;
}

figure[data-content-type=image] {
  box-sizing: border-box;
  margin: 30px;
  max-width: 100%;
}
figure[data-content-type=image] img {
  max-width: 100%;
}
figure[data-content-type=image] > [data-element=link],
figure[data-content-type=image] > [data-element=link] img {
  border-radius: inherit;
}
figure[data-content-type=image] figcaption {
  word-wrap: break-word;
}
@media (max-width: 1199.98px) {
  figure[data-content-type=image] {
    margin: 0;
  }
}

[data-content-type=map] {
  box-sizing: border-box;
  height: 300px;
}

[data-content-type=products][data-appearance=carousel] .slick-initialized li.product-item {
  display: block;
}
[data-content-type=products][data-appearance=carousel] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type=products][data-appearance=carousel] .product-item-info {
  width: auto;
}
[data-content-type=products][data-appearance=carousel] li.product-item {
  display: none;
}
[data-content-type=products][data-appearance=carousel] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type=products][data-appearance=carousel].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type=products][data-appearance=carousel].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type=products][data-appearance=carousel].center-mode .slick-current .product-item {
  opacity: 1;
}

[data-content-type=row] li.product-item {
  text-align: left;
}

.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}

[data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-appearance=collage-left] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

[data-content-type=slide] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type=slide] > [data-element=link],
[data-content-type=slide] > [data-element=empty_link] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type=slide] > [data-element=link]:hover,
[data-content-type=slide] > [data-element=empty_link]:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type=slide] + [data-content-type=slide] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type=slide] + [data-content-type=slide] {
  height: initial;
  min-height: inherit;
}

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container] > div,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container] > img,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container] > video,
.pagebuilder-slide-wrapper.jarallax [id*=jarallax-container] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element=content] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

div[data-content-type=slider] {
  visibility: hidden;
}
div[data-content-type=slider].slick-initialized {
  visibility: visible;
}
div[data-content-type=slider] .slick-list,
div[data-content-type=slider] .slick-track,
div[data-content-type=slider] .slick-slide {
  min-height: inherit;
}
div[data-content-type=slider] .slick-list > div,
div[data-content-type=slider] .slick-track > div,
div[data-content-type=slider] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}

a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}

div[data-content-type=tabs] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type=tabs] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #f1f1f1;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type=tabs] .tabs-content {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type=tabs] .tabs-content [data-content-type=tab-item] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type=tabs] .tabs-content [data-content-type=tab-item]:not(:first-child) {
  display: none;
}
div[data-content-type=tabs].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type=tabs].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

div[data-content-type=text] {
  word-wrap: break-word;
  margin-bottom: 40px;
}

div[data-content-type=video] {
  font-size: 0;
}
div[data-content-type=video] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type=video] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type=video] iframe,
div[data-content-type=video] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pagebuilder-mobile-only {
  display: none !important;
}

.mobile-viewport .pagebuilder-mobile-hidden,
.desktop-viewport .pagebuilder-mobile-only {
  display: none;
}

.mobile-viewport .pagebuilder-mobile-only {
  display: inline !important;
}

@media (max-width: 1199.98px) {
  .pagebuilder-mobile-only {
    display: block !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
#breadcrumb ul {
  margin: 0;
  padding: 20px 0px 19px 20px;
}
@media (max-width: 1199.98px) {
  #breadcrumb ul {
    padding: 15px 0;
  }
}
#breadcrumb ul li {
  font-family: "HelveticaNowDisplay", sans-serif;
  letter-spacing: 0.1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  color: #757575;
}
#breadcrumb ul li strong {
  font-weight: 500;
}
#breadcrumb ul li:after {
  pointer-events: none;
  padding: 0 6px 0 7px;
  color: #d9d9d9;
  content: "|";
  font-size: 12px;
  font-weight: 100;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
#breadcrumb ul li a {
  color: #000;
  transition: none;
}
#breadcrumb ul li a:hover {
  color: #ff7200;
}

.button-rounded {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  min-width: 160px;
  padding: 12px 30px;
  transition: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #ff7200;
}
.button-rounded:hover {
  color: #fff;
  background-color: #ff6900;
}
.button-rounded.color-green, .block-relations .item.color-green .content .button-rounded {
  background-color: #25737d;
}
.button-rounded.color-green:hover, .block-relations .item.color-green .content .button-rounded:hover {
  background-color: rgb(45.7361111111, 142.1527777778, 154.5138888889);
}
.button-rounded.color-black {
  background-color: #000;
}
.button-rounded.color-black:hover {
  background-color: rgb(38.25, 38.25, 38.25);
}
.button-rounded.color-gray {
  background-color: rgb(237.15, 237.15, 237.15);
  color: #000;
}
.button-rounded.color-gray:hover {
  background-color: #000;
  color: #fff;
}

.button-configure {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 14px 30px;
  transition: none;
  text-align: center;
  color: #fff;
  background-color: #ff7200;
}
.button-configure:hover {
  background-color: #ff6900;
  color: #fff;
}
.button-configure em {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 2px 0 0 0;
  color: #ffd8b9;
  text-transform: none;
}
@media (max-width: 1199.98px) {
  .button-configure {
    font-size: 16px;
  }
  .button-configure em {
    font-size: 12px;
  }
}

.masthead-content {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.masthead-content .title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .masthead-content .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .masthead-content .title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .masthead-content .title {
    font-size: 20px;
  }
}
.masthead-content .title strong {
  font-weight: 600;
}
.masthead-content .baseline {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575.98px) {
  .masthead-content .baseline {
    font-size: 14px;
  }
}

#masthead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 175px;
  padding: 40px 0;
  flex-direction: column;
}
#masthead .cover-box {
  position: absolute;
  max-width: 2000px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  margin: 0;
  border-radius: 3px;
}
#masthead .cover-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  backdrop-filter: saturate(1.5) blur(2px);
}
@media (max-width: 1199.98px) {
  #masthead {
    min-height: 100px;
  }
  #masthead .cover-box {
    border-radius: 0;
  }
}
#masthead .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

#masthead-simple .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  #masthead-simple .content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#masthead-simple .content .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  #masthead-simple .content .title {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #masthead-simple .content .title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  #masthead-simple .content .title {
    font-size: 24px;
  }
}
#masthead-simple .content .title strong {
  font-weight: 600;
}
#masthead-simple .content .title a {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 10px;
  transition: none;
  vertical-align: middle;
  text-decoration: underline !important;
  color: rgb(140.25, 140.25, 140.25);
}
@media (max-width: 1199.98px) {
  #masthead-simple .content .title a {
    display: inline-block;
    margin: -10px 0 0 0 !important;
  }
}
@media (max-width: 1199.98px) {
  #masthead-simple .content .title a {
    margin: 0 !important;
  }
}
#masthead-simple .content .title a:hover {
  color: #ff7200;
}
@media (min-width: 1200px) {
  #masthead-simple .content .title br {
    display: none;
  }
}
#masthead-simple .content .sorting {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #masthead-simple .content .sorting {
    margin: 20px 0 0 0;
  }
}
#masthead-simple .content .sorting label {
  margin: 0 20px 0 0;
}
#masthead-simple .content .sorting .form-select {
  width: 180px;
}
#masthead-simple .content .button-continue {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #masthead-simple .content .button-continue {
    margin: 15px 0 0 0;
    display: none;
  }
}
#masthead-simple .content .button-continue:hover .icon svg {
  fill: #ff7200;
}
#masthead-simple .content .button-continue:hover .text {
  color: #ff7200;
}
#masthead-simple .content .button-continue .icon {
  width: 9px;
  height: 11px;
}
#masthead-simple .content .button-continue .icon svg {
  width: 100%;
  height: 100%;
  transition: none;
  fill: #000;
}
#masthead-simple .content .button-continue .text {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0 9px;
  transition: none;
  color: #000;
}
#masthead-simple .banner {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin: 25px 0 0 0;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  #masthead-simple .banner .cover-box.mw picture {
    height: 100%;
  }
  #masthead-simple .banner .cover-box.mw img {
    min-width: auto;
    min-height: 100%;
  }
}

.review-item {
  line-height: 1;
  padding: 30px 40px;
  border: 1px solid rgb(237.15, 237.15, 237.15);
  border-radius: 0;
  background-color: #fff;
}
.review-item .comment {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  height: 7.1428571429em;
  margin: 15px 0 0 0;
  color: #000;
}
.review-item .comment:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
}
@media (max-width: 767.98px) {
  .review-item .comment {
    height: 65px;
  }
  .review-item .comment:after {
    height: 15px;
  }
}
.review-item .name {
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0 0 0;
  color: #000;
}
.review-item .date {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 12px;
  margin: 5px 0 0 0;
  color: rgb(175.95, 175.95, 175.95);
}

.reviews-stars {
  position: relative;
  display: inline-block;
}
.reviews-stars > span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.reviews-stars > span.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.reviews-stars > span.progress svg {
  fill: #ff7200;
}
.reviews-stars svg {
  width: 14px;
  height: 14px;
  margin-left: 3px;
  fill: rgb(183.6, 183.6, 183.6);
}
.reviews-stars svg:first-child {
  margin-left: 0 !important;
}
.reviews-stars.is-small svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.reviews-select {
  display: flex;
  margin: 20px auto auto;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: stretch;
  width: 220px;
}
.reviews-select.is-active .rating {
  opacity: 0.5;
}
.reviews-select .rating {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  transition: none;
}
.reviews-select .rating.is-selected {
  opacity: 1;
}
.reviews-select .rating.is-selected .checkbox {
  border-color: #1a66ff;
  background-color: #1a66ff;
}
.reviews-select .rating .checkbox {
  position: relative;
  top: 0.5px;
  width: 14px;
  height: 14px;
  transition: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
}
.reviews-select .rating .checkbox svg {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 8px;
  height: 10px;
  fill: #fff;
}
.reviews-select .rating .reviews-stars {
  margin: 0 0 0 10px;
}
.reviews-select .rating .rating-bar {
  position: relative;
  width: 75px;
  height: 12px;
  margin: 0 0 0 10px;
  border-radius: 3px;
  background-color: rgb(209.1, 209.1, 209.1);
}
.reviews-select .rating .rating-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  border-radius: 3px;
  background-color: #ff7200;
}
.reviews-select .rating .rating-percent {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 0 10px;
}

.reviews-summary {
  display: inline-block;
  text-align: center;
}
.reviews-summary .note {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
}
.reviews-summary .note strong {
  font-size: 45px;
}
@media (max-width: 1199.98px) {
  .reviews-summary .note strong {
    font-size: 35px;
    font-weight: 600;
  }
}
.reviews-summary .note em {
  font-style: normal;
  color: rgb(142.8, 142.8, 142.8);
}
@media (max-width: 1199.98px) {
  .reviews-summary .note em {
    font-weight: 400;
  }
}
.reviews-summary .reviews-stars {
  margin: 10px 0 0 0;
}
.reviews-summary .total {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: 15px 0 0 0;
  color: #000;
}
.reviews-summary .total a {
  position: relative;
  transition: none;
  color: #000;
  text-decoration: underline !important;
}
.reviews-summary .total a:hover {
  color: #000;
}
.reviews-summary .total a:hover:before {
  background-color: #000;
}
.reviews-summary .logo-av {
  max-width: 165px;
  margin: 40px 0 0 0;
}
@media (max-width: 1199.98px) {
  .reviews-summary .logo-av {
    max-width: 130px;
    margin: 8px 0 0 0;
  }
}

#masthead-simple {
  margin: 25px 0;
}

.cover-box picture {
  width: 100%;
}

#header .cart-mobile {
  display: none;
}
#header .header-nav .inner {
  justify-content: flex-end;
}
#header .header-nav .inner nav {
  width: 100%;
}
#header .header-nav .inner .cart {
  min-width: 160px;
}
#header .header-nav .inner .cart .icon {
  display: inline-block;
}
#header .header-nav .inner .cart.devis {
  background: transparent;
  padding: 0;
  min-width: 150px;
}
#header .header-nav .inner .cart.devis:before {
  content: none;
}
#header .header-nav .inner .cart.devis a, #header .header-nav .inner .cart.devis span.obfusque {
  background: rgb(255, 38.25, 114.75);
  display: none;
  padding: 0 20px;
}
#header .header-nav .inner .cart.devis a.show, #header .header-nav .inner .cart.devis span.obfusque.show {
  display: flex;
  min-width: 145px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header .header-nav .inner .cart.devis:hover a, #header .header-nav .inner .cart.devis:hover span.obfusque {
  background: #ff005a;
}
#header .header-nav .inner .cart.devis:hover .icon .quantity {
  border-color: #ff005a;
}
#header .header-nav .inner .cart.devis .icon .quantity {
  border-color: rgb(255, 38.25, 114.75);
  color: #ff005a;
}
#header .header-nav nav ul li .submenu .content {
  display: none;
}
#header .header-nav nav ul li .submenu .categories {
  width: 100%;
}
#header .header-nav nav ul li .submenu .categories .category {
  width: calc(20% - 12px);
  margin: 0 !important;
  padding: 0 !important;
}
#header .header-nav nav ul li .submenu .categories .category .category-image {
  width: 80%;
  padding-bottom: 80%;
  position: relative;
  display: flex;
  margin: auto;
}
@media (min-width: 768px) {
  #header .header-nav nav ul li .submenu .categories .category .category-image {
    margin-top: -25px !important;
  }
}
#header .header-nav nav ul li .submenu .categories .category .category-image .cover {
  background-size: auto 75%;
  background-repeat: no-repeat;
}
#header .header-nav nav ul li .submenu .categories .category .submenu {
  display: none;
}
#header .header-nav nav ul li .submenu .categories .category .name {
  text-align: center;
}
#header .header-nav nav ul li > a {
  font-size: 13px;
  padding: 0 13px;
}

#search_mini_form .search {
  display: none;
}
#search_mini_form .search #search_autocomplete {
  display: none;
}

.results > dl.block {
  display: none;
}

.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  filter: blur(0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: center left;
}

#masthead img {
  width: 100%;
  height: 100%;
}

.cover-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
.cover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-box.mw img {
  /*min-width: 100%;
  max-height: none;*/
}
@media (max-width: 1199.98px) {
  .cover-box.mw img {
    /*min-width: auto;
    max-height: 100%;*/
  }
}
.cover-box.abs {
  position: absolute;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 40px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.slick-vertical .slick-slide:focus, .slick-vertical .slick-slide:active, .slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-current {
  position: relative;
}

.hero__title-misc {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  line-height: 21px;
}
.hero__title-misc strong {
  font-weight: 600;
}

.message_container {
  margin: 0 auto;
  width: 100%;
  background: #000;
  padding: 0 15px 5px 15px;
  color: #FFF;
  text-align: center;
  margin-top: -35px !important;
  height: 25px !important;
  overflow: hidden;
}
.message_container .slick-slider {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .message_container {
    margin-top: -25px !important;
    height: 25px !important;
  }
}
.message_container .close {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 21px;
  font-weight: 100;
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
}
.message_container.show {
  margin-top: 0 !important;
}
.message_container .slick-dupe {
  padding: 2px;
  touch-action: none;
  height: 25px;
  cursor: pointer;
}

.block-bottom {
  margin: 50px 0 0 0;
}
@media (max-width: 767.98px) {
  .block-bottom {
    margin-top: 30px;
  }
}
.block-bottom.no-border .items {
  padding: 0;
}
.block-bottom.no-border .items:before {
  display: none;
}
.block-bottom .items {
  position: relative;
  display: flex;
  margin: 0 -20px;
  padding: 75px 0 0 0;
}
@media (max-width: 767.98px) {
  .block-bottom .items {
    margin: 0;
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
.block-bottom .items:before {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  content: "";
  background-color: rgb(239.7, 239.7, 239.7);
}
@media (max-width: 1199.98px) {
  .block-bottom .items:before {
    left: 0;
    width: 100%;
    display: none;
  }
}
.block-bottom .items .item {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .block-bottom .items .item {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767.98px) {
  .block-bottom .items .item {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.block-bottom .items .item .title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1199.98px) {
  .block-bottom .items .item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-transform: none;
    font-family: "HelveticaNowDisplay", sans-serif;
  }
}
.block-bottom .items .item .entry {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: rgb(124.95, 124.95, 124.95);
}
.block-bottom .items .item .entry a {
  transition: none;
  text-decoration: underline !important;
  color: rgb(124.95, 124.95, 124.95);
}
.block-bottom .items .item .entry a:hover {
  color: #000;
}
.block-bottom .items .item .entry [data-content-type=row] p {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: rgb(124.95, 124.95, 124.95);
}
.block-bottom .items .item .entry [data-content-type=row] p a {
  transition: none;
  text-decoration: underline !important;
  color: rgb(124.95, 124.95, 124.95);
}
.block-bottom .items .item .entry [data-content-type=row] p a:hover {
  color: #000;
}

.block-reassure {
  padding: 70px 0px 40px 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .block-reassure {
    padding: 10px 0 0 0;
  }
}
.block-reassure .reassure-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 40px 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .block-reassure .reassure-title {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
  }
}
.block-reassure .reassure-title span {
  font-weight: 500;
  color: #ff7200;
}
.block-reassure .items {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .block-reassure .items {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -30px !important;
  }
}
@media (max-width: 575.98px) {
  .block-reassure .items {
    margin-top: 0 !important;
    gap: 25px;
    margin: auto;
    width: 100%;
  }
}
.block-reassure .items li {
  position: relative;
  display: block;
}
.block-reassure .items li:before {
  position: relative;
  top: calc(50% - 20px);
  left: 0;
  width: 1px;
  height: 40px;
  content: "";
  background-color: rgb(232.05, 232.05, 232.05);
}
@media (min-width: 1200px) {
  .block-reassure .items li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 1199.98px) {
  .block-reassure .items li {
    width: 33.3333333333%;
    margin-top: 30px !important;
    padding: 0 10px;
  }
  .block-reassure .items li:nth-child(4):before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .block-reassure .items li {
    width: auto;
    margin-top: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
  }
  .block-reassure .items li:after, .block-reassure .items li:before {
    display: none !important;
  }
}
.block-reassure .items li:first-child:before {
  display: none;
}
.block-reassure .items li .icon {
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .block-reassure .items li .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .block-reassure .items li .icon {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 0 0 30px;
  }
}
.block-reassure .items li .icon svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
.block-reassure .items li .text {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  margin: 15px 0 0 0;
  text-align: center;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .block-reassure .items li .text {
    margin: 0 0 0 10px;
    text-align: left;
    font-size: 15px;
  }
}

.block-relations {
  margin: 50px 0 0 0;
}
@media (max-width: 1199.98px) {
  .block-relations {
    margin: 0;
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .block-relations .row > div {
    margin: 30px 0 0 0;
  }
}
.block-relations .item {
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 100%;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .block-relations .item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block-relations .item.color-green, .block-relations .item.color-green .content .item.button-rounded {
  background-color: #d3e9ec;
}
.block-relations .item.color-green .content .block-contacts a:first-child {
  color: #25737d;
}
.block-relations .item.color-green .content .block-contacts a:first-child:hover {
  color: rgb(48.6481481481, 151.2037037037, 164.3518518519);
}
.block-relations .item.color-green .content .block-contacts a:last-child:before {
  background-color: #25737d;
}
@media (max-width: 767.98px) {
  .block-relations .item.color-green .visual, .block-relations .item.color-green .content .item.button-rounded .visual {
    border-color: #25737d;
  }
}
.block-relations .item.color-green .visual .shape svg {
  color: #d3e9ec;
  fill: #25737d;
}
.block-relations .item.color-orange {
  background-color: #fff0e3;
}
@media (max-width: 767.98px) {
  .block-relations .item.color-orange .visual {
    border-color: #ff7200;
  }
}
.block-relations .item.color-orange .visual .shape svg {
  color: #fff0e3;
  fill: #ff7200;
}
.block-relations .item .content {
  width: 300px;
  min-height: 275px;
  padding: 75px 40px 40px 50px;
}
@media (max-width: 1199.98px) {
  .block-relations .item .content {
    min-height: 0;
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .block-relations .item .content {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
}
.block-relations .item .content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px 0;
  color: #000;
}
.block-relations .item .content .title a {
  color: #000;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .block-relations .item .content .title {
    font-size: 20px;
  }
}
.block-relations .item .content .description {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 25px 0;
}
@media (max-width: 1199.98px) {
  .block-relations .item .content .description {
    margin: 0 0 20px 0;
  }
}
.block-relations .item .content .description p {
  margin: 0;
  display: inline;
}
@media (max-width: 1199.98px) {
  .block-relations .item .content .description p {
    display: inline;
  }
}
.block-relations .item .content .description strong {
  font-size: 14px;
  font-weight: 500;
}
.block-relations .item .visual {
  position: relative;
  overflow: hidden;
  width: calc(100% - 300px);
}
@media (max-width: 767.98px) {
  .block-relations .item .visual {
    width: 100%;
    height: 200px;
    border-bottom: 3px solid #000;
  }
}
.block-relations .item .visual .shape {
  position: relative;
  z-index: 2;
  top: -1px;
  left: 0;
  width: 52px;
  height: calc(100% + 2px);
}
@media (max-width: 767.98px) {
  .block-relations .item .visual .shape {
    display: none;
  }
}
.block-relations .item .visual .shape svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  fill: rgb(229.5, 229.5, 229.5);
}
.block-relations .item .visual .cover {
  z-index: 1;
  left: 5px;
  width: calc(100% - 5px);
}
@media (max-width: 1199.98px) {
  .block-relations.is-single .item {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-relations.is-single .item.color-green .visual {
    border-color: #25737d;
  }
  .block-relations.is-single .item.color-orange .visual {
    border-color: #ff7200;
  }
}
.block-relations.is-single .content {
  display: flex;
  justify-content: center;
  width: 55%;
  padding: 75px 40px;
}
@media (max-width: 1199.98px) {
  .block-relations.is-single .content {
    width: 100%;
    text-align: center;
    padding: 50px;
  }
}
.block-relations.is-single .content .title {
  font-size: 29px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .block-relations.is-single .content .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .block-relations.is-single .content .title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .block-relations.is-single .content .title {
    font-size: 20px;
  }
}
.block-relations.is-single .content .actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .block-relations.is-single .content .actions {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .block-relations.is-single .content .actions {
    flex-wrap: wrap;
  }
}
.block-relations.is-single .content .actions .button-rounded {
  padding: 15px 30px;
}
.block-relations.is-single .content .actions .block-contacts {
  align-items: flex-start;
  margin: 0 0 0 30px;
}
@media (max-width: 575.98px) {
  .block-relations.is-single .content .actions .block-contacts {
    width: 100%;
    margin: 20px 0 0 0;
    align-items: center;
  }
}
.block-relations.is-single .visual {
  width: 45%;
}
@media (max-width: 1199.98px) {
  .block-relations.is-single .visual {
    width: 100%;
    height: 200px;
    border-bottom: 3px solid #000;
  }
}
.block-relations.is-single .visual .shape {
  transform: scaleY(-1);
}
@media (max-width: 1199.98px) {
  .block-relations.is-single .visual .shape {
    display: none;
  }
}

.block-reviews {
  overflow: hidden;
  margin: 50px 0 0 0;
  padding: 40px 0;
  background-color: rgb(247.35, 247.35, 247.35);
}
.block-reviews .draggable {
  cursor: grab !important;
}
.block-reviews .draggable:active {
  cursor: grabbing !important;
}
@media (max-width: 1199.98px) {
  .block-reviews {
    text-align: center;
  }
}
.block-reviews .slick-slider {
  padding-top: 0;
}
.block-reviews .row {
  align-items: center;
}
.block-reviews .reviews-summary {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .block-reviews .reviews-summary {
    width: 100%;
    padding: 50px 0;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1299.98px) {
  .block-reviews .reviews-summary {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .block-reviews .reviews-summary {
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .block-reviews .reviews-summary {
    padding: 0 0 50px 0;
  }
}
.block-reviews .reviews-slider {
  position: relative;
  z-index: 1;
  text-align: left;
}
@media (max-width: 1299.98px) {
  .block-reviews .reviews-slider {
    padding: 0 35px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .block-reviews .reviews-slider {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .block-reviews .reviews-slider {
    padding: 0;
  }
}
.block-reviews .reviews-slider:before, .block-reviews .reviews-slider:after {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: rgb(247.35, 247.35, 247.35);
}
.block-reviews .reviews-slider:before {
  background: linear-gradient(90deg, rgb(247, 247, 247) 0%, rgba(247, 247, 247, 0.5) 100%);
  width: calc((100vw - 1200px) / 2);
  right: calc(100% + 305px);
}
.block-reviews .reviews-slider:after {
  left: 100%;
  width: calc((100vw - 1200px) / 2);
  opacity: 1;
  background: linear-gradient(-90deg, rgb(247, 247, 247) 35%, rgba(247, 247, 247, 0) 100%);
}
.block-reviews .reviews-slider .slider .slick-list {
  overflow: visible;
  margin: 0 -12px;
}
@media (max-width: 1199.98px) {
  .block-reviews .reviews-slider .slider .slick-list {
    overflow: hidden;
  }
}
.block-reviews .reviews-slider .slider .slick-track {
  display: flex !important;
}
.block-reviews .reviews-slider .slider .review-item {
  height: inherit !important;
  margin: 0 12px;
}
@media (max-width: 767.98px) {
  .block-reviews .reviews-slider .slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
  }
}
.block-reviews .reviews-slider .slider-nav .arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: none;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .block-reviews .reviews-slider .slider-nav .arrow {
    position: relative;
    top: 0;
    margin: 0 5px;
    width: 40px;
    height: 40px;
  }
}
.block-reviews .reviews-slider .slider-nav .arrow:hover {
  background-color: #000;
}
.block-reviews .reviews-slider .slider-nav .arrow:hover svg {
  fill: #fff;
}
.block-reviews .reviews-slider .slider-nav .arrow-prev {
  left: -35px;
}
@media (max-width: 1199.98px) {
  .block-reviews .reviews-slider .slider-nav .arrow-prev {
    left: 0;
  }
}
.block-reviews .reviews-slider .slider-nav .arrow-next {
  right: -35px;
}
@media (max-width: 1299.98px) {
  .block-reviews .reviews-slider .slider-nav .arrow-next {
    right: 0;
  }
}
.block-reviews .reviews-slider .slider-nav .arrow svg {
  width: 9px;
  height: 100%;
  transition: none;
  fill: #000;
}
@media (max-width: 767.98px) {
  .block-reviews .reviews-slider .slider-nav .arrow svg {
    width: 8px;
  }
}

.product-thumbnail {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .product-thumbnail {
    padding-bottom: 70%;
  }
}
.product-thumbnail .cover {
  transition: none;
  border-radius: 5px;
  overflow: hidden;
  transform: scale(1) !important;
}
.product-card {
  overflow: hidden;
  transition: none;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
}
.product-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 0 0 2px #000;
}
.product-card .gradient-button {
  width: 100%;
  position: relative;
  margin-top: -40px;
  background: linear-gradient(0deg, #FFF 70px, transparent 100%);
  padding: 55px 25px 40px 25px;
  height: 110px;
}
@media (max-width: 1199.98px) {
  .product-card .gradient-button {
    width: 100%;
    position: relative;
    margin-top: -35px;
    background: linear-gradient(0deg, #ffffff 50%, transparent 100%);
    padding: 50px 0 20px 10px;
  }
}
.product-card .gradient-button button {
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  border: none;
  font-family: "HelveticaNowDisplay", sans-serif;
}
.product-card .gradient-button button.less {
  display: none;
}
.product-card .inner {
  padding: 15px 20px 35px 20px;
  background-color: #fff;
  overflow: hidden;
  max-height: 215px;
}
@media (max-width: 1199.98px) {
  .product-card .inner {
    padding: 5px 20px 20px;
  }
  .product-card .inner .name {
    font-size: 17px !important;
  }
}
.product-card .inner .name {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px 0;
  text-align: left;
  color: #000;
}
.product-card .inner .name a {
  color: #000;
}
@media (max-width: 1199.98px) {
  .product-card .inner .name {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0 !important;
  }
}
.product-card .inner .description {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.product-card:hover .gradient-button button {
  color: #ff7200;
}

.product-ribbon {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0.5em 2em;
  transform: translateY(-100%) rotate(-90deg) translateX(-70.7106781187%) rotate(45deg);
  transform-origin: bottom left;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.product-ribbon-rose {
  background-color: #ff005a;
}
.product-ribbon-green {
  background-color: #25737d;
}
.product-ribbon-orange {
  background-color: #ff7200;
}
.product-ribbon em {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 2px 0 0 0;
}

#listing-products .product .product-thumbnail img {
  width: 100%;
  height: 100%;
}

#category-listing {
  margin: 30px 0 0 0;
}
@media (max-width: 767.98px) {
  #category-listing {
    margin: 15px 0 0 0;
  }
}
#category-listing .container-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px !important;
  width: 75%;
}
@media (max-width: 767.98px) {
  #category-listing .container-cards {
    margin: 0 !important;
    gap: 10px;
  }
}
#category-listing .container-cards .card {
  width: calc(33.3333333% - 24px);
  margin: 12px !important;
}
@media (max-width: 1199.98px) {
  #category-listing .container-cards .card {
    width: calc(33.3333333333% - 24px);
  }
}
@media (max-width: 1199.98px) {
  #category-listing .container-cards .card {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767.98px) {
  #category-listing .container-cards .card {
    width: calc(50% - 5px);
    margin: 0 !important;
  }
  #category-listing .container-cards .card.empty-card {
    display: none;
  }
}
#category-listing .card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-radius: 3px;
  background-color: #fff;
}
#category-listing .card-help {
  justify-content: center;
  background-color: #d3e9ec;
}
#category-listing .card-help .inner {
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
}
#category-listing .card-help .inner .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  #category-listing .card-help .inner .icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767.98px) {
  #category-listing .card-help .inner .icon {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 575.98px) {
  #category-listing .card-help .inner .icon {
    width: 48px;
    height: 48px;
  }
}
#category-listing .card-help .inner .icon svg {
  width: 100%;
  height: 100%;
  fill: #25737d;
}
#category-listing .card-help .inner .title {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.15;
  margin: 40px 0 0 0;
  color: #25737d;
}
@media (max-width: 1199.98px) {
  #category-listing .card-help .inner .title {
    font-size: 26px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  #category-listing .card-help .inner .title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  #category-listing .card-help .inner .title {
    font-size: 20px;
  }
}
#category-listing .card-help .inner .title strong {
  font-weight: 600;
}
#category-listing .card-help .inner .button-rounded {
  margin: 30px 0 0 0;
  padding: 15px 30px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
#category-listing .card-reviews {
  justify-content: center;
  background-color: rgb(247.35, 247.35, 247.35);
  margin: 0 14px 0 0;
  width: calc(25% - 14px);
  float: left;
}
#category-listing .card-reviews .inner {
  padding: 40px 25px;
}
@media (max-width: 1199.98px) {
  #category-listing .card-reviews .inner {
    padding: 0px 25px 5px;
  }
}
#category-listing .card-reviews .reviews-summary {
  width: 100%;
}
#category-listing .card-reviews .reviews-summary .logo-av {
  max-width: 165px;
  margin: 30px 0 0 0;
}
@media (max-width: 1199.98px) {
  #category-listing .card-reviews .reviews-summary .logo-av {
    max-width: 130px;
    margin: 8px 0 0 0;
  }
}
#category-listing .card-reviews .reviews-slider {
  margin: -5px 0 0 0;
}
@media (max-width: 1199.98px) {
  #category-listing .card-reviews .reviews-slider {
    margin: -15px 0 0;
  }
}
#category-listing .card-reviews .reviews-slider .review-item {
  padding: 30px 20px;
  border: none;
}
#category-listing .card-reviews .reviews-slider .review-item .comment:after {
  width: 50%;
}
#category-listing .card-reviews .reviews-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: -3.5px !important;
  padding: 20px 0 0 0;
}
#category-listing .card-reviews .reviews-slider .slick-dots li {
  display: block;
  width: 7px;
  height: 7px;
  margin: 3.5px !important;
  cursor: pointer;
  transition: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
#category-listing .card-reviews .reviews-slider .slick-dots li:hover, #category-listing .card-reviews .reviews-slider .slick-dots li.slick-active {
  background-color: #000;
}
#category-listing .card-reviews .reviews-slider .slick-dots li button {
  display: none;
}

.catalog-category-view .seo-content {
  margin: 15px 10px;
  position: relative;
}
.catalog-category-view .seo-content table tr:first-child {
  background: #f8f8f8;
}
.catalog-category-view .seo-content table td, .catalog-category-view .seo-content table th {
  padding: 4px 8px;
  font-weight: normal;
  line-height: 22px;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  border: 1px solid #ddd;
}
.catalog-category-view .seo-content table tr td:first-child {
  text-align: right !important;
  background: #f8f8f8;
}
@media (max-width: 1199.98px) {
  .catalog-category-view .seo-content .table-container {
    width: 100%;
    overflow-x: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .catalog-category-view .seo-content table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    min-width: 100%;
  }
  .catalog-category-view .seo-content table td {
    line-height: 18px;
    min-width: 80px !important;
    width: auto !important;
    font-size: 14px;
  }
  .catalog-category-view .seo-content table th, .catalog-category-view .seo-content table td {
    white-space: normal;
    font-size: 14px;
  }
  .catalog-category-view .seo-content table th strong, .catalog-category-view .seo-content table td strong {
    font-weight: 600;
  }
  .catalog-category-view .seo-content table tr td:last-child {
    border-right: none;
  }
  .catalog-category-view .seo-content table tr td:first-child {
    border-left: none;
  }
  .catalog-category-view .seo-content table th:first-child, .catalog-category-view .seo-content table td:first-child {
    position: sticky;
    left: 0;
    background: #FFF;
    z-index: 10;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
  }
  .catalog-category-view .seo-content table th:first-child:before, .catalog-category-view .seo-content table td:first-child:before {
    content: "";
    position: absolute;
    display: block;
    background: #000000;
    right: -4px;
    width: 3px;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.025;
    filter: blur(0.5px);
  }
  .catalog-category-view .seo-content table th:first-child::after, .catalog-category-view .seo-content table td:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
}

.catalog-category-view #listing-products {
  margin: -70px 0 0 0;
  background: linear-gradient(0deg, #FFF 0%, #f7f7f7 100px);
  padding-top: 115px;
  padding-bottom: 0;
}
.catalog-category-view #masthead-simple {
  margin: 0;
  padding: 0;
  position: relative;
  height: 185px;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple {
    margin: 0;
    height: 100px;
  }
}
.catalog-category-view #masthead-simple .container {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.catalog-category-view #masthead-simple h1 {
  z-index: 1;
  display: block;
  position: relative;
  font-size: 35px;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 15px;
}
.catalog-category-view #masthead-simple h1.title-promotions {
  font-size: 60px;
}
.catalog-category-view #masthead-simple h1 strong {
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple h1 {
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
  }
}
.catalog-category-view #masthead-simple .banner-text {
  width: 100%;
  max-width: 1048px;
  margin: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.catalog-category-view #masthead-simple .banner-text .down-to-listing {
  display: none;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .banner-text {
    top: calc(50% - 20px);
  }
  .catalog-category-view #masthead-simple .banner-text .down-to-listing {
    display: none;
    position: absolute;
    bottom: -50px;
    height: 25px;
    width: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    box-sizing: content-box;
    border-radius: 50%;
    background: center center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' height='20' width='20'%3E%3Cpath d='M23.29 10.24a1.4 1.4 0 0 0-2 .13l-7.45 8.46a.25.25 0 0 1-.28.07.26.26 0 0 1-.16-.23V1.41a1.41 1.41 0 0 0-2.82 0v17.26a.26.26 0 0 1-.16.23.25.25 0 0 1-.28-.07L2.7 10.37a1.41 1.41 0 0 0-2.12 1.86l9.65 11a2.36 2.36 0 0 0 3.54 0l9.65-11a1.41 1.41 0 0 0-.13-1.99Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E") #FFF;
    background-size: 50%;
  }
}
.catalog-category-view #masthead-simple .banner {
  position: absolute;
  overflow: hidden;
  height: 185px;
  width: 100vw;
  border-radius: 3px;
  max-width: 2000px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .banner {
    height: 100px;
    border-radius: 0;
  }
}
.catalog-category-view #masthead-simple .banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: block;
  backdrop-filter: saturate(1.15) blur(2px);
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .banner:after {
    background: rgba(0, 0, 0, 0.6);
  }
}
.catalog-category-view #masthead-simple .banner.promotions:after {
  display: none;
}
.catalog-category-view #masthead-simple .block-steps {
  position: relative;
  margin: 0;
  text-align: center;
  background-color: transparent;
  padding: 0;
  border-radius: 15px;
  z-index: 5;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .block-steps {
    display: none;
  }
  .catalog-category-view #masthead-simple .block-steps .container {
    margin: 0;
    padding: 0;
    max-width: 525px;
    margin: auto !important;
  }
}
.catalog-category-view #masthead-simple .block-steps .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 800px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .block-steps .steps {
    width: 100%;
  }
}
.catalog-category-view #masthead-simple .block-steps .steps .step {
  display: flex;
  align-items: center;
  text-align: left;
  flex: 0 0 33.3333333333%;
  justify-content: center;
  flex-direction: row;
  position: relative;
  margin: 0;
}
.catalog-category-view #masthead-simple .block-steps .steps .step:after {
  height: 20px;
  width: 20px;
  right: 0;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40' id='Arrows-Button-Right--Streamline-Micro' height='40' width='40'%3E%3Cdesc%3EArrows Button Right Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath fill='%23ffffff' d='M29.996 16.416 13.596 0.832A3.02 3.02 0 0 0 9.436 5.2L24.28 19.292a0.996 0.996 0 0 1 0 1.448L9.436 34.828a3 3 0 1 0 4.132 4.348l16.468 -15.628a5.02 5.02 0 0 0 -0.04 -7.128Z' stroke-width='1'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .block-steps .steps .step:after {
    margin-top: -15px;
  }
}
.catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(1):before {
  display: none;
}
.catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(1):after {
  border-color: #ff7200;
}
.catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(1) .number {
  color: #FFF;
  -webkit-text-stroke: 0px #FFF;
  text-stroke: 0px #FFF;
  text-shadow: none;
}
.catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(1) .number:after {
  background: #ff7200;
  border-color: #ff7200;
}
.catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(1) .text {
  font-weight: 500;
  color: #ff7200;
}
.catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(3):before, .catalog-category-view #masthead-simple .block-steps .steps .step:nth-child(3):after {
  display: none;
}
.catalog-category-view #masthead-simple .block-steps .steps .step .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin-left: 25px;
  margin-top: 5px;
  text-align: left;
  padding: 0;
  height: 48px;
  text-shadow: 0px 0px 30px black;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .block-steps .steps .step .text {
    font-size: 15px;
    height: 36px;
    min-width: 130px;
    padding: 0 10px;
  }
}
.catalog-category-view #masthead-simple .block-steps .steps .step .number {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin: 0;
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .catalog-category-view #masthead-simple .block-steps .steps .step .number {
    font-size: 25px;
  }
}
@supports (text-stroke: 2px black) or (-webkit-text-stroke: 2px black) {
  .catalog-category-view #masthead-simple .block-steps .steps .step .number {
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
    text-shadow: none;
  }
}
.catalog-category-view #masthead-simple .block-steps .steps .step .number:before {
  display: none;
}
.catalog-category-view #masthead-simple .block-steps .steps .step .number:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -15px;
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  margin-top: 0;
}
.catalog-category-view .seo-list {
  line-height: 1.4;
  margin: auto auto 15px;
}
.catalog-category-view .seo-list div[data-content-type=text] {
  margin: 0 50px;
}
@media (max-width: 1199.98px) {
  .catalog-category-view .seo-list div[data-content-type=text] {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .catalog-category-view .seo-list {
    width: 100%;
    line-height: 1.4;
    margin: auto auto 15px;
  }
}
.catalog-category-view .seo-list p {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .catalog-category-view .seo-list p {
    font-size: 13px;
  }
}
.catalog-category-view .seo-list p a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.catalog-category-view .seo-list p a:hover {
  color: #616161;
}
.catalog-category-view .seo-list p a.view-more {
  text-decoration: underline !important;
  font-weight: 600;
  padding-left: 6px;
}
.catalog-category-view .seo-list p a.view-more:hover {
  color: #616161;
}
.catalog-category-view .seo-list .more.closed {
  display: none;
}
.catalog-category-view .seo-list .more.opened {
  display: block;
}
.catalog-category-view .tags-list {
  padding: 0 50px 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .catalog-category-view .tags-list {
    padding: 0;
    margin: -5px;
    margin-bottom: 12px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
.catalog-category-view .tags-list .filter {
  border: 1px solid #FFF;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 15px;
  padding: 12px 25px 12px 15px;
  color: #000;
  display: inline-block;
  margin: 5px !important;
  position: relative;
  font-family: "HelveticaNowDisplay", sans-serif;
  text-align: center;
  flex: 1 1 calc(25% - 10px);
  max-width: calc(25% - 10px);
  box-sizing: border-box;
}
.catalog-category-view .tags-list .filter:after {
  content: "";
  height: 9px;
  width: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40' id='Arrows-Button-Right--Streamline-Micro' height='40' width='40'%3E%3Cdesc%3EArrows Button Right Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath fill='%23000000' d='M29.996 16.416 13.596 0.832A3.02 3.02 0 0 0 9.436 5.2L24.28 19.292a0.996 0.996 0 0 1 0 1.448L9.436 34.828a3 3 0 1 0 4.132 4.348l16.468 -15.628a5.02 5.02 0 0 0 -0.04 -7.128Z' stroke-width='1'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.35;
}
.catalog-category-view .tags-list .filter:hover {
  border: 1px solid rgb(56, 56, 56);
  box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.25);
}
.catalog-category-view .tags-list .filter:hover:after {
  opacity: 1;
}
.catalog-category-view .tags-list .filter.current, .catalog-category-view .tags-list .filter.current:hover {
  border-color: #000;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.2), 0 0 0 1px #000;
  cursor: default;
}
.catalog-category-view .tags-list .filter.current:after, .catalog-category-view .tags-list .filter.current:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 40' id='Arrows-Button-Right--Streamline-Micro' height='40' width='40'%3E%3Cdesc%3EArrows Button Right Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath fill='%23ff7200' d='M29.996 16.416 13.596 0.832A3.02 3.02 0 0 0 9.436 5.2L24.28 19.292a0.996 0.996 0 0 1 0 1.448L9.436 34.828a3 3 0 1 0 4.132 4.348l16.468 -15.628a5.02 5.02 0 0 0 -0.04 -7.128Z' stroke-width='1'%3E%3C/path%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .catalog-category-view .tags-list .filter {
    font-size: 14px;
    padding: 10px 25px 10px 10px;
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .catalog-category-view .tags-list:after {
    content: "";
    flex: auto; /* Comble l’espace vide sur la dernière ligne */
  }
}
.catalog-category-view #category-listing .container-cards .seo-list {
  width: calc(100% - 25px);
  line-height: 1.5;
  margin: 0 auto 0 !important;
  padding: 15px 0px;
  border-radius: 4px;
  background: #FFF;
}
.catalog-category-view #category-listing .container-cards .seo-list div[data-content-type=text] {
  margin: 0 15px;
}
.catalog-category-view #category-listing .container-cards .seo-list p {
  color: #616161;
}
.catalog-category-view #category-listing .tags-list {
  padding: 0 0 10px 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
.catalog-category-view #category-listing .tags-list .filter {
  border: 1px solid rgb(247, 247, 247);
  background-color: rgb(247, 247, 247);
  box-shadow: none;
  margin: 0 9px 9px 9px !important;
  flex: 1 1 calc(25% - 18px);
  max-width: calc(25% - 18px);
}
.catalog-category-view #category-listing .tags-list .filter:hover {
  box-shadow: none;
  border-color: #000;
}

#listing-products {
  margin: -320px 0 -50px 0;
  background: linear-gradient(0deg, #FFF 0%, #f7f7f7 100px);
  padding-top: 280px;
  padding-bottom: 60px;
}
@media (max-width: 1199.98px) {
  #listing-products {
    padding-bottom: 30px;
    margin-top: -280px;
  }
}
#listing-products .banner {
  margin: 0 auto 10px auto;
  overflow: hidden;
  border-radius: 3px;
}
#listing-products .banner img {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  #listing-products .banner .image-desktop {
    display: none;
  }
}
#listing-products .banner .image-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  #listing-products .banner .image-mobile {
    display: block;
  }
}
#listing-products.loading .product {
  opacity: 0;
}
#listing-products .product {
  display: flex;
  overflow: hidden;
  margin: 0 auto 10px auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.1);
  position: relative;
}
#listing-products .product:hover {
  box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.25);
}
#listing-products .product:hover .actions a {
  box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.25);
}
#listing-products .product:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #000 inset;
  pointer-events: none;
}
#listing-products .product.is-featured {
  border: 4px solid #ff7200;
}
#listing-products .product.is-featured .product-content .content-left .description .baseline {
  color: #ff7200;
  align-items: center;
  display: inline-flex;
}
#listing-products .product.is-featured .product-content .content-left .description .baseline svg {
  width: 16px;
  margin: 0 6px 0 0;
  height: 16px;
  fill: currentColor;
}
@media (max-width: 1199.98px) {
  #listing-products .product {
    flex-wrap: wrap;
    box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
  #listing-products .product:hover {
    box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
}
#listing-products .product .product-thumbnail {
  width: 490px;
  height: 280px;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-thumbnail {
    height: calc(0.6189111748 * (100vw - 24px));
    width: 100%;
  }
}
#listing-products .product .product-thumbnail .product-ribbon {
  padding: 0.5em 2.5em;
}
#listing-products .product .product-content {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 490px);
  padding: 0px 40px 0px 40px;
  position: relative;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content {
    flex-wrap: wrap;
    text-align: center;
  }
}
#listing-products .product .product-content .infos.tissus {
  margin: 12px 0 0 0;
  padding: 0;
  font-family: "HelveticaNowDisplay", sans-serif;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  line-height: 1.4;
  text-align: left;
}
#listing-products .product .product-content .infos.tissus strong {
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .infos.tissus.mobile {
    display: flex;
  }
}
@media (min-width: 1200px) {
  #listing-products .product .product-content .infos.tissus.desktop {
    display: flex;
    margin: -4px 0 0 0;
  }
}
#listing-products .product .product-content .content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 125px);
  height: 100%;
  padding: 0 25px 0px 0;
  gap: 15px;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
  }
  #listing-products .product .product-content .content-left .product-cost {
    position: relative;
    padding-top: 20px;
    margin-top: 0px;
  }
}
#listing-products .product .product-content .content-left .description {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
#listing-products .product .product-content .content-left .description .name {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #000;
  display: block !important;
}
#listing-products .product .product-content .content-left .description .name a {
  color: #000;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .description .name {
    font-size: 22px;
    display: inline-block;
    margin: 0 5px 5px 0;
  }
}
#listing-products .product .product-content .content-left .description .baseline {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #25737d;
  background: #e0f4f6;
  display: inline-block;
  padding: 7px 12px 9px 11px;
  border-radius: 3px;
  font-weight: 500;
}
#listing-products .product .product-content .content-left .description .baseline:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='-1.5 -1.5 40 40' id='Thumb-Up-Like--Streamline-Ultimate' height='40' width='40'%3E%3Cdesc%3EThumb Up Like Streamline Icon: https://streamlinehq.com%3C/desc%3E%3Cpath stroke='%2325737d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.21875 19.1627625h1.85c1.5416666666666667 0 2.7750000000000004 1.2333333333333334 2.7750000000000004 2.7750000000000004s-1.2333333333333334 2.7750000000000004 -2.7750000000000004 2.7750000000000004h-1.85' stroke-width='3.5'%3E%3C/path%3E%3Cpath stroke='%2325737d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.21875 30.2627625h0.4625c1.5416666666666667 0 2.7750000000000004 -1.2333333333333334 2.7750000000000004 -2.7750000000000004s-1.2333333333333334 -2.7750000000000004 -2.7750000000000004 -2.7750000000000004h-0.4625' stroke-width='3.5'%3E%3C/path%3E%3Cpath stroke='%2325737d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.218595833333335 19.1627625h1.0791666666666666c1.5416666666666667 0 2.7750000000000004 -1.2333333333333334 2.7750000000000004 -2.7750000000000004 0 -1.5416204166666667 -1.2333333333333334 -2.7749229166666667 -2.7750000000000004 -2.7749229166666667h-9.25l0.15416666666666667 -0.30836416666666666c1.5416666666666667 -2.6208333333333336 2.466666666666667 -5.704135833333334 2.6208333333333336 -8.941635833333333 0.15416666666666667 -1.0791666666666666 -0.30833333333333335 -2.0041975 -1.2333333333333334 -2.6208641666666668 -0.6166666666666667 -0.46249537500000004 -1.2333333333333334 -0.4625138750000001 -2.004166666666667 -0.30834720833333334 -0.7708333333333334 0.15416512500000001 -1.3875000000000002 0.6166959583333333 -1.6958333333333335 1.233362625 -3.1442291666666664 5.502223750000001 -5.23735 12.441604583333335 -10.637500000000001 16.341605H6.552083333333334' stroke-width='3.5'%3E%3C/path%3E%3Cpath stroke='%2325737d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M31.21875 30.2627625h-1.0791666666666666c1.6958333333333335 0 2.9291666666666667 1.3875000000000002 2.6208333333333336 3.0833333333333335 -0.15416666666666667 1.3875000000000002 -1.3875000000000002 2.3125 -2.7750000000000004 2.3125h-10.020833333333334c-0.6166666666666667 0 -1.3875000000000002 0 -2.004166666666667 -0.15416666666666667l-8.170833333333334 -1.3875000000000002h-3.2375000000000003' stroke-width='3.5'%3E%3C/path%3E%3Cpath stroke='%2325737d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M6.552083333333334 16.3877625H1.15625v19.270833333333336h5.395833333333334v-19.270833333333336Z' stroke-width='3.5'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -2px;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .description .baseline:before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .description .baseline {
    font-size: 16px;
    padding: 4px 12px 7px 11px;
    top: 0;
    position: relative;
  }
}
#listing-products .product .product-content .content-left .description .coloris {
  font-family: "HelveticaNowDisplay", sans-serif;
  border: 1px solid #c8c8c8;
  font-size: 14px;
  display: inline-block;
  border-radius: 50px;
  padding: 0 15px 0 35px;
  line-height: 32px;
  height: 34px;
  position: relative;
  margin: 25px 0 0 0;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .description .coloris {
    margin-top: 10px;
    transform: scale(0.9);
    transform-origin: left;
  }
}
#listing-products .product .product-content .content-left .description .coloris span {
  font-weight: 500;
  color: #000;
}
#listing-products .product .product-content .content-left .description .coloris span:before {
  background: url("../images/coloris-wheel.gif") center center;
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  left: 4px;
  top: 3px;
}
#listing-products .product .product-content .content-left .description .dimensions {
  margin: 25px 0 0 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .description .dimensions {
    margin: 12px 0 5px 0 !important;
  }
}
#listing-products .product .product-content .content-left .description .dimensions li {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  display: flex;
  margin: 0 0 10px 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .description .dimensions li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#listing-products .product .product-content .content-left .description .dimensions li strong {
  font-weight: 500;
  padding: 0 15px 0 0;
}
#listing-products .product .product-content .content-left .arguments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content .content-left .arguments {
    justify-content: center;
    text-align: left;
  }
}
#listing-products .product .product-content .content-left .arguments .argument {
  display: flex;
  align-items: center;
  width: 190px;
}
#listing-products .product .product-content .content-left .arguments .argument .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content .content-left .arguments .argument .icon {
    width: 32px;
    height: 32px;
  }
}
#listing-products .product .product-content .content-left .arguments .argument .icon svg {
  width: 20px;
  height: 100%;
  fill: #000;
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content .content-left .arguments .argument .icon svg {
    width: 16px;
  }
}
#listing-products .product .product-content .content-left .arguments .argument .text {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  width: calc(100% - 40px);
  padding: 0 0 0 10px;
  color: #000;
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content .content-left .arguments .argument .text {
    padding: 0 0 0 15px;
  }
}
#listing-products .product .product-content .content-left .arguments .product-cost {
  margin: 0 0 0 40px;
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  #listing-products .product .product-content .content-left .arguments .product-cost {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
#listing-products .product .product-content .content-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 200px;
  padding: 0;
  gap: 15px;
  flex-wrap: nowrap;
}
#listing-products .product .product-content .content-right .pricing .old-price {
  display: block;
  text-align: center;
  text-decoration: line-through;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 18px;
  color: #98999a;
  margin: 5px;
  font-weight: 400;
}
#listing-products .product .product-content .content-right .pricing .label-price, #listing-products .product .product-content .content-right .pricing .final-price {
  font-size: 20px;
  color: #000;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-right .pricing .label-price, #listing-products .product .product-content .content-right .pricing .final-price {
    font-size: 17px;
  }
}
#listing-products .product .product-content .content-right .pricing .final-price {
  color: #ff7200;
  font-weight: 600;
}
#listing-products .product .product-content .content-right .pricing .final-price sup {
  top: -5.5px;
  font-size: 65%;
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content .content-right {
    width: 100%;
    padding: 15px 0 0 0;
    height: auto;
    position: initial;
    gap: 10px;
  }
}
#listing-products .product .product-content .content-right .actions {
  width: 100%;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-right .actions {
    display: flex;
    gap: 5px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 5px !important;
  }
}
#listing-products .product .product-content .content-right .actions .button-rounded {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 12px 30px;
  text-transform: none;
  font-weight: 600;
  font-family: "HelveticaNowDisplay", sans-serif;
}
#listing-products .product .product-content .content-right .actions .button-rounded.button-calculate {
  padding: 11px 28px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-right .actions .button-rounded.button-calculate {
    display: none !important;
  }
}
#listing-products .product .product-content .content-right .actions .button-rounded.button-calculate:hover {
  background: #fafafa;
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-right .actions .button-rounded {
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #listing-products .product .product-content .content-right .made {
    position: absolute;
    left: -65px;
    bottom: 10px;
    width: 55px;
    padding: 5px;
    background: #FFF;
    border-radius: 90px;
    box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: auto;
    transform: scale(1);
  }
}
@media (max-width: 1199.98px) {
  #listing-products .product .product-content .content-right .made {
    margin: 0;
    position: absolute;
    right: 10px;
    top: -60px;
    width: 51px;
    padding: 5px;
    transform: scale(1);
    background: #FFF;
    border-radius: 90px;
    box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.4);
  }
}
#listing-products .product .product-content .content-right .made .icon {
  display: block;
  width: 45px;
  height: 45px;
  margin: auto;
}
@media (max-width: 767.98px) {
  #listing-products .product .product-content .content-right .made .icon {
    width: 42px;
    height: 42px;
  }
}
#listing-products .product .product-content .content-right .made .icon svg, #listing-products .product .product-content .content-right .made .icon img {
  width: 100%;
  height: auto;
  margin-top: 50% !important;
  transform: translateY(-50%);
}
#listing-products .product .product-content .content-right .made .text {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin: 8px 0 0 0;
  text-align: center;
  color: #000;
}
#listing-products .block-steps {
  margin: 20px 0 0 0;
}

.catalogsearch-result-index #listing-products {
  margin: -265px 0 -40px 0;
  background: linear-gradient(0deg, #FFF 0%, #f7f7f7 100px);
  padding-top: 280px;
  padding-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .catalogsearch-result-index #listing-products {
    padding: 10px 10px;
    margin-top: 5px;
  }
}
.catalogsearch-result-index #listing-products .message.notice dl.block {
  margin-top: 25px !important;
  padding-bottom: 8px;
}
.catalogsearch-result-index #listing-products .message.notice dl.block dt {
  padding: 20px 15px;
}
.catalogsearch-result-index #listing-products .message.notice dl.block .item {
  padding: 3px 15px;
}

.block-contacts {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.block-contacts a, .block-contacts .obfusque {
  line-height: 1;
  color: #000;
}
.block-contacts a:first-child, .block-contacts .obfusque:first-child {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  transition: none;
}
.block-contacts a:first-child:hover, .block-contacts .obfusque:first-child:hover {
  color: #000;
}
.block-contacts a:last-child, .block-contacts .obfusque:last-child {
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.block-contacts a:last-child:before, .block-contacts .obfusque:last-child:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: none;
  background-color: #ff7200;
}
.block-contacts a:last-child:hover:before, .block-contacts .obfusque:last-child:hover:before {
  width: 100%;
}

/* === PAGINATION Mikii === */
.mikii-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 100%;
  font-family: "Poppins", "Open Sans", sans-serif;
}

.mikii-pagination .pagination {
  display: flex;
  list-style: none;
  padding: 30px 0 10px;
  margin: 0;
  gap: 8px;
}

.mikii-pagination .pagination li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mikii-pagination .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 50px;
  transition: all 0.25s ease;
  background-color: #fff;
}

.mikii-pagination .pagination li a:hover {
  background-color: #ff6c00;
  color: #fff;
  border-color: #ff6c00;
  transform: translateY(-2px);
}

.mikii-pagination .pagination li.active a {
  background-color: #ff6c00;
  color: #fff;
  border-color: #ff6c00;
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}

.mikii-pagination .pagination li.prev a,
.mikii-pagination .pagination li.next a {
  font-weight: 600;
  color: #ff6c00;
  border-color: transparent;
  background: transparent;
  text-transform: uppercase;
}

.mikii-pagination .pagination li.prev a:hover,
.mikii-pagination .pagination li.next a:hover {
  text-decoration: underline;
  background: none;
  color: #222;
}

@media (max-width: 768px) {
  .mikii-pagination .pagination {
    gap: 5px;
  }
  .mikii-pagination .pagination li a {
    min-width: 30px;
    height: 30px;
    font-size: 13px;
    padding: 0 8px;
  }
}
.mikiito-filters {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .mikiito-filters {
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
  }
}
.mikiito-filters:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c6c6c6;
  left: 0;
  z-index: 0;
}

.message.info.empty {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 50px 0;
  font-size: 17px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 10px;
}
.message.info.empty div:before {
  content: "🫤 ";
}

.mikiito-compare-btn {
  position: relative;
  z-index: 1;
  box-shadow: -20px 0 0 #f8f8f8;
}
.mikiito-compare-btn .mikiito-btn--compare {
  border-radius: 3px;
  background: #000;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  height: 56px;
  display: block;
  line-height: 56px;
  padding: 0 40px;
  font-family: "HelveticaNowDisplay", sans-serif;
}
.mikiito-compare-btn .mikiito-btn--compare:hover {
  background: #2e2e2e;
}
.mikiito-compare-btn .mikiito-btn--compare::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: currentColor;
  position: relative;
  top: 6px;
  margin-right: 5px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' height='24' width='24'%3E%3Cg id='compare-arrows-fill'%3E%3Cpath id='Union' fill='%23000000' d='m12.207 14.293 0.0684 0.0761c0.3203 0.3928 0.2977 0.9718 -0.0684 1.3379l-3.99997 4 -1.41406 -1.414L9.08594 16H2v-2h7.08594l-2.29297 -2.293 1.41406 -1.414zm5 -8.58597L14.9141 8H22v2h-7.0859l2.2929 2.293 -1.414 1.414 -4 -3.99997c-0.3906 -0.39052 -0.3906 -1.02354 0 -1.41406l4 -4z' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 1199.98px) {
  .mikiito-compare-btn .mikiito-btn--compare {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
  .mikiito-compare-btn .mikiito-btn--compare:before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}

.mikiito-dim-filter {
  box-shadow: 20px 0 0 #f8f8f8;
  border-radius: 3px;
  background: #25737d;
  color: #fff;
  padding: 8px 20px;
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter {
    width: 100%;
    padding: 10px 10px 15px 10px;
    margin-bottom: 5px;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: auto;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title {
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  padding: 0 25px 0 0;
  flex: 0 0 230px;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title {
    padding: 0;
    flex: 0 0 100%;
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title .no-result {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title .no-result:after {
    content: " :";
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title .has-results {
  display: none;
  line-height: 1.2;
  font-size: 15px;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title .has-results .number, .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title .has-results u {
  font-style: normal;
  text-decoration: none;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title strong {
  font-weight: 300;
  text-decoration: underline;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title span {
  font-weight: bold;
  display: block;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title:after {
  content: "";
  opacity: 0.2;
  background: #000000;
  border-radius: 5px;
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center center;
  margin-top: -125px;
  top: 50%;
  left: -70px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__title:after {
    opacity: 0.05;
    width: 400px;
    height: 400px;
    transform: rotate(330deg);
    margin-top: -325px;
    margin-left: -200px;
    top: 50%;
    left: 50%;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill {
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #FFF;
  border-radius: 50px;
  margin: 0;
  font-size: 15px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill {
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill:focus-within {
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(255, 255, 255, 0.15);
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill .mikiito-unit {
  font-family: "HelveticaNowDisplay", sans-serif;
  color: #000;
  position: absolute;
  right: 15px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill .mikiito-unit {
    right: 8px;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill input[type=number] {
  -webkit-appearance: none;
  appearance: textfield;
  margin: 0;
  -moz-appearance: textfield;
  padding: 0;
  width: 100%;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill input[type=number]::-webkit-outer-spin-button,
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill input {
  background: transparent;
  border: none;
  font-weight: 500;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: textfield;
  margin: 0;
  -moz-appearance: textfield;
  color: #25737d;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill input {
    font-size: 14px;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-pill input::placeholder {
  color: #25737d;
  opacity: 1;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary {
  font-weight: 500;
  flex: 0 0 165px;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 16px;
  color: #FFF;
  background: #ff7200;
  border-radius: 3px;
  padding: 0 35px;
  border: none;
  cursor: pointer;
  align-self: stretch;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary {
    padding: 0;
    flex: 0 0 100px;
    height: 30px;
    font-size: 14px;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary.loading, .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary.loading:hover {
  font-size: 0;
  background: #ff7200;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary.loading::before, .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary.loading:hover::before {
  width: 18px;
  height: 18px;
  top: 0;
  margin: 0;
  animation: spin 2s linear infinite;
  transform-origin: center center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30' id='Loading-1--Streamline-Flex' height='30' width='30'%3E%3Cdesc%3E Loading 1 Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='loading-1--progress-loading-load-wait-waiting'%3E%3Cpath id='Union' fill='%23FFF' fill-rule='evenodd' d='M14.9994 -0.002092632857142857c0.8875928571428572 0 1.6071428571428572 0.7195426328571428 1.6071428571428572 1.6071419185714284V7.076185714285715c0 0.8876142857142857 -0.7195499999999999 1.6071428571428572 -1.6071428571428572 1.6071428571428572 -0.8876142857142857 0 -1.6071428571428572 -0.7195285714285714 -1.6071428571428572 -1.6071428571428572V1.6050492857142857c0 -0.8875992857142857 0.7195285714285714 -1.6071419185714284 1.6071428571428572 -1.6071419185714284ZM2.6440499999999996 6.000728571428571c0.5939571428571429 -0.6595714285714286 1.610142857142857 -0.7127785714285714 2.269735714285714 -0.11882142857142856l4.108778571428571 3.6999428571428568c0.6595714285714286 0.5939571428571429 0.7127785714285714 1.610142857142857 0.11882142857142856 2.269735714285714 -0.5939571428571429 0.6595714285714286 -1.610142857142857 0.7127785714285714 -2.269735714285714 0.11882142857142856L2.762871428571428 8.270464285714285c-0.6595778571428571 -0.5939571428571429 -0.712782857142857 -1.610142857142857 -0.11882142857142856 -2.269735714285714Zm4.915007142857143 12.652135714285714c0.8338499999999999 -0.30415714285714285 1.2632571428571429 -1.2267214285714285 0.9591 -2.0605714285714285 -0.3041785714285714 -0.8338499999999999 -1.2267214285714285 -1.2632571428571429 -2.0605714285714285 -0.9591L1.0557985714285714 17.603571428571428c-0.8338585714285713 0.3041785714285714 -1.2632616428571428 1.2267214285714285 -0.9590985 2.0605714285714285 0.3041620714285714 0.8338714285714285 1.226711357142857 1.2632785714285715 2.0605785 0.9591l5.401778571428571 -1.9703785714285715Zm4.81755 3.4022785714285715c0.79215 0.4005 1.1097642857142855 1.3671428571428572 0.7093714285714285 2.159357142857143l-2.4786642857142853 4.904142857142857c-0.4003714285714286 0.7922142857142856 -1.3671428571428572 1.1097857142857144 -2.1592928571428573 0.7092857142857143 -0.7921714285714285 -0.40028571428571424 -1.1097642857142855 -1.3671428571428572 -0.7093928571428572 -2.1591428571428573l2.4786642857142853 -4.904142857142857c0.4003928571428571 -0.7922142857142856 1.3671428571428572 -1.1097857142857144 2.1593142857142853 -0.7095Zm14.859749999999998 -13.784678571428572c0.6595714285714286 -0.5939571428571429 0.7127142857142857 -1.610142857142857 0.1187142857142857 -2.269735714285714 -0.5937857142857143 -0.6595714285714286 -1.610142857142857 -0.7127785714285714 -2.2697142857142856 -0.11882142857142856L20.976642857142856 9.58185c-0.6595928571428571 0.5939571428571429 -0.7128 1.610142857142857 -0.11884285714285714 2.269735714285714 0.5939142857142857 0.6595714285714286 1.6100571428571429 0.7127785714285714 2.2698428571428573 0.11882142857142856l4.108714285714286 -3.6999428571428568Zm-5.755071428571429 8.32182857142857c0.30428571428571427 -0.8338499999999999 1.2267857142857144 -1.2632571428571429 2.0605714285714285 -0.9591l5.401928571428572 1.9703785714285715c0.8337857142857142 0.3041785714285714 1.2632142857142856 1.2267214285714285 0.9589285714285715 2.0605714285714285 -0.30407142857142855 0.8338714285714285 -1.2265714285714286 1.2632785714285715 -2.0605714285714285 0.9591l-5.401714285714285 -1.9703785714285715c-0.8337857142857142 -0.30415714285714285 -1.2632571428571429 -1.2267214285714285 -0.9591428571428571 -2.0605714285714285Zm-1.6998642857142858 6.17235c-0.4003714285714286 -0.7922142857142856 -1.3671428571428572 -1.1097857142857144 -2.1592928571428573 -0.7095 -0.7921714285714285 0.4005 -1.1097642857142855 1.3671428571428572 -0.7093928571428572 2.159357142857143l2.4786642857142853 4.904142857142857c0.4003928571428571 0.7922142857142856 1.3671428571428572 1.1097857142857144 2.1593142857142853 0.7092857142857143 0.7922142857142856 -0.40028571428571424 1.1097857142857144 -1.3671428571428572 0.7092857142857143 -2.1591428571428573l-2.4785785714285717 -4.904142857142857Z' clip-rule='evenodd' stroke-width='2.1429'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary:hover {
  background: #ff6900;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: currentColor;
  position: relative;
  top: 1px;
  margin-right: 2px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30' id='Filter-Text--Streamline-Flex' height='30' width='30'%3E%3Cdesc%3E Filter Text Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='filter-text--funnel-filter-angle'%3E%3Cpath id='Union' fill='%23FFFFFF' fill-rule='evenodd' d='M1.6060971428571427 2.1418114285714283c-0.8876014285714287 0 -1.6071434592857143 0.7195457142857142 -1.6071434592857143 1.6071385714285715 0 0.8876142857142857 0.7195420307142857 1.6071428571428572 1.6071434592857143 1.6071428571428572H28.395c0.8875714285714286 0 1.6071428571428572 -0.7195285714285714 1.6071428571428572 -1.6071428571428572 0 -0.8875928571428572 -0.7195714285714285 -1.6071385714285715 -1.6071428571428572 -1.6071385714285715H1.6060971428571427ZM2.3529857142857145 11.249485714285715c0 -0.8876142857142857 0.7195499999999999 -1.6071428571428572 1.6071428571428572 -1.6071428571428572H26.043642857142856c0.8875714285714286 0 1.6071428571428572 0.7195285714285714 1.6071428571428572 1.6071428571428572 0 0.8875928571428572 -0.7195714285714285 1.6071428571428572 -1.6071428571428572 1.6071428571428572H3.960128571428571c-0.8875928571428572 0 -1.6071428571428572 -0.7195499999999999 -1.6071428571428572 -1.6071428571428572ZM6.740657142857143 17.142857142857142c-0.8876142857142857 0 -1.6071428571428572 0.7195499999999999 -1.6071428571428572 1.6071428571428572s0.7195285714285714 1.6071428571428572 1.6071428571428572 1.6071428571428572h16.5207c0.8875714285714286 0 1.6071428571428572 -0.7195499999999999 1.6071428571428572 -1.6071428571428572s-0.7195714285714285 -1.6071428571428572 -1.6071428571428572 -1.6071428571428572H6.740657142857143Zm2.87145 7.501071428571429c-0.8875928571428572 0 -1.6071428571428572 0.7195714285714285 -1.6071428571428572 1.6071428571428572s0.7195499999999999 1.6071428571428572 1.6071428571428572 1.6071428571428572h10.775207142857143c0.8875928571428572 0 1.6071857142857142 -0.7195714285714285 1.6071857142857142 -1.6071428571428572s-0.7195928571428571 -1.6071428571428572 -1.6071857142857142 -1.6071428571428572H9.612107142857141Z' clip-rule='evenodd' stroke-width='2.1429'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn.mikiito-btn--primary::before {
    width: 12px;
    height: 12px;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn#mikiito-dim-reset {
  font-family: "HelveticaNowDisplay", sans-serif;
  background: transparent;
  border: none;
  color: #FFF;
  text-decoration: underline;
  opacity: 0.9;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn#mikiito-dim-reset:before {
  content: "";
  height: 35px;
  width: 35px;
  display: block;
  background-size: 60%;
  background: #1f5c64 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' height='24' width='24'%3E%3Cg id='delete'%3E%3Cpath id='Union' fill='%23FFF' d='M15 4h5v2h-1v14c0 0.5523 -0.4477 1 -1 1H6c-0.55228 0 -1 -0.4477 -1 -1V6H4V4h5V3h6zM7 19h10V6H7zm4 -2H9V8h2zm4 0h-2V8h2z' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn#mikiito-dim-reset {
    margin: auto;
  }
  .mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn#mikiito-dim-reset:before {
    height: 30px;
    width: 30px;
    background-size: 65%;
  }
}
.mikiito-dim-filter .mikiito-dim-filter__inner .mikiito-dim-filter__inputs .mikiito-btn#mikiito-dim-reset:hover {
  opacity: 1;
}

.comparator-wrapper {
  margin: 40px auto;
  padding: 40px 80px;
  background: #FFF;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper {
    padding: 20px 15px 25px 15px;
    margin: 0px -12px -30px -15px !important;
    border-bottom: 30px solid #f7f7f7;
  }
}
.comparator-wrapper .comparator-header {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "HelveticaNowDisplay", sans-serif;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-header {
    flex-wrap: wrap;
  }
}
.comparator-wrapper .comparator-header .comparator-title {
  flex: 0 1 250px;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-header .comparator-title {
    margin-bottom: 20px;
    flex: 0 0 100%;
    flex-basis: 100%;
  }
}
.comparator-wrapper .comparator-header .comparator-title h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-header .comparator-title h2 {
    font-size: 21px;
  }
}
.comparator-wrapper .comparator-header .comparator-title p {
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.25;
}
.comparator-wrapper .comparator-select-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 55%;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-select-row {
    width: 100%;
    gap: 4px;
  }
}
.comparator-wrapper .comparator-select-row .comparator-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  border-left: 1px solid #e5e5e5;
  padding: 0 25px 20px 25px;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-select-row .comparator-product {
    padding: 0;
    border: none;
    width: calc(50% - 2px);
  }
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-image {
  width: 100%;
  height: auto;
  min-height: 168px;
  max-height: 168px;
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-select-row .comparator-product .comparator-image {
    min-height: 130px;
    max-height: 130px;
  }
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-image img.preview-store {
  filter: grayscale(0.5) blur(0px);
  opacity: 0.25;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-select {
  width: 100%;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-select .select-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 8px !important;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-select-row .comparator-product .comparator-select .select-wrapper {
    margin-bottom: 4px !important;
  }
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-select .select-wrapper::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  pointer-events: none;
  background: currentColor;
  width: 24px;
  height: 24px;
  z-index: 2;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' height='24' width='24'%3E%3Cg id='keyboard-arrow-down-fill'%3E%3Cpath id='Union' fill='%23000000' d='m18.207 9.20703 -5.5 5.49997 -0.0761 0.0684c-0.3928 0.3203 -0.9718 0.2977 -1.3379 -0.0684L5.79297 9.20703l1.41406 -1.41406L12 12.5859l4.793 -4.79293z' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-select .select-wrapper::after {
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  width: 70px;
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%);
  z-index: 0;
  border-radius: 3px;
  pointer-events: none;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-select .select-wrapper select {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  border: 2px solid #000;
  border-radius: 3px;
  appearance: none;
  background: #FFF;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  background: #fbfbfb;
  border-radius: 3px;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .compare-more {
  text-align: center;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .compare-more {
    display: none;
  }
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .compare-more:hover {
  text-decoration: underline !important;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .btn {
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  background: #ff7200;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .btn {
    width: 100%;
    font-size: 15px;
    padding: 12px 20px;
  }
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .btn:hover {
  background: #ff6900 !important;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .btn.btn-primary {
  background-color: #ff7200;
}
.comparator-wrapper .comparator-select-row .comparator-product .comparator-buttons .btn.btn-primary:hover {
  background: #ff6900 !important;
}
.comparator-wrapper .comparator-attributes {
  clear: both;
}
.comparator-wrapper .comparator-attributes .loading {
  text-align: center;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
@media (max-width: 1199.98px) {
  .comparator-wrapper .comparator-attributes .loading {
    padding-top: 15px;
  }
}
.comparator-wrapper .comparator-attributes .loading:before {
  content: "";
  display: inline-block;
  background: rgb(255, 114, 0);
  position: relative;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 8px 0 0;
  animation: spin 2s linear infinite;
  transform-origin: center center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30' id='Loading-1--Streamline-Flex' height='30' width='30'%3E%3Cdesc%3E Loading 1 Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='loading-1--progress-loading-load-wait-waiting'%3E%3Cpath id='Union' fill='%23FFF' fill-rule='evenodd' d='M14.9994 -0.002092632857142857c0.8875928571428572 0 1.6071428571428572 0.7195426328571428 1.6071428571428572 1.6071419185714284V7.076185714285715c0 0.8876142857142857 -0.7195499999999999 1.6071428571428572 -1.6071428571428572 1.6071428571428572 -0.8876142857142857 0 -1.6071428571428572 -0.7195285714285714 -1.6071428571428572 -1.6071428571428572V1.6050492857142857c0 -0.8875992857142857 0.7195285714285714 -1.6071419185714284 1.6071428571428572 -1.6071419185714284ZM2.6440499999999996 6.000728571428571c0.5939571428571429 -0.6595714285714286 1.610142857142857 -0.7127785714285714 2.269735714285714 -0.11882142857142856l4.108778571428571 3.6999428571428568c0.6595714285714286 0.5939571428571429 0.7127785714285714 1.610142857142857 0.11882142857142856 2.269735714285714 -0.5939571428571429 0.6595714285714286 -1.610142857142857 0.7127785714285714 -2.269735714285714 0.11882142857142856L2.762871428571428 8.270464285714285c-0.6595778571428571 -0.5939571428571429 -0.712782857142857 -1.610142857142857 -0.11882142857142856 -2.269735714285714Zm4.915007142857143 12.652135714285714c0.8338499999999999 -0.30415714285714285 1.2632571428571429 -1.2267214285714285 0.9591 -2.0605714285714285 -0.3041785714285714 -0.8338499999999999 -1.2267214285714285 -1.2632571428571429 -2.0605714285714285 -0.9591L1.0557985714285714 17.603571428571428c-0.8338585714285713 0.3041785714285714 -1.2632616428571428 1.2267214285714285 -0.9590985 2.0605714285714285 0.3041620714285714 0.8338714285714285 1.226711357142857 1.2632785714285715 2.0605785 0.9591l5.401778571428571 -1.9703785714285715Zm4.81755 3.4022785714285715c0.79215 0.4005 1.1097642857142855 1.3671428571428572 0.7093714285714285 2.159357142857143l-2.4786642857142853 4.904142857142857c-0.4003714285714286 0.7922142857142856 -1.3671428571428572 1.1097857142857144 -2.1592928571428573 0.7092857142857143 -0.7921714285714285 -0.40028571428571424 -1.1097642857142855 -1.3671428571428572 -0.7093928571428572 -2.1591428571428573l2.4786642857142853 -4.904142857142857c0.4003928571428571 -0.7922142857142856 1.3671428571428572 -1.1097857142857144 2.1593142857142853 -0.7095Zm14.859749999999998 -13.784678571428572c0.6595714285714286 -0.5939571428571429 0.7127142857142857 -1.610142857142857 0.1187142857142857 -2.269735714285714 -0.5937857142857143 -0.6595714285714286 -1.610142857142857 -0.7127785714285714 -2.2697142857142856 -0.11882142857142856L20.976642857142856 9.58185c-0.6595928571428571 0.5939571428571429 -0.7128 1.610142857142857 -0.11884285714285714 2.269735714285714 0.5939142857142857 0.6595714285714286 1.6100571428571429 0.7127785714285714 2.2698428571428573 0.11882142857142856l4.108714285714286 -3.6999428571428568Zm-5.755071428571429 8.32182857142857c0.30428571428571427 -0.8338499999999999 1.2267857142857144 -1.2632571428571429 2.0605714285714285 -0.9591l5.401928571428572 1.9703785714285715c0.8337857142857142 0.3041785714285714 1.2632142857142856 1.2267214285714285 0.9589285714285715 2.0605714285714285 -0.30407142857142855 0.8338714285714285 -1.2265714285714286 1.2632785714285715 -2.0605714285714285 0.9591l-5.401714285714285 -1.9703785714285715c-0.8337857142857142 -0.30415714285714285 -1.2632571428571429 -1.2267214285714285 -0.9591428571428571 -2.0605714285714285Zm-1.6998642857142858 6.17235c-0.4003714285714286 -0.7922142857142856 -1.3671428571428572 -1.1097857142857144 -2.1592928571428573 -0.7095 -0.7921714285714285 0.4005 -1.1097642857142855 1.3671428571428572 -0.7093928571428572 2.159357142857143l2.4786642857142853 4.904142857142857c0.4003928571428571 0.7922142857142856 1.3671428571428572 1.1097857142857144 2.1593142857142853 0.7092857142857143 0.7922142857142856 -0.40028571428571424 1.1097857142857144 -1.3671428571428572 0.7092857142857143 -2.1591428571428573l-2.4785785714285717 -4.904142857142857Z' clip-rule='evenodd' stroke-width='2.1429'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-content: stretch;
  align-items: center;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container {
  display: block;
  width: 100%;
  text-align: center;
  top: -25px;
  position: relative;
  padding-top: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25px);
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container .comparator-table-showmore {
  border-radius: 3px;
  background: #000;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
  padding: 15px 40px;
  font-family: "HelveticaNowDisplay", sans-serif;
  border: 2px solid transparent;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container .comparator-table-showmore:hover {
  background: #2e2e2e;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container .comparator-table-showmore:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: currentColor;
  position: relative;
  margin-top: -2px;
  top: 2px;
  margin-right: 8px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' id='Plus--Streamline-Font-Awesome' height='16' width='16'%3E%3Cdesc%3E Plus Streamline Icon: https://streamlinehq.com %3C/desc%3E%3C!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M9.20615357142857 1.3661535714285713C9.20615357142857 0.699 8.667153571428571 0.16 8 0.16s-1.2061535714285714 0.539 -1.2061535714285714 1.2061535714285714v5.4276928571428575H1.3661535714285713C0.699 6.793846428571428 0.16 7.332846428571429 0.16 8s0.539 1.2061535714285714 1.2061535714285714 1.2061535714285714h5.4276928571428575v5.4276928571428575c0 0.6671535714285713 0.539 1.2061535714285714 1.2061535714285714 1.2061535714285714s1.2061535714285714 -0.539 1.2061535714285714 -1.2061535714285714V9.20615357142857h5.4276928571428575c0.6671535714285713 0 1.2061535714285714 -0.539 1.2061535714285714 -1.2061535714285714s-0.539 -1.2061535714285714 -1.2061535714285714 -1.2061535714285714H9.20615357142857V1.3661535714285713Z' fill='%23000000' stroke-width='0.0357'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container .comparator-table-showmore.clicked {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container .comparator-table-showmore.clicked:before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' id='Minus--Streamline-Font-Awesome' height='16' width='16'%3E%3Cdesc%3E Minus Streamline Icon: https://streamlinehq.com %3C/desc%3E%3C!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M15.839999999999998 8c0 0.6671535714285713 -0.539 1.2061535714285714 -1.2061535714285714 1.2061535714285714H1.3661535714285713C0.699 9.20615357142857 0.16 8.667153571428571 0.16 8s0.539 -1.2061535714285714 1.2061535714285714 -1.2061535714285714h13.267692857142857c0.6671535714285713 0 1.2061535714285714 0.539 1.2061535714285714 1.2061535714285714Z' fill='%23000000' stroke-width='0.0357'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
}
.comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container .comparator-table-showmore.clicked:hover {
  background: #FFF;
  color: #2e2e2e;
  border: 2px solid #2e2e2e;
}
.comparator-wrapper .comparator-attributes .comparator-table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-family: "HelveticaNowDisplay", sans-serif;
  font-size: 15px;
  border-spacing: 0;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row.cmp-attr--compare_bugdet_a_partir_de .cmp-value, .comparator-wrapper .comparator-attributes .comparator-table .cmp-row.cmp-attr--signature .cmp-value {
  font-weight: 500;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row .cmp-group-label:first-child {
  padding-left: 0 !important;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row.hide {
  display: none;
}
.comparator-wrapper .comparator-attributes .comparator-table thead {
  display: none;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label {
  font-weight: 500;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label .mikii-cmp-tip {
  margin-left: 2px;
  margin-top: -1px;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row-first td {
  padding-top: 20px;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row-first td.cmp-group-label[rowspan]:not([rowspan="1"]) {
  padding-top: 0 !important;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-group-label {
  width: 15%;
  text-align: left;
  line-height: 1.4;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label {
  width: 26%;
  text-align: left;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-value {
  width: 25%;
  text-align: left;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-value .cmp-price-val {
  color: #ff7200;
  font-weight: 600;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-value .cmp-price-val sup {
  color: #ff7200;
  font-weight: 600;
  top: -3px;
  font-size: 75%;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row td:last-child {
  border-right: none !important;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row-last {
  border-bottom: 1px solid #e5e5e5;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row-last td {
  padding-bottom: 20px;
}
.comparator-wrapper .comparator-attributes .comparator-table .cmp-row-last:last-child {
  border-bottom: none !important;
}
.comparator-wrapper .comparator-attributes .comparator-table th, .comparator-wrapper .comparator-attributes .comparator-table td {
  border-right: 1px solid #e5e5e5;
  padding: 5px 25px;
  text-align: center;
}
.comparator-wrapper .comparator-attributes .comparator-table th {
  background: #f6f6f6;
  font-weight: bold;
  width: 25%;
}
.comparator-wrapper .comparator-attributes .comparator-table img {
  max-width: 100px;
  border-radius: 4px;
}
.comparator-wrapper .cmp-bullet {
  display: inline-block;
  top: 3px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  box-shadow: none;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48' id='Check-Circle--Streamline-Plump' height='48' width='48'%3E%3Cdesc%3E Check Circle Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='Solid/Interface Essential/Validation/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick'%3E%3Cpath id='Subtract' fill='%2325737d' fill-rule='evenodd' d='M0.5 24C0.5 11.0213 11.0213 0.5 24 0.5S47.5 11.0213 47.5 24 36.9787 47.5 24 47.5 0.5 36.9787 0.5 24Zm22.0769 1.1234c-0.189 -0.2267 -0.4383 -0.5228 -0.7433 -0.8787 -0.755 -0.8812 -1.8518 -2.1299 -3.2211 -3.6024 -1.0991 -1.1818 -2.9412 -1.4643 -4.2261 -0.3462 -0.5844 0.5084 -1.2243 1.1405 -1.7952 1.8745 -0.872 1.1212 -0.6547 2.6222 0.1691 3.6431 2.7126 3.3619 5.3322 6.1072 7.2067 7.9549 1.7204 1.6959 4.4336 1.5579 5.9515 -0.3306 2.0418 -2.5404 5.3051 -6.8802 9.6461 -13.541 0.6105 -0.9367 0.8122 -2.2395 0.0697 -3.2521 -0.7676 -1.0467 -1.7314 -1.7711 -2.5669 -2.2544 -1.3641 -0.7891 -2.9264 -0.1522 -3.7489 1.0156 -2.1926 3.1133 -3.9717 5.6805 -5.2027 7.4696 -0.6155 0.8946 -1.094 1.5946 -1.4187 2.0712l-0.1202 0.1765Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.comparator-wrapper .cmp-bullet.cmp-no {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48' id='Delete-Circle--Streamline-Plump' height='48' width='48'%3E%3Cdesc%3E Delete Circle Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='Solid/Interface Essential/Add Remove Delete/delete-circle--button-delete-remove-add-circle-buttons-cross-x-mathematics-multiply-math'%3E%3Cpath id='Subtract' fill='%239b9b9b' fill-rule='evenodd' d='M0.5 24C0.5 11.0213 11.0213 0.5 24 0.5S47.5 11.0213 47.5 24 36.9787 47.5 24 47.5 0.5 36.9787 0.5 24Zm12.8564 7.509c-0.5808 -0.8088 -0.3923 -1.8364 0.2811 -2.5698 0.8629 -0.9397 2.3391 -2.5067 4.7298 -4.9387 -2.391 -2.4324 -3.8674 -3.9995 -4.7304 -4.9393 -0.6734 -0.7334 -0.8619 -1.7611 -0.2811 -2.5698 0.3331 -0.4638 0.801 -1.0316 1.453 -1.6836 0.652 -0.652 1.2197 -1.1199 1.6836 -1.453 0.8087 -0.5807 1.8364 -0.3923 2.5697 0.2811 0.9398 0.863 2.5069 2.3394 4.9393 4.7304 2.4325 -2.391 3.9996 -3.8674 4.9394 -4.7304 0.7334 -0.6734 1.761 -0.8619 2.5697 -0.2811 0.4639 0.3331 1.0316 0.801 1.6836 1.453 0.6521 0.652 1.1199 1.2198 1.453 1.6836 0.5808 0.8087 0.3924 1.8364 -0.2811 2.5698 -0.863 0.9398 -2.3394 2.5069 -4.7304 4.9393 2.3907 2.4321 3.8669 3.999 4.7298 4.9387 0.6734 0.7334 0.8619 1.761 0.2811 2.5698 -0.3331 0.4638 -0.8009 1.0316 -1.453 1.6836 -0.652 0.652 -1.2197 1.1198 -1.6836 1.4529 -0.8087 0.5808 -1.8363 0.3924 -2.5697 -0.2811 -0.9398 -0.8629 -2.5067 -2.3391 -4.9387 -4.7297 -2.4321 2.3906 -3.999 3.8668 -4.9388 4.7297 -0.7333 0.6735 -1.761 0.8619 -2.5697 0.2811 -0.4639 -0.3331 -1.0316 -0.8009 -1.6836 -1.4529 -0.652 -0.652 -1.1199 -1.2198 -1.453 -1.6836Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.comparator-wrapper .cmp-text {
  vertical-align: middle;
  display: inline-block;
}
.comparator-wrapper .mikii-cmp-group-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comparator-wrapper .mikii-cmp-tip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  background: #FFF;
  color: #fff;
  cursor: help;
  position: relative;
  margin: 0;
  text-transform: none;
  font-weight: 100;
}
.comparator-wrapper .mikii-cmp-tip::before {
  content: "i";
  font-weight: 300;
  font-family: monospace;
  font-style: normal;
  color: #000000;
  font-size: 8px;
  margin-top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 13px;
  background: rgba(0, 0, 0, 0.1);
  margin-left: -5px;
  border: none;
}
.comparator-wrapper .mikii-cmp-tip[data-tip]:hover::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150%;
  background: #0b1f2a;
  color: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.comparator-wrapper .cmp-group-label em {
  display: none;
}
.comparator-wrapper .comparator-table.comparator--groups td.cmp-attr-label,
.comparator-wrapper .comparator-table.comparator--groups td.cmp-value {
  text-align: left !important;
  vertical-align: middle;
}
.comparator-wrapper .comparator-table.comparator--groups td.cmp-attr-label.mobile,
.comparator-wrapper .comparator-table.comparator--groups td.cmp-value.mobile {
  display: none;
}
.comparator-wrapper .comparator-table.comparator--groups td.cmp-value .cmp-text {
  display: inline;
}
.comparator-wrapper .comparator-table.comparator--groups td.cmp-group-label .mikii-cmp-group-title {
  justify-content: flex-start;
  text-transform: uppercase;
}
.comparator-wrapper .mikii-cmp-tip[data-tip]:hover::after {
  white-space: normal;
  text-align: left;
  width: max-content;
  min-width: 28ch;
  max-width: min(42ch, 80vw);
  line-height: 1.35;
  padding: 0.6rem 0.8rem;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  overflow-wrap: anywhere;
  pointer-events: none;
}
@media (max-width: 640px) {
  .comparator-wrapper .mikii-cmp-tip[data-tip]:hover::after {
    min-width: 0;
    max-width: 88vw;
  }
}

.cmp-tip-image {
  max-width: 180px;
  height: auto;
  display: block;
  margin-top: 6px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.mikii-cmp-tipimg {
  margin-top: 6px;
}

.mikii-cmp-tip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  cursor: help;
}

.mikii-cmp-tip:before {
  content: "?";
  display: block;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  font-family: sans-serif;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #aaa;
  color: #555;
  background: #fff;
}

.mikii-cmp-pop {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background: #fff;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  padding: 10px;
  z-index: 9999;
  width: min(180px, 80vw);
}

.mikii-cmp-pop:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #fff;
  filter: drop-shadow(0 0 0px rgb(0, 0, 0));
}

.mikii-cmp-tip:hover .mikii-cmp-pop,
.mikii-cmp-tip:focus .mikii-cmp-pop {
  display: block;
}

.mikii-cmp-pop-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.cmp-tip-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 6px;
  border: 1px solid #eee;
  border-radius: 4px;
}

@media (max-width: 1199.98px) {
  body #main .comparator-wrapper .comparator-attributes .comparator-table-wrapper .comparator-table-showmore-container {
    top: 0;
    padding-top: 10px;
  }
  body #main .comparator-wrapper .comparator-attributes .loading {
    border: none !important;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table {
    border: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-top: 8px !important;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table tbody {
    width: 100%;
    display: block;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table.comparator--groups td.cmp-group-label .mikii-cmp-group-title {
    text-transform: none;
    font-size: 16px;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table tr {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table tr.cmp-row-last {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-group-label, body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label, body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.mobile {
    border: 0;
    padding: 5px 0 !important;
    flex: 0 0 100%;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-group-label.empty, body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.empty, body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.mobile.empty {
    display: none !important;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label, body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.mobile {
    border: 0;
    padding: 5px 0 0 0 !important;
    padding-right: 15px !important;
    flex: 0 0 50%;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    display: block;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label + .cmp-value, body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.mobile + .cmp-value {
    border-right: 1px solid #000;
    padding-right: 15px !important;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label:not(.mobile), body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.mobile:not(.mobile) {
    border-right: 1px solid #000;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-attr-label.mobile {
    padding-left: 15px !important;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-value {
    border: 0;
    padding: 5px 0 !important;
    flex: 0 0 50%;
    font-size: 14px;
    font-weight: 400;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-value:last-child {
    padding-left: 15px !important;
  }
  body #main .comparator-wrapper .comparator-attributes .comparator-table .cmp-row.hide {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  body #footer .footer-col-1 {
    border-bottom: 1px solid #dedede;
  }
  body #footer .footer-col-1, body #footer .footer-col-2 {
    width: 100% !important;
  }
  body #footer .footer-col-1 .footer-title, body #footer .footer-col-2 .footer-title {
    cursor: pointer;
    font-size: 18px !important;
    margin-top: 15px !important;
  }
  body #footer .footer-col-1 .footer-title:after, body #footer .footer-col-2 .footer-title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48' height='48' width='48'%3E%3Cg id='arrow-right-3--arrow-right-keyboard'%3E%3Cpath id='Vector 134 (Stroke)' fill='%23000000' fill-rule='evenodd' d='M24.363 24.343a0.499 0.499 0 0 0 0 -0.664c-1.25 -1.407 -6.348 -7.137 -12.82 -14.33 -0.993 -1.102 -1.58 -2.587 -0.912 -3.911 0.296 -0.587 0.73 -1.24 1.369 -1.893a7.334 7.334 0 0 1 2.126 -1.537c1.15 -0.539 2.43 -0.114 3.43 0.668C24.52 8.127 31.397 15.94 35.131 20.443a5.564 5.564 0 0 1 0 7.137c-3.734 4.503 -10.612 12.316 -17.579 17.75 -0.998 0.779 -2.274 1.2 -3.42 0.665A7.329 7.329 0 0 1 12 44.455a7.625 7.625 0 0 1 -1.368 -1.891c-0.67 -1.325 -0.082 -2.81 0.91 -3.914a4214.81 4214.81 0 0 0 12.821 -14.307Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    left: 10px;
    top: 2px;
    position: relative;
  }
  body #footer .footer-col-1 .footer-nav, body #footer .footer-col-2 .footer-nav {
    display: none;
  }
  body #footer .footer-col-1.open .footer-nav, body #footer .footer-col-2.open .footer-nav {
    display: block;
  }
  body #footer .footer-col-1.open .footer-title:after, body #footer .footer-col-2.open .footer-title:after {
    transform: rotate(-90deg);
  }
}
@media (max-width: 1199.98px) {
  body #main {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body .block-reassure {
    display: flex;
    order: 2;
    background: #f7f7f7;
    padding-bottom: 40px;
  }
  body .block-reviews {
    display: flex;
    order: 1;
    margin: 35px 0 0 0;
    padding: 25px 0;
  }
  body .block-reviews .reviews-summary {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 0;
  }
  body .block-reviews .reviews-summary .reviews-contain {
    transform: scale(0.85);
  }
  body .block-reviews .reviews-summary .reviews-contain .reviews-stars {
    margin: 5px 0 0 0;
  }
  body .block-reviews .reviews-summary .reviews-contain .total {
    margin: 5px 0 0 0;
  }
  body .block-reviews .reviews-slider .slick-slider {
    padding-top: 20px;
  }
}

@keyframes shake-with-delay {
  0%, 16%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  1.6%, 4.8%, 8%, 11.2%, 14.4% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  3.2%, 6.4%, 9.6%, 12.8% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
#navigation-bottom-mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  .product-card .inner .description {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  #navigation-bottom-mobile {
    width: 100%;
    background: #FFF;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: auto;
    position: relative;
  }
  #navigation-bottom-mobile a {
    width: 68px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: #000;
    font-size: 12px;
    font-family: "HelveticaNowDisplay", sans-serif;
    font-weight: 600;
    gap: 4px;
  }
  #navigation-bottom-mobile a svg {
    height: 25px;
  }
  #navigation-top-main {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
  }
  #breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
  }
  #breadcrumb ul li {
    display: flex;
    white-space: nowrap;
    line-height: 16px;
  }
  #header .cart-mobile {
    display: flex;
    position: relative;
    gap: 0;
    top: 0;
    right: -12px;
    height: 50px;
  }
  #header .cart-mobile a {
    width: 21px;
    height: 100%;
    color: #000;
    display: flex;
    padding: 0 8px;
    box-sizing: content-box;
    color: #000;
  }
  #header .cart-mobile a svg {
    width: 100%;
    height: 100%;
  }
  #header .cart-mobile a.cart-link {
    padding-right: 12px;
    position: relative;
  }
  #header .cart-mobile a.cart-link .counter.qty.quantity {
    position: absolute;
    background: #ff7200;
    color: #fff;
    width: 15px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    right: 4px;
    top: 10px;
    font-size: 10px;
    height: 15px;
    border: 1px solid #FFF;
  }
  #header .cart-mobile a.mobile-link {
    position: fixed;
    left: 10px;
    bottom: 15px;
    background: #25737d;
    width: 50px;
    height: 50px;
    z-index: 100;
    border-radius: 50%;
    transition: all 0.5s ease;
    padding: 12px;
    box-sizing: border-box;
    animation-name: shake-with-delay;
    animation-duration: 6s;
    animation-iteration-count: infinite;
  }
  #header .cart-mobile a.mobile-link svg {
    fill: none;
    color: #FFF;
  }
  #header .header-nav {
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0), 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
  }
  #header .header-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    overflow: auto;
    box-shadow: 0 10000px 0 10000px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
    position: fixed;
    z-index: 2;
    padding: 0;
    height: 100%;
    max-height: calc(100vh - 50px);
    width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    bottom: 0;
    /*&.with-message{
        top: 75px;
    }*/
  }
  #header .header-nav .inner {
    padding: 0;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #header .header-nav nav ul li {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #header .header-nav nav ul li.category.is-open {
    background: #000;
    color: #FFF;
  }
  #header .header-nav nav ul li.category.is-open .name {
    color: #FFF;
  }
  #header .header-nav nav ul li.category.is-open .icon-plus {
    filter: invert(1);
  }
  #header .header-nav nav ul li .icon-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    cursor: pointer;
    font-family: "HelveticaNowDisplay", sans-serif;
    font-weight: 400;
    margin-right: 13px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  #header .header-nav nav ul li .icon-plus:before {
    content: "voir plus";
    margin-right: 8px;
    display: none;
  }
  #header .header-nav nav ul li .icon-plus:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48' height='48' width='48'%3E%3Cg id='arrow-right-3--arrow-right-keyboard'%3E%3Cpath id='Vector 134 (Stroke)' fill='%23000000' fill-rule='evenodd' d='M24.363 24.343a0.499 0.499 0 0 0 0 -0.664c-1.25 -1.407 -6.348 -7.137 -12.82 -14.33 -0.993 -1.102 -1.58 -2.587 -0.912 -3.911 0.296 -0.587 0.73 -1.24 1.369 -1.893a7.334 7.334 0 0 1 2.126 -1.537c1.15 -0.539 2.43 -0.114 3.43 0.668C24.52 8.127 31.397 15.94 35.131 20.443a5.564 5.564 0 0 1 0 7.137c-3.734 4.503 -10.612 12.316 -17.579 17.75 -0.998 0.779 -2.274 1.2 -3.42 0.665A7.329 7.329 0 0 1 12 44.455a7.625 7.625 0 0 1 -1.368 -1.891c-0.67 -1.325 -0.082 -2.81 0.91 -3.914a4214.81 4214.81 0 0 0 12.821 -14.307Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
  }
  #header .header-nav nav ul li.is-open .icon-plus:before {
    content: "voir moins";
  }
  #header .header-nav nav ul li.is-open .icon-plus:after {
    content: "";
    transform: rotate(-90deg);
  }
  #header .header-nav nav ul li.is-open .submenu {
    border-top: 1px solid #eaeaea;
    display: block;
    left: 0;
    padding-top: 15px !important;
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.15) inset;
    background: #ffffff;
  }
  #header .header-nav nav ul li > a {
    padding: 20px 0 20px 15px;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
  }
  #header .header-nav nav ul li > a:before, #header .header-nav nav ul li > a:after {
    display: none !important;
  }
  #header .header-nav nav ul li > a span {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #header .header-nav nav ul li .submenu {
    position: relative;
    opacity: 1;
    z-index: 30;
    float: left;
    /*display: block;*/
    display: none;
    padding: 0 0 20px 5px !important;
    background: #FFF;
    pointer-events: auto;
  }
  #header .header-nav nav ul li .submenu .categories {
    margin: 0 !important;
    gap: 0px;
  }
  #header .header-nav nav ul li .submenu .categories div.category {
    width: calc(33% - 5px);
    box-shadow: none !important;
    border: none !important;
  }
  #header .header-nav nav ul li .submenu .categories div.category.clicked {
    box-shadow: 0 0 0 2px black inset !important;
  }
  #header .header-nav nav ul li .submenu .categories div.category .category-image {
    width: 70%;
    padding-bottom: 70%;
  }
  #header .header-nav nav ul li .submenu .categories div.category .category-image .cover {
    background-size: auto 93%;
    mix-blend-mode: darken;
  }
  #header .header-nav nav ul li .submenu .categories div.category .name {
    font-size: 13px;
    padding: 0 5px 8px 5px;
    line-height: 1.15;
  }
  #header .header-nav nav ul li .submenu .categories div.category .category {
    margin: 0 !important;
  }
  #header .header-nav nav ul li .submenu .categories div.category .icon-plus {
    display: none;
  }
  #listing-products .product .product-content {
    padding: 15px;
  }
  #listing-products .product .product-content .content-left {
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
  }
  #listing-products .product .product-content .content-left .description .name {
    font-size: 18px;
  }
  #listing-products .product .product-content .content-left .arguments {
    flex-wrap: nowrap;
    padding: 10px;
    width: 100%;
  }
  #listing-products .product .product-content .content-left .arguments .product-cost {
    width: auto;
    margin: 0;
  }
  #listing-products .product .product-content .content-right .actions {
    display: flex;
    gap: 5px;
    margin-top: 0px;
  }
  #listing-products .product .product-content .content-right .actions .button-rounded {
    margin: 0 !important;
    min-width: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  input [type=radio], input [type=checkbox] {
    display: none;
  }
  #category-listing .container-cards .card.card-reviews {
    order: 1000;
    width: 100%;
    margin-top: 10px !important;
  }
  #chatra {
    width: 50px !important;
    height: 50px !important;
    right: 10px !important;
    bottom: 15px !important;
  }
  #chatra.chatra--expanded {
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
  }
  #chatra__iframe-wrapper {
    box-shadow: none !important;
  }
}
#recaptcha-invisible {
  display: none !important;
}

@media (max-width: 575.98px) {
  #footer .footer-content .footer-contacts {
    padding: 0 !important;
    margin: -45px 0 0px 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #dedede;
  }
  #footer .footer-content .footer-contacts .logo {
    display: block;
    flex: 0 0 100%;
    width: auto;
    height: 45px;
    color: #ff7200;
    fill: #000;
    border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    box-sizing: content-box;
    position: relative;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
  #footer .footer-content .footer-contacts .logo svg {
    width: 165px;
    height: 45px;
    display: block;
  }
  #footer .footer-content .footer-contacts .logo:after {
    background: #dedede;
    height: 40px;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -65px;
  }
  #footer .footer-content .footer-contacts .block-contacts {
    margin: 0;
    flex: 0 0 50%;
    align-items: flex-start;
    padding: 15px 5px;
  }
  #footer .footer-content .footer-contacts .opening {
    margin: 0;
    flex: 0 0 50%;
    line-height: 1.4;
    align-items: flex-start;
    padding: 15px 5px;
    text-align: left;
  }
  #footer .footer-content .footer-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #footer .footer-content .footer-socials ul {
    justify-content: flex-start;
  }
  #footer .footer-content .footer-nav {
    padding: 0 0 30px 0;
  }
  #footer .footer-content .footer-col-1, #footer .footer-content .footer-col-2 {
    width: calc(50% - 20px);
    text-align: left;
    margin: 0 10px;
  }
  #footer .footer-content .footer-col-1 .footer-nav li, #footer .footer-content .footer-col-2 .footer-nav li {
    display: block;
    margin: 0 0 10px 0px;
  }
  #footer .footer-content .footer-newsletter {
    position: relative;
    padding-top: 10px;
  }
  #footer .footer-content .footer-newsletter:before {
    content: "";
    background: #dedede;
    height: 1px;
    width: calc(100% + 20px);
    display: block;
    position: absolute;
    left: -10px;
    top: -15px;
  }
  #footer .footer-content .footer-col-3 {
    text-align: left;
    border-top: 1px solid #dedede;
    padding-top: 25px;
    margin: 0 10px;
  }
}
body #main > .page.messages .message {
  background: #f6f6f6;
  padding: 20px 35px;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1199.98px) {
  body #main > .page.messages .message {
    background: #f6f6f6;
    padding: 15px 55px;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 10px !important;
    text-align: center;
  }
}
body #main > .page.messages .message a {
  color: #000;
  font-weight: 500;
  text-decoration: underline !important;
}

body.mobile-menu-is-open {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
body.mobile-menu-is-open #header .cart-mobile a.mobile-link,
body.mobile-menu-is-open #chatra.chatra--mobile-widget:not(.chatra--expanded) {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .catalog-category-view .block-reassure {
    padding: 35px 0 30px 0;
  }
  .catalog-category-view .product-card .inner {
    padding: 5px 20px 20px;
  }
  .card.card-reviews {
    display: flex;
    order: 1;
    margin: 35px 0 0 0;
    padding: 25px 0;
  }
  .card.card-reviews .reviews-summary {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 0;
  }
  .card.card-reviews .reviews-summary .reviews-contain {
    transform: scale(0.85);
  }
  .card.card-reviews .reviews-summary .reviews-contain .reviews-stars {
    margin: 5px 0 0 0;
  }
  .card.card-reviews .reviews-summary .reviews-contain .total {
    margin: 5px 0 0 0;
  }
  .card.card-reviews .reviews-slider .slick-slider {
    padding-top: 20px;
  }
}
@media (max-width: 320px) {
  .block-reassure .items {
    flex-direction: column;
    gap: 20px;
  }
  .block-reassure .items li .text br {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  #category-listing .spacer-50 {
    display: none;
  }
  #category-listing .col-lg-12 {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: flex-start;
  }
  #category-listing .card-reviews {
    width: 100%;
    margin-top: 25px !important;
    margin-bottom: 15px;
  }
  #category-listing .container-cards {
    width: 100%;
  }
  #category-listing .container-cards .seo-list {
    display: none;
  }
  #category-listing .seo-content {
    order: 3;
  }
  #category-listing .block-reassure {
    order: 4;
    margin-top: 20px;
  }
}
.catalog-category-view .block-reassure + .spacer {
  display: none;
}

/*# sourceMappingURL=category.css.map */
