@charset "UTF-8";
@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ac8050;
  --secondary: #c8a078;
  --success: #28a745;
  --info: #c8a078;
  --warning: #c85000;
  --danger: #942828;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: "Unageo", -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Unageo", -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: #201010;
  text-align: left;
  background-color: #fcf8f8;
}
@media (max-width: 1024px) {
  body {
    font-size: calc(0.8rem + 0.3125vw);
  }
}

[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: 1.25rem;
}

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

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

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

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

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, [data-chref] {
  color: #ac8050;
  text-decoration: none;
  background-color: transparent;
}
a:hover, [data-chref]:hover {
  color: #c8a078;
  text-decoration: none;
}

a:not([href]):not([class]), [data-chref]:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover, [data-chref]: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: #706060;
  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;
}
@media (max-width: 1024px) {
  legend {
    font-size: calc(0.9rem + 0.9375vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: calc(1rem + 1.5625vw);
  }
}

h2, .h2 {
  font-size: 1.75rem;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: calc(0.95rem + 1.25vw);
  }
}

h3, .h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: calc(0.9rem + 0.9375vw);
  }
}

h4, .h4 {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  h4, .h4 {
    font-size: calc(0.85rem + 0.625vw);
  }
}

h5, .h5 {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  h5, .h5 {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  h6, .h6 {
    font-size: calc(0.8rem + 0.3125vw);
  }
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .lead {
    font-size: calc(0.85rem + 0.625vw);
  }
}

.display-1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: calc(1.1rem + 2.1875vw);
  }
}

.display-2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: calc(1.05rem + 1.875vw);
  }
}

.display-3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .display-3 {
    font-size: calc(1rem + 1.5625vw);
  }
}

.display-4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: calc(0.95rem + 1.25vw);
  }
}

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

.blockquote {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .blockquote {
    font-size: calc(0.85rem + 0.625vw);
  }
}

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 5px;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code, [data-chref] > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-xxxl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-left: -32px;
}
@media (max-width: 767.98px) {
  .row {
    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-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.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, .col-xs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4, .col-xs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7, .col-xs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10, .col-xs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, .col-xs-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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .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.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 10px;
  color: #201010;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0d8d0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0d8d0;
}
.table tbody + tbody {
  border-top: 2px solid #e0d8d0;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4f0ec;
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(231.76, 219.44, 206);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(211.84, 188.96, 164);
}

.table-hover .table-primary:hover {
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.6, 228.4, 217.2);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(226.4, 205.6, 184.8);
}

.table-hover .table-secondary:hover {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(239.6, 228.4, 217.2);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(226.4, 205.6, 184.8);
}

.table-hover .table-info:hover {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(239.6, 206, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(226.4, 164, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(225.04, 194.8, 194.8);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(199.36, 143.2, 143.2);
}

.table-hover .table-danger:hover {
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e0d8d0;
}

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

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

.form-control, #giftcard_product .input-group-addon {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0d8d0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 1024px) {
  .form-control, #giftcard_product .input-group-addon {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control, #giftcard_product .input-group-addon {
    transition: none;
  }
}
.form-control::-ms-expand, #giftcard_product .input-group-addon::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, #giftcard_product .input-group-addon:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(213.5714285714, 190.7857142857, 165.9285714286);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}
.form-control::-moz-placeholder, #giftcard_product .input-group-addon::-moz-placeholder {
  color: #706060;
  opacity: 1;
}
.form-control::placeholder, #giftcard_product .input-group-addon::placeholder {
  color: #706060;
  opacity: 1;
}
.form-control:disabled, #giftcard_product .input-group-addon:disabled, .form-control[readonly], #giftcard_product [readonly].input-group-addon {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, #giftcard_product input[type=date].input-group-addon,
input[type=time].form-control,
#giftcard_product input[type=time].input-group-addon,
input[type=datetime-local].form-control,
#giftcard_product input[type=datetime-local].input-group-addon,
input[type=month].form-control,
#giftcard_product input[type=month].input-group-addon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, #giftcard_product select.input-group-addon:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, #giftcard_product select.input-group-addon:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .col-form-label-lg {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .col-form-label-sm {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #201010;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
@media (max-width: 1024px) {
  .form-control-plaintext {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .form-control-sm {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

.form-control-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .form-control-lg {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

select.form-control[size], #giftcard_product select[size].input-group-addon, select.form-control[multiple], #giftcard_product select[multiple].input-group-addon {
  height: auto;
}

textarea.form-control, #giftcard_product textarea.input-group-addon {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #706060;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}
@media (max-width: 1024px) {
  .valid-tooltip {
    font-size: calc(0.775rem + 0.15625vw);
  }
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, .was-validated #giftcard_product select.input-group-addon:valid, #giftcard_product .was-validated select.input-group-addon:valid, select.form-control.is-valid, #giftcard_product select.is-valid.input-group-addon {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid, .was-validated #giftcard_product textarea.input-group-addon:valid, #giftcard_product .was-validated textarea.input-group-addon:valid, textarea.form-control.is-valid, #giftcard_product textarea.is-valid.input-group-addon {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(148, 40, 40, 0.9);
}
@media (max-width: 1024px) {
  .invalid-tooltip {
    font-size: calc(0.775rem + 0.15625vw);
  }
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, .was-validated #giftcard_product select.input-group-addon:invalid, #giftcard_product .was-validated select.input-group-addon:invalid, select.form-control.is-invalid, #giftcard_product select.is-invalid.input-group-addon {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:invalid, .was-validated #giftcard_product textarea.input-group-addon:invalid, #giftcard_product .was-validated textarea.input-group-addon:invalid, textarea.form-control.is-invalid, #giftcard_product textarea.is-invalid.input-group-addon {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #942828;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #942828;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(188.1489361702, 50.8510638298, 50.8510638298);
  background-color: rgb(188.1489361702, 50.8510638298, 50.8510638298);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(148, 40, 40, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #942828;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline #giftcard_product .input-group-addon, #giftcard_product .form-inline .input-group-addon {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #201010;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 1024px) {
  .btn {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #201010;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .btn.disabled[data-chref],
fieldset:disabled a.btn,
fieldset:disabled .btn[data-chref] {
  pointer-events: none;
}

.btn-primary, #survey_slider #survey_slider_start_button {
  color: #fff;
  background-color: #ac8050;
  border-color: #ac8050;
}
.btn-primary:hover, #survey_slider #survey_slider_start_button:hover {
  color: #fff;
  background-color: rgb(145.8928571429, 108.5714285714, 67.8571428571);
  border-color: rgb(137.1904761905, 102.0952380952, 63.8095238095);
}
.btn-primary:focus, #survey_slider #survey_slider_start_button:focus, .btn-primary.focus, #survey_slider .focus#survey_slider_start_button {
  color: #fff;
  background-color: rgb(145.8928571429, 108.5714285714, 67.8571428571);
  border-color: rgb(137.1904761905, 102.0952380952, 63.8095238095);
  box-shadow: 0 0 0 0.2rem rgba(184.45, 147.05, 106.25, 0.5);
}
.btn-primary.disabled, #survey_slider .disabled#survey_slider_start_button, .btn-primary:disabled, #survey_slider #survey_slider_start_button:disabled {
  color: #fff;
  background-color: #ac8050;
  border-color: #ac8050;
}
.btn-primary:not(:disabled):not(.disabled):active, #survey_slider #survey_slider_start_button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #survey_slider #survey_slider_start_button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, #survey_slider .show > .dropdown-toggle#survey_slider_start_button {
  color: #fff;
  background-color: rgb(137.1904761905, 102.0952380952, 63.8095238095);
  border-color: rgb(128.4880952381, 95.619047619, 59.7619047619);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, #survey_slider #survey_slider_start_button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #survey_slider #survey_slider_start_button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, #survey_slider .show > .dropdown-toggle#survey_slider_start_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(184.45, 147.05, 106.25, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(188.9276315789, 140.875, 92.8223684211);
  border-color: rgb(185.2368421053, 134.5, 83.7631578947);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(188.9276315789, 140.875, 92.8223684211);
  border-color: rgb(185.2368421053, 134.5, 83.7631578947);
  box-shadow: 0 0 0 0.2rem rgba(174.95, 141.55, 108.15, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(185.2368421053, 134.5, 83.7631578947);
  border-color: rgb(181.5460526316, 128.125, 74.7039473684);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 141.55, 108.15, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(188.9276315789, 140.875, 92.8223684211);
  border-color: rgb(185.2368421053, 134.5, 83.7631578947);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(188.9276315789, 140.875, 92.8223684211);
  border-color: rgb(185.2368421053, 134.5, 83.7631578947);
  box-shadow: 0 0 0 0.2rem rgba(174.95, 141.55, 108.15, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(185.2368421053, 134.5, 83.7631578947);
  border-color: rgb(181.5460526316, 128.125, 74.7039473684);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 141.55, 108.15, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #c85000;
  border-color: #c85000;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(161.75, 64.7, 0);
  border-color: rgb(149, 59.6, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(161.75, 64.7, 0);
  border-color: rgb(149, 59.6, 0);
  box-shadow: 0 0 0 0.2rem rgba(208.25, 106.25, 38.25, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #c85000;
  border-color: #c85000;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(149, 59.6, 0);
  border-color: rgb(136.25, 54.5, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.25, 106.25, 38.25, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #942828;
  border-color: #942828;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(117.8882978723, 31.8617021277, 31.8617021277);
  border-color: rgb(107.8510638298, 29.1489361702, 29.1489361702);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(117.8882978723, 31.8617021277, 31.8617021277);
  border-color: rgb(107.8510638298, 29.1489361702, 29.1489361702);
  box-shadow: 0 0 0 0.2rem rgba(164.05, 72.25, 72.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #942828;
  border-color: #942828;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.8510638298, 29.1489361702, 29.1489361702);
  border-color: rgb(97.8138297872, 26.4361702128, 26.4361702128);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164.05, 72.25, 72.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #ac8050;
  border-color: #ac8050;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ac8050;
  border-color: #ac8050;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ac8050;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ac8050;
  border-color: #ac8050;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.5);
}

.btn-outline-secondary {
  color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 160, 120, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c8a078;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 160, 120, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 160, 120, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #c8a078;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 160, 120, 0.5);
}

.btn-outline-warning {
  color: #c85000;
  border-color: #c85000;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #c85000;
  border-color: #c85000;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 80, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #c85000;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #c85000;
  border-color: #c85000;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 80, 0, 0.5);
}

.btn-outline-danger {
  color: #942828;
  border-color: #942828;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #942828;
  border-color: #942828;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 40, 40, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #942828;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #942828;
  border-color: #942828;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 40, 40, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ac8050;
  text-decoration: none;
}
.btn-link:hover {
  color: #c8a078;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .btn-sm, .btn-group-sm > .btn {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, #giftcard_product .input-group > .input-group-addon,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, #giftcard_product .input-group > .input-group-addon + .form-control, #giftcard_product .input-group > .form-control + .input-group-addon, #giftcard_product .input-group > .input-group-addon + .input-group-addon,
.input-group > .form-control + .custom-select,
#giftcard_product .input-group > .input-group-addon + .custom-select,
.input-group > .form-control + .custom-file,
#giftcard_product .input-group > .input-group-addon + .custom-file,
.input-group > .form-control-plaintext + .form-control,
#giftcard_product .input-group > .form-control-plaintext + .input-group-addon,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
#giftcard_product .input-group > .custom-select + .input-group-addon,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
#giftcard_product .input-group > .custom-file + .input-group-addon,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, #giftcard_product .input-group > .input-group-addon:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e0d8d0;
}
@media (max-width: 1024px) {
  .input-group-text {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control, #giftcard_product .input-group-lg > .input-group-addon,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .input-group-lg > .form-control, #giftcard_product .input-group-lg > .input-group-addon,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

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

.input-group-sm > .form-control, #giftcard_product .input-group-sm > .input-group-addon,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .input-group-sm > .form-control, #giftcard_product .input-group-sm > .input-group-addon,
  .input-group-sm > .custom-select,
  .input-group-sm > .input-group-prepend > .input-group-text,
  .input-group-sm > .input-group-append > .input-group-text,
  .input-group-sm > .input-group-prepend > .btn,
  .input-group-sm > .input-group-append > .btn {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c8a078;
  background-color: #c8a078;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(213.5714285714, 190.7857142857, 165.9285714286);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(229.7619047619, 215.880952381, 200.7380952381);
  border-color: rgb(229.7619047619, 215.880952381, 200.7380952381);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox-color .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M13.0909 4L6.09094 11L2.90912 7.81818" stroke="white" stroke-width="1.25" stroke-miterlimit="3.8637" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ac8050;
  background-color: #ac8050;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox-color .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(172, 128, 80, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox-color .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(172, 128, 80, 0.5);
}

.custom-radio .custom-control-label::before, .custom-radio-color .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.81819%203L4.56819%208.25L2.18182%205.86364%22%20stroke%3D%22white%22%20stroke-width%3D%221.25%22%20stroke-miterlimit%3D%223.8637%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio-color .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(172, 128, 80, 0.5);
}

.custom-switch {
  padding-left: 3.125rem;
}
.custom-switch .custom-control-label::before {
  left: -3.125rem;
  width: 2.625rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0rem + 2px);
  left: calc(-3.125rem + 2px);
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  background-color: #ACA09C;
  border-radius: 0.75rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fcf8f8;
  transform: translateX(1.125rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(172, 128, 80, 0.5);
}

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

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .custom-select-sm {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

.custom-select-lg {
  height: calc(1.5em + 1.75rem + 2px);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .custom-select-lg {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fcf8f8, 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fcf8f8, 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fcf8f8, 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ac8050;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(229.7619047619, 215.880952381, 200.7380952381);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ac8050;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(229.7619047619, 215.880952381, 200.7380952381);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ac8050;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(229.7619047619, 215.880952381, 200.7380952381);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fcf8f8;
  border-color: #dee2e6 #dee2e6 #fcf8f8;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ac8050;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl,
.navbar .container-xxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 10px;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .navbar-brand {
    font-size: calc(0.825rem + 0.46875vw);
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
@media (max-width: 1024px) {
  .navbar-toggler {
    font-size: calc(0.825rem + 0.46875vw);
  }
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  list-style: none;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .breadcrumb {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 4px;
  color: #706060;
  content: url('data:image/svg+xml,%3csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M4.5 3L7.5 6L4.5 9" stroke="%23706060" stroke-miterlimit="3.8637" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination, .comments-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, .comments-pagination span {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  margin-left: -1px;
  line-height: 1.5rem;
  color: #201010;
  background-color: #fff;
  border: 1px solid #201010;
}
.page-link:hover, .comments-pagination span:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #201010;
  border-color: #201010;
}
.page-link:focus, .comments-pagination span:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.25);
}

.page-item:first-child .page-link, .page-item:first-child .comments-pagination span, .comments-pagination .page-item:first-child span, .comments-pagination li:first-child .page-link, .comments-pagination li:first-child span {
  margin-left: 0;
}
.page-item.active .page-link, .page-item.active .comments-pagination span, .comments-pagination .page-item.active span, .comments-pagination li.active .page-link, .comments-pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #201010;
  border-color: #201010;
}
.page-item.disabled .page-link, .page-item.disabled .comments-pagination span, .comments-pagination .page-item.disabled span, .comments-pagination li.disabled .page-link, .comments-pagination li.disabled span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #fff;
}

.pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .pagination-lg .page-link, .pagination-lg .comments-pagination span, .comments-pagination .pagination-lg span {
    font-size: calc(0.825rem + 0.46875vw);
  }
}
.pagination-sm .page-link, .pagination-sm .comments-pagination span, .comments-pagination .pagination-sm span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .pagination-sm .page-link, .pagination-sm .comments-pagination span, .comments-pagination .pagination-sm span {
    font-size: calc(0.775rem + 0.15625vw);
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.3em 0.55em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, .badge[data-chref]:hover, a.badge:focus, .badge[data-chref]:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #ac8050;
}
a.badge-primary:hover, .badge-primary[data-chref]:hover, a.badge-primary:focus, .badge-primary[data-chref]:focus {
  color: #fff;
  background-color: rgb(137.1904761905, 102.0952380952, 63.8095238095);
}
a.badge-primary:focus, .badge-primary[data-chref]:focus, a.badge-primary.focus, .badge-primary.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 128, 80, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #c8a078;
}
a.badge-secondary:hover, .badge-secondary[data-chref]:hover, a.badge-secondary:focus, .badge-secondary[data-chref]:focus {
  color: #212529;
  background-color: rgb(185.2368421053, 134.5, 83.7631578947);
}
a.badge-secondary:focus, .badge-secondary[data-chref]:focus, a.badge-secondary.focus, .badge-secondary.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 160, 120, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, .badge-success[data-chref]:hover, a.badge-success:focus, .badge-success[data-chref]:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, .badge-success[data-chref]:focus, a.badge-success.focus, .badge-success.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #c8a078;
}
a.badge-info:hover, .badge-info[data-chref]:hover, a.badge-info:focus, .badge-info[data-chref]:focus {
  color: #212529;
  background-color: rgb(185.2368421053, 134.5, 83.7631578947);
}
a.badge-info:focus, .badge-info[data-chref]:focus, a.badge-info.focus, .badge-info.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 160, 120, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #c85000;
}
a.badge-warning:hover, .badge-warning[data-chref]:hover, a.badge-warning:focus, .badge-warning[data-chref]:focus {
  color: #fff;
  background-color: rgb(149, 59.6, 0);
}
a.badge-warning:focus, .badge-warning[data-chref]:focus, a.badge-warning.focus, .badge-warning.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 80, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #942828;
}
a.badge-danger:hover, .badge-danger[data-chref]:hover, a.badge-danger:focus, .badge-danger[data-chref]:focus {
  color: #fff;
  background-color: rgb(107.8510638298, 29.1489361702, 29.1489361702);
}
a.badge-danger:focus, .badge-danger[data-chref]:focus, a.badge-danger.focus, .badge-danger.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(148, 40, 40, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, .badge-light[data-chref]:hover, a.badge-light:focus, .badge-light[data-chref]:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, .badge-light[data-chref]:focus, a.badge-light.focus, .badge-light.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, .badge-dark[data-chref]:hover, a.badge-dark:focus, .badge-dark[data-chref]:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, .badge-dark[data-chref]:focus, a.badge-dark.focus, .badge-dark.focus[data-chref] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(89.44, 66.56, 41.6);
  background-color: rgb(238.4, 229.6, 220);
  border-color: rgb(231.76, 219.44, 206);
}
.alert-primary hr {
  border-top-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}
.alert-primary .alert-link {
  color: rgb(54.6304761905, 40.6552380952, 25.4095238095);
}

.alert-secondary {
  color: rgb(104, 83.2, 62.4);
  background-color: #f4ece4;
  border-color: rgb(239.6, 228.4, 217.2);
}
.alert-secondary hr {
  border-top-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.alert-secondary .alert-link {
  color: rgb(72.125, 57.7, 43.275);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(104, 83.2, 62.4);
  background-color: #f4ece4;
  border-color: rgb(239.6, 228.4, 217.2);
}
.alert-info hr {
  border-top-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.alert-info .alert-link {
  color: rgb(72.125, 57.7, 43.275);
}

.alert-warning {
  color: rgb(104, 41.6, 0);
  background-color: #f4dccc;
  border-color: rgb(239.6, 206, 183.6);
}
.alert-warning hr {
  border-top-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}
.alert-warning .alert-link {
  color: rgb(53, 21.2, 0);
}

.alert-danger {
  color: rgb(76.96, 20.8, 20.8);
  background-color: rgb(233.6, 212, 212);
  border-color: rgb(225.04, 194.8, 194.8);
}
.alert-danger hr {
  border-top-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}
.alert-danger .alert-link {
  color: rgb(36.8110638298, 9.9489361702, 9.9489361702);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ac8050;
  border-color: #ac8050;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: rgb(89.44, 66.56, 41.6);
  background-color: rgb(231.76, 219.44, 206);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action-dropdown-link:hover, .list-group-item-primary.list-group-item-action-dropdown:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action-dropdown-link:focus, .list-group-item-primary.list-group-item-action-dropdown:focus {
  color: rgb(89.44, 66.56, 41.6);
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.active.list-group-item-action-dropdown-link, .list-group-item-primary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(89.44, 66.56, 41.6);
  border-color: rgb(89.44, 66.56, 41.6);
}

.list-group-item-secondary {
  color: rgb(104, 83.2, 62.4);
  background-color: rgb(239.6, 228.4, 217.2);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action-dropdown-link:hover, .list-group-item-secondary.list-group-item-action-dropdown:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action-dropdown-link:focus, .list-group-item-secondary.list-group-item-action-dropdown:focus {
  color: rgb(104, 83.2, 62.4);
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.active.list-group-item-action-dropdown-link, .list-group-item-secondary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(104, 83.2, 62.4);
  border-color: rgb(104, 83.2, 62.4);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action-dropdown-link:hover, .list-group-item-success.list-group-item-action-dropdown:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action-dropdown-link:focus, .list-group-item-success.list-group-item-action-dropdown:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.active.list-group-item-action-dropdown-link, .list-group-item-success.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(104, 83.2, 62.4);
  background-color: rgb(239.6, 228.4, 217.2);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action-dropdown-link:hover, .list-group-item-info.list-group-item-action-dropdown:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action-dropdown-link:focus, .list-group-item-info.list-group-item-action-dropdown:focus {
  color: rgb(104, 83.2, 62.4);
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.active.list-group-item-action-dropdown-link, .list-group-item-info.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(104, 83.2, 62.4);
  border-color: rgb(104, 83.2, 62.4);
}

.list-group-item-warning {
  color: rgb(104, 41.6, 0);
  background-color: rgb(239.6, 206, 183.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action-dropdown-link:hover, .list-group-item-warning.list-group-item-action-dropdown:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action-dropdown-link:focus, .list-group-item-warning.list-group-item-action-dropdown:focus {
  color: rgb(104, 41.6, 0);
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.active.list-group-item-action-dropdown-link, .list-group-item-warning.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(104, 41.6, 0);
  border-color: rgb(104, 41.6, 0);
}

.list-group-item-danger {
  color: rgb(76.96, 20.8, 20.8);
  background-color: rgb(225.04, 194.8, 194.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action-dropdown-link:hover, .list-group-item-danger.list-group-item-action-dropdown:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action-dropdown-link:focus, .list-group-item-danger.list-group-item-action-dropdown:focus {
  color: rgb(76.96, 20.8, 20.8);
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.active.list-group-item-action-dropdown-link, .list-group-item-danger.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(76.96, 20.8, 20.8);
  border-color: rgb(76.96, 20.8, 20.8);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action-dropdown-link:hover, .list-group-item-light.list-group-item-action-dropdown:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action-dropdown-link:focus, .list-group-item-light.list-group-item-action-dropdown:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active, .list-group-item-light.active.list-group-item-action-dropdown-link, .list-group-item-light.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action-dropdown-link:hover, .list-group-item-dark.list-group-item-action-dropdown:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action-dropdown-link:focus, .list-group-item-dark.list-group-item-action-dropdown:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active, .list-group-item-dark.active.list-group-item-action-dropdown-link, .list-group-item-dark.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .close {
    font-size: calc(0.9rem + 0.9375vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled, .close.disabled[data-chref] {
  pointer-events: none;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #ac8050 !important;
}

a.bg-primary:hover, .bg-primary[data-chref]:hover, a.bg-primary:focus, .bg-primary[data-chref]:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(137.1904761905, 102.0952380952, 63.8095238095) !important;
}

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

a.bg-secondary:hover, .bg-secondary[data-chref]:hover, a.bg-secondary:focus, .bg-secondary[data-chref]:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(185.2368421053, 134.5, 83.7631578947) !important;
}

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

a.bg-success:hover, .bg-success[data-chref]:hover, a.bg-success:focus, .bg-success[data-chref]:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, .bg-info[data-chref]:hover, a.bg-info:focus, .bg-info[data-chref]:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(185.2368421053, 134.5, 83.7631578947) !important;
}

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

a.bg-warning:hover, .bg-warning[data-chref]:hover, a.bg-warning:focus, .bg-warning[data-chref]:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(149, 59.6, 0) !important;
}

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

a.bg-danger:hover, .bg-danger[data-chref]:hover, a.bg-danger:focus, .bg-danger[data-chref]:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(107.8510638298, 29.1489361702, 29.1489361702) !important;
}

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

a.bg-light:hover, .bg-light[data-chref]:hover, a.bg-light:focus, .bg-light[data-chref]: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, .bg-dark[data-chref]:hover, a.bg-dark:focus, .bg-dark[data-chref]: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: #ac8050 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.4rem !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: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

.float-none, .float-xs-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: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          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: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.mt-3,
.my-3 {
  margin-top: 20px !important;
}

.mr-3,
.mx-3 {
  margin-right: 20px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 20px !important;
}

.ml-3,
.mx-3 {
  margin-left: 20px !important;
}

.m-4 {
  margin: 30px !important;
}

.mt-4,
.my-4 {
  margin-top: 30px !important;
}

.mr-4,
.mx-4 {
  margin-right: 30px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}

.ml-4,
.mx-4 {
  margin-left: 30px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 50px !important;
}

.mt-6,
.my-6 {
  margin-top: 50px !important;
}

.mr-6,
.mx-6 {
  margin-right: 50px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 50px !important;
}

.ml-6,
.mx-6 {
  margin-left: 50px !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: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

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

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

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

.p-3 {
  padding: 20px !important;
}

.pt-3,
.py-3 {
  padding-top: 20px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 20px !important;
}

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

.p-4 {
  padding: 30px !important;
}

.pt-4,
.py-4 {
  padding-top: 30px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}

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

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

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

.p-6 {
  padding: 50px !important;
}

.pt-6,
.py-6 {
  padding-top: 50px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 50px !important;
}

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

.m-n1 {
  margin: -5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -20px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -20px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -20px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -20px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -20px !important;
}

.m-n4 {
  margin: -30px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -30px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -30px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -30px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -30px !important;
}

.m-n5 {
  margin: -40px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -40px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -40px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -40px !important;
}

.m-n6 {
  margin: -50px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -50px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -50px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -50px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -50px !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: 5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 20px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 20px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 20px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 20px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 20px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 50px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 50px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 50px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 50px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 20px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 20px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 20px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 20px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 20px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 50px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 50px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 50px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 50px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 50px !important;
  }
  .m-sm-n1 {
    margin: -5px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important;
  }
  .m-sm-n3 {
    margin: -20px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -20px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -20px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -20px !important;
  }
  .m-sm-n4 {
    margin: -30px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -30px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -30px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -30px !important;
  }
  .m-sm-n5 {
    margin: -40px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important;
  }
  .m-sm-n6 {
    margin: -50px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -50px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -50px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -50px !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: 5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 20px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 20px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 20px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 20px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 20px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 50px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 50px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 50px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 50px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 20px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 20px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 20px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 20px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 20px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 50px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 50px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 50px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 50px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 50px !important;
  }
  .m-md-n1 {
    margin: -5px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important;
  }
  .m-md-n3 {
    margin: -20px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -20px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -20px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -20px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -20px !important;
  }
  .m-md-n4 {
    margin: -30px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -30px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -30px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -30px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -30px !important;
  }
  .m-md-n5 {
    margin: -40px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important;
  }
  .m-md-n6 {
    margin: -50px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -50px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -50px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -50px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -50px !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: 1024px) {
  .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: 5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 20px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 20px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 20px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 20px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 20px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 50px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 50px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 50px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 50px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 20px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 20px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 20px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 20px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 20px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 50px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 50px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 50px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 50px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 50px !important;
  }
  .m-lg-n1 {
    margin: -5px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important;
  }
  .m-lg-n3 {
    margin: -20px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -20px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -20px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -20px !important;
  }
  .m-lg-n4 {
    margin: -30px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -30px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -30px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -30px !important;
  }
  .m-lg-n5 {
    margin: -40px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important;
  }
  .m-lg-n6 {
    margin: -50px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -50px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -50px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -50px !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: 5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 20px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 20px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 20px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 20px !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 30px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 30px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 30px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important;
  }
  .m-xl-6 {
    margin: 50px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 50px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 50px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 50px !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: 5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 20px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 20px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 20px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 20px !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 30px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 30px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 30px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important;
  }
  .p-xl-6 {
    padding: 50px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 50px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 50px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 50px !important;
  }
  .m-xl-n1 {
    margin: -5px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important;
  }
  .m-xl-n3 {
    margin: -20px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -20px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -20px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -20px !important;
  }
  .m-xl-n4 {
    margin: -30px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -30px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -30px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -30px !important;
  }
  .m-xl-n5 {
    margin: -40px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important;
  }
  .m-xl-n6 {
    margin: -50px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -50px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -50px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -50px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 10px !important;
  }
  .m-xxl-3 {
    margin: 20px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 20px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 20px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 20px !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 30px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 30px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 30px !important;
  }
  .m-xxl-5 {
    margin: 40px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 40px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 40px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 40px !important;
  }
  .m-xxl-6 {
    margin: 50px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 50px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 50px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 50px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 10px !important;
  }
  .p-xxl-3 {
    padding: 20px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 20px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 20px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 20px !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 30px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 30px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 30px !important;
  }
  .p-xxl-5 {
    padding: 40px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 40px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 40px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 40px !important;
  }
  .p-xxl-6 {
    padding: 50px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 50px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 50px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 50px !important;
  }
  .m-xxl-n1 {
    margin: -5px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -5px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -5px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -5px !important;
  }
  .m-xxl-n2 {
    margin: -10px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -10px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -10px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -10px !important;
  }
  .m-xxl-n3 {
    margin: -20px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -20px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -20px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -20px !important;
  }
  .m-xxl-n4 {
    margin: -30px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -30px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -30px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -30px !important;
  }
  .m-xxl-n5 {
    margin: -40px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -40px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -40px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -40px !important;
  }
  .m-xxl-n6 {
    margin: -50px !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -50px !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -50px !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -50px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 5px !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 5px !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 5px !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 5px !important;
  }
  .m-xxxl-2 {
    margin: 10px !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 10px !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 10px !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 10px !important;
  }
  .m-xxxl-3 {
    margin: 20px !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 20px !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 20px !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 20px !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 20px !important;
  }
  .m-xxxl-4 {
    margin: 30px !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 30px !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 30px !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 30px !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 30px !important;
  }
  .m-xxxl-5 {
    margin: 40px !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 40px !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 40px !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 40px !important;
  }
  .m-xxxl-6 {
    margin: 50px !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 50px !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 50px !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 50px !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 50px !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 5px !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 5px !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 5px !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 5px !important;
  }
  .p-xxxl-2 {
    padding: 10px !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 10px !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 10px !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 10px !important;
  }
  .p-xxxl-3 {
    padding: 20px !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 20px !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 20px !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 20px !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 20px !important;
  }
  .p-xxxl-4 {
    padding: 30px !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 30px !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 30px !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 30px !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 30px !important;
  }
  .p-xxxl-5 {
    padding: 40px !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 40px !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 40px !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 40px !important;
  }
  .p-xxxl-6 {
    padding: 50px !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 50px !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 50px !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 50px !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 50px !important;
  }
  .m-xxxl-n1 {
    margin: -5px !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -5px !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -5px !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -5px !important;
  }
  .m-xxxl-n2 {
    margin: -10px !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -10px !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -10px !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -10px !important;
  }
  .m-xxxl-n3 {
    margin: -20px !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -20px !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -20px !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -20px !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -20px !important;
  }
  .m-xxxl-n4 {
    margin: -30px !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -30px !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -30px !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -30px !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -30px !important;
  }
  .m-xxxl-n5 {
    margin: -40px !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -40px !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -40px !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -40px !important;
  }
  .m-xxxl-n6 {
    margin: -50px !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -50px !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -50px !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -50px !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -50px !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, .text-primary[data-chref]:hover, a.text-primary:focus, .text-primary[data-chref]:focus {
  color: rgb(119.7857142857, 89.1428571429, 55.7142857143) !important;
}

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

a.text-secondary:hover, .text-secondary[data-chref]:hover, a.text-secondary:focus, .text-secondary[data-chref]:focus {
  color: rgb(173.0131578947, 121.75, 70.4868421053) !important;
}

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

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

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

a.text-info:hover, .text-info[data-chref]:hover, a.text-info:focus, .text-info[data-chref]:focus {
  color: rgb(173.0131578947, 121.75, 70.4868421053) !important;
}

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

a.text-warning:hover, .text-warning[data-chref]:hover, a.text-warning:focus, .text-warning[data-chref]:focus {
  color: rgb(123.5, 49.4, 0) !important;
}

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

a.text-danger:hover, .text-danger[data-chref]:hover, a.text-danger:focus, .text-danger[data-chref]:focus {
  color: rgb(87.7765957447, 23.7234042553, 23.7234042553) !important;
}

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

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

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

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

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

.text-muted {
  color: #706060 !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn), [data-chref]:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e0d8d0;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e0d8d0;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

.cursor-pointer {
  /* stylelint-disable */
  cursor: pointer !important;
  /* stylelint-enable */
}

.font-reset {
  /* stylelint-disable */
  font-size: inherit !important;
  /* stylelint-enable */
}

.line-height-reset {
  /* stylelint-disable */
  line-height: inherit !important;
  /* stylelint-enable */
}

.font-sm {
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .font-sm {
    font-size: calc(0.775rem + 0.15625vw);
  }
}

.font-lg {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .font-lg {
    font-size: calc(0.825rem + 0.46875vw);
  }
}

.font-xs {
  font-size: 0.75rem;
}

.font-base {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .font-base {
    font-size: calc(0.8rem + 0.3125vw);
  }
}

.title-special {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}

.title-special-cont {
  font-family: "Unageo", -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";
}
.title-special-cont span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}

.modal {
  display: none;
}

.dropdown-menu {
  display: none;
}

.toast {
  opacity: 0;
}

body .dropdown-toggle:after {
  font-family: "icomoon";
  content: "\e916";
  border: none;
  margin-left: 0;
  transition: all ease-out 0.15s;
  transform-origin: center;
}
body .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}
body .dropdown-menu {
  border-radius: 4px;
}

@media (max-width: 1199.98px) {
  .visible--desktop {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .visible--tablet-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible--tablet {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .visible--tablet {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .visible--tablet-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible--mobile {
    display: none !important;
  }
}

.d--none {
  display: none;
}

.d--block {
  display: block;
}

body,
html {
  height: 100%;
  font-size: 14px;
}
@media (min-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding-left: 0;
  list-style: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
}

input::placeholder,
textarea::placeholder {
  color: #6c757d;
}
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #212529;
}
input:active::placeholder,
textarea:active::placeholder {
  color: #212529;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

[data-chref] {
  cursor: pointer;
}

.tag:not(body) {
  padding: 4px 8px;
  text-transform: uppercase;
  background-color: white;
  color: #201010;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
.tag:not(body):has(i) {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tag:not(body):has(i) i {
  font-size: 16px;
}

#notifications article:first-of-type {
  margin-top: 12px;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/themes/arpa-falcon/assets//fonts/MaterialIcons-Regular-479700ea91d964d295d75c6b67bd0b28.eot); /* For IE6-8 */
  src: local("☺"), url(/themes/arpa-falcon/assets//fonts/MaterialIcons-Regular-12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"), url(/themes/arpa-falcon/assets//fonts/MaterialIcons-Regular-f2a0933406f7830651524f477ba2f543.woff) format("woff"), url(/themes/arpa-falcon/assets//fonts/MaterialIcons-Regular-00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons._10k:before {
  content: "\e951";
}
.material-icons._10mp:before {
  content: "\e952";
}
.material-icons._11mp:before {
  content: "\e953";
}
.material-icons._12mp:before {
  content: "\e954";
}
.material-icons._13mp:before {
  content: "\e955";
}
.material-icons._14mp:before {
  content: "\e956";
}
.material-icons._15mp:before {
  content: "\e957";
}
.material-icons._16mp:before {
  content: "\e958";
}
.material-icons._17mp:before {
  content: "\e959";
}
.material-icons._18mp:before {
  content: "\e95a";
}
.material-icons._19mp:before {
  content: "\e95b";
}
.material-icons._1k:before {
  content: "\e95c";
}
.material-icons._1k_plus:before {
  content: "\e95d";
}
.material-icons._20mp:before {
  content: "\e95e";
}
.material-icons._21mp:before {
  content: "\e95f";
}
.material-icons._22mp:before {
  content: "\e960";
}
.material-icons._23mp:before {
  content: "\e961";
}
.material-icons._24mp:before {
  content: "\e962";
}
.material-icons._2k:before {
  content: "\e963";
}
.material-icons._2k_plus:before {
  content: "\e964";
}
.material-icons._2mp:before {
  content: "\e965";
}
.material-icons._360:before {
  content: "\e577";
}
.material-icons._3d_rotation:before {
  content: "\e84d";
}
.material-icons._3k:before {
  content: "\e966";
}
.material-icons._3k_plus:before {
  content: "\e967";
}
.material-icons._3mp:before {
  content: "\e968";
}
.material-icons._4k:before {
  content: "\e072";
}
.material-icons._4k_plus:before {
  content: "\e969";
}
.material-icons._4mp:before {
  content: "\e96a";
}
.material-icons._5k:before {
  content: "\e96b";
}
.material-icons._5k_plus:before {
  content: "\e96c";
}
.material-icons._5mp:before {
  content: "\e96d";
}
.material-icons._6k:before {
  content: "\e96e";
}
.material-icons._6k_plus:before {
  content: "\e96f";
}
.material-icons._6mp:before {
  content: "\e970";
}
.material-icons._7k:before {
  content: "\e971";
}
.material-icons._7k_plus:before {
  content: "\e972";
}
.material-icons._7mp:before {
  content: "\e973";
}
.material-icons._8k:before {
  content: "\e974";
}
.material-icons._8k_plus:before {
  content: "\e975";
}
.material-icons._8mp:before {
  content: "\e976";
}
.material-icons._9k:before {
  content: "\e977";
}
.material-icons._9k_plus:before {
  content: "\e978";
}
.material-icons._9mp:before {
  content: "\e979";
}
.material-icons.ac_unit:before {
  content: "\eb3b";
}
.material-icons.access_alarm:before {
  content: "\e190";
}
.material-icons.access_alarms:before {
  content: "\e191";
}
.material-icons.access_time:before {
  content: "\e192";
}
.material-icons.accessibility:before {
  content: "\e84e";
}
.material-icons.accessibility_new:before {
  content: "\e92c";
}
.material-icons.accessible:before {
  content: "\e914";
}
.material-icons.accessible_forward:before {
  content: "\e934";
}
.material-icons.account_balance:before {
  content: "\e84f";
}
.material-icons.account_balance_wallet:before {
  content: "\e850";
}
.material-icons.account_box:before {
  content: "\e851";
}
.material-icons.account_circle:before {
  content: "\e853";
}
.material-icons.account_tree:before {
  content: "\e97a";
}
.material-icons.adb:before {
  content: "\e60e";
}
.material-icons.add:before {
  content: "\e145";
}
.material-icons.add_a_photo:before {
  content: "\e439";
}
.material-icons.add_alarm:before {
  content: "\e193";
}
.material-icons.add_alert:before {
  content: "\e003";
}
.material-icons.add_box:before {
  content: "\e146";
}
.material-icons.add_call:before {
  content: "\e0e8";
}
.material-icons.add_chart:before {
  content: "\e97b";
}
.material-icons.add_circle:before {
  content: "\e147";
}
.material-icons.add_circle_outline:before {
  content: "\e148";
}
.material-icons.add_comment:before {
  content: "\e266";
}
.material-icons.add_ic_call:before {
  content: "\e97c";
}
.material-icons.add_link:before {
  content: "\e178";
}
.material-icons.add_location:before {
  content: "\e567";
}
.material-icons.add_moderator:before {
  content: "\e97d";
}
.material-icons.add_photo_alternate:before {
  content: "\e43e";
}
.material-icons.add_shopping_cart:before {
  content: "\e854";
}
.material-icons.add_to_home_screen:before {
  content: "\e1fe";
}
.material-icons.add_to_photos:before {
  content: "\e39d";
}
.material-icons.add_to_queue:before {
  content: "\e05c";
}
.material-icons.adjust:before {
  content: "\e39e";
}
.material-icons.airline_seat_flat:before {
  content: "\e630";
}
.material-icons.airline_seat_flat_angled:before {
  content: "\e631";
}
.material-icons.airline_seat_individual_suite:before {
  content: "\e632";
}
.material-icons.airline_seat_legroom_extra:before {
  content: "\e633";
}
.material-icons.airline_seat_legroom_normal:before {
  content: "\e634";
}
.material-icons.airline_seat_legroom_reduced:before {
  content: "\e635";
}
.material-icons.airline_seat_recline_extra:before {
  content: "\e636";
}
.material-icons.airline_seat_recline_normal:before {
  content: "\e637";
}
.material-icons.airplanemode_active:before {
  content: "\e195";
}
.material-icons.airplanemode_inactive:before {
  content: "\e194";
}
.material-icons.airplanemode_off:before {
  content: "\e194";
}
.material-icons.airplanemode_on:before {
  content: "\e195";
}
.material-icons.airplay:before {
  content: "\e055";
}
.material-icons.airport_shuttle:before {
  content: "\eb3c";
}
.material-icons.alarm:before {
  content: "\e855";
}
.material-icons.alarm_add:before {
  content: "\e856";
}
.material-icons.alarm_off:before {
  content: "\e857";
}
.material-icons.alarm_on:before {
  content: "\e858";
}
.material-icons.album:before {
  content: "\e019";
}
.material-icons.all_inbox:before {
  content: "\e97f";
}
.material-icons.all_inclusive:before {
  content: "\eb3d";
}
.material-icons.all_out:before {
  content: "\e90b";
}
.material-icons.alternate_email:before {
  content: "\e0e6";
}
.material-icons.amp_stories:before {
  content: "\ea13";
}
.material-icons.android:before {
  content: "\e859";
}
.material-icons.announcement:before {
  content: "\e85a";
}
.material-icons.apartment:before {
  content: "\ea40";
}
.material-icons.approval:before {
  content: "\e982";
}
.material-icons.apps:before {
  content: "\e5c3";
}
.material-icons.archive:before {
  content: "\e149";
}
.material-icons.arrow_back:before {
  content: "\e5c4";
}
.material-icons.arrow_back_ios:before {
  content: "\e5e0";
}
.material-icons.arrow_downward:before {
  content: "\e5db";
}
.material-icons.arrow_drop_down:before {
  content: "\e5c5";
}
.material-icons.arrow_drop_down_circle:before {
  content: "\e5c6";
}
.material-icons.arrow_drop_up:before {
  content: "\e5c7";
}
.material-icons.arrow_forward:before {
  content: "\e5c8";
}
.material-icons.arrow_forward_ios:before {
  content: "\e5e1";
}
.material-icons.arrow_left:before {
  content: "\e5de";
}
.material-icons.arrow_right:before {
  content: "\e5df";
}
.material-icons.arrow_right_alt:before {
  content: "\e941";
}
.material-icons.arrow_upward:before {
  content: "\e5d8";
}
.material-icons.art_track:before {
  content: "\e060";
}
.material-icons.aspect_ratio:before {
  content: "\e85b";
}
.material-icons.assessment:before {
  content: "\e85c";
}
.material-icons.assignment:before {
  content: "\e85d";
}
.material-icons.assignment_ind:before {
  content: "\e85e";
}
.material-icons.assignment_late:before {
  content: "\e85f";
}
.material-icons.assignment_return:before {
  content: "\e860";
}
.material-icons.assignment_returned:before {
  content: "\e861";
}
.material-icons.assignment_turned_in:before {
  content: "\e862";
}
.material-icons.assistant:before {
  content: "\e39f";
}
.material-icons.assistant_direction:before {
  content: "\e988";
}
.material-icons.assistant_navigation:before {
  content: "\e989";
}
.material-icons.assistant_photo:before {
  content: "\e3a0";
}
.material-icons.atm:before {
  content: "\e573";
}
.material-icons.attach_file:before {
  content: "\e226";
}
.material-icons.attach_money:before {
  content: "\e227";
}
.material-icons.attachment:before {
  content: "\e2bc";
}
.material-icons.attractions:before {
  content: "\ea52";
}
.material-icons.audiotrack:before {
  content: "\e3a1";
}
.material-icons.autorenew:before {
  content: "\e863";
}
.material-icons.av_timer:before {
  content: "\e01b";
}
.material-icons.backspace:before {
  content: "\e14a";
}
.material-icons.backup:before {
  content: "\e864";
}
.material-icons.badge:before {
  content: "\ea67";
}
.material-icons.bakery_dining:before {
  content: "\ea53";
}
.material-icons.ballot:before {
  content: "\e172";
}
.material-icons.bar_chart:before {
  content: "\e26b";
}
.material-icons.bathtub:before {
  content: "\ea41";
}
.material-icons.battery_alert:before {
  content: "\e19c";
}
.material-icons.battery_charging_full:before {
  content: "\e1a3";
}
.material-icons.battery_full:before {
  content: "\e1a4";
}
.material-icons.battery_std:before {
  content: "\e1a5";
}
.material-icons.battery_unknown:before {
  content: "\e1a6";
}
.material-icons.beach_access:before {
  content: "\eb3e";
}
.material-icons.beenhere:before {
  content: "\e52d";
}
.material-icons.block:before {
  content: "\e14b";
}
.material-icons.bluetooth:before {
  content: "\e1a7";
}
.material-icons.bluetooth_audio:before {
  content: "\e60f";
}
.material-icons.bluetooth_connected:before {
  content: "\e1a8";
}
.material-icons.bluetooth_disabled:before {
  content: "\e1a9";
}
.material-icons.bluetooth_searching:before {
  content: "\e1aa";
}
.material-icons.blur_circular:before {
  content: "\e3a2";
}
.material-icons.blur_linear:before {
  content: "\e3a3";
}
.material-icons.blur_off:before {
  content: "\e3a4";
}
.material-icons.blur_on:before {
  content: "\e3a5";
}
.material-icons.bolt:before {
  content: "\ea0b";
}
.material-icons.book:before {
  content: "\e865";
}
.material-icons.bookmark:before {
  content: "\e866";
}
.material-icons.bookmark_border:before {
  content: "\e867";
}
.material-icons.bookmark_outline:before {
  content: "\e867";
}
.material-icons.bookmarks:before {
  content: "\e98b";
}
.material-icons.border_all:before {
  content: "\e228";
}
.material-icons.border_bottom:before {
  content: "\e229";
}
.material-icons.border_clear:before {
  content: "\e22a";
}
.material-icons.border_color:before {
  content: "\e22b";
}
.material-icons.border_horizontal:before {
  content: "\e22c";
}
.material-icons.border_inner:before {
  content: "\e22d";
}
.material-icons.border_left:before {
  content: "\e22e";
}
.material-icons.border_outer:before {
  content: "\e22f";
}
.material-icons.border_right:before {
  content: "\e230";
}
.material-icons.border_style:before {
  content: "\e231";
}
.material-icons.border_top:before {
  content: "\e232";
}
.material-icons.border_vertical:before {
  content: "\e233";
}
.material-icons.branding_watermark:before {
  content: "\e06b";
}
.material-icons.breakfast_dining:before {
  content: "\ea54";
}
.material-icons.brightness_1:before {
  content: "\e3a6";
}
.material-icons.brightness_2:before {
  content: "\e3a7";
}
.material-icons.brightness_3:before {
  content: "\e3a8";
}
.material-icons.brightness_4:before {
  content: "\e3a9";
}
.material-icons.brightness_5:before {
  content: "\e3aa";
}
.material-icons.brightness_6:before {
  content: "\e3ab";
}
.material-icons.brightness_7:before {
  content: "\e3ac";
}
.material-icons.brightness_auto:before {
  content: "\e1ab";
}
.material-icons.brightness_high:before {
  content: "\e1ac";
}
.material-icons.brightness_low:before {
  content: "\e1ad";
}
.material-icons.brightness_medium:before {
  content: "\e1ae";
}
.material-icons.broken_image:before {
  content: "\e3ad";
}
.material-icons.brunch_dining:before {
  content: "\ea73";
}
.material-icons.brush:before {
  content: "\e3ae";
}
.material-icons.bubble_chart:before {
  content: "\e6dd";
}
.material-icons.bug_report:before {
  content: "\e868";
}
.material-icons.build:before {
  content: "\e869";
}
.material-icons.burst_mode:before {
  content: "\e43c";
}
.material-icons.bus_alert:before {
  content: "\e98f";
}
.material-icons.business:before {
  content: "\e0af";
}
.material-icons.business_center:before {
  content: "\eb3f";
}
.material-icons.cached:before {
  content: "\e86a";
}
.material-icons.cake:before {
  content: "\e7e9";
}
.material-icons.calendar_today:before {
  content: "\e935";
}
.material-icons.calendar_view_day:before {
  content: "\e936";
}
.material-icons.call:before {
  content: "\e0b0";
}
.material-icons.call_end:before {
  content: "\e0b1";
}
.material-icons.call_made:before {
  content: "\e0b2";
}
.material-icons.call_merge:before {
  content: "\e0b3";
}
.material-icons.call_missed:before {
  content: "\e0b4";
}
.material-icons.call_missed_outgoing:before {
  content: "\e0e4";
}
.material-icons.call_received:before {
  content: "\e0b5";
}
.material-icons.call_split:before {
  content: "\e0b6";
}
.material-icons.call_to_action:before {
  content: "\e06c";
}
.material-icons.camera:before {
  content: "\e3af";
}
.material-icons.camera_alt:before {
  content: "\e3b0";
}
.material-icons.camera_enhance:before {
  content: "\e8fc";
}
.material-icons.camera_front:before {
  content: "\e3b1";
}
.material-icons.camera_rear:before {
  content: "\e3b2";
}
.material-icons.camera_roll:before {
  content: "\e3b3";
}
.material-icons.cancel:before {
  content: "\e5c9";
}
.material-icons.cancel_presentation:before {
  content: "\e0e9";
}
.material-icons.cancel_schedule_send:before {
  content: "\ea39";
}
.material-icons.car_rental:before {
  content: "\ea55";
}
.material-icons.car_repair:before {
  content: "\ea56";
}
.material-icons.card_giftcard:before {
  content: "\e8f6";
}
.material-icons.card_membership:before {
  content: "\e8f7";
}
.material-icons.card_travel:before {
  content: "\e8f8";
}
.material-icons.cases:before {
  content: "\e992";
}
.material-icons.casino:before {
  content: "\eb40";
}
.material-icons.cast:before {
  content: "\e307";
}
.material-icons.cast_connected:before {
  content: "\e308";
}
.material-icons.category:before {
  content: "\e574";
}
.material-icons.celebration:before {
  content: "\ea65";
}
.material-icons.cell_wifi:before {
  content: "\e0ec";
}
.material-icons.center_focus_strong:before {
  content: "\e3b4";
}
.material-icons.center_focus_weak:before {
  content: "\e3b5";
}
.material-icons.change_history:before {
  content: "\e86b";
}
.material-icons.chat:before {
  content: "\e0b7";
}
.material-icons.chat_bubble:before {
  content: "\e0ca";
}
.material-icons.chat_bubble_outline:before {
  content: "\e0cb";
}
.material-icons.check:before {
  content: "\e5ca";
}
.material-icons.check_box:before {
  content: "\e834";
}
.material-icons.check_box_outline_blank:before {
  content: "\e835";
}
.material-icons.check_circle:before {
  content: "\e86c";
}
.material-icons.check_circle_outline:before {
  content: "\e92d";
}
.material-icons.chevron_left:before {
  content: "\e5cb";
}
.material-icons.chevron_right:before {
  content: "\e5cc";
}
.material-icons.child_care:before {
  content: "\eb41";
}
.material-icons.child_friendly:before {
  content: "\eb42";
}
.material-icons.chrome_reader_mode:before {
  content: "\e86d";
}
.material-icons.circle_notifications:before {
  content: "\e994";
}
.material-icons.class:before {
  content: "\e86e";
}
.material-icons.clear:before {
  content: "\e14c";
}
.material-icons.clear_all:before {
  content: "\e0b8";
}
.material-icons.close:before {
  content: "\e5cd";
}
.material-icons.closed_caption:before {
  content: "\e01c";
}
.material-icons.closed_caption_off:before {
  content: "\e996";
}
.material-icons.cloud:before {
  content: "\e2bd";
}
.material-icons.cloud_circle:before {
  content: "\e2be";
}
.material-icons.cloud_done:before {
  content: "\e2bf";
}
.material-icons.cloud_download:before {
  content: "\e2c0";
}
.material-icons.cloud_off:before {
  content: "\e2c1";
}
.material-icons.cloud_queue:before {
  content: "\e2c2";
}
.material-icons.cloud_upload:before {
  content: "\e2c3";
}
.material-icons.code:before {
  content: "\e86f";
}
.material-icons.collections:before {
  content: "\e3b6";
}
.material-icons.collections_bookmark:before {
  content: "\e431";
}
.material-icons.color_lens:before {
  content: "\e3b7";
}
.material-icons.colorize:before {
  content: "\e3b8";
}
.material-icons.comment:before {
  content: "\e0b9";
}
.material-icons.commute:before {
  content: "\e940";
}
.material-icons.compare:before {
  content: "\e3b9";
}
.material-icons.compare_arrows:before {
  content: "\e915";
}
.material-icons.compass_calibration:before {
  content: "\e57c";
}
.material-icons.compress:before {
  content: "\e94d";
}
.material-icons.computer:before {
  content: "\e30a";
}
.material-icons.confirmation_num:before {
  content: "\e638";
}
.material-icons.confirmation_number:before {
  content: "\e638";
}
.material-icons.connected_tv:before {
  content: "\e998";
}
.material-icons.contact_mail:before {
  content: "\e0d0";
}
.material-icons.contact_phone:before {
  content: "\e0cf";
}
.material-icons.contact_support:before {
  content: "\e94c";
}
.material-icons.contactless:before {
  content: "\ea71";
}
.material-icons.contacts:before {
  content: "\e0ba";
}
.material-icons.content_copy:before {
  content: "\e14d";
}
.material-icons.content_cut:before {
  content: "\e14e";
}
.material-icons.content_paste:before {
  content: "\e14f";
}
.material-icons.control_camera:before {
  content: "\e074";
}
.material-icons.control_point:before {
  content: "\e3ba";
}
.material-icons.control_point_duplicate:before {
  content: "\e3bb";
}
.material-icons.copyright:before {
  content: "\e90c";
}
.material-icons.create:before {
  content: "\e150";
}
.material-icons.create_new_folder:before {
  content: "\e2cc";
}
.material-icons.credit_card:before {
  content: "\e870";
}
.material-icons.crop:before {
  content: "\e3be";
}
.material-icons.crop_16_9:before {
  content: "\e3bc";
}
.material-icons.crop_3_2:before {
  content: "\e3bd";
}
.material-icons.crop_5_4:before {
  content: "\e3bf";
}
.material-icons.crop_7_5:before {
  content: "\e3c0";
}
.material-icons.crop_din:before {
  content: "\e3c1";
}
.material-icons.crop_free:before {
  content: "\e3c2";
}
.material-icons.crop_landscape:before {
  content: "\e3c3";
}
.material-icons.crop_original:before {
  content: "\e3c4";
}
.material-icons.crop_portrait:before {
  content: "\e3c5";
}
.material-icons.crop_rotate:before {
  content: "\e437";
}
.material-icons.crop_square:before {
  content: "\e3c6";
}
.material-icons.dangerous:before {
  content: "\e99a";
}
.material-icons.dashboard:before {
  content: "\e871";
}
.material-icons.dashboard_customize:before {
  content: "\e99b";
}
.material-icons.data_usage:before {
  content: "\e1af";
}
.material-icons.date_range:before {
  content: "\e916";
}
.material-icons.deck:before {
  content: "\ea42";
}
.material-icons.dehaze:before {
  content: "\e3c7";
}
.material-icons.delete:before {
  content: "\e872";
}
.material-icons.delete_forever:before {
  content: "\e92b";
}
.material-icons.delete_outline:before {
  content: "\e92e";
}
.material-icons.delete_sweep:before {
  content: "\e16c";
}
.material-icons.delivery_dining:before {
  content: "\ea72";
}
.material-icons.departure_board:before {
  content: "\e576";
}
.material-icons.description:before {
  content: "\e873";
}
.material-icons.desktop_access_disabled:before {
  content: "\e99d";
}
.material-icons.desktop_mac:before {
  content: "\e30b";
}
.material-icons.desktop_windows:before {
  content: "\e30c";
}
.material-icons.details:before {
  content: "\e3c8";
}
.material-icons.developer_board:before {
  content: "\e30d";
}
.material-icons.developer_mode:before {
  content: "\e1b0";
}
.material-icons.device_hub:before {
  content: "\e335";
}
.material-icons.device_thermostat:before {
  content: "\e1ff";
}
.material-icons.device_unknown:before {
  content: "\e339";
}
.material-icons.devices:before {
  content: "\e1b1";
}
.material-icons.devices_other:before {
  content: "\e337";
}
.material-icons.dialer_sip:before {
  content: "\e0bb";
}
.material-icons.dialpad:before {
  content: "\e0bc";
}
.material-icons.dinner_dining:before {
  content: "\ea57";
}
.material-icons.directions:before {
  content: "\e52e";
}
.material-icons.directions_bike:before {
  content: "\e52f";
}
.material-icons.directions_boat:before {
  content: "\e532";
}
.material-icons.directions_bus:before {
  content: "\e530";
}
.material-icons.directions_car:before {
  content: "\e531";
}
.material-icons.directions_ferry:before {
  content: "\e532";
}
.material-icons.directions_railway:before {
  content: "\e534";
}
.material-icons.directions_run:before {
  content: "\e566";
}
.material-icons.directions_subway:before {
  content: "\e533";
}
.material-icons.directions_train:before {
  content: "\e534";
}
.material-icons.directions_transit:before {
  content: "\e535";
}
.material-icons.directions_walk:before {
  content: "\e536";
}
.material-icons.disc_full:before {
  content: "\e610";
}
.material-icons.dnd_forwardslash:before {
  content: "\e611";
}
.material-icons.dns:before {
  content: "\e875";
}
.material-icons.do_not_disturb:before {
  content: "\e612";
}
.material-icons.do_not_disturb_alt:before {
  content: "\e611";
}
.material-icons.do_not_disturb_off:before {
  content: "\e643";
}
.material-icons.do_not_disturb_on:before {
  content: "\e644";
}
.material-icons.dock:before {
  content: "\e30e";
}
.material-icons.domain:before {
  content: "\e7ee";
}
.material-icons.domain_disabled:before {
  content: "\e0ef";
}
.material-icons.done:before {
  content: "\e876";
}
.material-icons.done_all:before {
  content: "\e877";
}
.material-icons.done_outline:before {
  content: "\e92f";
}
.material-icons.donut_large:before {
  content: "\e917";
}
.material-icons.donut_small:before {
  content: "\e918";
}
.material-icons.double_arrow:before {
  content: "\ea50";
}
.material-icons.drafts:before {
  content: "\e151";
}
.material-icons.drag_handle:before {
  content: "\e25d";
}
.material-icons.drag_indicator:before {
  content: "\e945";
}
.material-icons.drive_eta:before {
  content: "\e613";
}
.material-icons.drive_file_move_outline:before {
  content: "\e9a1";
}
.material-icons.drive_file_rename_outline:before {
  content: "\e9a2";
}
.material-icons.drive_folder_upload:before {
  content: "\e9a3";
}
.material-icons.dry_cleaning:before {
  content: "\ea58";
}
.material-icons.duo:before {
  content: "\e9a5";
}
.material-icons.dvr:before {
  content: "\e1b2";
}
.material-icons.dynamic_feed:before {
  content: "\ea14";
}
.material-icons.eco:before {
  content: "\ea35";
}
.material-icons.edit:before {
  content: "\e3c9";
}
.material-icons.edit_attributes:before {
  content: "\e578";
}
.material-icons.edit_location:before {
  content: "\e568";
}
.material-icons.edit_off:before {
  content: "\e950";
}
.material-icons.eject:before {
  content: "\e8fb";
}
.material-icons.email:before {
  content: "\e0be";
}
.material-icons.emoji_emotions:before {
  content: "\ea22";
}
.material-icons.emoji_events:before {
  content: "\ea23";
}
.material-icons.emoji_flags:before {
  content: "\ea1a";
}
.material-icons.emoji_food_beverage:before {
  content: "\ea1b";
}
.material-icons.emoji_nature:before {
  content: "\ea1c";
}
.material-icons.emoji_objects:before {
  content: "\ea24";
}
.material-icons.emoji_people:before {
  content: "\ea1d";
}
.material-icons.emoji_symbols:before {
  content: "\ea1e";
}
.material-icons.emoji_transportation:before {
  content: "\ea1f";
}
.material-icons.enhance_photo_translate:before {
  content: "\e8fc";
}
.material-icons.enhanced_encryption:before {
  content: "\e63f";
}
.material-icons.equalizer:before {
  content: "\e01d";
}
.material-icons.error:before {
  content: "\e000";
}
.material-icons.error_outline:before {
  content: "\e001";
}
.material-icons.euro:before {
  content: "\ea15";
}
.material-icons.euro_symbol:before {
  content: "\e926";
}
.material-icons.ev_station:before {
  content: "\e56d";
}
.material-icons.event:before {
  content: "\e878";
}
.material-icons.event_available:before {
  content: "\e614";
}
.material-icons.event_busy:before {
  content: "\e615";
}
.material-icons.event_note:before {
  content: "\e616";
}
.material-icons.event_seat:before {
  content: "\e903";
}
.material-icons.exit_to_app:before {
  content: "\e879";
}
.material-icons.expand:before {
  content: "\e94f";
}
.material-icons.expand_less:before {
  content: "\e5ce";
}
.material-icons.expand_more:before {
  content: "\e5cf";
}
.material-icons.explicit:before {
  content: "\e01e";
}
.material-icons.explore:before {
  content: "\e87a";
}
.material-icons.explore_off:before {
  content: "\e9a8";
}
.material-icons.exposure:before {
  content: "\e3ca";
}
.material-icons.exposure_minus_1:before {
  content: "\e3cb";
}
.material-icons.exposure_minus_2:before {
  content: "\e3cc";
}
.material-icons.exposure_neg_1:before {
  content: "\e3cb";
}
.material-icons.exposure_neg_2:before {
  content: "\e3cc";
}
.material-icons.exposure_plus_1:before {
  content: "\e3cd";
}
.material-icons.exposure_plus_2:before {
  content: "\e3ce";
}
.material-icons.exposure_zero:before {
  content: "\e3cf";
}
.material-icons.extension:before {
  content: "\e87b";
}
.material-icons.face:before {
  content: "\e87c";
}
.material-icons.fast_forward:before {
  content: "\e01f";
}
.material-icons.fast_rewind:before {
  content: "\e020";
}
.material-icons.fastfood:before {
  content: "\e57a";
}
.material-icons.favorite:before {
  content: "\e87d";
}
.material-icons.favorite_border:before {
  content: "\e87e";
}
.material-icons.favorite_outline:before {
  content: "\e87e";
}
.material-icons.featured_play_list:before {
  content: "\e06d";
}
.material-icons.featured_video:before {
  content: "\e06e";
}
.material-icons.feedback:before {
  content: "\e87f";
}
.material-icons.festival:before {
  content: "\ea68";
}
.material-icons.fiber_dvr:before {
  content: "\e05d";
}
.material-icons.fiber_manual_record:before {
  content: "\e061";
}
.material-icons.fiber_new:before {
  content: "\e05e";
}
.material-icons.fiber_pin:before {
  content: "\e06a";
}
.material-icons.fiber_smart_record:before {
  content: "\e062";
}
.material-icons.file_copy:before {
  content: "\e173";
}
.material-icons.file_download:before {
  content: "\e2c4";
}
.material-icons.file_download_done:before {
  content: "\e9aa";
}
.material-icons.file_present:before {
  content: "\ea0e";
}
.material-icons.file_upload:before {
  content: "\e2c6";
}
.material-icons.filter:before {
  content: "\e3d3";
}
.material-icons.filter_1:before {
  content: "\e3d0";
}
.material-icons.filter_2:before {
  content: "\e3d1";
}
.material-icons.filter_3:before {
  content: "\e3d2";
}
.material-icons.filter_4:before {
  content: "\e3d4";
}
.material-icons.filter_5:before {
  content: "\e3d5";
}
.material-icons.filter_6:before {
  content: "\e3d6";
}
.material-icons.filter_7:before {
  content: "\e3d7";
}
.material-icons.filter_8:before {
  content: "\e3d8";
}
.material-icons.filter_9:before {
  content: "\e3d9";
}
.material-icons.filter_9_plus:before {
  content: "\e3da";
}
.material-icons.filter_b_and_w:before {
  content: "\e3db";
}
.material-icons.filter_center_focus:before {
  content: "\e3dc";
}
.material-icons.filter_drama:before {
  content: "\e3dd";
}
.material-icons.filter_frames:before {
  content: "\e3de";
}
.material-icons.filter_hdr:before {
  content: "\e3df";
}
.material-icons.filter_list:before {
  content: "\e152";
}
.material-icons.filter_list_alt:before {
  content: "\e94e";
}
.material-icons.filter_none:before {
  content: "\e3e0";
}
.material-icons.filter_tilt_shift:before {
  content: "\e3e2";
}
.material-icons.filter_vintage:before {
  content: "\e3e3";
}
.material-icons.find_in_page:before {
  content: "\e880";
}
.material-icons.find_replace:before {
  content: "\e881";
}
.material-icons.fingerprint:before {
  content: "\e90d";
}
.material-icons.fireplace:before {
  content: "\ea43";
}
.material-icons.first_page:before {
  content: "\e5dc";
}
.material-icons.fit_screen:before {
  content: "\ea10";
}
.material-icons.fitness_center:before {
  content: "\eb43";
}
.material-icons.flag:before {
  content: "\e153";
}
.material-icons.flare:before {
  content: "\e3e4";
}
.material-icons.flash_auto:before {
  content: "\e3e5";
}
.material-icons.flash_off:before {
  content: "\e3e6";
}
.material-icons.flash_on:before {
  content: "\e3e7";
}
.material-icons.flight:before {
  content: "\e539";
}
.material-icons.flight_land:before {
  content: "\e904";
}
.material-icons.flight_takeoff:before {
  content: "\e905";
}
.material-icons.flip:before {
  content: "\e3e8";
}
.material-icons.flip_camera_android:before {
  content: "\ea37";
}
.material-icons.flip_camera_ios:before {
  content: "\ea38";
}
.material-icons.flip_to_back:before {
  content: "\e882";
}
.material-icons.flip_to_front:before {
  content: "\e883";
}
.material-icons.folder:before {
  content: "\e2c7";
}
.material-icons.folder_open:before {
  content: "\e2c8";
}
.material-icons.folder_shared:before {
  content: "\e2c9";
}
.material-icons.folder_special:before {
  content: "\e617";
}
.material-icons.font_download:before {
  content: "\e167";
}
.material-icons.format_align_center:before {
  content: "\e234";
}
.material-icons.format_align_justify:before {
  content: "\e235";
}
.material-icons.format_align_left:before {
  content: "\e236";
}
.material-icons.format_align_right:before {
  content: "\e237";
}
.material-icons.format_bold:before {
  content: "\e238";
}
.material-icons.format_clear:before {
  content: "\e239";
}
.material-icons.format_color_fill:before {
  content: "\e23a";
}
.material-icons.format_color_reset:before {
  content: "\e23b";
}
.material-icons.format_color_text:before {
  content: "\e23c";
}
.material-icons.format_indent_decrease:before {
  content: "\e23d";
}
.material-icons.format_indent_increase:before {
  content: "\e23e";
}
.material-icons.format_italic:before {
  content: "\e23f";
}
.material-icons.format_line_spacing:before {
  content: "\e240";
}
.material-icons.format_list_bulleted:before {
  content: "\e241";
}
.material-icons.format_list_numbered:before {
  content: "\e242";
}
.material-icons.format_list_numbered_rtl:before {
  content: "\e267";
}
.material-icons.format_paint:before {
  content: "\e243";
}
.material-icons.format_quote:before {
  content: "\e244";
}
.material-icons.format_shapes:before {
  content: "\e25e";
}
.material-icons.format_size:before {
  content: "\e245";
}
.material-icons.format_strikethrough:before {
  content: "\e246";
}
.material-icons.format_textdirection_l_to_r:before {
  content: "\e247";
}
.material-icons.format_textdirection_r_to_l:before {
  content: "\e248";
}
.material-icons.format_underline:before {
  content: "\e249";
}
.material-icons.format_underlined:before {
  content: "\e249";
}
.material-icons.forum:before {
  content: "\e0bf";
}
.material-icons.forward:before {
  content: "\e154";
}
.material-icons.forward_10:before {
  content: "\e056";
}
.material-icons.forward_30:before {
  content: "\e057";
}
.material-icons.forward_5:before {
  content: "\e058";
}
.material-icons.free_breakfast:before {
  content: "\eb44";
}
.material-icons.fullscreen:before {
  content: "\e5d0";
}
.material-icons.fullscreen_exit:before {
  content: "\e5d1";
}
.material-icons.functions:before {
  content: "\e24a";
}
.material-icons.g_translate:before {
  content: "\e927";
}
.material-icons.gamepad:before {
  content: "\e30f";
}
.material-icons.games:before {
  content: "\e021";
}
.material-icons.gavel:before {
  content: "\e90e";
}
.material-icons.gesture:before {
  content: "\e155";
}
.material-icons.get_app:before {
  content: "\e884";
}
.material-icons.gif:before {
  content: "\e908";
}
.material-icons.goat:before {
  content: "\dbff";
}
.material-icons.golf_course:before {
  content: "\eb45";
}
.material-icons.gps_fixed:before {
  content: "\e1b3";
}
.material-icons.gps_not_fixed:before {
  content: "\e1b4";
}
.material-icons.gps_off:before {
  content: "\e1b5";
}
.material-icons.grade:before {
  content: "\e885";
}
.material-icons.gradient:before {
  content: "\e3e9";
}
.material-icons.grain:before {
  content: "\e3ea";
}
.material-icons.graphic_eq:before {
  content: "\e1b8";
}
.material-icons.grid_off:before {
  content: "\e3eb";
}
.material-icons.grid_on:before {
  content: "\e3ec";
}
.material-icons.grid_view:before {
  content: "\e9b0";
}
.material-icons.group:before {
  content: "\e7ef";
}
.material-icons.group_add:before {
  content: "\e7f0";
}
.material-icons.group_work:before {
  content: "\e886";
}
.material-icons.hail:before {
  content: "\e9b1";
}
.material-icons.hardware:before {
  content: "\ea59";
}
.material-icons.hd:before {
  content: "\e052";
}
.material-icons.hdr_off:before {
  content: "\e3ed";
}
.material-icons.hdr_on:before {
  content: "\e3ee";
}
.material-icons.hdr_strong:before {
  content: "\e3f1";
}
.material-icons.hdr_weak:before {
  content: "\e3f2";
}
.material-icons.headset:before {
  content: "\e310";
}
.material-icons.headset_mic:before {
  content: "\e311";
}
.material-icons.headset_off:before {
  content: "\e33a";
}
.material-icons.healing:before {
  content: "\e3f3";
}
.material-icons.hearing:before {
  content: "\e023";
}
.material-icons.height:before {
  content: "\ea16";
}
.material-icons.help:before {
  content: "\e887";
}
.material-icons.help_outline:before {
  content: "\e8fd";
}
.material-icons.high_quality:before {
  content: "\e024";
}
.material-icons.highlight:before {
  content: "\e25f";
}
.material-icons.highlight_off:before {
  content: "\e888";
}
.material-icons.highlight_remove:before {
  content: "\e888";
}
.material-icons.history:before {
  content: "\e889";
}
.material-icons.home:before {
  content: "\e88a";
}
.material-icons.home_filled:before {
  content: "\e9b2";
}
.material-icons.home_work:before {
  content: "\ea09";
}
.material-icons.horizontal_split:before {
  content: "\e947";
}
.material-icons.hot_tub:before {
  content: "\eb46";
}
.material-icons.hotel:before {
  content: "\e53a";
}
.material-icons.hourglass_empty:before {
  content: "\e88b";
}
.material-icons.hourglass_full:before {
  content: "\e88c";
}
.material-icons.house:before {
  content: "\ea44";
}
.material-icons.how_to_reg:before {
  content: "\e174";
}
.material-icons.how_to_vote:before {
  content: "\e175";
}
.material-icons.http:before {
  content: "\e902";
}
.material-icons.https:before {
  content: "\e88d";
}
.material-icons.icecream:before {
  content: "\ea69";
}
.material-icons.image:before {
  content: "\e3f4";
}
.material-icons.image_aspect_ratio:before {
  content: "\e3f5";
}
.material-icons.image_search:before {
  content: "\e43f";
}
.material-icons.imagesearch_roller:before {
  content: "\e9b4";
}
.material-icons.import_contacts:before {
  content: "\e0e0";
}
.material-icons.import_export:before {
  content: "\e0c3";
}
.material-icons.important_devices:before {
  content: "\e912";
}
.material-icons.inbox:before {
  content: "\e156";
}
.material-icons.indeterminate_check_box:before {
  content: "\e909";
}
.material-icons.info:before {
  content: "\e88e";
}
.material-icons.info_outline:before {
  content: "\e88f";
}
.material-icons.input:before {
  content: "\e890";
}
.material-icons.insert_chart:before {
  content: "\e24b";
}
.material-icons.insert_chart_outlined:before {
  content: "\e26a";
}
.material-icons.insert_comment:before {
  content: "\e24c";
}
.material-icons.insert_drive_file:before {
  content: "\e24d";
}
.material-icons.insert_emoticon:before {
  content: "\e24e";
}
.material-icons.insert_invitation:before {
  content: "\e24f";
}
.material-icons.insert_link:before {
  content: "\e250";
}
.material-icons.insert_photo:before {
  content: "\e251";
}
.material-icons.inventory:before {
  content: "\e179";
}
.material-icons.invert_colors:before {
  content: "\e891";
}
.material-icons.invert_colors_off:before {
  content: "\e0c4";
}
.material-icons.invert_colors_on:before {
  content: "\e891";
}
.material-icons.iso:before {
  content: "\e3f6";
}
.material-icons.keyboard:before {
  content: "\e312";
}
.material-icons.keyboard_arrow_down:before {
  content: "\e313";
}
.material-icons.keyboard_arrow_left:before {
  content: "\e314";
}
.material-icons.keyboard_arrow_right:before {
  content: "\e315";
}
.material-icons.keyboard_arrow_up:before {
  content: "\e316";
}
.material-icons.keyboard_backspace:before {
  content: "\e317";
}
.material-icons.keyboard_capslock:before {
  content: "\e318";
}
.material-icons.keyboard_control:before {
  content: "\e5d3";
}
.material-icons.keyboard_hide:before {
  content: "\e31a";
}
.material-icons.keyboard_return:before {
  content: "\e31b";
}
.material-icons.keyboard_tab:before {
  content: "\e31c";
}
.material-icons.keyboard_voice:before {
  content: "\e31d";
}
.material-icons.king_bed:before {
  content: "\ea45";
}
.material-icons.kitchen:before {
  content: "\eb47";
}
.material-icons.label:before {
  content: "\e892";
}
.material-icons.label_important:before {
  content: "\e937";
}
.material-icons.label_important_outline:before {
  content: "\e948";
}
.material-icons.label_off:before {
  content: "\e9b6";
}
.material-icons.label_outline:before {
  content: "\e893";
}
.material-icons.landscape:before {
  content: "\e3f7";
}
.material-icons.language:before {
  content: "\e894";
}
.material-icons.laptop:before {
  content: "\e31e";
}
.material-icons.laptop_chromebook:before {
  content: "\e31f";
}
.material-icons.laptop_mac:before {
  content: "\e320";
}
.material-icons.laptop_windows:before {
  content: "\e321";
}
.material-icons.last_page:before {
  content: "\e5dd";
}
.material-icons.launch:before {
  content: "\e895";
}
.material-icons.layers:before {
  content: "\e53b";
}
.material-icons.layers_clear:before {
  content: "\e53c";
}
.material-icons.leak_add:before {
  content: "\e3f8";
}
.material-icons.leak_remove:before {
  content: "\e3f9";
}
.material-icons.lens:before {
  content: "\e3fa";
}
.material-icons.library_add:before {
  content: "\e02e";
}
.material-icons.library_add_check:before {
  content: "\e9b7";
}
.material-icons.library_books:before {
  content: "\e02f";
}
.material-icons.library_music:before {
  content: "\e030";
}
.material-icons.lightbulb:before {
  content: "\e0f0";
}
.material-icons.lightbulb_outline:before {
  content: "\e90f";
}
.material-icons.line_style:before {
  content: "\e919";
}
.material-icons.line_weight:before {
  content: "\e91a";
}
.material-icons.linear_scale:before {
  content: "\e260";
}
.material-icons.link:before {
  content: "\e157";
}
.material-icons.link_off:before {
  content: "\e16f";
}
.material-icons.linked_camera:before {
  content: "\e438";
}
.material-icons.liquor:before {
  content: "\ea60";
}
.material-icons.list:before {
  content: "\e896";
}
.material-icons.list_alt:before {
  content: "\e0ee";
}
.material-icons.live_help:before {
  content: "\e0c6";
}
.material-icons.live_tv:before {
  content: "\e639";
}
.material-icons.local_activity:before {
  content: "\e53f";
}
.material-icons.local_airport:before {
  content: "\e53d";
}
.material-icons.local_atm:before {
  content: "\e53e";
}
.material-icons.local_attraction:before {
  content: "\e53f";
}
.material-icons.local_bar:before {
  content: "\e540";
}
.material-icons.local_cafe:before {
  content: "\e541";
}
.material-icons.local_car_wash:before {
  content: "\e542";
}
.material-icons.local_convenience_store:before {
  content: "\e543";
}
.material-icons.local_dining:before {
  content: "\e556";
}
.material-icons.local_drink:before {
  content: "\e544";
}
.material-icons.local_florist:before {
  content: "\e545";
}
.material-icons.local_gas_station:before {
  content: "\e546";
}
.material-icons.local_grocery_store:before {
  content: "\e547";
}
.material-icons.local_hospital:before {
  content: "\e548";
}
.material-icons.local_hotel:before {
  content: "\e549";
}
.material-icons.local_laundry_service:before {
  content: "\e54a";
}
.material-icons.local_library:before {
  content: "\e54b";
}
.material-icons.local_mall:before {
  content: "\e54c";
}
.material-icons.local_movies:before {
  content: "\e54d";
}
.material-icons.local_offer:before {
  content: "\e54e";
}
.material-icons.local_parking:before {
  content: "\e54f";
}
.material-icons.local_pharmacy:before {
  content: "\e550";
}
.material-icons.local_phone:before {
  content: "\e551";
}
.material-icons.local_pizza:before {
  content: "\e552";
}
.material-icons.local_play:before {
  content: "\e553";
}
.material-icons.local_post_office:before {
  content: "\e554";
}
.material-icons.local_print_shop:before {
  content: "\e555";
}
.material-icons.local_printshop:before {
  content: "\e555";
}
.material-icons.local_restaurant:before {
  content: "\e556";
}
.material-icons.local_see:before {
  content: "\e557";
}
.material-icons.local_shipping:before {
  content: "\e558";
}
.material-icons.local_taxi:before {
  content: "\e559";
}
.material-icons.location_city:before {
  content: "\e7f1";
}
.material-icons.location_disabled:before {
  content: "\e1b6";
}
.material-icons.location_history:before {
  content: "\e55a";
}
.material-icons.location_off:before {
  content: "\e0c7";
}
.material-icons.location_on:before {
  content: "\e0c8";
}
.material-icons.location_searching:before {
  content: "\e1b7";
}
.material-icons.lock:before {
  content: "\e897";
}
.material-icons.lock_open:before {
  content: "\e898";
}
.material-icons.lock_outline:before {
  content: "\e899";
}
.material-icons.logout:before {
  content: "\e9ba";
}
.material-icons.looks:before {
  content: "\e3fc";
}
.material-icons.looks_3:before {
  content: "\e3fb";
}
.material-icons.looks_4:before {
  content: "\e3fd";
}
.material-icons.looks_5:before {
  content: "\e3fe";
}
.material-icons.looks_6:before {
  content: "\e3ff";
}
.material-icons.looks_one:before {
  content: "\e400";
}
.material-icons.looks_two:before {
  content: "\e401";
}
.material-icons.loop:before {
  content: "\e028";
}
.material-icons.loupe:before {
  content: "\e402";
}
.material-icons.low_priority:before {
  content: "\e16d";
}
.material-icons.loyalty:before {
  content: "\e89a";
}
.material-icons.lunch_dining:before {
  content: "\ea61";
}
.material-icons.mail:before {
  content: "\e158";
}
.material-icons.mail_outline:before {
  content: "\e0e1";
}
.material-icons.map:before {
  content: "\e55b";
}
.material-icons.margin:before {
  content: "\e9bb";
}
.material-icons.mark_as_unread:before {
  content: "\e9bc";
}
.material-icons.markunread:before {
  content: "\e159";
}
.material-icons.markunread_mailbox:before {
  content: "\e89b";
}
.material-icons.maximize:before {
  content: "\e930";
}
.material-icons.meeting_room:before {
  content: "\eb4f";
}
.material-icons.memory:before {
  content: "\e322";
}
.material-icons.menu:before {
  content: "\e5d2";
}
.material-icons.menu_book:before {
  content: "\ea19";
}
.material-icons.menu_open:before {
  content: "\e9bd";
}
.material-icons.merge_type:before {
  content: "\e252";
}
.material-icons.message:before {
  content: "\e0c9";
}
.material-icons.messenger:before {
  content: "\e0ca";
}
.material-icons.messenger_outline:before {
  content: "\e0cb";
}
.material-icons.mic:before {
  content: "\e029";
}
.material-icons.mic_none:before {
  content: "\e02a";
}
.material-icons.mic_off:before {
  content: "\e02b";
}
.material-icons.minimize:before {
  content: "\e931";
}
.material-icons.missed_video_call:before {
  content: "\e073";
}
.material-icons.mms:before {
  content: "\e618";
}
.material-icons.mobile_friendly:before {
  content: "\e200";
}
.material-icons.mobile_off:before {
  content: "\e201";
}
.material-icons.mobile_screen_share:before {
  content: "\e0e7";
}
.material-icons.mode_comment:before {
  content: "\e253";
}
.material-icons.mode_edit:before {
  content: "\e254";
}
.material-icons.monetization_on:before {
  content: "\e263";
}
.material-icons.money:before {
  content: "\e57d";
}
.material-icons.money_off:before {
  content: "\e25c";
}
.material-icons.monochrome_photos:before {
  content: "\e403";
}
.material-icons.mood:before {
  content: "\e7f2";
}
.material-icons.mood_bad:before {
  content: "\e7f3";
}
.material-icons.more:before {
  content: "\e619";
}
.material-icons.more_horiz:before {
  content: "\e5d3";
}
.material-icons.more_vert:before {
  content: "\e5d4";
}
.material-icons.motorcycle:before {
  content: "\e91b";
}
.material-icons.mouse:before {
  content: "\e323";
}
.material-icons.move_to_inbox:before {
  content: "\e168";
}
.material-icons.movie:before {
  content: "\e02c";
}
.material-icons.movie_creation:before {
  content: "\e404";
}
.material-icons.movie_filter:before {
  content: "\e43a";
}
.material-icons.mp:before {
  content: "\e9c3";
}
.material-icons.multiline_chart:before {
  content: "\e6df";
}
.material-icons.multitrack_audio:before {
  content: "\e1b8";
}
.material-icons.museum:before {
  content: "\ea36";
}
.material-icons.music_note:before {
  content: "\e405";
}
.material-icons.music_off:before {
  content: "\e440";
}
.material-icons.music_video:before {
  content: "\e063";
}
.material-icons.my_library_add:before {
  content: "\e02e";
}
.material-icons.my_library_books:before {
  content: "\e02f";
}
.material-icons.my_library_music:before {
  content: "\e030";
}
.material-icons.my_location:before {
  content: "\e55c";
}
.material-icons.nature:before {
  content: "\e406";
}
.material-icons.nature_people:before {
  content: "\e407";
}
.material-icons.navigate_before:before {
  content: "\e408";
}
.material-icons.navigate_next:before {
  content: "\e409";
}
.material-icons.navigation:before {
  content: "\e55d";
}
.material-icons.near_me:before {
  content: "\e569";
}
.material-icons.network_cell:before {
  content: "\e1b9";
}
.material-icons.network_check:before {
  content: "\e640";
}
.material-icons.network_locked:before {
  content: "\e61a";
}
.material-icons.network_wifi:before {
  content: "\e1ba";
}
.material-icons.new_releases:before {
  content: "\e031";
}
.material-icons.next_week:before {
  content: "\e16a";
}
.material-icons.nfc:before {
  content: "\e1bb";
}
.material-icons.nightlife:before {
  content: "\ea62";
}
.material-icons.nights_stay:before {
  content: "\ea46";
}
.material-icons.no_encryption:before {
  content: "\e641";
}
.material-icons.no_meeting_room:before {
  content: "\eb4e";
}
.material-icons.no_sim:before {
  content: "\e0cc";
}
.material-icons.not_interested:before {
  content: "\e033";
}
.material-icons.not_listed_location:before {
  content: "\e575";
}
.material-icons.note:before {
  content: "\e06f";
}
.material-icons.note_add:before {
  content: "\e89c";
}
.material-icons.notes:before {
  content: "\e26c";
}
.material-icons.notification_important:before {
  content: "\e004";
}
.material-icons.notifications:before {
  content: "\e7f4";
}
.material-icons.notifications_active:before {
  content: "\e7f7";
}
.material-icons.notifications_none:before {
  content: "\e7f5";
}
.material-icons.notifications_off:before {
  content: "\e7f6";
}
.material-icons.notifications_on:before {
  content: "\e7f7";
}
.material-icons.notifications_paused:before {
  content: "\e7f8";
}
.material-icons.now_wallpaper:before {
  content: "\e1bc";
}
.material-icons.now_widgets:before {
  content: "\e1bd";
}
.material-icons.offline_bolt:before {
  content: "\e932";
}
.material-icons.offline_pin:before {
  content: "\e90a";
}
.material-icons.offline_share:before {
  content: "\e9c5";
}
.material-icons.ondemand_video:before {
  content: "\e63a";
}
.material-icons.opacity:before {
  content: "\e91c";
}
.material-icons.open_in_browser:before {
  content: "\e89d";
}
.material-icons.open_in_new:before {
  content: "\e89e";
}
.material-icons.open_with:before {
  content: "\e89f";
}
.material-icons.outdoor_grill:before {
  content: "\ea47";
}
.material-icons.outlined_flag:before {
  content: "\e16e";
}
.material-icons.padding:before {
  content: "\e9c8";
}
.material-icons.pages:before {
  content: "\e7f9";
}
.material-icons.pageview:before {
  content: "\e8a0";
}
.material-icons.palette:before {
  content: "\e40a";
}
.material-icons.pan_tool:before {
  content: "\e925";
}
.material-icons.panorama:before {
  content: "\e40b";
}
.material-icons.panorama_fish_eye:before {
  content: "\e40c";
}
.material-icons.panorama_fisheye:before {
  content: "\e40c";
}
.material-icons.panorama_horizontal:before {
  content: "\e40d";
}
.material-icons.panorama_photosphere:before {
  content: "\e9c9";
}
.material-icons.panorama_photosphere_select:before {
  content: "\e9ca";
}
.material-icons.panorama_vertical:before {
  content: "\e40e";
}
.material-icons.panorama_wide_angle:before {
  content: "\e40f";
}
.material-icons.park:before {
  content: "\ea63";
}
.material-icons.party_mode:before {
  content: "\e7fa";
}
.material-icons.pause:before {
  content: "\e034";
}
.material-icons.pause_circle_filled:before {
  content: "\e035";
}
.material-icons.pause_circle_outline:before {
  content: "\e036";
}
.material-icons.pause_presentation:before {
  content: "\e0ea";
}
.material-icons.payment:before {
  content: "\e8a1";
}
.material-icons.people:before {
  content: "\e7fb";
}
.material-icons.people_alt:before {
  content: "\ea21";
}
.material-icons.people_outline:before {
  content: "\e7fc";
}
.material-icons.perm_camera_mic:before {
  content: "\e8a2";
}
.material-icons.perm_contact_cal:before {
  content: "\e8a3";
}
.material-icons.perm_contact_calendar:before {
  content: "\e8a3";
}
.material-icons.perm_data_setting:before {
  content: "\e8a4";
}
.material-icons.perm_device_info:before {
  content: "\e8a5";
}
.material-icons.perm_device_information:before {
  content: "\e8a5";
}
.material-icons.perm_identity:before {
  content: "\e8a6";
}
.material-icons.perm_media:before {
  content: "\e8a7";
}
.material-icons.perm_phone_msg:before {
  content: "\e8a8";
}
.material-icons.perm_scan_wifi:before {
  content: "\e8a9";
}
.material-icons.person:before {
  content: "\e7fd";
}
.material-icons.person_add:before {
  content: "\e7fe";
}
.material-icons.person_add_disabled:before {
  content: "\e9cb";
}
.material-icons.person_outline:before {
  content: "\e7ff";
}
.material-icons.person_pin:before {
  content: "\e55a";
}
.material-icons.person_pin_circle:before {
  content: "\e56a";
}
.material-icons.personal_video:before {
  content: "\e63b";
}
.material-icons.pets:before {
  content: "\e91d";
}
.material-icons.phone:before {
  content: "\e0cd";
}
.material-icons.phone_android:before {
  content: "\e324";
}
.material-icons.phone_bluetooth_speaker:before {
  content: "\e61b";
}
.material-icons.phone_callback:before {
  content: "\e649";
}
.material-icons.phone_disabled:before {
  content: "\e9cc";
}
.material-icons.phone_enabled:before {
  content: "\e9cd";
}
.material-icons.phone_forwarded:before {
  content: "\e61c";
}
.material-icons.phone_in_talk:before {
  content: "\e61d";
}
.material-icons.phone_iphone:before {
  content: "\e325";
}
.material-icons.phone_locked:before {
  content: "\e61e";
}
.material-icons.phone_missed:before {
  content: "\e61f";
}
.material-icons.phone_paused:before {
  content: "\e620";
}
.material-icons.phonelink:before {
  content: "\e326";
}
.material-icons.phonelink_erase:before {
  content: "\e0db";
}
.material-icons.phonelink_lock:before {
  content: "\e0dc";
}
.material-icons.phonelink_off:before {
  content: "\e327";
}
.material-icons.phonelink_ring:before {
  content: "\e0dd";
}
.material-icons.phonelink_setup:before {
  content: "\e0de";
}
.material-icons.photo:before {
  content: "\e410";
}
.material-icons.photo_album:before {
  content: "\e411";
}
.material-icons.photo_camera:before {
  content: "\e412";
}
.material-icons.photo_filter:before {
  content: "\e43b";
}
.material-icons.photo_library:before {
  content: "\e413";
}
.material-icons.photo_size_select_actual:before {
  content: "\e432";
}
.material-icons.photo_size_select_large:before {
  content: "\e433";
}
.material-icons.photo_size_select_small:before {
  content: "\e434";
}
.material-icons.picture_as_pdf:before {
  content: "\e415";
}
.material-icons.picture_in_picture:before {
  content: "\e8aa";
}
.material-icons.picture_in_picture_alt:before {
  content: "\e911";
}
.material-icons.pie_chart:before {
  content: "\e6c4";
}
.material-icons.pie_chart_outlined:before {
  content: "\e6c5";
}
.material-icons.pin_drop:before {
  content: "\e55e";
}
.material-icons.pivot_table_chart:before {
  content: "\e9ce";
}
.material-icons.place:before {
  content: "\e55f";
}
.material-icons.play_arrow:before {
  content: "\e037";
}
.material-icons.play_circle_fill:before {
  content: "\e038";
}
.material-icons.play_circle_filled:before {
  content: "\e038";
}
.material-icons.play_circle_outline:before {
  content: "\e039";
}
.material-icons.play_for_work:before {
  content: "\e906";
}
.material-icons.playlist_add:before {
  content: "\e03b";
}
.material-icons.playlist_add_check:before {
  content: "\e065";
}
.material-icons.playlist_play:before {
  content: "\e05f";
}
.material-icons.plus_one:before {
  content: "\e800";
}
.material-icons.policy:before {
  content: "\ea17";
}
.material-icons.poll:before {
  content: "\e801";
}
.material-icons.polymer:before {
  content: "\e8ab";
}
.material-icons.pool:before {
  content: "\eb48";
}
.material-icons.portable_wifi_off:before {
  content: "\e0ce";
}
.material-icons.portrait:before {
  content: "\e416";
}
.material-icons.post_add:before {
  content: "\ea20";
}
.material-icons.power:before {
  content: "\e63c";
}
.material-icons.power_input:before {
  content: "\e336";
}
.material-icons.power_off:before {
  content: "\e646";
}
.material-icons.power_settings_new:before {
  content: "\e8ac";
}
.material-icons.pregnant_woman:before {
  content: "\e91e";
}
.material-icons.present_to_all:before {
  content: "\e0df";
}
.material-icons.print:before {
  content: "\e8ad";
}
.material-icons.print_disabled:before {
  content: "\e9cf";
}
.material-icons.priority_high:before {
  content: "\e645";
}
.material-icons.public:before {
  content: "\e80b";
}
.material-icons.publish:before {
  content: "\e255";
}
.material-icons.query_builder:before {
  content: "\e8ae";
}
.material-icons.question_answer:before {
  content: "\e8af";
}
.material-icons.queue:before {
  content: "\e03c";
}
.material-icons.queue_music:before {
  content: "\e03d";
}
.material-icons.queue_play_next:before {
  content: "\e066";
}
.material-icons.quick_contacts_dialer:before {
  content: "\e0cf";
}
.material-icons.quick_contacts_mail:before {
  content: "\e0d0";
}
.material-icons.radio:before {
  content: "\e03e";
}
.material-icons.radio_button_checked:before {
  content: "\e837";
}
.material-icons.radio_button_off:before {
  content: "\e836";
}
.material-icons.radio_button_on:before {
  content: "\e837";
}
.material-icons.radio_button_unchecked:before {
  content: "\e836";
}
.material-icons.railway_alert:before {
  content: "\e9d1";
}
.material-icons.ramen_dining:before {
  content: "\ea64";
}
.material-icons.rate_review:before {
  content: "\e560";
}
.material-icons.receipt:before {
  content: "\e8b0";
}
.material-icons.recent_actors:before {
  content: "\e03f";
}
.material-icons.recommend:before {
  content: "\e9d2";
}
.material-icons.record_voice_over:before {
  content: "\e91f";
}
.material-icons.redeem:before {
  content: "\e8b1";
}
.material-icons.redo:before {
  content: "\e15a";
}
.material-icons.refresh:before {
  content: "\e5d5";
}
.material-icons.remove:before {
  content: "\e15b";
}
.material-icons.remove_circle:before {
  content: "\e15c";
}
.material-icons.remove_circle_outline:before {
  content: "\e15d";
}
.material-icons.remove_done:before {
  content: "\e9d3";
}
.material-icons.remove_from_queue:before {
  content: "\e067";
}
.material-icons.remove_moderator:before {
  content: "\e9d4";
}
.material-icons.remove_red_eye:before {
  content: "\e417";
}
.material-icons.remove_shopping_cart:before {
  content: "\e928";
}
.material-icons.reorder:before {
  content: "\e8fe";
}
.material-icons.repeat:before {
  content: "\e040";
}
.material-icons.repeat_on:before {
  content: "\e9d6";
}
.material-icons.repeat_one:before {
  content: "\e041";
}
.material-icons.repeat_one_on:before {
  content: "\e9d7";
}
.material-icons.replay:before {
  content: "\e042";
}
.material-icons.replay_10:before {
  content: "\e059";
}
.material-icons.replay_30:before {
  content: "\e05a";
}
.material-icons.replay_5:before {
  content: "\e05b";
}
.material-icons.replay_circle_filled:before {
  content: "\e9d8";
}
.material-icons.reply:before {
  content: "\e15e";
}
.material-icons.reply_all:before {
  content: "\e15f";
}
.material-icons.report:before {
  content: "\e160";
}
.material-icons.report_off:before {
  content: "\e170";
}
.material-icons.report_problem:before {
  content: "\e8b2";
}
.material-icons.reset_tv:before {
  content: "\e9d9";
}
.material-icons.restaurant:before {
  content: "\e56c";
}
.material-icons.restaurant_menu:before {
  content: "\e561";
}
.material-icons.restore:before {
  content: "\e8b3";
}
.material-icons.restore_from_trash:before {
  content: "\e938";
}
.material-icons.restore_page:before {
  content: "\e929";
}
.material-icons.ring_volume:before {
  content: "\e0d1";
}
.material-icons.room:before {
  content: "\e8b4";
}
.material-icons.room_service:before {
  content: "\eb49";
}
.material-icons.rotate_90_degrees_ccw:before {
  content: "\e418";
}
.material-icons.rotate_left:before {
  content: "\e419";
}
.material-icons.rotate_right:before {
  content: "\e41a";
}
.material-icons.rounded_corner:before {
  content: "\e920";
}
.material-icons.router:before {
  content: "\e328";
}
.material-icons.rowing:before {
  content: "\e921";
}
.material-icons.rss_feed:before {
  content: "\e0e5";
}
.material-icons.rtt:before {
  content: "\e9ad";
}
.material-icons.rv_hookup:before {
  content: "\e642";
}
.material-icons.satellite:before {
  content: "\e562";
}
.material-icons.save:before {
  content: "\e161";
}
.material-icons.save_alt:before {
  content: "\e171";
}
.material-icons.saved_search:before {
  content: "\ea11";
}
.material-icons.scanner:before {
  content: "\e329";
}
.material-icons.scatter_plot:before {
  content: "\e268";
}
.material-icons.schedule:before {
  content: "\e8b5";
}
.material-icons.schedule_send:before {
  content: "\ea0a";
}
.material-icons.school:before {
  content: "\e80c";
}
.material-icons.score:before {
  content: "\e269";
}
.material-icons.screen_lock_landscape:before {
  content: "\e1be";
}
.material-icons.screen_lock_portrait:before {
  content: "\e1bf";
}
.material-icons.screen_lock_rotation:before {
  content: "\e1c0";
}
.material-icons.screen_rotation:before {
  content: "\e1c1";
}
.material-icons.screen_share:before {
  content: "\e0e2";
}
.material-icons.sd:before {
  content: "\e9dd";
}
.material-icons.sd_card:before {
  content: "\e623";
}
.material-icons.sd_storage:before {
  content: "\e1c2";
}
.material-icons.search:before {
  content: "\e8b6";
}
.material-icons.security:before {
  content: "\e32a";
}
.material-icons.segment:before {
  content: "\e94b";
}
.material-icons.select_all:before {
  content: "\e162";
}
.material-icons.send:before {
  content: "\e163";
}
.material-icons.send_and_archive:before {
  content: "\ea0c";
}
.material-icons.sentiment_dissatisfied:before {
  content: "\e811";
}
.material-icons.sentiment_neutral:before {
  content: "\e812";
}
.material-icons.sentiment_satisfied:before {
  content: "\e813";
}
.material-icons.sentiment_satisfied_alt:before {
  content: "\e0ed";
}
.material-icons.sentiment_very_dissatisfied:before {
  content: "\e814";
}
.material-icons.sentiment_very_satisfied:before {
  content: "\e815";
}
.material-icons.settings:before {
  content: "\e8b8";
}
.material-icons.settings_applications:before {
  content: "\e8b9";
}
.material-icons.settings_backup_restore:before {
  content: "\e8ba";
}
.material-icons.settings_bluetooth:before {
  content: "\e8bb";
}
.material-icons.settings_brightness:before {
  content: "\e8bd";
}
.material-icons.settings_cell:before {
  content: "\e8bc";
}
.material-icons.settings_display:before {
  content: "\e8bd";
}
.material-icons.settings_ethernet:before {
  content: "\e8be";
}
.material-icons.settings_input_antenna:before {
  content: "\e8bf";
}
.material-icons.settings_input_component:before {
  content: "\e8c0";
}
.material-icons.settings_input_composite:before {
  content: "\e8c1";
}
.material-icons.settings_input_hdmi:before {
  content: "\e8c2";
}
.material-icons.settings_input_svideo:before {
  content: "\e8c3";
}
.material-icons.settings_overscan:before {
  content: "\e8c4";
}
.material-icons.settings_phone:before {
  content: "\e8c5";
}
.material-icons.settings_power:before {
  content: "\e8c6";
}
.material-icons.settings_remote:before {
  content: "\e8c7";
}
.material-icons.settings_system_daydream:before {
  content: "\e1c3";
}
.material-icons.settings_voice:before {
  content: "\e8c8";
}
.material-icons.share:before {
  content: "\e80d";
}
.material-icons.shield:before {
  content: "\e9e0";
}
.material-icons.shop:before {
  content: "\e8c9";
}
.material-icons.shop_two:before {
  content: "\e8ca";
}
.material-icons.shopping_basket:before {
  content: "\e8cb";
}
.material-icons.shopping_cart:before {
  content: "\e8cc";
}
.material-icons.short_text:before {
  content: "\e261";
}
.material-icons.show_chart:before {
  content: "\e6e1";
}
.material-icons.shuffle:before {
  content: "\e043";
}
.material-icons.shuffle_on:before {
  content: "\e9e1";
}
.material-icons.shutter_speed:before {
  content: "\e43d";
}
.material-icons.signal_cellular_4_bar:before {
  content: "\e1c8";
}
.material-icons.signal_cellular_alt:before {
  content: "\e202";
}
.material-icons.signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.material-icons.signal_cellular_no_sim:before {
  content: "\e1ce";
}
.material-icons.signal_cellular_null:before {
  content: "\e1cf";
}
.material-icons.signal_cellular_off:before {
  content: "\e1d0";
}
.material-icons.signal_wifi_4_bar:before {
  content: "\e1d8";
}
.material-icons.signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.material-icons.signal_wifi_off:before {
  content: "\e1da";
}
.material-icons.sim_card:before {
  content: "\e32b";
}
.material-icons.sim_card_alert:before {
  content: "\e624";
}
.material-icons.single_bed:before {
  content: "\ea48";
}
.material-icons.skip_next:before {
  content: "\e044";
}
.material-icons.skip_previous:before {
  content: "\e045";
}
.material-icons.slideshow:before {
  content: "\e41b";
}
.material-icons.slow_motion_video:before {
  content: "\e068";
}
.material-icons.smartphone:before {
  content: "\e32c";
}
.material-icons.smoke_free:before {
  content: "\eb4a";
}
.material-icons.smoking_rooms:before {
  content: "\eb4b";
}
.material-icons.sms:before {
  content: "\e625";
}
.material-icons.sms_failed:before {
  content: "\e626";
}
.material-icons.snooze:before {
  content: "\e046";
}
.material-icons.sort:before {
  content: "\e164";
}
.material-icons.sort_by_alpha:before {
  content: "\e053";
}
.material-icons.spa:before {
  content: "\eb4c";
}
.material-icons.space_bar:before {
  content: "\e256";
}
.material-icons.speaker:before {
  content: "\e32d";
}
.material-icons.speaker_group:before {
  content: "\e32e";
}
.material-icons.speaker_notes:before {
  content: "\e8cd";
}
.material-icons.speaker_notes_off:before {
  content: "\e92a";
}
.material-icons.speaker_phone:before {
  content: "\e0d2";
}
.material-icons.speed:before {
  content: "\e9e4";
}
.material-icons.spellcheck:before {
  content: "\e8ce";
}
.material-icons.sports:before {
  content: "\ea30";
}
.material-icons.sports_baseball:before {
  content: "\ea51";
}
.material-icons.sports_basketball:before {
  content: "\ea26";
}
.material-icons.sports_cricket:before {
  content: "\ea27";
}
.material-icons.sports_esports:before {
  content: "\ea28";
}
.material-icons.sports_football:before {
  content: "\ea29";
}
.material-icons.sports_golf:before {
  content: "\ea2a";
}
.material-icons.sports_handball:before {
  content: "\ea33";
}
.material-icons.sports_hockey:before {
  content: "\ea2b";
}
.material-icons.sports_kabaddi:before {
  content: "\ea34";
}
.material-icons.sports_mma:before {
  content: "\ea2c";
}
.material-icons.sports_motorsports:before {
  content: "\ea2d";
}
.material-icons.sports_rugby:before {
  content: "\ea2e";
}
.material-icons.sports_soccer:before {
  content: "\ea2f";
}
.material-icons.sports_tennis:before {
  content: "\ea32";
}
.material-icons.sports_volleyball:before {
  content: "\ea31";
}
.material-icons.square_foot:before {
  content: "\ea49";
}
.material-icons.stacked_bar_chart:before {
  content: "\e9e6";
}
.material-icons.star:before {
  content: "\e838";
}
.material-icons.star_border:before {
  content: "\e83a";
}
.material-icons.star_half:before {
  content: "\e839";
}
.material-icons.star_outline:before {
  content: "\e83a";
}
.material-icons.stars:before {
  content: "\e8d0";
}
.material-icons.stay_current_landscape:before {
  content: "\e0d3";
}
.material-icons.stay_current_portrait:before {
  content: "\e0d4";
}
.material-icons.stay_primary_landscape:before {
  content: "\e0d5";
}
.material-icons.stay_primary_portrait:before {
  content: "\e0d6";
}
.material-icons.stop:before {
  content: "\e047";
}
.material-icons.stop_screen_share:before {
  content: "\e0e3";
}
.material-icons.storage:before {
  content: "\e1db";
}
.material-icons.store:before {
  content: "\e8d1";
}
.material-icons.store_mall_directory:before {
  content: "\e563";
}
.material-icons.storefront:before {
  content: "\ea12";
}
.material-icons.straighten:before {
  content: "\e41c";
}
.material-icons.stream:before {
  content: "\e9e9";
}
.material-icons.streetview:before {
  content: "\e56e";
}
.material-icons.strikethrough_s:before {
  content: "\e257";
}
.material-icons.style:before {
  content: "\e41d";
}
.material-icons.subdirectory_arrow_left:before {
  content: "\e5d9";
}
.material-icons.subdirectory_arrow_right:before {
  content: "\e5da";
}
.material-icons.subject:before {
  content: "\e8d2";
}
.material-icons.subscriptions:before {
  content: "\e064";
}
.material-icons.subtitles:before {
  content: "\e048";
}
.material-icons.subway:before {
  content: "\e56f";
}
.material-icons.supervised_user_circle:before {
  content: "\e939";
}
.material-icons.supervisor_account:before {
  content: "\e8d3";
}
.material-icons.surround_sound:before {
  content: "\e049";
}
.material-icons.swap_calls:before {
  content: "\e0d7";
}
.material-icons.swap_horiz:before {
  content: "\e8d4";
}
.material-icons.swap_horizontal_circle:before {
  content: "\e933";
}
.material-icons.swap_vert:before {
  content: "\e8d5";
}
.material-icons.swap_vert_circle:before {
  content: "\e8d6";
}
.material-icons.swap_vertical_circle:before {
  content: "\e8d6";
}
.material-icons.swipe:before {
  content: "\e9ec";
}
.material-icons.switch_account:before {
  content: "\e9ed";
}
.material-icons.switch_camera:before {
  content: "\e41e";
}
.material-icons.switch_video:before {
  content: "\e41f";
}
.material-icons.sync:before {
  content: "\e627";
}
.material-icons.sync_alt:before {
  content: "\ea18";
}
.material-icons.sync_disabled:before {
  content: "\e628";
}
.material-icons.sync_problem:before {
  content: "\e629";
}
.material-icons.system_update:before {
  content: "\e62a";
}
.material-icons.system_update_alt:before {
  content: "\e8d7";
}
.material-icons.system_update_tv:before {
  content: "\e8d7";
}
.material-icons.tab:before {
  content: "\e8d8";
}
.material-icons.tab_unselected:before {
  content: "\e8d9";
}
.material-icons.table_chart:before {
  content: "\e265";
}
.material-icons.tablet:before {
  content: "\e32f";
}
.material-icons.tablet_android:before {
  content: "\e330";
}
.material-icons.tablet_mac:before {
  content: "\e331";
}
.material-icons.tag:before {
  content: "\e9ef";
}
.material-icons.tag_faces:before {
  content: "\e420";
}
.material-icons.takeout_dining:before {
  content: "\ea74";
}
.material-icons.tap_and_play:before {
  content: "\e62b";
}
.material-icons.terrain:before {
  content: "\e564";
}
.material-icons.text_fields:before {
  content: "\e262";
}
.material-icons.text_format:before {
  content: "\e165";
}
.material-icons.text_rotate_up:before {
  content: "\e93a";
}
.material-icons.text_rotate_vertical:before {
  content: "\e93b";
}
.material-icons.text_rotation_angledown:before {
  content: "\e93c";
}
.material-icons.text_rotation_angleup:before {
  content: "\e93d";
}
.material-icons.text_rotation_down:before {
  content: "\e93e";
}
.material-icons.text_rotation_none:before {
  content: "\e93f";
}
.material-icons.textsms:before {
  content: "\e0d8";
}
.material-icons.texture:before {
  content: "\e421";
}
.material-icons.theater_comedy:before {
  content: "\ea66";
}
.material-icons.theaters:before {
  content: "\e8da";
}
.material-icons.thumb_down:before {
  content: "\e8db";
}
.material-icons.thumb_down_alt:before {
  content: "\e816";
}
.material-icons.thumb_down_off_alt:before {
  content: "\e9f2";
}
.material-icons.thumb_up:before {
  content: "\e8dc";
}
.material-icons.thumb_up_alt:before {
  content: "\e817";
}
.material-icons.thumb_up_off_alt:before {
  content: "\e9f3";
}
.material-icons.thumbs_up_down:before {
  content: "\e8dd";
}
.material-icons.time_to_leave:before {
  content: "\e62c";
}
.material-icons.timelapse:before {
  content: "\e422";
}
.material-icons.timeline:before {
  content: "\e922";
}
.material-icons.timer:before {
  content: "\e425";
}
.material-icons.timer_10:before {
  content: "\e423";
}
.material-icons.timer_3:before {
  content: "\e424";
}
.material-icons.timer_off:before {
  content: "\e426";
}
.material-icons.title:before {
  content: "\e264";
}
.material-icons.toc:before {
  content: "\e8de";
}
.material-icons.today:before {
  content: "\e8df";
}
.material-icons.toggle_off:before {
  content: "\e9f5";
}
.material-icons.toggle_on:before {
  content: "\e9f6";
}
.material-icons.toll:before {
  content: "\e8e0";
}
.material-icons.tonality:before {
  content: "\e427";
}
.material-icons.touch_app:before {
  content: "\e913";
}
.material-icons.toys:before {
  content: "\e332";
}
.material-icons.track_changes:before {
  content: "\e8e1";
}
.material-icons.traffic:before {
  content: "\e565";
}
.material-icons.train:before {
  content: "\e570";
}
.material-icons.tram:before {
  content: "\e571";
}
.material-icons.transfer_within_a_station:before {
  content: "\e572";
}
.material-icons.transform:before {
  content: "\e428";
}
.material-icons.transit_enterexit:before {
  content: "\e579";
}
.material-icons.translate:before {
  content: "\e8e2";
}
.material-icons.trending_down:before {
  content: "\e8e3";
}
.material-icons.trending_flat:before {
  content: "\e8e4";
}
.material-icons.trending_neutral:before {
  content: "\e8e4";
}
.material-icons.trending_up:before {
  content: "\e8e5";
}
.material-icons.trip_origin:before {
  content: "\e57b";
}
.material-icons.tune:before {
  content: "\e429";
}
.material-icons.turned_in:before {
  content: "\e8e6";
}
.material-icons.turned_in_not:before {
  content: "\e8e7";
}
.material-icons.tv:before {
  content: "\e333";
}
.material-icons.tv_off:before {
  content: "\e647";
}
.material-icons.two_wheeler:before {
  content: "\e9f9";
}
.material-icons.unarchive:before {
  content: "\e169";
}
.material-icons.undo:before {
  content: "\e166";
}
.material-icons.unfold_less:before {
  content: "\e5d6";
}
.material-icons.unfold_more:before {
  content: "\e5d7";
}
.material-icons.unsubscribe:before {
  content: "\e0eb";
}
.material-icons.update:before {
  content: "\e923";
}
.material-icons.upload_file:before {
  content: "\e9fc";
}
.material-icons.usb:before {
  content: "\e1e0";
}
.material-icons.verified_user:before {
  content: "\e8e8";
}
.material-icons.vertical_align_bottom:before {
  content: "\e258";
}
.material-icons.vertical_align_center:before {
  content: "\e259";
}
.material-icons.vertical_align_top:before {
  content: "\e25a";
}
.material-icons.vertical_split:before {
  content: "\e949";
}
.material-icons.vibration:before {
  content: "\e62d";
}
.material-icons.video_call:before {
  content: "\e070";
}
.material-icons.video_collection:before {
  content: "\e04a";
}
.material-icons.video_label:before {
  content: "\e071";
}
.material-icons.video_library:before {
  content: "\e04a";
}
.material-icons.videocam:before {
  content: "\e04b";
}
.material-icons.videocam_off:before {
  content: "\e04c";
}
.material-icons.videogame_asset:before {
  content: "\e338";
}
.material-icons.view_agenda:before {
  content: "\e8e9";
}
.material-icons.view_array:before {
  content: "\e8ea";
}
.material-icons.view_carousel:before {
  content: "\e8eb";
}
.material-icons.view_column:before {
  content: "\e8ec";
}
.material-icons.view_comfortable:before {
  content: "\e42a";
}
.material-icons.view_comfy:before {
  content: "\e42a";
}
.material-icons.view_compact:before {
  content: "\e42b";
}
.material-icons.view_day:before {
  content: "\e8ed";
}
.material-icons.view_headline:before {
  content: "\e8ee";
}
.material-icons.view_in_ar:before {
  content: "\e9fe";
}
.material-icons.view_list:before {
  content: "\e8ef";
}
.material-icons.view_module:before {
  content: "\e8f0";
}
.material-icons.view_quilt:before {
  content: "\e8f1";
}
.material-icons.view_stream:before {
  content: "\e8f2";
}
.material-icons.view_week:before {
  content: "\e8f3";
}
.material-icons.vignette:before {
  content: "\e435";
}
.material-icons.visibility:before {
  content: "\e8f4";
}
.material-icons.visibility_off:before {
  content: "\e8f5";
}
.material-icons.voice_chat:before {
  content: "\e62e";
}
.material-icons.voice_over_off:before {
  content: "\e94a";
}
.material-icons.voicemail:before {
  content: "\e0d9";
}
.material-icons.volume_down:before {
  content: "\e04d";
}
.material-icons.volume_mute:before {
  content: "\e04e";
}
.material-icons.volume_off:before {
  content: "\e04f";
}
.material-icons.volume_up:before {
  content: "\e050";
}
.material-icons.volunteer_activism:before {
  content: "\ea70";
}
.material-icons.vpn_key:before {
  content: "\e0da";
}
.material-icons.vpn_lock:before {
  content: "\e62f";
}
.material-icons.wallet_giftcard:before {
  content: "\e8f6";
}
.material-icons.wallet_membership:before {
  content: "\e8f7";
}
.material-icons.wallet_travel:before {
  content: "\e8f8";
}
.material-icons.wallpaper:before {
  content: "\e1bc";
}
.material-icons.warning:before {
  content: "\e002";
}
.material-icons.watch:before {
  content: "\e334";
}
.material-icons.watch_later:before {
  content: "\e924";
}
.material-icons.waterfall_chart:before {
  content: "\ea00";
}
.material-icons.waves:before {
  content: "\e176";
}
.material-icons.wb_auto:before {
  content: "\e42c";
}
.material-icons.wb_cloudy:before {
  content: "\e42d";
}
.material-icons.wb_incandescent:before {
  content: "\e42e";
}
.material-icons.wb_iridescent:before {
  content: "\e436";
}
.material-icons.wb_shade:before {
  content: "\ea01";
}
.material-icons.wb_sunny:before {
  content: "\e430";
}
.material-icons.wb_twighlight:before {
  content: "\ea02";
}
.material-icons.wc:before {
  content: "\e63d";
}
.material-icons.web:before {
  content: "\e051";
}
.material-icons.web_asset:before {
  content: "\e069";
}
.material-icons.weekend:before {
  content: "\e16b";
}
.material-icons.whatshot:before {
  content: "\e80e";
}
.material-icons.where_to_vote:before {
  content: "\e177";
}
.material-icons.widgets:before {
  content: "\e1bd";
}
.material-icons.wifi:before {
  content: "\e63e";
}
.material-icons.wifi_lock:before {
  content: "\e1e1";
}
.material-icons.wifi_off:before {
  content: "\e648";
}
.material-icons.wifi_tethering:before {
  content: "\e1e2";
}
.material-icons.work:before {
  content: "\e8f9";
}
.material-icons.work_off:before {
  content: "\e942";
}
.material-icons.work_outline:before {
  content: "\e943";
}
.material-icons.workspaces_filled:before {
  content: "\ea0d";
}
.material-icons.workspaces_outline:before {
  content: "\ea0f";
}
.material-icons.wrap_text:before {
  content: "\e25b";
}
.material-icons.youtube_searched_for:before {
  content: "\e8fa";
}
.material-icons.zoom_in:before {
  content: "\e8ff";
}
.material-icons.zoom_out:before {
  content: "\e900";
}
.material-icons.zoom_out_map:before {
  content: "\e56b";
}

@font-face {
  font-family: "icomoon";
  src: url(/themes/arpa-falcon/assets//fonts/icomoon-15d83f5d89c92133f65f9c159f63ebd1.eot);
  src: url(/themes/arpa-falcon/assets//fonts/icomoon-15d83f5d89c92133f65f9c159f63ebd1.eot#iefix) format("embedded-opentype"), url(/themes/arpa-falcon/assets//fonts/icomoon-00f9d2de773152da03f90b3ba631d6e0.ttf) format("truetype"), url(/themes/arpa-falcon/assets//fonts/icomoon-1303c7d1632e13a63c1754ba835cb1a4.woff) format("woff"), url(/themes/arpa-falcon/assets//img-dist/1df5357dca43425f06a1afb171c895b1.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], .locales-selector-wrapper .btn.dropdown-toggle:after,
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "\e941";
}

.icon-printer:before {
  content: "\e942";
}

.icon-eye:before {
  content: "\e93f";
}

.icon-eye-slash:before {
  content: "\e940";
}

.icon-cutlery:before {
  content: "\e906";
}

.icon-chef-hat:before {
  content: "\e91c";
}

.icon-timer:before {
  content: "\e920";
}

.icon-shopping-bag-alt-3:before {
  content: "\e900";
}

.icon-sort:before {
  content: "\e901";
}

.icon-sparkles:before {
  content: "\e902";
}

.icon-stars:before {
  content: "\e903";
}

.icon-stethoscope:before {
  content: "\e904";
}

.icon-tag:before {
  content: "\e905";
}

.icon-truck:before {
  content: "\e907";
}

.icon-tube:before {
  content: "\e908";
}

.icon-unaf:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e90b";
}

.icon-arrow-left:before {
  content: "\e90c";
}

.icon-arrow-narrow-down:before {
  content: "\e90d";
}

.icon-arrow-narrow-left:before {
  content: "\e90e";
}

.icon-arrow-narrow-right:before {
  content: "\e90f";
}

.icon-arrow-narrow-up:before {
  content: "\e910";
}

.icon-arrow-right:before {
  content: "\e911";
}

.icon-arrow-up:before {
  content: "\e912";
}

.icon-bee:before {
  content: "\e913";
}

.icon-bee-hexagon:before {
  content: "\e914";
}

.icon-cake:before {
  content: "\e915";
}

.icon-carret-down:before {
  content: "\e916";
}

.icon-carret-left:before {
  content: "\e917";
}

.icon-carret-right:before {
  content: "\e918";
}

.icon-carret-up:before {
  content: "\e919";
}

.icon-check:before {
  content: "\e91a";
}

.icon-check-circle:before {
  content: "\e91b";
}

.icon-corner-arrow:before {
  content: "\e91d";
}

.icon-cross:before {
  content: "\e91e";
}

.icon-crown:before {
  content: "\e91f";
}

.icon-drink:before {
  content: "\e921";
}

.icon-facebook:before {
  content: "\e922";
}

.icon-family:before {
  content: "\e923";
}

.icon-filter:before {
  content: "\e924";
}

.icon-flower:before {
  content: "\e925";
}

.icon-france:before {
  content: "\e926";
}

.icon-history-book:before {
  content: "\e927";
}

.icon-hive:before {
  content: "\e928";
}

.icon-honey:before {
  content: "\e929";
}

.icon-hotline:before {
  content: "\e92a";
}

.icon-instagram:before {
  content: "\e92b";
}

.icon-mail:before {
  content: "\e92c";
}

.icon-menu:before {
  content: "\e92d";
}

.icon-minus:before {
  content: "\e92e";
}

.icon-natural:before {
  content: "\e92f";
}

.icon-no-flame:before {
  content: "\e930";
}

.icon-payment:before {
  content: "\e931";
}

.icon-phone:before {
  content: "\e932";
}

.icon-pill:before {
  content: "\e933";
}

.icon-pin:before {
  content: "\e934";
}

.icon-plat:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-pollen:before {
  content: "\e937";
}

.icon-propolis:before {
  content: "\e938";
}

.icon-royal-jelly:before {
  content: "\e939";
}

.icon-sauce:before {
  content: "\e93a";
}

.icon-search:before {
  content: "\e93b";
}

.icon-arrow-down:before {
  content: "\e93c";
}

.icon-analysis:before {
  content: "\e93d";
}

.icon-add-to-cart:before {
  content: "\e93e";
}

.material-icons {
  display: inline-block;
  /* stylelint-disable */
  font-family: "Material Icons";
  /* stylelint-enable */
  font-size: 24px;
  /* Preferred icon size */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* roboto-regular - latin-ext_latin */
/*@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
}*/
/* roboto-500 - latin-ext_latin */
/*@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
}*/
/* roboto-italic - latin-ext_latin */
/*@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/roboto-v20-latin-ext_latin-italic.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-italic.woff") format("woff");
}*/
/* roboto-700 - latin-ext_latin */
/*@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
}*/
/* Unageo */
@font-face {
  font-family: Unageo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/themes/arpa-falcon/assets//fonts/Unageo-Regular-02b0924ee3604f1088873a1344e75d13.woff2) format("woff2");
}
@font-face {
  font-family: Unageo;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/themes/arpa-falcon/assets//fonts/Unageo-Medium-00bc5b41e3699b513f2695843795a7e2.woff2) format("woff2");
}
@font-face {
  font-family: Unageo;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/themes/arpa-falcon/assets//fonts/Unageo-SemiBold-9c322cb215a72cbd25494993309a9cc4.woff2) format("woff2");
}
@font-face {
  font-family: Unageo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/themes/arpa-falcon/assets//fonts/Unageo-Bold-fbb5a83d17259b08b9a75c4b4d2fc7ed.woff2) format("woff2");
}
/* Felgine */
@font-face {
  font-family: Felgine;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/themes/arpa-falcon/assets//fonts/Felgine-Regular-1f368958b0dd4415ad195c825715ad23.woff2) format("woff2");
}
@font-face {
  font-family: Felgine;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/themes/arpa-falcon/assets//fonts/Felgine-Italic-370527a523e05ae07c7fd8ea14abe52f.woff2) format("woff2");
}
label,
.label {
  color: #212529;
}

h1,
.h1 {
  font-family: "Felgine";
  font-size: 24px;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 18px;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

.overflowcontainer {
  overflow: hidden;
}

:root {
  --swiper-navigation-color: #201010;
  --swiper-navigation-size: 48px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: -24px;
}

.swiper-button-custom {
  width: auto;
  height: auto;
  margin: 0;
  color: #ac8050;
}
.swiper-button-custom::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  transform: translate(-50%, calc(-50% - var(--scrollbar-offset-bottom) * 0.5) scale(1));
  transition: all ease-out 0.15s;
  width: var(--swiper-navigation-size);
  background-color: #fff;
  box-shadow: -32px 12px 32px rgba(148, 100, 32, 0.08), -16px 16px 16px rgba(148, 100, 32, 0.16), -32px 16px 32px rgba(0, 0, 0, 0.24), -8px 8px 16px rgba(0, 0, 0, 0.16);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  transform: scale(0);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #c8a078;
}
.swiper-button-next.swiper-button-sm,
.swiper-button-prev.swiper-button-sm {
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: -20px;
}

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

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

:root {
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-border-radius: 0px;
  --swiper-pagination-bullet-width: 36px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bottom: 8px;
}
@media (min-width: 1200px) {
  :root {
    --swiper-pagination-bottom: 16px;
  }
}

.swiper-pagination-bullet:hover {
  opacity: var(--swiper-pagination-bullet-opacityr);
}

:root {
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 0;
  --scrollbar-offset-bottom: 0;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 0%;
  --swiper-scrollbar-bg-color: #e0d8d0;
  --swiper-scrollbar-drag-bg-color: #c8a078;
  --swiper-scrollbar-size: 4px;
}

.swiperhasscrollbar {
  --scrollbar-offset-bottom: 20px;
}
@media (min-width: 1200px) {
  .swiperhasscrollbar {
    --scrollbar-offset-bottom: 40px;
  }
}

.breadcrumb-item-first i {
  display: none;
}
.breadcrumb-item.active,
.breadcrumb-item a,
.breadcrumb-item [data-chref] {
  color: #201010;
}
.breadcrumb-item a:hover, .breadcrumb-item [data-chref]:hover {
  color: #ac8050;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    position: relative;
    flex-wrap: nowrap;
    padding-right: 0;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 12px;
    padding: 12px 0px 6px;
    scrollbar-color: #c8a078 #e0d8d0;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb::-webkit-scrollbar-track {
    background: #e0d8d0;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    background-color: #c8a078;
  }
  .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0px;
  }
  .breadcrumb .breadcrumb-item:last-child {
    padding-right: 0px;
  }
  .breadcrumb .breadcrumb-item-first i {
    display: block;
    font-size: 16px;
    color: #c8a078;
  }
  .breadcrumb .breadcrumb-item-first span {
    display: none;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none;
  transform: translateY(2px);
}

.btn {
  padding: 12px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
  letter-spacing: 1px;
  line-height: 1;
  max-height: 48px;
}
.btn-primary, #survey_slider #survey_slider_start_button {
  color: #201010;
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-primary:hover, #survey_slider #survey_slider_start_button:hover {
  color: #201010;
  background-color: #ac8050;
  border-color: #ac8050;
}
.btn-primary-white {
  background-color: white;
  border-color: #fff;
}
.btn-primary-white:hover {
  background-color: #c8a078;
  border-color: #c8a078;
}
.btn-outline-white, .btn-outline, #sogecommerce_submit_payment, .modal.prestaboost-content .modal-footer .btn[data-dismiss=modal] {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #201010;
  color: #201010;
}
.btn-outline-white:hover, .btn-outline:hover, #sogecommerce_submit_payment:hover, .modal.prestaboost-content .modal-footer .btn[data-dismiss=modal]:hover {
  background-color: #201010;
  color: #fff;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #201010;
  background-color: #fff;
}
.btn-courrier {
  color: #201010;
  border-color: #c8a078;
  background-color: #c8a078;
}
.btn-courrier:hover {
  color: #201010;
  border-color: #ac8050;
  background-color: #ac8050;
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-icon i {
  font-size: 16px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 12px;
}
@media (min-width: 1200px) {
  .btn {
    padding: 16px 24px;
    font-size: 14px;
  }
  .btn-sm, .btn-group-sm > .btn {
    padding: 12px;
  }
}

.input-group-append .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .input-group-append .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*.container,
.container-fluid {
  .container,
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}*/
.outside-container {
  width: calc(100vw - var(--scrollbar-width, 0%));
  margin-left: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
  margin-right: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
}

.outside-container-left {
  margin-left: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
  width: calc(100% - (100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
}

.outside-container-right {
  margin-right: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
  width: calc(100% - (100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
}

@media (max-width: 767.98px) {
  .col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11, .col-12, .col-xs-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
  .col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
  .col-xxxl-auto {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.card {
  border-radius: 0;
}
.card--secondary {
  border: 0;
}

.card-body {
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .card-body {
    padding: 32px;
  }
}

.card-body + .card-body {
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

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

.card-header {
  padding: 1.25rem 1.25rem 0.75rem;
}

.icon-collapse[aria-expanded=true] .material-icons {
  font-size: 0;
}
.icon-collapse[aria-expanded=true] .material-icons::before {
  font-size: 24px;
  content: "keyboard_arrow_up";
}
.icon-collapse:hover, .icon-collapse:focus {
  text-decoration: none;
}

.form-label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #201010;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group--password .input-group {
  position: relative;
}
.form-group--password .input-group input {
  padding-right: 48px;
}
.form-group--password .forgot-password {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  margin-left: 12px;
  color: #946430;
}

.form-group--password-btn {
  position: absolute;
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  font-size: 16px;
}
.form-group--password-btn:hover {
  color: #ac8050;
}
@media (min-width: 1200px) {
  .form-group--password-btn {
    font-size: 24px;
  }
}

form input,
form select,
form textarea {
  scroll-margin-top: 200px;
}

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  font-weight: 500;
}

.list-group-item-action-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.list-group-item-action-dropdown .list-group-item-collapse {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
  margin-left: 10px;
  /* stylelint-disable */
  text-decoration: none !important;
  /* stylelint-enable */
  background: none;
}

.list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 1.875rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action-dropdown-link {
  padding: 0;
}

.custom-checkbox .custom-control-input, .custom-checkbox-color .custom-control-input {
  width: 1.145rem;
  height: 1.145rem;
}
.custom-checkbox .custom-control-label, .custom-checkbox-color .custom-control-label {
  font-size: 14px;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox-color .custom-control-label::before, .custom-checkbox .custom-control-label::after, .custom-checkbox-color .custom-control-label::after {
  margin-top: 2px;
  width: 1.145rem;
  height: 1.145rem;
  background-size: 66%;
}
@media (min-width: 1200px) {
  .custom-checkbox .custom-control-input, .custom-checkbox-color .custom-control-input {
    width: 1.5rem;
    height: 1.5rem;
  }
  .custom-checkbox .custom-control-label, .custom-checkbox-color .custom-control-label {
    padding-top: 2px;
  }
  .custom-checkbox .custom-control-label::before, .custom-checkbox-color .custom-control-label::before, .custom-checkbox .custom-control-label::after, .custom-checkbox-color .custom-control-label::after {
    margin-top: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.custom-checkbox-color .custom-control-label::before {
  /* stylelint-disable */
  display: none !important;
  /* stylelint-enable */
}
.custom-checkbox-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M13.0909 4L6.09094 11L2.90912 7.81818" stroke="%23000" stroke-width="1.25" stroke-miterlimit="3.8637" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}

.custom-control-input-color, .custom-radio-color .custom-control-input-color {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fcf8f8;
  border: #ACA09C solid 1px;
}

.custom-checkbox-block {
  padding-left: 1.5rem;
}
.custom-checkbox-block .custom-control-label::after,
.custom-checkbox-block .custom-control-label::before {
  left: -1.5rem;
}

.custom-radio-color {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-radio-color .custom-control-input-color {
  top: 0;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.custom-radio-color .custom-control-label::before {
  display: none;
}
.custom-radio-color .custom-control-input {
  width: 100%;
  height: 100%;
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label::after {
  top: 0.1875rem;
  right: 0.1875rem;
  left: auto;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M13.0909 4L6.09094 11L2.90912 7.81818" stroke="white" stroke-width="1.25" stroke-miterlimit="3.8637" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label .custom-control-input-color {
  border-color: #212529;
}
.custom-radio-color .custom-control-input:checked ~ .custom-control-label-dark::after {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M13.0909 4L6.09094 11L2.90912 7.81818" stroke="%23000" stroke-width="1.25" stroke-miterlimit="3.8637" stroke-linecap="round" stroke-linejoin="round"/%3e%3c/svg%3e');
}

/* stylelint-disable declaration-no-important */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hidden-xxxl-up {
    display: none !important;
  }
}

.hidden-xxxl-down {
  display: none !important;
}

/* stylelint-enable declaration-no-important */
.pagination, .comments-pagination ul {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.pagination .page-item, .pagination .comments-pagination li, .comments-pagination .pagination li, .comments-pagination ul .page-item, .comments-pagination ul li {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.pagination .page-item .page-link, .pagination .page-item .comments-pagination span, .comments-pagination .pagination .page-item span, .pagination .comments-pagination li .page-link, .pagination .comments-pagination li span, .comments-pagination .pagination li .page-link, .comments-pagination .pagination li span, .comments-pagination ul .page-item .page-link, .comments-pagination ul .page-item span, .comments-pagination ul li .page-link, .comments-pagination ul li span {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link i, .pagination .page-item .comments-pagination span i, .comments-pagination .pagination .page-item span i, .pagination .comments-pagination li .page-link i, .pagination .comments-pagination li span i, .comments-pagination .pagination li .page-link i, .comments-pagination .pagination li span i, .comments-pagination ul .page-item .page-link i, .comments-pagination ul .page-item span i, .comments-pagination ul li .page-link i, .comments-pagination ul li span i {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .pagination .page-item.disabled-mobile .page-link, .pagination .page-item.disabled-mobile .comments-pagination span, .comments-pagination .pagination .page-item.disabled-mobile span, .pagination .comments-pagination li.disabled-mobile .page-link, .pagination .comments-pagination li.disabled-mobile span, .comments-pagination .pagination li.disabled-mobile .page-link, .comments-pagination .pagination li.disabled-mobile span, .comments-pagination ul .page-item.disabled-mobile .page-link, .comments-pagination ul .page-item.disabled-mobile span, .comments-pagination ul li.disabled-mobile .page-link, .comments-pagination ul li.disabled-mobile span {
    color: #6c757d;
    font-size: 0;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #fff;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    width: auto;
  }
  .pagination .page-item.disabled-mobile .page-link:before, .pagination .page-item.disabled-mobile .comments-pagination span:before, .comments-pagination .pagination .page-item.disabled-mobile span:before, .pagination .comments-pagination li.disabled-mobile .page-link:before, .pagination .comments-pagination li.disabled-mobile span:before, .comments-pagination .pagination li.disabled-mobile .page-link:before, .comments-pagination .pagination li.disabled-mobile span:before, .comments-pagination ul .page-item.disabled-mobile .page-link:before, .comments-pagination ul .page-item.disabled-mobile span:before, .comments-pagination ul li.disabled-mobile .page-link:before, .comments-pagination ul li.disabled-mobile span:before {
    content: "...";
    font-size: 14px;
  }
}

.modal-header .close {
  color: #201010;
  opacity: 1;
  order: 3;
}
.modal-header .close:hover {
  color: #ac8050;
}

.modal-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  gap: 8px;
}
.modal-title i {
  color: #c8a078;
  font-size: 24px;
}

.modal--sidepanel .modal.show .modal-dialog {
  transform: translate(0);
}
.modal--sidepanel .modal-dialog {
  margin: 0 0 0 auto;
  height: 100%;
  transform: translate(100%, 0);
  transition: all ease-out 0.15s;
}
.modal--sidepanel .modal-content {
  min-height: 100%;
  padding: 20px 12px;
}
.modal--sidepanel .modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f4f0ec;
  padding: 0;
  padding-bottom: 20px;
}
.modal--sidepanel .modal-header .close {
  position: absolute;
  left: 0;
  font-size: 24px;
  opacity: 1;
}
.modal--sidepanel .modal-header .close:hover {
  color: #c8a078;
}
.modal--sidepanel .modal-title {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 0 20px;
}
.modal--sidepanel .modal-title i {
  color: #c8a078;
}
.modal--sidepanel .modal-body {
  padding: 20px 0;
}
.modal--sidepanel .modal-footer {
  padding: 0;
  padding-top: 20px;
  border-color: #f4f0ec;
}
@media (min-width: 1200px) {
  .modal--sidepanel .modal-content {
    padding: 20px;
  }
}

.bootstrap-touchspin {
  max-width: 172px;
  overflow: hidden;
  margin: 0 auto;
}
.bootstrap-touchspin > input {
  max-width: 76px;
  padding: 0;
  font-weight: 700;
  text-align: center;
  border: none;
  box-shadow: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  background-color: transparent;
  color: #201010;
}
.bootstrap-touchspin > input::-webkit-outer-spin-button, .bootstrap-touchspin > input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.bootstrap-touchspin > input:hover, .bootstrap-touchspin > input:focus {
  background-color: transparent;
  outline: none;
}
.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #201010;
  text-align: center;
  font-size: 0;
  background-color: transparent;
}
.bootstrap-touchspin .btn:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.bootstrap-touchspin .btn.bootstrap-touchspin-up::before {
  content: "\e936";
}
.bootstrap-touchspin .btn.bootstrap-touchspin-down::before {
  content: "\e92e";
}
.bootstrap-touchspin .btn:hover, .bootstrap-touchspin .btn:focus {
  background-color: #201010;
  color: #fff;
}
.bootstrap-touchspin .input-group-prepend,
.bootstrap-touchspin .input-group-append {
  display: block;
  margin: 0;
}

.input-touchspin {
  max-width: 100px;
  opacity: 0;
}
.bootstrap-touchspin .input-touchspin {
  opacity: 1;
}

.l-footer {
  margin-top: auto;
  background-color: #fff;
}

#index .l-footer {
  background-color: transparent;
}

.footer-container {
  padding-top: 16px;
  padding-bottom: 32px;
  background: #fcf8f8;
}
.footer-container__beforecont {
  background-image: linear-gradient(to bottom, transparent 50%, #fcf8f8 50%);
}
.footer-container__before {
  padding: 16px;
  background-color: #f4f0ec;
}
.footer-container__mainrow {
  display: grid;
  padding-bottom: 12px;
  width: 100%;
}
.footer-container__mainrowright {
  display: grid;
  grid-template-columns: 1fr;
}
.footer-container__linkblock {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .footer-container__linkblock {
    border-bottom: 1px solid #f4f0ec;
  }
  .footer-container__linkblock .h4 {
    font-size: 18px;
  }
  .footer-container__linkblock .icon-collapse {
    font-size: 16px;
  }
  .footer-container__linkblock .icon-collapse i {
    display: block;
    transition: all ease-out 0.15s;
  }
  .footer-container__linkblock .icon-collapse[aria-expanded=true] i {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .footer-container__mainrowright {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer-container {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .footer-container__before {
    padding: 40px;
  }
  .footer-container__mainrow {
    grid-template-columns: 476px 1fr;
    gap: 32px;
    width: 100%;
    padding-bottom: 32px;
  }
  .footer-container__mainrowright {
    gap: 16px;
  }
}

.copyright_link {
  font-size: 12px;
  font-weight: 500;
  color: #706060;
}
@media (min-width: 1200px) {
  .copyright_link {
    font-size: 14px;
  }
}

.footer-contactinfo {
  background-color: #fff;
  padding: 12px;
}
.footer-contactinfo__buttons {
  display: flex;
  gap: 12px;
}
.footer-contactinfo__buttons span {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #706060;
  display: block;
  margin-top: 8px;
  line-height: 1;
}
.footer-contactinfo__hours {
  margin-top: 12px;
  font-weight: 500;
  color: #706060;
}
.footer-contactinfo__hours strong {
  font-weight: 700;
  color: #201010;
}
.footer-contactinfo #footer_contact_list {
  padding-top: 16px;
}
.footer-contactinfo .icon-collapse i {
  display: block;
  transition: all ease-out 0.15s;
}
.footer-contactinfo .icon-collapse[aria-expanded=true] i {
  transform: rotate(180deg);
}
@media (max-width: 1199.98px) {
  .footer-contactinfo .icon-collapse {
    font-size: 16px;
  }
  .footer-contactinfo .h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer-contactinfo__buttons {
    flex-direction: column;
  }
  .footer-contactinfo__buttons .btn {
    width: 100%;
    justify-content: center;
  }
  .footer-contactinfo__contactcont {
    padding-top: 16px;
  }
  .footer-contactinfo #footer_contact_list {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer-contactinfo {
    padding: 32px;
  }
  .footer-contactinfo__buttons span {
    font-size: 14px;
  }
  .footer-contactinfo__hours {
    margin-top: 16px;
  }
  .footer-contactinfo__hours p {
    margin-bottom: 0;
  }
  .footer-contactinfo__hours p:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.block-social {
  display: flex;
  align-items: center;
}
.block-social__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.25;
  margin-bottom: 0;
}
.block-social__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.block-social__list {
  display: flex;
  gap: 16px;
  margin: 0 0 0 32px;
}
.block-social__item.youtube {
  order: -1;
}
.block-social__item .icon {
  font-size: 16px;
  color: #201010;
}
.block-social__item .icon:hover, .block-social__item .icon:focus {
  color: #ac8050;
}
@media (max-width: 767.98px) {
  .block-social {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .block-social__item .icon {
    font-size: 24px;
  }
}

/* HEADER STYLES */
.header-top {
  background-color: #fcf8f8;
  border-bottom: 1px solid #dee2e6;
}
.header-top__row {
  display: grid;
  grid-template-columns: 46px 254px 1fr 300px;
  align-items: center;
  padding: 8px 0;
  gap: 16px;
}
.header-top__row .btn-courrier {
  display: none;
}
.header-top__rowright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-top__link {
  display: block;
  padding: 5px;
  color: #495057;
  text-decoration: none;
  border-radius: 0.4rem;
}
@media (min-width: 576px) {
  .header-top__link {
    padding: 8px;
  }
}
.header-top__icon-container {
  position: relative;
}
.header-top__icon {
  display: block;
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .header-top__icon {
    font-size: 2rem;
  }
}
.header-top__block--logo {
  justify-content: center;
  display: flex;
  align-items: center;
}
.header-top__block--logo h1 {
  margin-bottom: 0;
}
.header-top__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #201010;
  text-align: center;
  background: #c8a078;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .header-top__block--search {
    flex-grow: 0;
  }
}
.header-top__block--user a:hover svg, .header-top__block--user [data-chref]:hover svg {
  animation: person-bop 2s linear infinite both;
}
.header-top__block--cart .header-top__icon-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-top__block--cart a:hover svg, .header-top__block--cart [data-chref]:hover svg {
  animation: cart-squish 2s linear infinite both;
}
.header-top__block--contact a:hover svg, .header-top__block--contact [data-chref]:hover svg {
  animation: harlemShake 2s linear infinite both;
}
.header-top .btn-courrier {
  padding: 12px 16px;
  font-size: 12px;
  margin-right: auto;
}
.header-top__userbadge {
  position: absolute;
  top: 3px;
  left: -7px;
  background-color: #7fc875;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .header-top__row {
    position: relative;
    grid-template-columns: 46px 254px 1fr 300px;
    z-index: 2;
  }
  .header-top__block--contact {
    display: none;
  }
  .header-top__block--logo img {
    max-width: 112px;
  }
}
@media (max-width: 1023.98px) {
  .header-top__row {
    grid-template-columns: 24px 24px 1fr 84px;
  }
}
@media (min-width: 1024px) {
  .header-top__row .btn-courrier {
    display: flex;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .header-top__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.header-nav {
  background-color: #e0d8d0;
  padding: 4px 0;
}
@media (min-width: 1200px) {
  .header-nav {
    padding: 8px 0;
  }
}

.locales-selector-wrapper .btn.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-size: 12px;
  border: none;
}
.locales-selector-wrapper .btn.dropdown-toggle:after {
  content: "\e916";
  font-size: 16px;
}
.locales-selector-wrapper .language-selector {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  gap: 6px;
}
.locales-selector-wrapper .locales-selector__language {
  display: flex;
  align-items: center;
  gap: 4px;
}

@keyframes harlemShake {
  0% {
    transform: scale(1.12);
  }
  2% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.12);
  }
  8% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.12);
  }
  14% {
    transform: scale(1);
  }
  16% {
    transform: scale(1.12);
  }
  18% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.12);
  }
  22% {
    transform: scale(1);
  }
  24% {
    transform: scale(1.12);
  }
  26% {
    transform: scale(1);
  }
  28% {
    transform: scale(1.12);
  }
  30% {
    transform: scale(1);
  }
  32% {
    transform: scale(1.12);
  }
  34% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.12);
  }
  38% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.12);
  }
  42% {
    transform: scale(1);
  }
  44% {
    transform: scale(1.12);
  }
  46% {
    transform: scale(1);
  }
  48% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes cart-squish {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.3);
  }
  30% {
    transform: scale(1);
  }
}
@keyframes person-bop {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.3);
  }
  30% {
    transform: scale(1);
  }
}
.l-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body:not(.page-index):not(.page-cms:has([data-prettyblocks-zone=footer-recipes])) section#content,
body:not(.page-index):not(.page-cms:has([data-prettyblocks-zone=footer-recipes])) div#content {
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  body:not(.page-index):not(.page-cms:has([data-prettyblocks-zone=footer-recipes])) section#content,
  body:not(.page-index):not(.page-cms:has([data-prettyblocks-zone=footer-recipes])) div#content {
    padding-bottom: 60px;
  }
}

.product-miniature {
  border: none;
  /*&__functional-btn {
      position: absolute;
      right: map.get($spacers, 2);
      bottom: map.get($spacers, 2);
      z-index: 2;
      width: 1.7em;
      height: 1.7em;
      padding: 0;
      line-height: 1.7em;
      border: 0;
      @include font-size(20px);

      &--top {
          top: map.get($spacers, 2);
          bottom: auto;
      }
  }*/
  /* &__functional-btn-icon {
      font-size: inherit;
      line-height: inherit;
  }*/
}
.product-miniature__thumb {
  background-color: #f4f0ec;
}
.product-miniature__namepriceadd {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 12px;
  grid-template-areas: "a a" "c d";
}
.product-miniature__title {
  height: 1.35em;
  line-height: 1.35;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  grid-area: a;
  margin-bottom: 0;
}
.product-miniature__pricing {
  grid-area: c;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.25;
}
.product-miniature__pricing .price {
  font-weight: 400;
}
.product-miniature__form {
  width: -moz-fit-content;
  width: fit-content;
}
.product-miniature__reviews {
  color: #ac8050;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
  min-height: 16px;
}
.product-miniature__actions {
  grid-area: d;
  display: flex;
  align-items: flex-end;
}
.product-miniature__actions .add-to-cart,
.product-miniature__actions .add-to-cart-secondary {
  padding: 0;
  background-color: transparent;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #ac8050;
}
.product-miniature__actions .add-to-cart i,
.product-miniature__actions .add-to-cart-secondary i {
  font-size: 24px;
}
.product-miniature__actions .add-to-cart:hover, .product-miniature__actions .add-to-cart:focus,
.product-miniature__actions .add-to-cart-secondary:hover,
.product-miniature__actions .add-to-cart-secondary:focus {
  color: #201010;
  background: #ac8050;
}
.product-miniature__actions .add-to-cart:active:not(:disabled),
.product-miniature__actions .add-to-cart-secondary:active:not(:disabled) {
  color: #201010;
  background: #ac8050;
}
.product-miniature--smaller .price,
.product-miniature--smaller .product-miniature__title {
  font-size: 0.9375rem;
}
@media (max-width: 1024px) {
  .product-miniature--smaller .price,
  .product-miniature--smaller .product-miniature__title {
    font-size: calc(0.7875rem + 0.234375vw);
  }
}
.product-miniature--smaller .product-miniature__pricing {
  margin: 0;
}
@media (min-width: 1200px) {
  .product-miniature__namepriceadd {
    grid-template-areas: "a d" "c d";
  }
  .product-miniature__title {
    font-size: 1.125rem;
  }
  .product-miniature__reviews {
    font-size: 14px;
    margin-bottom: 8px;
    min-height: 24px;
  }
  .product-miniature .add-to-cart,
  .product-miniature .add-to-cart-secondary {
    padding: 8px;
  }
  .product-miniature .add-to-cart i,
  .product-miniature .add-to-cart-secondary i {
    font-size: 32px;
  }
}

.product-flags {
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  flex-wrap: wrap;
  gap: 8px;
}
.product-flags__flag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: #201010;
  pointer-events: auto;
  background: #fff;
  text-transform: uppercase;
  padding: 4px 8px;
  letter-spacing: 0.5px;
  border: 1px solid #f4f0ec;
}
.product-flags__flag:has(i) {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 6px;
}
.product-flags__flag i {
  font-size: 12px;
}
.product-flags__flag--online-only {
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: 0;
}
.product-flags__flag--discount-percentage, .product-flags__flag--discount-amount, .product-flags__flag--discount {
  background: #942828;
  color: #fff;
  border-color: #942828;
}
.product-flags__flag--discount-percentage.discounttxt, .product-flags__flag--discount-amount.discounttxt, .product-flags__flag--discount.discounttxt {
  background: #fff;
  color: #942828;
  border-color: #f4f0ec;
}
.product-flags__flag--on-sale {
  order: -1;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #942828;
}
@media (min-width: 1200px) {
  .product-flags {
    top: 16px;
    left: 16px;
  }
  .product-flags__flag i {
    font-size: 1rem;
  }
}

.customization-modal .modal-content {
  border: 1px solid #e9ecef;
  border-radius: 0;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e9ecef;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 600;
  text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price {
  font-weight: 500;
}
.price--regular {
  font-weight: 400;
  color: #706060;
  text-decoration: line-through;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .price--regular {
    font-size: calc(0.775rem + 0.15625vw);
  }
}
.price--discounted {
  color: #942828;
  font-weight: 600;
}
.price--lg {
  font-size: 1.75rem;
}
@media (max-width: 1024px) {
  .price--lg {
    font-size: calc(0.95rem + 1.25vw);
  }
}
.price--sm {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .price--sm {
    font-size: calc(0.8rem + 0.3125vw);
  }
}

.star-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.star-content .star,
.star-content .star-on,
.star-content .star-hover {
  display: block;
  flex: auto;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url(/themes/arpa-falcon/assets//img-dist/27811373db6ee26ff2a77e33a9841f0f.svg) no-repeat 0 0 transparent;
  background-size: 20px;
}
.star-content .star-on,
.star-content .star-hover {
  background-image: url(/themes/arpa-falcon/assets//img-dist/4e38059285d4b263c06b1fb87e2d193c.svg);
}
.star-content .star-hover {
  cursor: pointer;
}
.small-stars .star-content .star,
.small-stars .star-content .star-on,
.small-stars .star-content .star-hover {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-size: 16px;
}

.grade-stars {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 20px;
}
.grade-stars.small-stars {
  min-width: 70px;
  height: 16px;
}

.product-list-reviews {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.4);
}
.product-list-reviews .grade-stars {
  display: block;
}

body#category {
  background-color: #fff;
}
body#category #left-column:empty {
  flex: 0 0 0%;
  max-width: 0%;
}
body#category #left-column:empty ~ #content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
body#category #left-column:empty ~ #content-wrapper .products-list {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  body#category #left-column:empty ~ #content-wrapper .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  body#category #left-column:empty ~ #content-wrapper .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-category {
  background-color: #f4f0ec;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .block-category {
    margin-bottom: 40px;
  }
}
.block-category__txt {
  overflow: hidden;
}
.block-category h1 {
  font-size: 24px;
  font-family: "Felgine";
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .block-category h1 {
    margin-bottom: 20px;
  }
}
.block-category__inner {
  display: grid;
}
.block-category__cover {
  display: none;
}
.block-category__cover img {
  width: 100%;
}
@media (min-width: 1200px) {
  .block-category__txt {
    padding-top: 20px;
  }
  .block-category h1 {
    font-size: 40px;
  }
  .block-category__inner.hasimg {
    margin-right: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
    width: calc(100% - (100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
  }
  .block-category__cover {
    display: block;
  }
}

.products-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .products-list {
    margin-bottom: 60px;
  }
}
.products-list__block {
  padding: 0 32px;
  margin-bottom: 64px;
}
.products-list__block--grid {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.products-list__block--list {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.js-product-list {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .js-product-list {
    margin-bottom: 60px;
  }
}

.category-second-description {
  padding-top: 32px;
  padding-bottom: 32px;
}
.category-second-description .overflow_txt__cont {
  background-color: #fff;
  padding: 12px 12px 20px;
}
.category-second-description p {
  font-size: 12px;
  color: #706060;
}
.category-second-description h2 {
  font-size: 16px;
}
.category-second-description h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #706060;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .category-second-description {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .category-second-description .overflow_txt__cont {
    padding: 40px;
  }
  .category-second-description p {
    font-size: 14px;
  }
  .category-second-description h2 {
    font-size: 24px;
  }
}

.category-mobile-triggers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.category-mobile-triggers .btn {
  width: 100%;
}

.product-slider {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 576px) {
  .product-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.product-slider__item {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .product-slider__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.slider-standard-products {
  padding-bottom: 20px;
  overflow: hidden;
}
.slider-standard-products__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.slider-standard-products__title {
  font-weight: 500;
  margin-bottom: 0;
}
.slider-standard-products__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.slider-standard-products .swiper-container {
  position: relative;
  margin-bottom: 20px;
  --swiper-scrollbar-bottom: -20px;
}
.slider-standard-products .swiper-container .swiper-button-next,
.slider-standard-products .swiper-container .swiper-button-prev {
  display: none;
}
.slider-standard-products .swiper {
  overflow: visible;
}
.slider-standard-products .swiper-slide {
  width: 208px;
}
@media (min-width: 1200px) {
  .slider-standard-products {
    padding-bottom: 40px;
    /*&__title {
        font-size: 40px;
    }*/
  }
  .slider-standard-products__header {
    margin-bottom: 32px;
    justify-content: space-between;
  }
  .slider-standard-products .swiper {
    overflow: hidden;
  }
  .slider-standard-products .swiper-slide {
    width: auto;
  }
  .slider-standard-products .swiper-container {
    margin-bottom: 40px;
    --swiper-scrollbar-bottom: -40px;
  }
  .slider-standard-products .swiper-container .swiper-button-next,
  .slider-standard-products .swiper-container .swiper-button-prev {
    display: flex;
  }
}

.comments-pagination ul {
  margin: 0;
}
.comments-pagination span {
  cursor: pointer;
}

.product-variants .product-variants-item {
  position: relative;
}
.product-variants .product-variants-item .real-select {
  display: none;
}
.product-variants__fake-select {
  transition: all ease-out 0.2s;
}
.product-variants__fake-select.loading {
  opacity: 0.5;
}
.product-variants__fake-select .dropdown-toggle {
  display: flex;
}
.product-variants__fake-select .dropdown-menu {
  width: 100%;
  border-radius: 0;
}
.product-variants__fake-select .dropdown-menu .dropdown-item {
  padding: 6px 16px;
  font-weight: 500;
}
.product-variants__fake-select .dropdown-menu .dropdown-item.active .text-muted {
  color: #fff !important;
}
.product-variants__fake-button {
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #e0d8d0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product-variants__fake-buttontxt {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.product-variants__fake-buttontxt .name {
  font-weight: 500;
  line-height: 1.25;
}
.product-variants__fake-buttontxt .ref {
  font-size: 12px;
  color: #706060;
  line-height: 1;
}
@media (min-width: 1200px) {
  .product-variants__fake-buttontxt .ref {
    font-size: 14px;
  }
}

.modal.quickview .modal-content {
  background-color: #fcf8f8;
}
.modal.quickview .close {
  float: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
.modal.quickview .modal-body {
  padding: 0;
}
.modal.quickview .modal-title {
  font-family: "Felgine";
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.modal.quickview .product-add-to-cart {
  margin-top: auto;
}
.modal.quickview .product-add-to-cart .product-quantity {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal.quickview .product-add-to-cart .product-quantity .add {
  flex-grow: 1;
}
.modal.quickview .product-add-to-cart .product-quantity .add .btn {
  width: 100%;
}
.modal.quickview #product-description-short {
  margin-bottom: 20px;
  color: #706060;
}
.modal.quickview .product-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.quickview .product-prices__prices {
  display: flex;
  align-items: center;
}
.modal.quickview .product-prices .product-price--discount {
  color: #942828;
  font-weight: 500;
}
@media (min-width: 576px) {
  .modal.quickview .product-add-to-cart .product-quantity {
    flex-direction: row;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .modal.quickview .bootstrap-touchspin .input-touchspin {
    height: 48px;
  }
  .modal.quickview .bootstrap-touchspin .btn {
    height: 48px;
    width: 48px;
  }
  .modal.quickview .modal-title {
    font-size: 32px;
  }
}

.quickview-modal__body {
  display: grid;
  grid-template-columns: 1fr;
}
.quickview-modal__left {
  display: none;
}
.quickview-modal__right {
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}
.quickview-modal__right .product-actions {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.quickview-modal__right #add-to-cart-or-refresh {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .quickview-modal__left {
    display: block;
  }
  .quickview-modal__body {
    grid-template-columns: 340px 1fr;
  }
}
@media (min-width: 1200px) {
  .quickview-modal__body {
    grid-template-columns: 500px 1fr;
  }
  .quickview-modal__right {
    padding: 40px;
  }
}

#product-availability .badge {
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px 4px 6px;
}
#product-availability .badge-success {
  background-color: #e0d8d0;
  color: #201010;
}
#product-availability i {
  font-size: 10px;
}
@media (min-width: 1200px) {
  #product-availability {
    font-size: 12px;
  }
  #product-availability i {
    font-size: 16px;
  }
}

.page-customer-account h1,
.page-addresses h1,
body#module-ps_emailalerts-account h1,
body#order-detail h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-customer-account h1,
  .page-addresses h1,
  body#module-ps_emailalerts-account h1,
  body#order-detail h1 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .page-customer-account h1,
  .page-addresses h1,
  body#module-ps_emailalerts-account h1,
  body#order-detail h1 {
    font-size: 32px;
  }
}

body#history .order-actions .btn {
  width: 100%;
  font-size: 12px;
}
body#history #content table {
  background-color: #fff;
}

.type_multiboxes.custom-control {
  margin-bottom: 0.75rem;
}

.customformtitle {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 0;
  margin-top: 12px;
}

.psgdprgetdatabtncont {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.js-remove-email-alert {
  padding: 12px 20px;
}

.address.card {
  padding: 0;
}
.address__header {
  background-color: #f4f0ec;
  padding: 0.75rem 1.25rem;
}
.address__body {
  line-height: 1.75;
}
.address__body address {
  margin: 0;
}
.address__footer {
  display: flex;
  padding: 0;
  background-color: #f4f0ec;
}
.address__footer a, .address__footer [data-chref] {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  color: #212529;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
}
.address__footer a:first-child, .address__footer [data-chref]:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.address__footer a.btn-delete:hover, .address__footer .btn-delete[data-chref]:hover, .address__footer a.btn-delete:focus, .address__footer .btn-delete[data-chref]:focus {
  text-decoration: none;
  color: #fff;
  background: #942828;
}
.address__footer a.btn-update:hover, .address__footer .btn-update[data-chref]:hover, .address__footer a.btn-update:focus, .address__footer .btn-update[data-chref]:focus {
  text-decoration: none;
  color: #fff;
  background: #201010;
}
.address-selector-block .card {
  transition: all ease-out 0.15s;
}
.address-selector-block .card .address__header {
  transition: all ease-out 0.15s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.address-selector-block .card .address__header i {
  display: none;
}
.address-selector-block.selected .card, .address-selector-block:hover .card {
  background-color: #fcf8f8;
}
.address-selector-block.selected .card .address__header, .address-selector-block:hover .card .address__header {
  background-color: #ac8050;
  color: #fff;
}
.address-selector-block.selected .card .address__header i {
  display: block;
}

.customer-links {
  margin: 0 0 20px;
  /*@include media-breakpoint-desktop {
      margin: 0;
  }*/
}
.customer-links .link-item {
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .customer-links__list {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 12px;
    margin: 1.25rem 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .customer-links__list::-webkit-scrollbar {
    display: none;
  }
}
.customer-links a, .customer-links [data-chref] {
  display: block;
  flex: 0 0;
  max-width: inherit;
  padding: 10px;
  font-weight: 400;
  color: #201010;
  white-space: nowrap;
  line-height: 1.25;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .customer-links a, .customer-links [data-chref] {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
@media (min-width: 1200px) {
  .customer-links a, .customer-links [data-chref] {
    white-space: normal;
  }
}
.customer-links a:hover, .customer-links [data-chref]:hover, .customer-links a:focus, .customer-links [data-chref]:focus {
  color: #201010;
  font-weight: 500;
  text-decoration: none;
}
.customer-links a:hover i, .customer-links [data-chref]:hover i, .customer-links a:focus i, .customer-links [data-chref]:focus i {
  color: #201010;
}
.customer-links a i, .customer-links [data-chref] i {
  margin-right: 5px;
  color: #706060;
  font-size: 20px;
}
@media (min-width: 768px) {
  .customer-links a i, .customer-links [data-chref] i {
    margin-right: 10px;
  }
}
.customer-links a.active, .customer-links .active[data-chref] {
  color: #fff;
  background: #201010;
  font-weight: 500;
}
.customer-links a.active::after, .customer-links .active[data-chref]::after {
  display: block;
}
.customer-links a.active i, .customer-links .active[data-chref] i {
  color: inherit;
}
.customer-links__logout {
  text-align: center;
}
.customer-links__logout::after, .customer-links__logout::before {
  display: none;
}
@media (min-width: 1200px) {
  .customer-links__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .customer-links a, .customer-links [data-chref] {
    border-bottom: 1px solid #f4f0ec;
    padding: 12px;
    background-color: #fff;
    border: 2px solid #fff;
    font-weight: 500;
  }
  .customer-links a.active, .customer-links .active[data-chref] {
    background-color: #f4f0ec;
    border-color: #946430;
    color: #201010;
  }
  .customer-links a:hover, .customer-links [data-chref]:hover {
    background-color: #f4f0ec;
    border-color: #946430;
  }
  .customer-links__footer {
    margin-top: 20px;
  }
  .customer-links__footer a, .customer-links__footer [data-chref] {
    border: none;
  }
  .customer-links__footer a:hover, .customer-links__footer [data-chref]:hover {
    color: #201010 !important;
  }
}

.user-form {
  max-width: 1000px;
  margin: 0 auto;
}
.user-form--sm {
  max-width: 600px;
}

.user-formscont {
  display: grid;
  grid-template-columns: 1fr;
}
.user-formscont__left {
  background-color: #fff;
  padding: 12px;
  padding-top: 20px;
}
.user-formscont__right > div {
  height: 100%;
  width: 100%;
}
.user-formscont__right > div > div {
  height: 100%;
  width: 100%;
}
.user-formscont__imgcont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.user-formscont__imgcont img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.user-formscont__surtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  color: #946430;
  line-height: 1;
  margin-bottom: 12px;
}
.user-formscont__block .btn-primary, .user-formscont__block #survey_slider #survey_slider_start_button, #survey_slider .user-formscont__block #survey_slider_start_button {
  width: 100%;
  justify-content: center;
}
.user-formscont__block:not(:last-child) {
  border-bottom: 1px solid #e0d8d0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.user-formscont .h3 {
  font-family: "Felgine";
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .user-formscont__right {
    display: none;
  }
}
@media (min-width: 768px) {
  .user-formscont {
    grid-template-columns: repeat(2, 1fr);
  }
  .user-formscont .h3 {
    font-size: 32px;
  }
  .user-formscont__block:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .user-formscont__left {
    padding: 60px;
  }
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
}

.register-form .form-fields,
#customer-form .form-fields,
.js-address-form .form-fields {
  margin: 0 -10px;
}
.register-form .form-fields .form-group,
.register-form .form-fields .form-group--password,
#customer-form .form-fields .form-group,
#customer-form .form-fields .form-group--password,
.js-address-form .form-fields .form-group,
.js-address-form .form-fields .form-group--password {
  padding: 0 10px;
}
.register-form .form-fields .form-group--password .form-group,
#customer-form .form-fields .form-group--password .form-group,
.js-address-form .form-fields .form-group--password .form-group {
  padding: 0;
}

.js-address-form .custom-checkbox, .js-address-form .custom-checkbox-color {
  margin-left: 10px;
}

.register-form .form-fields .form-group:nth-child(1),
#customer-form .form-fields .form-group:nth-child(1) {
  order: 1;
}
.register-form .form-fields .form-group:nth-child(2),
#customer-form .form-fields .form-group:nth-child(2) {
  order: 2;
}
.register-form .form-fields .form-group:nth-child(3),
#customer-form .form-fields .form-group:nth-child(3) {
  order: 3;
}
.register-form .form-fields .form-group:nth-child(4),
#customer-form .form-fields .form-group:nth-child(4) {
  order: 4;
}
.register-form .form-fields .form-group:nth-child(5),
#customer-form .form-fields .form-group:nth-child(5) {
  order: 5;
}
.register-form .form-fields .form-group:nth-child(6),
#customer-form .form-fields .form-group:nth-child(6) {
  order: 6;
}
.register-form .form-fields .form-group:nth-child(7),
#customer-form .form-fields .form-group:nth-child(7) {
  order: 7;
}
.register-form .form-fields .form-group:nth-child(8),
#customer-form .form-fields .form-group:nth-child(8) {
  order: 8;
}
.register-form .form-fields .form-group:nth-child(9),
#customer-form .form-fields .form-group:nth-child(9) {
  order: 9;
}
.register-form .form-fields .form-group:nth-child(10),
#customer-form .form-fields .form-group:nth-child(10) {
  order: 10;
}
.register-form .form-fields .form-group:nth-child(11),
#customer-form .form-fields .form-group:nth-child(11) {
  order: 11;
}
.register-form .form-fields .form-group:nth-child(12),
#customer-form .form-fields .form-group:nth-child(12) {
  order: 12;
}
.register-form .form-fields .form-group:nth-child(13),
#customer-form .form-fields .form-group:nth-child(13) {
  order: 13;
}
.register-form .form-fields .form-group:nth-child(14),
#customer-form .form-fields .form-group:nth-child(14) {
  order: 14;
}
.register-form .form-fields .form-group:nth-child(15),
#customer-form .form-fields .form-group:nth-child(15) {
  order: 15;
}
.register-form .form-fields .form-group:nth-child(16),
#customer-form .form-fields .form-group:nth-child(16) {
  order: 16;
}
.register-form .form-fields .form-group:nth-child(17),
#customer-form .form-fields .form-group:nth-child(17) {
  order: 17;
}
.register-form .form-fields .form-group:nth-child(18),
#customer-form .form-fields .form-group:nth-child(18) {
  order: 18;
}
.register-form .form-fields .form-group:nth-child(19),
#customer-form .form-fields .form-group:nth-child(19) {
  order: 19;
}
.register-form .form-fields .form-group:nth-child(20),
#customer-form .form-fields .form-group:nth-child(20) {
  order: 20;
}
.register-form .form-fields .form-group.form-group--newsletter,
#customer-form .form-fields .form-group.form-group--newsletter {
  order: 98;
}
.register-form .form-fields .form-group.form-group--psgdpr,
#customer-form .form-fields .form-group.form-group--psgdpr {
  order: 99;
}

@media (min-width: 576px) {
  .register-form .form-fields .form-group--firstname, .register-form .form-fields .form-group--lastname,
  #customer-form .form-fields .form-group--firstname,
  #customer-form .form-fields .form-group--lastname {
    width: 50%;
  }
  .js-address-form .form-fields .form-group--firstname, .js-address-form .form-fields .form-group--lastname, .js-address-form .form-fields .form-group--company, .js-address-form .form-fields .form-group--vat_number, .js-address-form .form-fields .form-group--postcode, .js-address-form .form-fields .form-group--city {
    width: 50%;
  }
}
.product-table {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-table__head {
    display: none;
  }
}
.product-table__head th {
  border-top: 0;
}
@media (min-width: 576px) {
  .product-table__row {
    margin-top: -1px;
  }
}
@media (max-width: 767.98px) {
  .product-table tbody {
    display: block;
  }
}

.product-line {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.product-line:last-child {
  border-bottom: 0;
}
.product-line--first {
  border-top: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .product-line {
    display: table-row;
    padding: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
  }
}
.product-line .product-line__cell {
  padding: 10px;
}
@media (min-width: 576px) {
  .product-line .product-line__cell {
    padding: 0.75rem;
    vertical-align: middle;
  }
}
.product-line__qty-input .bootstrap-touchspin {
  margin: 0 auto;
}
.product-line__cell--img {
  width: 7.5rem;
}
@media (max-width: 767.98px) {
  .product-line__cell--img {
    order: -3;
    width: auto;
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod {
    order: -2;
    flex: 0 0 calc(100% - 5.625rem);
    max-width: calc(100% - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--delete {
    order: -1;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--total {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell[data-title]::before {
    font-size: 0.75rem;
    display: block;
    margin: 0 0 5px;
    content: attr(data-title);
  }
}
.product-line__price {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .product-line__price {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
.product-line__checkbox-block {
  position: static;
}
.product-line__checkbox-block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  content: "";
}
@media (max-width: 767.98px) {
  .product-line--return .product-line__cell--checkbox {
    order: -3;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
  .product-line--return .product-line__cell--img {
    flex: 0 0 4.375rem;
    max-width: 4.375rem;
    padding-left: 0;
  }
  .product-line--return .product-line__cell--prod {
    flex: 0 0 calc(100% - 6.875rem);
    max-width: calc(100% - 6.875rem);
  }
  .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-line--extended .product-line__cell--qty {
    text-align: right;
  }
}

.blockcart__dropdown {
  width: 20rem;
  min-width: inherit;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.cart-dropdown__content {
  padding: 10px 20px 20px;
}
.cart-dropdown__products {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  max-height: 25rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart-dropdown__close {
  font-size: 1.375rem;
  color: #6c757d;
}
.cart-dropdown__close:hover, .cart-dropdown__close:focus {
  color: #000;
}

.cart-products {
  display: flex;
  padding-bottom: 20px;
}
.cart-products:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}
.cart-products__thumb {
  flex: 0 0 3.25rem;
  max-width: 3.25rem;
  padding-right: 10px;
}
.cart-products__desc {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.cart-products__desc-left {
  display: flex;
  flex-direction: column;
}
.cart-products__remove {
  flex: 0 0;
}

.cart-summary-product-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-summary-product-toggle i {
  transition: all ease-out 0.15s;
}
.cart-summary-product-toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}

.cart-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.cart-loading .cart-loader {
  display: flex;
}

.cart-detailed-totals .block-promo {
  display: block;
  margin-top: 12px;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .cart-summary-line {
    font-size: calc(0.8rem + 0.3125vw);
  }
}
.cart-summary-line:not(:last-child) {
  margin-bottom: 10px;
}
.cart-summary-line.cart-total {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .cart-summary-line.cart-total {
    font-size: calc(0.825rem + 0.46875vw);
  }
}
.cart-summary-line .label {
  margin-right: 10px;
}

.cart-summary-totals .cart-summary-line .value {
  font-weight: 600;
}
.cart-summary-totals .cart-total .label {
  font-weight: 600;
  font-size: 16px;
}
.cart-summary-totals .cart-total-taxlabel {
  color: #706060;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .cart-summary-totals .cart-total .label {
    font-size: 18px;
  }
  .cart-summary-totals .cart-total-taxlabel {
    font-size: 14px;
  }
}

#cart-subtotal-discount {
  color: #c8a078;
}
#cart-subtotal-discount .label {
  color: #c8a078;
}

.cart-summary-subtotals-container {
  margin-bottom: 12px;
}

.main-menu__item-header {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-menu__item-header {
    display: block;
  }
}
.main-menu__dropdown {
  margin: -1rem -1rem 20px;
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .main-menu__dropdown {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
  }
}
@media (min-width: 768px) {
  .main-menu__list {
    margin: 0 0 10px;
  }
  .main-menu__list--1 {
    display: flex;
    flex-wrap: wrap;
  }
}
.main-menu__item-link {
  display: block;
  padding: 1rem;
}
@media (min-width: 768px) {
  .main-menu__item-link {
    display: inline-block;
    padding: 0;
  }
}
.main-menu__item-link--top {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
}
@media (max-width: 1024px) {
  .main-menu__item-link--top {
    font-size: calc(0.825rem + 0.46875vw);
  }
}
.main-menu__item-link--top:hover, .main-menu__item-link--top:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-menu__item-link--top {
    padding: 20px 30px;
  }
}
.main-menu__item-link--sub {
  color: #212529;
}
@media (min-width: 768px) {
  .main-menu__item-link--sub {
    margin: 0 0 5px;
  }
}
.main-menu__item-link--1 {
  font-weight: 700;
}
.main-menu__item-link--2 {
  padding-left: 1.625rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--2 {
    padding: 0;
  }
}
.main-menu__item-link--3 {
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--3 {
    padding-left: 10px;
  }
}
.main-menu__item-link--4 {
  padding-left: 2.875rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--4 {
    padding-left: 10px;
  }
}
.main-menu__item {
  border-top: 1px solid #dee2e6;
}
.main-menu__item--top:first-child {
  border: 0;
}
@media (min-width: 768px) {
  .main-menu__item {
    border: 0;
  }
}
@media (min-width: 768px) {
  .main-menu__item--active .main-menu__sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .main-menu__item--1 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.main-menu__sub {
  background: #f8f9fa;
}
@media (min-width: 768px) {
  .main-menu__sub {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 30px 30px 20px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: 0.2s ease-in;
    transform: translateY(5px);
  }
}

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem;
}
#products .page-not-found,
#pagenotfound .page-not-found {
  margin: 0 auto;
  font-size: 0.875rem;
  color: #6c757d;
}
#products .page-not-found .notfound404 span,
#pagenotfound .page-not-found .notfound404 span {
  color: #ac8050;
}

#pagenotfound .breadcrumb {
  display: none;
}
#pagenotfound h1 {
  font-size: 14px;
}
#pagenotfound .page-not-found {
  margin-top: 20px;
}
#pagenotfound .notfound404 img {
  max-width: 440px;
  width: 75%;
}
@media (min-width: 1200px) {
  #pagenotfound .page-not-found {
    margin-top: 40px;
  }
  #pagenotfound h1 {
    font-size: 20px;
  }
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

.block_newsletter__cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.block_newsletter__title {
  font-size: 1.429rem;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.25;
}
.block_newsletter__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.block_newsletter__desc {
  color: #706060;
  margin-bottom: 0;
}
.block_newsletter__form input[type=email] {
  height: 48px;
  position: relative;
}
.block_newsletter__form button.btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.block_newsletter__form button.btn:hover:not(:disabled), .block_newsletter__form button.btn:focus:not(:disabled) {
  background-color: #ac8050;
}
.block_newsletter__form button.btn i {
  font-size: 24px;
}
.block_newsletter__form .custom-checkbox, .block_newsletter__form .custom-checkbox-color {
  margin-top: 12px;
}
.block_newsletter__form .custom-checkbox .custom-control-label a, .block_newsletter__form .custom-checkbox-color .custom-control-label a, .block_newsletter__form .custom-checkbox .custom-control-label [data-chref], .block_newsletter__form .custom-checkbox-color .custom-control-label [data-chref] {
  color: #201010;
  font-weight: 600;
}
.block_newsletter__form .custom-checkbox .custom-control-label a:hover, .block_newsletter__form .custom-checkbox-color .custom-control-label a:hover, .block_newsletter__form .custom-checkbox .custom-control-label [data-chref]:hover, .block_newsletter__form .custom-checkbox-color .custom-control-label [data-chref]:hover, .block_newsletter__form .custom-checkbox .custom-control-label a:focus, .block_newsletter__form .custom-checkbox-color .custom-control-label a:focus, .block_newsletter__form .custom-checkbox .custom-control-label [data-chref]:focus, .block_newsletter__form .custom-checkbox-color .custom-control-label [data-chref]:focus {
  color: #c8a078;
}
@media (min-width: 1200px) {
  .block_newsletter__cont {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .block_newsletter__title {
    font-size: 1.5rem;
  }
  .block_newsletter__desc {
    font-size: 1.125rem;
  }
  .block_newsletter__form .custom-checkbox, .block_newsletter__form .custom-checkbox-color {
    margin-top: 16px;
  }
}

.homeslider__img {
  background: #f8f9fa;
}
.homeslider__list {
  margin: 0;
}
.homeslider__slider {
  position: relative;
}
.homeslider__caption {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}
.homeslider__desc * {
  color: #343a40;
}
.homeslider__arrow {
  top: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 1;
}
.homeslider__arrow > * {
  font-size: 2.5rem;
}
.homeslider__arrow--prev {
  left: 0;
}
.homeslider__arrow--next {
  right: 0;
}

.search-form {
  position: relative;
  max-width: 38.75rem;
  margin: 0 auto;
}
.search-form__form-group {
  position: relative;
}
@media (min-width: 768px) {
  .search-result-open .search-form__form-group {
    z-index: 101;
  }
}
.search-form__input {
  padding: 12px 16px;
  border-width: 1px;
}
.search-form__input:focus {
  box-shadow: none;
}
.search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  line-height: 1;
  color: #ac8050;
  font-size: 1rem;
  color: #201010;
}
.search-form__btn:hover, .search-form__btn:focus {
  color: #c8a078;
}

.search-modal .modal-body {
  padding-top: 2.5rem;
}
.search-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4375rem 0.625rem;
}

@media (min-width: 768px) {
  .js-search-result {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 1.4375rem10px 20px 20px;
    margin-top: -1.4375rem;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.4rem 0.4rem;
  }
}

@media (min-width: 768px) {
  .search-result {
    padding: 20px;
  }
}
.search-result__products {
  margin: 20px -10px 0;
}
.search-result__products .products-list__block {
  padding: 0 10px;
  margin: 0 0 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .search-result__products .products-list__block {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.search-result__bottom {
  /* stylelint-disable */
  position: sticky;
  /* stylelint-enable */
  right: 0;
  bottom: -1rem;
  left: 0;
  z-index: 1;
  padding: 10px 20px;
  margin: 0 -10px;
  background: #fff;
}
@media (min-width: 768px) {
  .search-result__bottom {
    padding: 0;
    margin: 0;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-loader-active .page-loader {
  display: flex;
}

.links-list {
  padding-bottom: 0;
  padding-top: 16px;
  margin: 0;
}
@media (min-width: 1200px) {
  .links-list {
    padding-top: 16px;
  }
}
.links-list__elem:not(:last-child) {
  margin: 0 0 10px;
}
.links-list__link {
  color: #201010;
}
.links-list__link:hover, .links-list__link:focus {
  color: #c8a078;
}

img.lazyload:not(.loaded) {
  background: #e9ecef;
}

.alert-toast-stack {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 15.625rem;
  display: block;
  z-index: 101;
}

.alert-toast {
  font-size: 0.875rem;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .alert-toast {
    font-size: calc(0.775rem + 0.15625vw);
  }
}
.alert-toast__content {
  padding: 10px 20px;
}
.alert-toast.show {
  opacity: 1;
  transform: translateX(0);
}
.alert-toast--info {
  color: #fff;
  background: #ac8050;
}
.alert-toast--danger {
  color: #fff;
  background: #942828;
}
.alert-toast--warning {
  color: #fff;
  background: #c85000;
}
.alert-toast--success {
  color: #fff;
  background: #28a745;
}

.overflow_txt {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  max-height: var(--actual-height);
}
.overflow_txt.preview {
  max-height: var(--max-height);
}
.overflow_txt.preview .excerpt.excerpt-active {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: var(--lines, 1);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.overflow_txt__trigger {
  display: none;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 12px;
  gap: 4px;
  color: #ac8050;
}
.overflow_txt__trigger i[class^=icon-], .overflow_txt__trigger .locales-selector-wrapper i.btn.dropdown-toggle:after, .locales-selector-wrapper .overflow_txt__trigger i.btn.dropdown-toggle:after {
  font-size: 12px;
  transition: all 0.2s ease-out;
  display: inline-block;
}
.overflow_txt__trigger.is_opened i, .overflow_txt__trigger.preview i {
  transform: rotate(-180deg);
}

.offer-landing__offer {
  padding: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .offer-landing__offer {
    margin-bottom: 40px;
  }
}
.offer-landing__offertxt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.offer-landing__offercode {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}
.offer-landing__offercode span {
  color: #c8a078;
  font-weight: 600;
}
.offer-landing__offerdate {
  color: #706060;
  line-height: 1.25;
}
.offer-landing__offerdate span {
  font-weight: 600;
}
.offer-landing__advantages {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .offer-landing__advantages {
    margin-bottom: 40px;
  }
}
.offer-landing__advantages ul {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.offer-landing__advantages ul li {
  position: relative;
  padding: 12px;
  padding-left: 36px;
  background-color: #fff;
}
.offer-landing__advantages ul li.gift-product {
  display: flex;
  padding-left: 12px;
  align-items: center;
}
.offer-landing__advantages ul li.gift-product img {
  max-width: 58px;
  margin-right: 8px;
}
.offer-landing__advantages ul li.gift-product .gift-product-price {
  font-weight: 400;
  color: #706060;
}
.offer-landing__advantages ul li.gift-product .gift-product-value {
  font-weight: 400;
  color: #706060;
}
.offer-landing__advantages ul li:not(.gift-product):before {
  content: "\e91b";
  font-family: "icomoon";
  position: absolute;
  left: 12px;
  top: 14px;
  font-size: 16px;
  line-height: 1.25;
  color: #c8a078;
}
.offer-landing__products {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .offer-landing__products {
    margin-bottom: 40px;
  }
}
.offer-landing__products #notifications > .container {
  max-width: 100%;
  padding: 0;
}
.offer-landing__productslist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offer-landing__product {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.offer-landing__product-left {
  display: flex;
  gap: 12px;
}
.offer-landing__product-left picture {
  flex-shrink: 0;
}
.offer-landing__product-right {
  margin-left: auto;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.offer-landing__product-img {
  max-width: 58px;
}
.offer-landing__product-txt {
  display: flex;
  flex-direction: column;
  padding: 12px;
  padding-left: 0;
  justify-content: center;
}
.offer-landing__product-ref {
  font-size: 14px;
  color: #706060;
  line-height: 1.25;
}
.offer-landing__product-newprice {
  color: #942828;
  font-size: 16px;
  font-weight: 600;
}
.offer-landing__product-pricing {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 0;
}
.offer-landing__product-pricing span {
  line-height: 1.15;
}
.offer-landing__product .bootstrap-touchspin > input {
  max-width: 48px;
}
.offer-landing__product-choice {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: #201010;
  font-weight: 500;
  min-width: 128px;
}
.offer-landing__product-choice:hover {
  color: #ac8050;
}
.offer-landing__cartcont {
  position: relative;
}
.offer-landing__cartcont .h2 {
  display: none;
}
.offer-landing__cartbuttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offer-landing__cartbuttons a, .offer-landing__cartbuttons [data-chref] {
  width: 100%;
}
.offer-landing__promocode {
  margin-bottom: 12px;
  margin-top: 12px;
}
.offer-landing .h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .offer-landing .h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .offer-landing .h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .offer-landing__product {
    flex-direction: column;
    align-items: flex-start;
  }
  .offer-landing__product-right {
    width: 100%;
  }
  .offer-landing__product-right {
    padding-top: 0;
    gap: 16px;
    margin-left: initial;
    justify-content: space-between;
    width: 100%;
  }
  .offer-landing__product-pricing {
    flex-direction: row;
    gap: 6px;
  }
}
@media (min-width: 768px) {
  .offer-landing__offer {
    flex-direction: row;
  }
  .offer-landing__offer .btn {
    margin-left: auto;
  }
  .offer-landing__promocode {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .offer-landing__cartcont {
    position: sticky;
    top: 182px;
    margin-bottom: 32px;
  }
  .offer-landing__cartcont .h2 {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offer-landing__offer {
    padding: 12px 16px;
  }
  .offer-landing__offercode {
    font-size: 18px;
  }
  .offer-landing__product-left {
    gap: 16px;
  }
  .offer-landing__product-right {
    padding: 16px;
  }
  .offer-landing__product-name {
    font-weight: 500;
  }
  .offer-landing__product-newprice {
    font-size: 18px;
  }
}

.courrier-offer-banner {
  background-color: #201010;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.courrier-offer-banner__center {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.courrier-offer-banner__center i {
  font-size: 16px;
  margin-right: 4px;
}
.courrier-offer-banner__right {
  margin-left: auto;
  display: flex;
}
.courrier-offer-banner__currentoffer {
  display: flex;
  align-items: center;
}
.courrier-offer-banner__currentoffer:hover {
  color: #c8a078;
}
.courrier-offer-banner__currentoffervalue {
  color: #c8a078;
}
.courrier-offer-banner__btncancel {
  color: #fff;
}
.courrier-offer-banner__btncancel:hover {
  color: #c8a078;
}
@media (max-width: 767.98px) {
  .courrier-offer-banner {
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 8px;
  }
  .courrier-offer-banner__left, .courrier-offer-banner__right {
    display: none;
  }
  .courrier-offer-banner__center {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.25;
    font-size: 12px;
  }
}
body#contact #main .card-header .h2,
body#contact #left-column .card-header .h2 {
  font-family: "Felgine";
}
@media (min-width: 1200px) {
  body#contact #main .card-header .h2,
  body#contact #left-column .card-header .h2 {
    font-size: 32px;
  }
}

body:not(#contact) .grecaptcha-badge {
  display: none !important;
}

.mm_columns_ul {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.mm_menus_ul {
  display: flex;
  align-items: center;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .ets_mm_megamenu.mm_menu_center ul.mm_menus_ul {
    display: flex;
    justify-content: center;
  }
  .ets_mm_megamenu.mm_menu_right ul.mm_menus_ul {
    display: flex;
    justify-content: flex-end;
  }
  .transition_scale_down:not(.click_open_submenu) li .mm_columns_ul,
  .transition_scale_down.click_open_submenu li .mm_columns_ul {
    display: block;
    height: 0;
    overflow: hidden;
    top: 80px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 100% 0 0;
    visibility: hidden;
  }
  .transition_scale_down:not(.click_open_submenu) li:hover .mm_columns_ul,
  .transition_scale_down.click_open_submenu li .mm_columns_ul.open {
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    visibility: visible;
  }
  .transition_fadeInUp:not(.click_open_submenu) li:hover .mm_columns_ul,
  .transition_fade:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover .mm_columns_ul,
  .transition_fade.click_open_submenu .mm_menus_li.mm_has_sub .mm_columns_ul.open {
    animation-name: fadeinup;
    animation-duration: 0.35s;
  }
  .transition_zoom:not(.click_open_submenu) .mm_menus_li:hover .mm_columns_ul,
  .transition_zoom.click_open_submenu .mm_menus_li .mm_columns_ul.open {
    animation-name: transition_zoomIn;
    transform-origin: 50% 0 0;
  }
}
/* zoom in */
@keyframes transition_zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.menu_block_product .product-name:before,
.menu_block_product a:before,
.menu_block_product [data-chref]:before {
  display: none !important;
}

.mm_tab_toggle_title img {
  margin-right: 5px;
  width: 16px;
}

li.menu_block_product {
  padding: 0;
}

.menu_block_product .right-block .h5 {
  font-weight: 600;
  margin-top: 0;
}

.menu_block_product a.product_img_link, .menu_block_product .product_img_link[data-chref] {
  border: 1px solid #eee;
  display: block;
  overflow: hidden;
}

.mm_block_type_product span.product_combination {
  font-size: 13px;
  color: #8f8f8f;
  font-weight: normal;
  margin-top: 6px;
  display: block;
}

.ets_mm_megamenu.scroll_heading .menu_ver_alway_show_sub ul.mm_columns_ul.mm_columns_ul_tab.mm_columns_ul_tab_content {
  display: none;
}

.ets_mm_megamenu.scroll_heading .menu_ver_alway_show_sub ul.mm_columns_ul.mm_columns_ul_tab.mm_columns_ul_tab_content.active {
  display: block;
}

.menu_ver_alway_show_sub .mm_menu_content_title .mm_arrow {
  display: none;
}

@media (min-width: 1200px) {
  body .container .ets_mm_megamenu.bg_submenu.scroll_heading::before {
    left: 0;
  }
  .ets_mm_megamenu.bg_submenu[data-bggray=bg_gray]:before {
    opacity: 1;
    visibility: visible;
  }
  body .ets_mm_megamenu.bg_submenu:before {
    left: 0;
  }
  body .container .ets_mm_megamenu.bg_submenu:before {
    left: calc((100vw - 1180px) / -2);
    left: -moz-calc((100vw - 1180px) / -2);
  }
  .bg_submenu:before {
    height: 100vw;
    content: "";
    background-color: rgba(32, 16, 16, 0.5);
    position: absolute;
    left: 0;
    width: 100vw;
    opacity: 1;
    top: 100%;
    z-index: 1;
  }
  .menu_ver_alway_show_sub > .arrow {
    display: inline-block;
    right: 10px;
    margin-top: -50px;
    height: 40px;
    width: 40px;
    z-index: 101;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .menu_ver_alway_show_sub > .arrow:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fff;
    content: "";
    display: inline-block;
    font-size: 81%;
    vertical-align: 3px;
    margin-left: 1px;
    margin-top: 18px;
  }
  .mm_menus_li .mm_columns_ul.mm_columns_ul_tab {
    height: 0;
  }
}
.mm_extra_item > div.layer_cart_overlay {
  height: 100%;
  max-height: 100%;
}

.mm_extra_item {
  padding-right: 10px;
  position: relative;
  z-index: 10;
  display: flex;
}

.ets_mm_megamenu .display_tabs_in_full_width .mm_columns_ul {
  right: 0;
}

.mm_extra_item .mm_custom_text {
  margin: 20px 5px 0 0;
  min-width: 0;
  width: auto;
}

.mm_extra_item > div {
  margin-left: 10px;
  padding: 0 !important;
  width: auto;
  white-space: nowrap;
}

.mm_extra_item > div.search-widget {
  min-width: 30px;
  margin-left: 10px;
}

.mm_extra_item .cart-preview.inactive .header {
  padding: 18px 0;
}

.mm_extra_item > div *:not(i) {
  font-size: 14px;
}

.mm_extra_item form {
  height: 100%;
  max-height: 60px;
  position: relative;
  top: 0;
  width: 100%;
}

.mm_extra_item:not(.mm_display_search_default) form button[type=submit] {
  bottom: 50%;
  line-height: 38px;
  right: 0;
  cursor: pointer;
  outline: medium none !important;
  transform: translateY(50%);
  padding-right: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.mm_extra_item.active:not(.mm_display_search_default) form button[type=submit] {
  padding-right: 5px;
}

.mm_mnu_display_img a, .mm_mnu_display_img [data-chref] {
  display: block;
  overflow: hidden;
}

.ets_mm_megamenu_content .ets_mm_megamenu_content_content {
  display: flex;
  position: relative;
}

.mm_extra_item #search_widget form i {
  position: absolute;
  padding: 0 9px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.mm_extra_item form input[type=text]:focus {
  outline: medium none;
}

.mm_extra_item.active input[type=text] {
  opacity: 1;
  visibility: visible;
  width: 200px !important;
}

.mm_extra_item input[type=text] {
  border: 1px solid #dddddd;
  min-height: 36px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mm_extra_item .search-widget form button[type=submit] {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.mm_extra_item.mm_display_search_default .search-widget form input[type=text] {
  padding-right: 40px;
  min-width: 120px;
}

.ybc-menu-vertical-button {
  cursor: pointer;
  font-weight: 600;
  line-height: 24px;
  padding: 13px 15px;
  text-transform: uppercase;
  display: flex;
  border-left: 1px solid #e7e7e7;
  position: relative;
  border-right: 1px solid #e7e7e7;
}

.mm_mnu_display_img a::before, .mm_mnu_display_img [data-chref]::before {
  display: none !important;
}

.ybc-menu-vertical-button .icon-bar {
  background-color: #777;
  clear: left;
  height: 2px;
  margin: 5px 3px 0 0;
  width: 20px;
}

.ybc-menu-button-toggle_icon {
  display: inline-block;
  margin-bottom: -1px;
  margin-right: 7px;
}

.ybc-menu-button-toggle_icon img {
  max-height: 24px;
}

.ybc-menu-button-toggle_icon.ybc-menu-button_not_text {
  margin-right: 0;
}

/**/
.mm_menus .mm_tabs_ul > li {
  padding: 64px 10px 3px;
  text-transform: capitalize;
  width: 100%;
}

.mm_tab_li_content {
  background-color: #fff;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  margin-bottom: -1px;
  margin-left: 0;
  width: 200px;
}

.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
  z-index: 1;
}

.mm_menu_content_title i {
  margin-right: 3px;
  margin-left: 5px;
}

.mm_tabs_li .mm_columns_contents_ul {
  background-color: #fff;
  border: 1px solid #ddd;
  left: 199px;
  margin-left: -1px;
  opacity: 0;
  padding: 15px 5px 10px;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background-repeat: no-repeat;
  visibility: hidden;
  width: calc(100% - 197px);
  width: -webkit-calc(100% - 197px);
  min-height: calc(100% + 1px);
  min-height: -webkit-calc(100% + 1px);
}

.mm_tab_has_child::after {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  width: 6px;
}

.mm_tab_toggle_title {
  padding: 9px 15px;
  position: relative;
}

.mm_tab_name.mm_tab_toggle {
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}

.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before,
.mm_menus_li.hover .mm_tabs_li.mm_tabs_has_content:hover .mm_tab_li_content .mm_tab_name::before {
  border-right: 2px solid #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  width: 3px;
  z-index: 11;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub {
  direction: rtl;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub > a, .mm_menus_li.mm_sub_align_right.mm_has_sub > [data-chref] {
  direction: ltr;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub .mm_columns_ul {
  direction: ltr;
}

.mm_tab_content_hoz {
  position: unset;
}

.mm_tabs_li {
  clear: both;
}

.mm_menus_li .mm_columns_ul.mm_columns_ul_tab {
  padding: 0 !important;
}

.mm_tabs_li.mm_tab_content_hoz .mm_columns_contents_ul {
  top: auto;
}

.ets_item_name {
  clear: both;
  display: block;
  line-height: 22px;
  margin-top: 5px;
  text-align: center;
}

.ets_item_img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  overflow: hidden;
  perspective: 500px;
  -webkit-perspective: 500px;
}

.row_ets_mm_hook_to .help-block {
  display: none;
}

.row_ets_mm_hook_to .help-block.active {
  display: none;
}

.ets_mm_megamenu {
  background-color: #ffffff;
  clear: left;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}

.ets_mm_megamenu:hover {
  z-index: 1000;
}

/*.ets_mm_megamenu.hook-default {
    padding: 30px 15px 0;
}*/
.changestatus .mm_menus_ul,
.changestatus .mm_menus_ul * {
  pointer-events: auto !important;
}

li.has-sub > .ets_mm_categories {
  box-shadow: 0 0 2px 0 #dfdfdf;
  -webkit-box-shadow: 0 0 2px 0 #dfdfdf;
}

.ac_results {
  min-width: 200px;
}

.mm_menus_li:nth-child(2) {
  border-left: medium none;
}

.mm_menu_content_title {
  padding: 16px 8px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.25;
}

.mm_menus_li > a, .mm_menus_li > [data-chref] {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  position: relative;
  width: 100%;
  color: #201010;
}
.mm_menus_li > a:hover, .mm_menus_li > [data-chref]:hover {
  color: #ac8050;
}
.mm_menus_li.marginleft {
  margin-left: auto;
}
.mm_menus_li.marginleft > a, .mm_menus_li.marginleft > [data-chref], .mm_menus_li.marginleft ~ .mm_menus_li:not(.menudiagnostic) > a, .mm_menus_li.marginleft ~ .mm_menus_li:not(.menudiagnostic) > [data-chref] {
  font-size: 14px;
  font-weight: 400;
  color: #706060;
}
.mm_menus_li.marginleft > a:hover, .mm_menus_li.marginleft > [data-chref]:hover, .mm_menus_li.marginleft ~ .mm_menus_li:not(.menudiagnostic) > a:hover, .mm_menus_li.marginleft ~ .mm_menus_li:not(.menudiagnostic) > [data-chref]:hover {
  color: #c8a078;
}
.mm_menus_li.menudiagnostic > a, .mm_menus_li.menudiagnostic > [data-chref] {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c85000;
  font-size: 12px;
  font-weight: 700;
}
.mm_menus_li.menudiagnostic > a:hover, .mm_menus_li.menudiagnostic > [data-chref]:hover {
  color: #913900;
}

.mm_bubble_text {
  display: inline-block;
  font-size: 10px;
  right: 10px;
  line-height: 14px;
  margin-left: 0;
  padding: 0 5px;
  position: absolute;
  text-transform: capitalize;
  top: 5px;
  white-space: nowrap;
}

.mm_tab_toggle_title .mm_bubble_text {
  top: 2px;
}

.ets_mm_block_content .has-sub > a:after, .ets_mm_block_content .has-sub > [data-chref]:after {
  content: "";
  margin-left: 5px;
  position: relative;
  top: 13px;
}

.mm_block_type_product .product-desc {
  margin-bottom: 5px;
}

.mm_menus_li > a > img, .mm_menus_li > [data-chref] > img,
.mm_menus_li > a > i.fa,
.mm_menus_li > [data-chref] > i.fa {
  line-height: 20px;
  margin-right: 5px;
}

.ets_mm_megamenu .mm_columns_ul.mm_columns_ul_tab {
  border: medium none;
}

.ets_mm_megamenu .mm_columns_ul {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  background-size: auto;
  pointer-events: none;
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  z-index: 100;
  margin-top: 10px;
  padding-top: 15px;
  background-repeat: no-repeat;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.ets_mm_megamenu .mm_no_border .mm_columns_ul {
  z-index: 1;
}

.ets_mm_megamenu .mm_columns_ul:before {
  bottom: 100%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.mm_menus_li.menu_hover .mm_columns_ul,
.click_open_submenu .mm_columns_ul.open,
.ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  margin-top: 0;
  display: block;
}

/*
.column_size_1 {
    width: 8.33333%;
}

.column_size_2 {
    width: 16.6667%;
}

.column_size_3 {
    width: 25%;
}

.column_size_4 {
    width: 33.333%;
}

.column_size_5 {
    width: 41.6667%;
}

.column_size_6 {
    width: 50%;
}

.column_size_7 {
    width: 58.3333%;
}

.column_size_8 {
    width: 66.6667%;
}

.column_size_9 {
    width: 75%;
}

.column_size_10 {
    width: 83.3333%;
}

.column_size_11 {
    width: 91.6667%;
}

.column_size_12 {
    width: 100%;
}*/
.mm_blocks_li {
  width: 100%;
}

.mm_blocks_ul {
  list-style: none outside none;
  padding: 0;
  width: 100%;
}

.ets_mm_megamenu ul {
  margin: 0;
  padding: 0;
}

.sub_type_2 .ets_mm_block > .h4 {
  border-bottom: medium none;
}

.sub_type_2 .mm_blocks_li {
  padding: 0 25px;
}

.ets_mm_block > .h4 {
  border-bottom: 1px solid #e0d8d0;
  color: #201010;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
  padding-bottom: 9px;
}

.mm_block_type_product .mm-product-description .product-list-reviews .ets-rv-grade-stars {
  height: auto;
}

.mm-product-description {
  width: calc(100% - 110px);
}

.mm_block_type_product .thumbnail-container .wishlist-button-add {
  display: none;
}

.ets_mm_block_content a, .ets_mm_block_content [data-chref] {
  color: #201010;
  line-height: 30px;
}

.hidden-block-by-permission.mm_block_type_html {
  display: none !important;
}

#header .ets_mm_block_content a, #header .ets_mm_block_content [data-chref] {
  color: #201010;
  transition: all ease-out 0.15s;
}
#header .ets_mm_block_content a:hover, #header .ets_mm_block_content [data-chref]:hover {
  color: #c8a078;
}

.ets_mm_block_content img {
  max-width: 100%;
  margin-top: 0;
}

.mm_block_type_product .product_list {
  margin-top: 15px;
}

.item_has_img .ets_item_img {
  border: 1px solid #e7e7e7;
}

.ets_mm_megamenu ul.mm_mnu_display_img {
  margin: 0 -10px;
}

.mm_block_type_product .discount-percentage {
  background-color: #f13340;
  color: #ffffff !important;
  padding: 0 2px;
}

.mm_menus_ul ul.product_list .product-name {
  color: #484848;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.mm_block_type_product .quick-view,
.mm_block_type_product .button-container,
.mm_block_type_product .quick-view-wrapper-mobile {
  display: none !important;
}

.mm_menus_ul ul.product_list li .product-container .h5 {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 0;
  min-height: 0;
  padding: 0;
}

.mm_menus_ul ul.product_list li.hovered .product-container {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mm_menus_ul ul.product_list .new-box,
.mm_menus_ul ul.product_list .sale-box,
.mm_menus_ul ul.product_list .availability {
  display: none;
}

.mm_breaker {
  clear: both;
}

.mm_menus_ul ul.product_list li .product-container .button.ajax_add_to_cart_button span {
  padding: 2px 5px;
  white-space: nowrap;
}

.mm_menus_ul ul.product_list li .product-container .button-container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  white-space: nowrap;
  width: auto;
}

.mm_menus_ul ul.product_list li .product-container .button.ajax_add_to_cart_button {
  font-size: 14px;
  padding: 0;
}

.mm_menus_ul ul.product_list li .product-container .product-image-container .content_price {
  padding: 3px 0;
}

.mm_blocks_ul .price.product-price {
  color: #ec4249;
  font-size: 14px;
  padding: 0;
}

.mm_blocks_ul .button.lnk_view {
  display: none;
}

.mm_block_type_product .left-block {
  width: 50%;
}

.mm_block_type_product ul.product_list li .product-container .content_price {
  clear: both;
  display: table !important;
  line-height: 20px;
  padding-bottom: 5px;
  position: relative;
  width: auto;
}

.ets_mm_megamenu .ajax_block_product .content_price > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.mm_menus_ul .product-flags {
  display: none;
}

.mm_columns_li .right-block .star {
  height: 20px;
  line-height: 20px;
}

.mm_columns_li .nb-comments {
  display: none;
}

.mm_columns_li .hook-reviews {
  margin-bottom: 6px;
}

.ets_mm_megamenu .ajax_block_product .content_price > span.old-price {
  color: #b7b7b7;
}

.mm_block_type_product .product_list .ajax_block_product:not(:last-child) {
  margin-bottom: 10px;
}

.mm_block_type_product .product_list .ajax_block_product {
  border: medium none;
  padding-bottom: 10px;
  text-align: inherit;
}

.ets_mm_megamenu .price-percent-reduction {
  color: #ffffff !important;
}

.mm_block_type_product ul.product_list li .product-container .product-image-container {
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
}

.mm_block_type_product ul.product_list li .product-container .product-desc {
  display: none;
  margin-bottom: 5px;
}

.mm_block_type_product .left-block {
  background-color: #ffffff;
  display: inline-block;
  max-width: 38%;
  width: 50%;
}

.mm_block_type_product .right-block {
  display: inline-block;
  margin: 0 2%;
  vertical-align: top;
  width: 56%;
}

.ets_mm_block > .h4 a, .ets_mm_block > .h4 [data-chref] {
  color: #201010;
}

.mm_menus_ul .product_list .product-container {
  background-color: rgba(0, 0, 0, 0) !important;
  width: 100%;
}

.mm_menus_ul ul.product_list li.hovered .product-container .content_price {
  display: block;
}

.ybc-menu-toggle .icon-bar {
  background-color: #333;
  clear: left;
  height: 2px;
  margin: 2px 3px 1px 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  width: 18px;
}

.ybc-menu-toggle {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  display: none;
  cursor: pointer;
  color: #201010;
  line-height: 1;
}

.arrow {
  display: none;
}

.ets_mm_megamenu a, .ets_mm_megamenu [data-chref],
.ets_mm_megamenu a:focus,
.ets_mm_megamenu a:active {
  outline: medium none;
  text-decoration: none;
}

.close_menucont {
  display: none;
}
.close_menucont__left .goback_menu {
  display: none;
}
.close_menucont__left.gobackactive .goback_menu {
  display: block;
}
.close_menucont__left.gobackactive .mobilelang {
  display: none;
}

.ets_mm_block_content {
  color: #484848;
}

.ets_mm_megamenu .mm_sub_align_left > .mm_columns_ul {
  left: auto;
  right: auto;
  margin-left: -1px;
}

.ets_mm_megamenu .mm_sub_align_right > .mm_columns_ul {
  left: auto;
  right: auto;
}

.ets_mm_block_content ul li ul.ets_mm_categories {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  left: 100%;
  margin-left: 5px;
  min-width: 140px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
  z-index: 10;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

ul.ets_mm_categories {
  display: block;
  width: 100%;
}

ul.ets_mm_categories li {
  width: 100%;
}

ul.ets_mm_categories li .ets_mm_url {
  width: 100%;
  display: block;
  line-height: 1.25;
}

ul.ets_mm_categories li.has-sub > a:after, ul.ets_mm_categories li.has-sub > [data-chref]:after {
  position: absolute;
  right: 3px;
  transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
}

ul.ets_mm_categories li.has-sub > .ets_mm_url {
  padding-right: 25px !important;
}

ul.ets_mm_categories ul.ets_mm_categories li .ets_mm_url {
  padding: 5px 10px;
}

ul.ets_mm_categories li.has-sub li.has-sub > .ets_mm_url:after {
  right: 15px;
  top: 17px;
}

.ets_mm_block_content ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ets_mm_block_content ul li:not(.item_has_img) {
  clear: both;
  max-width: 100%;
  position: relative;
}

.mm_blocks_li .item_has_img {
  padding: 0 10px 15px;
}

.mm_blocks_li .item_has_img a::before, .mm_blocks_li .item_has_img [data-chref]::before {
  display: none !important;
}

.ets_mm_block_content ul li ul.ets_mm_categories:before {
  width: 7px;
  content: "";
  right: 100%;
  position: absolute;
  height: 100%;
}

.ets_mm_block_content iframe {
  height: auto;
  max-width: 100%;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  perspective: 500px;
  -webkit-perspective: 500px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ets_mm_block_content img {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  perspective: 500px;
  -webkit-perspective: 500px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mm_block_type_product .thumbnail-container .thumbnail > img {
  position: relative;
}

.ets_mm_block_content img:hover {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.mm_block_type_product .product_list_shop_by {
  margin-bottom: 7px;
  line-height: 1;
  font-size: 13px;
}

.mm_block_type_product .product_list_shop_by a, .mm_block_type_product .product_list_shop_by [data-chref] {
  line-height: 1;
  font-size: 13px;
}

.mm_block_type_product .product-miniature .grade-stars {
  height: auto;
}

.mm_block_type_product .mm-product-description .product-list-reviews {
  position: relative;
  width: auto;
  top: auto;
  text-align: left;
  padding-top: 0;
  justify-content: left;
  -webkit-justify-content: flex-start;
  padding-bottom: 0;
  background: transparent;
  margin: 0;
}

.ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
  display: none;
}

.transition_slide.ets_mm_megamenu .mm_columns_ul {
  display: none;
  height: auto;
}

.mm_block_type_product .comments_note > span {
  display: none;
}

.mm_block_type_product .comments_note .star {
  line-height: 16px;
  margin-bottom: 5px;
}

.mm_columns_ul.mm_columns_ul_tab {
  background: transparent !important;
}

.mm_tab_toggle_title i {
  margin-right: 4px;
}

.mm_img_content {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  overflow: hidden;
  perspective: 500px;
  -webkit-perspective: 500px;
  width: 100%;
}

.mm_block_type_product .countdown-time {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.mm_block_type_product .regular-price {
  color: #bbb;
  font-weight: normal;
}

.mm_block_type_product .discount-percentage {
  font-weight: normal;
}

.mm_block_type_product .countdown-text {
  font-size: 10px;
  line-height: 100%;
  padding-bottom: 6px;
}

.mm_block_type_product .panel-discount-countdown .countdown-item {
  border: 1px solid #999;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 2px;
  min-width: 31px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
}

.mm_block_type_product .panel-discount-countdown .countdown-item:first-child {
  margin-left: 0;
}

.mm_block_type_product .panel-discount-countdown {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.mm_extra_item #search_widget {
  min-width: auto;
}

.mm_block_type_product .price {
  font-weight: normal;
}

.ets-dir-ltr .product-price-and-shipping > span {
  margin-right: 4px;
}

.mm_extra_item.active i.search {
  color: #666;
}

ul.mm_columns_ul:not(.mm_columns_ul_tab) {
  /*overflow-y: auto;
  overflow-x: hidden;*/
}

.mm_extra_item.active button[type=submit]:hover i.search {
  color: #666;
}

.mm_menu_content_title img {
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .mm_menu_content_title img {
    display: none;
  }
}
@media (min-width: 1600px) {
  .mm_menu_content_title img {
    display: initial;
  }
}
.mm_menu_content_title span.mm_arrow {
  margin-left: 6px;
}

body.hover_menu .ets_mm_megamenu {
  position: relative;
}

body .ets_mm_megamenu::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(32, 16, 16, 0.5);
  bottom: 0;
  z-index: 9;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}

body.hover_menu .ets_mm_megamenu::before,
body.hover_menu #footer::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease 0s;
}

/*@media (min-width: 768px) and (max-width: 991px) {
    .mm_block_type_product .right-block {
        width: 63%;
    }

    .mm_block_type_product .left-block {
        width: 30%;
    }

    .mm_menus_li>a {
        font-size: 14px;
    }

    .ets_mm_megamenu.hook-default .container {
        padding-left: 0;
        padding-right: 0;
    }
}*/
@media (min-width: 1200px) and (max-width: 1300px) {
  .mm_menu_content_title {
    padding: 16px 6px;
  }
  .mm_menus_li > a, .mm_menus_li > [data-chref] {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .mm_menus_li.hover:hover .mm_columns_ul.mm_columns_ul_tab {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    margin-top: 0;
    display: block;
  }
  .mm_menus_li.mm_has_sub > a:hover .mm_menu_content_title, .mm_menus_li.mm_has_sub > [data-chref]:hover .mm_menu_content_title {
    position: relative;
  }
  .mm_menus_li.mm_has_sub > a:hover .mm_menu_content_title:after, .mm_menus_li.mm_has_sub > [data-chref]:hover .mm_menu_content_title:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #c8a078;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mm_menus_li.hover:hover .mm_columns_ul:not(.mm_columns_ul_tab) {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    margin-top: 0;
    display: block;
  }
  .mm_columns_ul_tab.mm_tab_no_content {
    width: auto !important;
  }
  .mm_columns_ul_tab.mm_tab_no_content .mm_tabs_li {
    clear: both;
    width: auto;
  }
  .item_inline_5 {
    width: 20%;
  }
  .item_inline_5:nth-child(5n+1) {
    clear: both;
  }
  .item_inline_1 {
    width: 100%;
  }
  .item_inline_1:nth-child(1n+1) {
    clear: both;
  }
  .item_inline_2 {
    width: 50%;
  }
  .item_inline_2:nth-child(2n+1) {
    clear: both;
  }
  .item_inline_3 {
    width: 33.333%;
  }
  .item_inline_3:nth-child(3n+1) {
    clear: both;
  }
  .item_inline_4 {
    width: 25%;
  }
  .item_inline_4:nth-child(4n+1) {
    clear: both;
  }
  .item_inline_6 {
    width: 16.666%;
  }
  .item_inline_6:nth-child(6n+1) {
    clear: both;
  }
  .item_inline_7 {
    width: 14.28%;
  }
  .item_inline_7:nth-child(7n+1) {
    clear: both;
  }
  .item_inline_8 {
    width: 12.5%;
  }
  .item_inline_8:nth-child(8n+1) {
    clear: both;
  }
  .item_inline_9 {
    width: 11.11111%;
  }
  .item_inline_9:nth-child(9n+1) {
    clear: both;
  }
  .item_inline_10 {
    width: 10%;
  }
  .item_inline_10:nth-child(10n+1) {
    clear: both;
  }
  .item_inline_11 {
    width: 9.09%;
  }
  .item_inline_11:nth-child(11n+1) {
    clear: both;
  }
  .item_inline_12 {
    width: 8.33%;
  }
  .item_inline_12:nth-child(12n+1) {
    clear: both;
  }
  .ets-dir-ltr .mm_menus_li .mm_columns_contents_ul {
    right: auto !important;
  }
  .ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul {
    right: -1px;
  }
  .ets_mm_megamenu.sticky_enabled.scroll_heading {
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .hook-default.scroll_heading .mm_menus_ul {
    display: inline-block;
  }
  .sub_type_2 li:not(:last-child) .mm_blocks_ul {
    border-right: 1px solid #e7e7e7;
  }
  .mm_has_sub > a .mm_arrow:after, .mm_has_sub > [data-chref] .mm_arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    display: inline-block;
    font-size: 81%;
    vertical-align: 3px;
    margin-left: 1px;
  }
  .mm_menus_ul {
    width: 100%;
    margin: 0;
    z-index: 10;
  }
  .mm_tabs_li.open .mm_columns_contents_ul,
  .mm_menus_li.hover .mm_tabs_li:hover .mm_columns_contents_ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .changestatus .mm_menus_li > a, .changestatus .mm_menus_li > [data-chref] {
    z-index: 0;
  }
  .changestatus.ets_mm_megamenu.mm_menu_center .mm_menus_ul {
    display: block;
  }
  .changestatus .mm_menus_li .mm_columns_ul.mm_columns_ul_tab {
    height: auto;
    transform: none;
    top: auto;
  }
  .changestatus .mm_tabs_li {
    overflow: hidden;
    width: 100%;
  }
  .changestatus .mm_columns_ul {
    background-image: none !important;
  }
  .ets-dir-ltr.changestatus .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
    border-right: medium none;
  }
  .changestatus .mm_menus_ul .arrow::before {
    border-top: 1px solid #000 !important;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 13px;
  }
  .changestatus.ets_mm_megamenu:not(.show_icon_in_mobile) .mm_menus_li_tab .mm_menu_content_title i,
  .changestatus.ets_mm_megamenu:not(.show_icon_in_mobile) .mm_menus_li_tab .mm_menu_content_title img {
    display: none;
  }
  .changestatus .mm_menus_ul .arrow.opened::after {
    display: none;
  }
  .changestatus .mm_menus_ul .arrow::after {
    border-left: 1px solid #000 !important;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    position: absolute;
    border-top: none;
    border-right: none;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 1px;
  }
  .changestatus .mm_menus_li > a, .changestatus .mm_menus_li > [data-chref] {
    color: #484848 !important;
    background-color: transparent !important;
  }
  .changestatus .mm_extra_item .mm_custom_text {
    line-height: 44px;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 0;
    width: auto;
  }
  .changestatus .mm_menu_content_title {
    padding: 0;
    min-height: 0;
  }
  .changestatus .mm_tab_li_content.opened .mm_tab_has_child::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .changestatus .mm_tabs_li .mm_columns_contents_ul {
    clear: both;
    left: auto !important;
    right: auto !important;
    margin-bottom: -1px;
    position: relative;
    top: auto;
    width: 100% !important;
    display: none;
    background-image: none !important;
  }
  .changestatus .mm_tabs_li .mm_columns_contents_ul.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .changestatus .mm_tab_li_content {
    border-left: medium none;
    border-right: medium none;
    margin-left: 0;
    margin-right: 0;
  }
  .changestatus .mm_tab_li_content {
    width: 100% !important;
  }
  .changestatus .mm_blocks_li .item_has_img {
    margin-bottom: 5px;
  }
  .changestatus .ets_mm_block_content img {
    width: 100%;
  }
  .changestatus .mm_tabs_li .mm_columns_contents_ul {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    margin: 0;
    padding: 15px 5px 5px;
  }
  /*.changestatus .close_menu .icon-bar {
      background-color: #FFFFFF;
      clear: left;
      display: block;
      height: 2px;
      margin: 3px 0 1px;
      width: 18px;
  }*/
  .changestatus.ets_mm_megamenu.hook-custom {
    margin-top: 20px;
    position: relative;
  }
  .changestatus .mm_menu_content_title .mm_arrow {
    display: none;
  }
  .changestatus .mm_menus_li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .changestatus .mm_tabs_li.open .mm_columns_contents_ul {
    opacity: 1;
    visibility: visible;
  }
  .changestatus.ets_mm_megamenu .mm_columns_ul {
    border-left: medium none;
    border-right: medium none;
  }
  .changestatus .mm_menus_back {
    display: inline-block;
  }
  .changestatus .mm_menus_back_icon {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    display: inline-block;
    height: 11px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 11px;
  }
  .changestatus .mm_columns_li {
    padding: 0;
    width: 100%;
  }
  .changestatus.ets_mm_megamenu .mm_columns_ul {
    width: 100% !important;
  }
  .changestatus .mm_menus_ul .mm_menus_li:after,
  .changestatus .mm_menus_ul .mm_menus_li:before {
    display: none !important;
  }
  .changestatus .mm_bubble_text {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: -10px;
    padding: 0 5px;
    position: relative;
    right: 5px;
    text-transform: capitalize;
    top: 3px;
    transform: translateY(-50%);
    vertical-align: 5px;
  }
  .changestatus .ybc-menu-toggle {
    display: block;
  }
  .changestatus .arrow {
    display: block;
  }
  .changestatus .mm_menus_ul {
    display: block;
    position: relative;
    width: 100%;
  }
  .changestatus .mm_menus_li {
    width: 100% !important;
  }
  .changestatus .mm_columns_ul_tab.mm_tab_no_content .mm_tabs_li {
    width: 100%;
  }
  .changestatus .mm_menus_li > a, .changestatus .mm_menus_li > [data-chref] {
    padding: 0 12px;
    width: 100%;
  }
  header#header {
    margin-bottom: 0 !important;
  }
  .changestatus.ets_mm_megamenu .mm_columns_ul {
    display: none !important;
    position: relative;
    transform: none;
    -webkit-transform: none;
    top: auto;
    background-color: transparent !important;
  }
  .changestatus .mm_columns_ul.active {
    clear: both;
    display: block !important;
    visibility: visible;
    width: 100%;
    border-bottom: none;
  }
  .changestatus .arrow {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 100;
    background: transparent !important;
  }
  .changestatus .mm_menus_li > a, .changestatus .mm_menus_li > [data-chref] {
    background: transparent !important;
  }
  .changestatus.ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
    opacity: 1;
    height: auto;
  }
  .changestatus.transition_default .mm_menus_ul.active {
    display: block;
    height: auto;
    opacity: 1;
    position: absolute;
    top: 100%;
    visibility: visible;
    z-index: 100;
    left: 0;
  }
  .changestatus.transition_default .mm_menus_ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
  }
  .changestatus .mm_extra_item form {
    height: 50px;
  }
  .changestatus ul.ets_mm_categories li.has-sub {
    width: 100%;
  }
  .changestatus ul.ets_mm_categories li.has-sub .arrow {
    top: 0;
    line-height: 30px;
    height: 30px;
  }
  .changestatus .clicktext_show_submenu .mm_tab_toggle_title a, .changestatus .clicktext_show_submenu .mm_tab_toggle_title [data-chref] {
    min-width: calc(100% + 30px);
    min-width: -webkit-calc(100% + 30px);
  }
  .changestatus .clicktext_show_submenu .mm_tab_has_child::after {
    pointer-events: none;
  }
  .changestatus .clicktext_show_submenu .mm_tab_toggle_title,
  .clicktext_show_submenu .mm_tab_toggle_title a,
  .clicktext_show_submenu .mm_tab_toggle_title [data-chref] {
    width: 100%;
    display: block;
  }
  .changestatus .ets_mm_block_content ul.ets_mm_categories li.has-sub > a::after, .changestatus .ets_mm_block_content ul.ets_mm_categories li.has-sub > [data-chref]::after {
    display: none;
  }
  .changestatus .ets_mm_block_content ul.ets_mm_categories li.has-sub ul {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
    height: 0;
    overflow: hidden;
    padding: 0 15px;
  }
  .changestatus .ets_mm_block_content ul.ets_mm_categories li.has-sub ul.active {
    height: auto;
  }
  .changestatus .ets_mm_block.hidden-block-in-mobile {
    display: none !important;
  }
  .changestatus .ets_mm_block_content.hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .ets_mm_megamenu .container {
    padding: 0;
  }
  .ets_mm_block_content.hide-mobile {
    display: none !important;
  }
  .mm_menus_li > a, .mm_menus_li > [data-chref] {
    z-index: 0;
  }
  .mm_menus_ul > li {
    overflow: hidden;
  }
  .ets_mm_block.hidden-block-in-mobile {
    display: none !important;
  }
  .ets_mm_megamenu.sticky_enabled.scroll_heading:not(.disable_sticky_mobile) {
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .hook-default.scroll_heading:not(.disable_sticky_mobile) .mm_menus_ul {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: left;
    -webkit-justify-content: flex-start;
    display: inline-block;
  }
  .mm_tabs_li {
    overflow: hidden;
    width: 100%;
  }
  .mm_columns_ul {
    background-image: none !important;
  }
  .mm_menus_ul .arrow::before {
    border: none;
    border-top: 1px solid #000 !important;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 13px;
  }
  .ets_mm_megamenu:not(.show_icon_in_mobile) .mm_menus_li_tab .mm_menu_content_title i,
  .ets_mm_megamenu:not(.show_icon_in_mobile) .mm_menus_li_tab .mm_menu_content_title img {
    display: none;
  }
  .mm_menus_ul .arrow.opened::after {
    display: none;
  }
  .mm_menus_ul .arrow::after {
    border-left: 1px solid #000 !important;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    width: 1px;
  }
  .mm_menus_li > a, .mm_menus_li > [data-chref] {
    color: #484848;
    background-color: transparent;
  }
  .mm_extra_item .mm_custom_text {
    line-height: 44px;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 0;
    width: auto;
  }
  .mm_menu_content_title {
    padding: 0;
    min-height: 0;
  }
  .mm_tab_li_content.opened .mm_tab_has_child::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .mm_tabs_li .mm_columns_contents_ul {
    clear: both;
    left: auto !important;
    right: auto !important;
    margin-bottom: -1px;
    position: relative;
    top: auto;
    width: 100% !important;
    display: none;
    border-left: none;
    border-right: none;
  }
  .mm_tabs_li .mm_columns_contents_ul.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mm_tab_li_content {
    border-left: medium none;
    border-right: medium none;
    margin-left: 0;
    margin-right: 0;
  }
  .mm_tab_li_content {
    width: 100% !important;
  }
  .mm_blocks_li .item_has_img {
    margin-bottom: 5px;
  }
  .ets_mm_block_content img {
    width: 100%;
  }
  .mm_tabs_li .mm_columns_contents_ul {
    padding: 5px;
  }
  .close_menu .icon-bar {
    background-color: #ffffff;
    clear: left;
    display: block;
    height: 2px;
    margin: 3px 0 1px;
    width: 18px;
  }
  .ets_mm_megamenu.hook-custom {
    margin-top: 20px;
    background: transparent;
  }
  .ets_mm_megamenu .mm_columns_ul {
    border-left: medium none;
    border-right: medium none;
  }
  .mm_menus_back {
    display: inline-block;
  }
  .mm_menus_back_icon {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    display: inline-block;
    height: 11px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 11px;
  }
  .mm_columns_li {
    padding: 0;
  }
  .ets_mm_block > .h4 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .ets_mm_megamenu .mm_columns_ul {
    width: 100% !important;
  }
  .mm_menus_ul .mm_menus_li:after,
  .mm_menus_ul .mm_menus_li:before {
    display: none !important;
  }
  .mm_bubble_text {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    margin-top: -10px;
    padding: 0 5px;
    position: relative;
    right: 5px;
    text-transform: capitalize;
    top: 3px;
    transform: translateY(-50%);
    vertical-align: 5px;
  }
  .ybc-menu-toggle {
    display: block;
  }
  .arrow {
    display: block;
  }
  .mm_menus_ul {
    display: block;
    position: relative;
    width: 100%;
  }
  .mm_menus_li {
    width: 100% !important;
  }
  .mm_menus_li > a, .mm_menus_li > [data-chref] {
    padding: 0 12px;
    width: 100%;
    z-index: 90;
  }
  header#header {
    margin-bottom: 0 !important;
  }
  .mm_columns_li {
    width: 100%;
  }
  .ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
    opacity: 1;
  }
  .ets_mm_megamenu .mm_columns_ul {
    display: none;
    position: relative;
  }
  .mm_columns_ul.active {
    clear: both;
    display: block !important;
    pointer-events: auto;
    visibility: visible;
    width: 100%;
    border-bottom: none;
  }
  .arrow {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 100;
    cursor: pointer;
  }
  .mm_menus_li > a, .mm_menus_li > [data-chref] {
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .transition_default .mm_menus_ul.active {
    display: block;
    height: auto;
    opacity: 1;
    position: absolute;
    top: 100%;
    visibility: visible;
    z-index: 100;
    left: 0;
  }
  .transition_default .mm_menus_ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
  }
  .mm_extra_item form {
    height: 50px;
  }
  ul.ets_mm_categories li.has-sub {
    width: 100%;
  }
  ul.ets_mm_categories li.has-sub .arrow {
    top: 0;
    line-height: 30px;
    height: 30px;
  }
  .ets_mm_block_content ul.ets_mm_categories li.has-sub > a::after, .ets_mm_block_content ul.ets_mm_categories li.has-sub > [data-chref]::after {
    display: none;
  }
  .ets_mm_block_content ul.ets_mm_categories li.has-sub ul {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
    height: 0;
    overflow: hidden;
    padding: 0 15px;
  }
  .ets_mm_block_content ul.ets_mm_categories li.has-sub ul.active {
    height: auto;
  }
  .mm_tab_toggle_title a, .mm_tab_toggle_title [data-chref] {
    margin: -9px -15px;
    padding: 9px 15px;
  }
  .clicktext_show_submenu .mm_tab_toggle_title a, .clicktext_show_submenu .mm_tab_toggle_title [data-chref] {
    min-width: calc(100% + 30px);
    min-width: -webkit-calc(100% + 30px);
  }
  .clicktext_show_submenu .mm_tab_toggle_title,
  .clicktext_show_submenu .mm_tab_toggle_title a,
  .clicktext_show_submenu .mm_tab_toggle_title [data-chref] {
    width: 100%;
    display: block;
  }
  .clicktext_show_submenu .mm_tab_has_child::after {
    pointer-events: none;
  }
  .ets_mm_megamenu .mm_columns_ul::before {
    display: none;
  }
}
@media (max-width: 479px) {
  .mm_extra_item {
    height: 100%;
    max-width: calc(100% - 125px);
    max-width: -webkit-calc(100% - 125px);
    position: static;
    min-height: 50px;
  }
  .mm_extra_item.active > div.search-widget {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .mm_extra_item.mm_display_search_default .search-widget form input[type=text] {
    max-width: 100%;
  }
  .mm_extra_item .search-widget form button[type=submit] {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
#header .mm_block_type_image {
  display: flex;
  flex-direction: column;
}
#header .mm_block_type_image .mm_img_content img {
  width: 100%;
}
#header .mm_block_type_image .mm_img_title {
  font-family: "Felgine";
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
#header .ets_mm_block__title {
  border-bottom: 1px solid #e0d8d0;
}
#header .ets_mm_block__title a, #header .ets_mm_block__title [data-chref] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .ets_mm_block__title-alllink {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ac8050;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
#header .ets_mm_block__title-alllink:hover {
  color: #c8a078;
}
#header .mm_menus_ul__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
#header .mm_columns_ul__inner {
  display: grid;
}
#header .ets_mm_categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  #header .column_size_4 {
    display: none;
  }
  #header .mm_menus_li.marginleft:before {
    content: "";
    display: block !important;
    background-color: #f4f0ec;
    height: 1px;
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-bottom: 16px;
  }
  #header .ets_mm_block__title-alllink {
    display: none;
  }
  #header a.ets_mm_block__title-alllink--mobile, #header .ets_mm_block__title-alllink--mobile[data-chref] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #946430;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin-top: 20px;
  }
  #header .mm_menus_ul__inner {
    overflow-y: auto;
    gap: 16px;
    padding-top: 12px;
  }
  #header .mm_columns_ul__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #header .transition_floating .mm_menus_ul.active {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  #header .ets_mm_block__title {
    border-bottom: none;
  }
  #header ul.ets_mm_categories li .ets_mm_url {
    display: flex;
    align-items: baseline;
  }
  #header ul.ets_mm_categories li .ets_mm_url i {
    margin-left: auto;
    transform: translateY(3px);
  }
  #header .ets_mm_categories {
    gap: 20px;
  }
  #header .mm_menu_content_title img {
    width: 24px;
    margin-right: 8px;
  }
  #header .mm_menus_ul__inner {
    flex-direction: column;
  }
  #header .mm_menus_ul__inner > .mm_menus_li {
    position: relative;
    float: none;
  }
  #header .ets_mm_megamenu .mm_columns_ul.mm_columns_ul {
    position: fixed;
    transform: translate(calc(100% + 12px));
    transition: all 0.15s ease-out;
    background-color: #fff;
    z-index: 100;
    top: 44px;
    height: calc(100vh - 115px);
    overflow: auto;
    opacity: 1;
    display: block;
    padding: 12px;
    width: 100% !important;
    border-bottom: 1px solid #f4f0ec;
  }
  #header .ets_mm_megamenu .mm_columns_ul.mm_columns_ul.active {
    transform: translate(0);
    transition: transform 0.15s ease-out;
  }
  #header .menumobileicon {
    margin-left: auto;
    font-size: 16px;
    color: #201010;
  }
  #header .menudiagnostic .menumobileicon {
    color: #c85000;
  }
  #header .goback_menu {
    font-size: 24px;
    line-height: 1.25;
    cursor: pointer;
  }
  #header .mm_menus_contactcont {
    display: flex;
    gap: 8px;
    padding: 12px;
    width: 100%;
    margin-top: auto;
  }
  #header .mm_menus_contactcont .btn {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  #header .mm_menus_ul.submenuopen .mm_menus_contactcont .btn-courrier {
    display: none;
  }
  #header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #header .mm_menus_contactcont {
    display: none;
  }
  #header .ets_mm_block__title-alllink--mobile {
    display: none;
  }
  #header .menumobileicon {
    display: none;
  }
  #header .menudiagnostic .mm_menu_content_title img {
    display: block;
  }
  #header .mm_menus_ul {
    flex-direction: row;
  }
  #header .mm_columns_ul {
    padding-top: 0;
  }
  #header .mm_columns_ul__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 32px 0;
  }
  #header .ets_mm_categories:has(li:nth-child(5)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
  }
  #header .mm_columns_ul__right .mm_blocks_ul:has(.mm_block_type_image) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.layout_layout1 .mm_menus_li.mm_no_border {
  border-left: medium none;
}

.layout_layout1:not(.click_open_submenu) .mm_menus_li:hover > a, .layout_layout1:not(.click_open_submenu) .mm_menus_li:hover > [data-chref],
.layout_layout1:not(.click_open_submenu) .mm_menus_li.menu_hover > a,
.layout_layout1:not(.click_open_submenu) .mm_menus_li.menu_hover > [data-chref] {
  z-index: 100;
}

.layout_layout1 .ets_mm_block_content ul .ets_mm_block:not(.mm_block_type_product) li a:before, .layout_layout1 .ets_mm_block_content ul .ets_mm_block:not(.mm_block_type_product) li [data-chref]:before {
  background-color: #484848;
  border-radius: 50% 50% 50% 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 5px;
}

/*.layout_layout1 .ets_mm_block_content ul li a::before {
    content: ".";
    display: inline-block;
    font-size: 34px;
    line-height: 0;
    margin-right: 3px;
    vertical-align: 2px;
}*/
.layout_layout1 .mm_menus_li.mm_has_sub.mm_no_border > a::after, .layout_layout1 .mm_menus_li.mm_has_sub.mm_no_border > [data-chref]::after {
  background-color: inherit !important;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  visibility: visible;
  width: 100%;
  z-index: 1111;
}

@media (min-width: 1200px) {
  /*.layout_layout1:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover>a:after,
  .layout_layout1.click_open_submenu .mm_menus_li.mm_has_sub.open_li>a:after,
  .layout_layout1 .mm_menus_li.mm_has_sub.menu_hover>a:after {
      background-color: #FFFFFF;
      bottom: -1px;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 200;
  }*/
  /*.layout_layout1 .mm_menus_li > a:before {
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      top: -1px;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      width: 100%;
      opacity: 0;
  }*/
  .layout_layout1 .mm_menus_li.mm_no_border > a::before, .layout_layout1 .mm_menus_li.mm_no_border > [data-chref]::before {
    background-color: inherit !important;
    opacity: 1;
    visibility: visible;
  }
  .layout_layout1:not(.click_open_submenu) .mm_menus_li:hover > a:before, .layout_layout1:not(.click_open_submenu) .mm_menus_li:hover > [data-chref]:before,
  .layout_layout1.click_open_submenu .mm_menus_li.open_li > a:before,
  .layout_layout1.click_open_submenu .mm_menus_li.open_li > [data-chref]:before,
  .layout_layout1 .mm_menus_li.menu_hover > a:before,
  .layout_layout1 .mm_menus_li.menu_hover > [data-chref]:before {
    opacity: 1;
  }
  /*.layout_layout1 .ets_mm_block_content ul li a::before {
      margin-right: 4px;
      margin-left: 0;
  }*/
  .layout_layout1.ets-dir-rtl .ets_mm_block_content ul li a::before, .layout_layout1.ets-dir-rtl .ets_mm_block_content ul li [data-chref]::before {
    margin-right: 0;
    margin-left: 4px;
  }
}
@media (max-width: 1199px) {
  .changestatus.layout_layout1 .mm_menus_li.mm_has_sub:hover > a::after, .changestatus.layout_layout1 .mm_menus_li.mm_has_sub:hover > [data-chref]::after,
  .changestatus.layout_layout1 .mm_menus_li > a::before,
  .changestatus.layout_layout1 .mm_menus_li > [data-chref]::before {
    display: none;
  }
  .changestatus.layout_layout1 .mm_menus_li.mm_no_border {
    border-left: 1px solid #DDDDDD;
  }
}
/*@media (max-width: 1199px) and (min-width: 768px) {
    .changestatus.transition_floating .ybc-menu-toggle.opened:before {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10000;
    }

    .changestatus.transition_floating .mm_menus_ul {
        bottom: 0;
        left: 0;
        max-width: 280px;
        overflow: auto;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .changestatus.transition_floating .close_menu {
        background-color: #000000;
        color: #FFFFFF;
        display: block !important;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        cursor: pointer;
    }

    .changestatus.transition_floating .mm_menus_ul {
        opacity: 0.6;
        transform: translatex(-100%);
        -webkit-transform: translatex(-100%);
        transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        visibility: hidden;
    }

    .changestatus.transition_floating .mm_menus_ul.active {
        opacity: 1;
        transform: translatex(0px);
        -webkit-transform: translatex(0px);
        visibility: visible;
    }
}*/
@media (max-width: 1199px) {
  .ybc-menu-toggle.opened:before {
    background-color: rgba(32, 16, 16, 0.5);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .transition_floating .mm_menus_ul {
    bottom: 0;
    left: 0;
    max-width: 320px;
    max-height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }
  .transition_floating .close_menu {
    display: block;
    color: #201010;
    font-size: 32px;
    cursor: pointer;
  }
  .transition_floating .close_menucont {
    background-color: #f4f0ec;
    color: #201010;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    width: 100%;
    align-items: center;
  }
  .transition_floating .mm_menus_ul {
    opacity: 0.6;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    visibility: hidden;
  }
  .transition_floating .mm_menus_ul.active {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    visibility: visible;
  }
  .transition_floating.ets-dir-rtl .mm_menus_ul {
    opacity: 0.6;
    transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    visibility: hidden;
  }
  .transition_floating.ets-dir-rtl .mm_menus_ul.active {
    opacity: 1;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    visibility: visible;
  }
}
/*
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Frederic Moreau
 *  @copyright 2019 - 2024 BeComWeb
 *  @license   LICENSE.txt
 */
/* Header */
#survey_header {
  margin-bottom: 30px;
}
#survey_header h1 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0.5em 0 1em;
  padding: 0 0 0.75em;
}

#survey_description {
  margin-bottom: 30px;
  line-height: 1.25;
  color: #706060;
}
#survey_description p {
  margin-bottom: 0.5em;
}
#survey_description li {
  margin-bottom: 0.25em;
}
#survey_description p,
#survey_description li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
#survey_description p:last-child,
#survey_description li:last-child {
  margin-bottom: 0;
}
#survey_description ul,
#survey_description ol {
  list-style: initial;
  list-style-position: inside;
}

/* Slider (specific rules) */
body#product-advice-survey #content {
  padding-bottom: 0;
}

#survey_slider {
  opacity: 0;
  /*@media screen and (min-width:992px) {
      width: 90%;
  }

  @media screen and (min-width:768px) {
      padding: 30px 40px;
  }*/
  /* "Restart" button */
  /* "Previous" button */
}
#survey_slider.slick-initialized {
  opacity: 1;
}
#survey_slider .slick-slide {
  height: auto;
  min-height: 40vw;
}
#survey_slider .slick-track {
  display: flex;
}
#survey_slider #survey_intro_slide {
  align-self: center;
}
#survey_slider #survey_intro_slide .container,
#survey_slider #survey_intro_slide .outside-container-left {
  height: 100%;
}
#survey_slider #survey_recommendation_products {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  #survey_slider #survey_recommendation_products {
    margin-bottom: 60px;
  }
}
@media (min-width: 320px) {
  #survey_slider #survey_recommendation_products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  #survey_slider #survey_recommendation_products {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
#survey_slider i.material-icons {
  position: relative;
  top: -2px;
}
#survey_slider .survey_slider_restart {
  text-align: center;
  margin: 2em 0 0;
  /*button {
      display: inline-block;

      background-color: #fbfbfb;

      padding: 10px 20px;
      line-height: 1em;
      font-size: 16px;
      transition: 0.2s all;

      &:hover {

          background-color: #eee;

      }
  }*/
  /*i {
      font-size: 16px;
  }*/
}
#survey_slider .survey_slider_previous {
  margin: 2em 0 0;
}
#survey_slider .survey_slider_previous button {
  font-size: 12px;
}
#survey_slider .survey_slider_previous button i {
  font-size: 16px;
}

.survey_end_buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

body .survey_slider__container .survey_slide {
  display: grid;
}
body .survey_slider__container .survey_slide .survey_step__inner.hasimg {
  display: grid;
  grid-template-columns: 1fr;
}
body .survey_slider__container .survey_slide #survey_recommendation {
  padding: 32px 0;
}
body .survey_slider__container .survey__bigimgcont {
  display: none;
}
body .survey_slider__container .survey_step {
  height: 100%;
}
body .survey_slider__container .survey__bigimgcont {
  position: relative;
}
body .survey_slider__container .survey__bigimgcont img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .survey_slider__container .survey__maintxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  body .survey_slider__container .outside-container-left {
    width: 100%;
    margin: 0;
  }
  body .survey_slider__container #survey_slider #survey_intro_slide {
    align-self: baseline;
  }
  body .survey_slider__container .survey__maintxt, body .survey_slider__container .survey_step__txt {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  body .survey_slider__container .survey_slide #survey_recommendation {
    padding: 60px 0;
  }
  body .survey_slider__container .survey_slide .survey_step__inner.hasimg {
    grid-template-columns: 1fr 1fr;
  }
  body .survey_slider__container .survey__maintxt, body .survey_slider__container .survey_step__txt {
    padding: 60px;
  }
  body .survey_slider__container .survey__bigimgcont {
    display: block;
  }
}

/* Steps (questions) */
.survey_step .container,
.survey_step .outside-container-left {
  height: 100%;
}
.survey_step:not(:first-child) {
  margin-top: 30px;
}
.survey_step__inner {
  display: grid;
  height: 100%;
}
.survey_step__txt {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.survey_step .survey_step_title {
  font-family: "Felgine";
  font-size: 20px;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  position: relative;
  line-height: 1.25;
  /*&:after {
      content: "";
      display: block;
      width: 2em;
      height: 2px;
      background-color: #eee;
      position: absolute;
      bottom: 0;
      left: 0;
  }*/
}
.survey_step .survey_question_answers {
  /* Radio buttons */
  /* Dropdown */
  /*&.answersHaveImages {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;

      .survey_step_radio {
          width: auto;
          max-width: 100%;
          margin: 0 15px 15px;

          @media screen and (min-width:768px) {
              max-width: 250px;
          }

          @media screen and (min-width:992px) {
              max-width: 300px;
          }

          @media screen and (min-width:1200px) {
              max-width: 400px;
          }

          .survey_answer_radio {
              appearance: none;
          }

          .survey_answer_label {
              text-align: center;
              font-weight: bold;
          }

          &:hover {
              border-color: #aeaeae;
          }

          .answerImage {
              margin-bottom: 0.75em;

              img {
                  max-width: 100%;
                  height: auto;
              }
          }
      }
  }*/
}
.survey_step .survey_question_answers .survey_step_radio {
  position: static;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.survey_step .survey_question_answers .survey_step_radio:not(:last-child) {
  margin: 0 0 5px;
}
.survey_step .survey_question_answers .survey_step_radio input {
  overflow: hidden;
  max-width: 0;
}
.survey_step .survey_question_answers .survey_step_radio input:focus + label {
  background: #201010;
  color: #fff;
}
.survey_step .survey_question_answers .survey_step_radio label {
  padding: 12px;
  background: #f4f0ec;
  width: 100%;
  cursor: pointer;
  transition: all ease-out 0.2s;
  font-size: 1rem;
  font-weight: 500;
}
.survey_step .survey_question_answers .survey_step_radio label:focus, .survey_step .survey_question_answers .survey_step_radio label:active {
  background: #201010;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .survey_step .survey_question_answers .survey_step_radio label:hover {
    background: #201010;
    color: #fff;
  }
}
.survey_step .survey_question_answers .survey_step_radio .radio {
  min-height: unset;
  height: auto;
  /*span {
      position: static;
      border-radius: 50%;
  }

  &.hover span,
  &.focus span,
  span.checked {
      background-color: #888 !important;
      background-image: none;
      box-shadow: inset 0 0 0 2px #fff;
  }*/
}
.survey_step .survey_question_answers .survey_step_radio > input[type=radio] {
  /* only if theme doesnt use JQuery Uniform */
  margin: 0 8px 0 0;
}
.survey_step .survey_question_answers .survey_answer_dropdown {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  background: #fbfbfb;
  border: 1px solid #eee;
}
.survey_step .survey_question_answers .survey_answer_dropdown:focus {
  box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.25);
  outline: none;
}
@media (min-width: 1200px) {
  .survey_step .survey_step_title {
    font-size: 28px;
  }
  .survey_step .survey_question_answers .survey_step_radio label {
    padding: 20px;
  }
}

/* Recommendations */
#survey_body #survey_recommendation {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.25);
}

#survey_recommendation_title {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  #survey_recommendation_title {
    margin-bottom: 20px;
  }
}

#survey_recommendation_products {
  margin-top: 0;
  padding: 0;
  display: grid;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}

/* Alerts */
/* Alerts */
#survey_recommendation .pas_alert {
  margin-bottom: 0;
  text-shadow: none;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25em;
}
#survey_recommendation .pas_alert.pas_recommendation_success_text {
  color: #706060;
  font-weight: 500;
  margin-bottom: 32px;
}
#survey_recommendation .pas_alert:before {
  display: none;
}
#survey_recommendation .pas_alert:last-child {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #survey_recommendation .pas_alert:last-child {
    margin-bottom: 32px;
  }
}
#survey_recommendation .pas_alert a, #survey_recommendation .pas_alert [data-chref] {
  color: inherit;
}
#survey_recommendation .pas_alert img {
  display: block;
  max-width: 100%;
  height: auto;
}
#survey_recommendation .pas_alert p {
  margin: 0 0 0.5em;
}
#survey_recommendation .pas_alert li {
  margin: 0 0 0.25em;
}
#survey_recommendation .pas_alert h1 {
  font-size: 180%;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0;
}
#survey_recommendation .pas_alert h2 {
  font-size: 160%;
  margin: 0 0 0.5em;
  padding: 0;
}
#survey_recommendation .pas_alert h3 {
  font-size: 140%;
  margin: 0 0 0.5em;
  padding: 0;
}
#survey_recommendation .pas_alert h4 {
  font-size: 120%;
  margin: 0 0 0.5em;
  padding: 0;
}

/* Misc */
.survey_slide:focus,
.survey_step:focus,
.survey_step *:focus {
  outline: none;
}

/* SUBMISSIONS (MY ACCOUNT) */
/* List */
@media (min-width: 320px) {
  #submission_details #survey_recommendation_products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (min-width: 1400px) {
  #submission_details #survey_recommendation_products {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

/*@import "_partials/modals";
@import "_partials/survey_end_buttons";

.survey_loader{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    > span {
        display:flex;
        align-self:center;
    }
    .survey_spinner {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        &:after {
            content: " ";
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 2px solid #555;
            border-color: #555 transparent #555 transparent;
            animation: pas-spinner 1.2s linear infinite;
        }
    }
    @keyframes pas-spinner {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}
.survey_check {
    display: inline-block;
    transform: rotate(45deg);
    height: 18px;
    width: 10px;
    margin-right:6px;
    border-bottom: 5px solid #555;
    border-right: 5px solid #555;
}*/
/**
* 2023 - Keyrnel
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one shop.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
* If you have not received this module from us, thank you for contacting us.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    Keyrnel
* @copyright 2023 - Keyrnel
* @license   commercial
* International Registered Trademark & Property of Keyrnel
*/
#module-thegiftcard-page .fancybox-overlay {
  z-index: 10000;
}

/******************************************************************************
Fields
******************************************************************************/
#giftcard_product .form-group.hide {
  display: none;
}

#giftcard_product .input-group {
  position: relative;
}

#giftcard_product .input-group-addon {
  max-width: 50px;
  text-align: center;
}

#giftcard_product .input-group-addon:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#giftcard_product .input-group-addon:last-child {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#giftcard_product .attributes .attribute_radio {
  display: none !important;
}

/******************************************************************************
Templates
******************************************************************************/
#block_templates .product-image-container {
  position: relative;
}

#block_templates .product-image-container {
  border: 2px solid transparent;
  cursor: pointer;
  transition: all ease-out 0.15s;
}

#block_templates .product-image-container img {
  padding: 0;
  border: none;
}

#block_templates .img_attribute {
  margin-bottom: 8px;
}

#block_templates .product-image-container:hover, #block_templates .product-image-container.selected {
  border: 2px solid #fff;
  outline: 2px solid #201010;
}

#block_templates .product-image-container .view_larger {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
}

/******************************************************************************
jQuery Growl Copyright 2013 Kevin Sylvestre 1.1.4
******************************************************************************/
#growls {
  z-index: 50000;
  position: fixed;
}

#growls.default {
  top: 100px;
  right: 10px;
}

#growls.tl {
  top: 10px;
  left: 10px;
}

#growls.tr {
  top: 10px;
  right: 10px;
}

#growls.bl {
  bottom: 10px;
  left: 10px;
}

#growls.br {
  bottom: 10px;
  right: 10px;
}

.growl {
  opacity: 1;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
  opacity: 0;
}

.growl.growl-outgoing {
  opacity: 0;
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: white;
  background: gray;
}

.growl.growl-error {
  color: white;
  background: rgba(217, 83, 79, 0.8);
}

.growl.growl-notice {
  color: white;
  background: rgba(92, 184, 92, 0.8);
}

.growl.growl-warning {
  color: white;
  background: rgba(240, 173, 78, 0.8);
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

#giftcard_product .custom-select {
  width: auto;
}
#giftcard_product .giftcard-block {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #giftcard_product .giftcard-block {
    margin-bottom: 40px;
  }
}
#giftcard_product #Toutes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#giftcard_product #block_amounts,
#giftcard_product #block_customization {
  max-width: 800px;
}
#giftcard_product #block_button {
  display: flex;
  gap: 8px;
}
@media (min-width: 576px) {
  #giftcard_product #Toutes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  #giftcard_product #Toutes {
    grid-template-columns: repeat(4, 1fr);
  }
}

#module-allinone_rewards-rewards #content,
#module-allinone_rewards-sponsorship #content {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
  font-size: 0.875rem;
  color: #878787;
}

.rewards .form-footer button {
  display: block;
  margin: 0 auto;
}

.rewards table th {
  text-transform: uppercase;
}

/***************/
/* Sponsorship */
/***************/
.rewards .block_hidden_only_for_screen {
  display: none !important;
}

.rewards {
  overflow: auto;
  font-size: 0.875rem;
  color: #878787;
}

.rewards label {
  color: #878787;
}

.rewards div.sheets {
  padding: 15px 15px 15px 15px;
  border: solid 1px #dddddd;
  clear: both;
}

.rewards .idTabs {
  display: flex;
  margin-bottom: 0;
  list-style-type: none;
}

@media (max-width: 575.98px) {
  .rewards .idTabs {
    display: block;
  }
}
.rewards .idTabs li {
  padding-left: 0;
  text-align: center;
  padding-right: 1px;
  margin-right: 0;
  margin-bottom: -1px;
  display: flex;
}

.rewards .idTabs a, .rewards .idTabs [data-chref] {
  width: 100%;
  padding: 8px 0;
  background-color: #f6f6f6;
  border: solid 1px #dddddd;
  border-radius: 2px 2px 0 0;
  color: #878787;
  text-transform: uppercase;
}

.rewards .idTabs .selected {
  background-color: #ffffff;
  background-image: none;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}

#sponsorship_text {
  padding-bottom: 20px;
}

#sponsorship_form ul {
  padding-left: 25px !important;
}

#sponsorship_form li {
  padding-top: 10px;
  list-style-type: disc;
}

#sponsorship_form li img {
  height: 20px;
}

#sponsorship_form .checkbox label {
  display: inline !important;
}

.rewards .table-bordered {
  margin-top: 15px;
}

#idTab4 div.title {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
}

#idTab4 div.title:first-child {
  padding-top: 0;
}

#idTab4 tr.total,
#idTab4 td.total {
  font-weight: bold;
  background-color: #f6f6f6;
  color: #acaaa6;
}

/*********************/
/* Sponsorship Popup */
/*********************/
.sponsorshipPopup {
  width: auto;
  max-width: 700px;
  text-align: left;
}

/*******************/
/* Rewards account */
/*******************/
.rewards h2 {
  margin: 50px 0 0 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.rewards input[type=radio] {
  margin-left: 10px;
  margin-right: 2px;
}

.rewards #aior_buttons {
  text-align: center;
}

.rewards div#transform,
.rewards div#payment,
.rewards div#gift_list {
  margin: 30px auto 0;
  text-align: center;
  display: block;
}

.rewards div#transform a, .rewards div#transform [data-chref],
.rewards div#payment a,
.rewards div#payment [data-chref],
.rewards div#gift_list a,
.rewards div#gift_list [data-chref] {
  font-size: 0.8rem;
  white-space: unset;
}

.rewards div#transform:not(.free_value) a, .rewards div#transform:not(.free_value) [data-chref],
.rewards div#payment a,
.rewards div#payment [data-chref],
.rewards div#gift_list a,
.rewards div#gift_list [data-chref] {
  width: 100%;
}

.rewards div#transform.free_value {
  width: 100%;
}

.rewards div#transform.free_value input {
  width: 150px;
  display: inline-block;
  margin-top: 10px;
  text-align: right;
  margin-right: 5px;
}

.rewards div#transform.free_value select {
  width: auto;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.rewards div#transform.free_value a, .rewards div#transform.free_value [data-chref] {
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: baseline;
}

@media (min-width: 768px) {
  .rewards div#transform.free_value {
    width: 550px;
    max-width: 100%;
  }
  .rewards div#transform:not(.free_value) a, .rewards div#transform:not(.free_value) [data-chref],
  .rewards div#payment a,
  .rewards div#payment [data-chref],
  .rewards div#gift_list a,
  .rewards div#gift_list [data-chref] {
    width: 550px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .rewards div#transform.free_value a, .rewards div#transform.free_value [data-chref] {
    margin-left: 20px;
  }
}
.rewards #payment_form {
  margin-top: 20px;
  text-align: left;
}

.rewards #payment_form fieldset {
  padding: 10px;
  border: 1px solid #f6f6f6;
  margin: 0;
}

.rewards #payment_form #payment_txt {
  margin-bottom: 20px;
}

.rewards #payment_form p {
  margin: 0;
  padding: 0 0 10px;
}

.rewards #payment_form p label {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.rewards #payment_form p.textarea textarea {
  width: 74%;
  display: inline-block;
}

.rewards #payment_form label {
  text-align: left;
}

.rewards #payment_form .btn {
  margin: 20px auto 0;
  display: block;
  font-size: 0.8rem;
}

.rewards #payment_form .invoice {
  position: relative;
  background: #ebebeb;
  height: 2.05rem;
  line-height: 2.05rem;
  text-indent: 0.625rem;
  display: inline-block;
  color: #acaaa6;
  width: 100%;
}

.rewards #payment_form .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  height: 2.625rem;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.rewards #payment_form div.invoice .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.rewards #payment_form .form-control-label {
  padding-top: 0.4rem;
}

/* style supprimé dans hummingbird */
.pagination, .comments-pagination ul {
  width: 100%;
  font-size: 0.875rem;
}

.pagination > div:first-child, .comments-pagination ul > div:first-child {
  padding-left: 0;
  line-height: 2.5rem;
}

.pagination .page-list, .comments-pagination ul .page-list {
  padding: 0.375rem;
  margin-bottom: 0;
  background: #fff;
}

.pagination .page-list li, .comments-pagination ul .page-list li {
  display: inline;
}

.pagination a, .comments-pagination ul a, .pagination [data-chref], .comments-pagination ul [data-chref] {
  font-weight: 600;
  color: #000;
}

.pagination a:not(.previous):not(.next), .comments-pagination ul a:not(.previous):not(.next), .pagination [data-chref]:not(.previous):not(.next), .comments-pagination ul [data-chref]:not(.previous):not(.next) {
  letter-spacing: 0.125rem;
}

.pagination .previous, .comments-pagination ul .previous {
  float: left;
}

.pagination .next, .comments-pagination ul .next {
  float: right;
}

.pagination .disabled, .comments-pagination ul .disabled {
  color: #7a7a7a;
}

.pagination .current a, .comments-pagination ul .current a, .pagination .current [data-chref], .comments-pagination ul .current [data-chref] {
  font-size: 1.25rem;
  color: #24b9d7;
  text-decoration: none;
}

/***********/
/* product */
/***********/
#product #aior_product_button {
  margin-top: 1.5rem;
}

@media (max-width: 575.8px) {
  #product #aior_add_to_cart span {
    display: block;
  }
}
#product .aior_forbidden #aior_add_to_cart,
#product .aior_forbidden #aior_add_to_cart:hover {
  cursor: not-allowed;
  pointer-events: unset;
}

#product #sponsorship_link {
  margin-top: 1.5rem;
}

#sponsorship_product {
  margin-top: 10px;
  margin-bottom: 10px;
}

#product #aior_product_button > span {
  display: none;
}

.aior_unvisible {
  display: none !important;
}

.aior_fancyconfirm .aior_fancyconfirm_title {
  font-weight: bold;
}

.aior_fancyconfirm .aior_fancyconfirm_button {
  padding-top: 20px;
  text-align: right;
}

.aior_fancyalert {
  text-align: center;
}

.aior_fancyalert a, .aior_fancyalert [data-chref],
.aior_fancyalert button {
  display: block;
  width: 100%;
}

/****************/
/* product list */
/****************/
span#aior_add_to_cart_available_display,
span#aior_add_to_cart_available_real {
  display: none;
}

.aior_hide_button,
.aior_show_button {
  display: none;
}

/* Prestashop 8 et 9, liste des produits */
article:has(.aior_hide_button) form {
  display: none !important;
}

/* Prestashop 8 et 9, quickview */
.modal:has(.aior_hide_button) .product-add-to-cart {
  display: none !important;
}

.modal:has(.aior_show_button) .product-add-to-cart {
  display: unset !important;
}

/********/
/* cart */
/********/
#cart #reward_loyalty,
#cart #reward_use {
  margin-top: 15px;
  font-size: 0.875rem;
}

#cart #reward_loyalty span {
  font-size: 0.675rem;
}

.sponsorship-promo-code {
  border-color: #d0e9c6 !important;
  background-color: #dff0d8 !important;
  color: #3c763d !important;
}

.sponsorship-promo-code::after {
  border-bottom-color: #dff0d8 !important;
}

/***********/
/* message */
/***********/
.reward_alert_message {
  padding: 12px;
  color: #201010;
  background-color: #f4f0ec;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .reward_alert_message {
    margin-bottom: 32px;
  }
}
.reward_alert_message span {
  color: #946430;
}

/**************/
/* responsive */
/**************/
@media (max-width: 767.98px) {
  .rewards h2 {
    font-size: 0.9rem;
  }
  .rewards .table {
    border: none;
  }
  .rewards .table thead {
    display: none;
  }
  .rewards .table tr {
    display: block;
  }
  .rewards .table tr:not(:first-child) {
    margin-top: 30px;
  }
  .rewards .table td {
    display: block;
    text-align: right !important;
    min-height: 45px;
    overflow: auto;
  }
  .rewards .table td:not(:last-child) {
    border-bottom: none;
  }
  .rewards .table td:before {
    content: attr(data-label);
    float: left;
    max-width: 65%;
    text-align: left;
  }
  .rewards .table td:first-child {
    background: #f6f6f6;
  }
  .rewards .table td:first-child:before {
    font-weight: bold;
  }
  .rewards #transform input,
  .rewards #transform select {
    background-color: #ffffff;
    width: 100px !important;
  }
  .rewards #transform .table td {
    text-align: center !important;
  }
  .rewards #transform .table td:first-child::before {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #rewards_account #idTab2 .table td:first-child {
    text-align: left !important;
    font-weight: bold;
  }
  #rewards_sponsorship #idTab1 td:first-child,
  #rewards_sponsorship #idTab3 td:first-child {
    text-align: left !important;
    font-weight: bold;
  }
  #rewards_sponsorship #idTab4 div:nth-child(2) tr:first-child td:first-child {
    font-weight: bold;
    text-align: left !important;
    background: none;
    border: none;
    padding-left: 0;
    text-transform: uppercase;
  }
  #rewards_sponsorship #idTab4 div:nth-child(2) tr:first-child td:nth-child(2) {
    background-color: #f6f6f6;
  }
  #rewards_sponsorship #idTab4 div:nth-child(2) tr:first-child td:nth-child(2):before {
    font-weight: bold;
  }
}
/*********/
/* gifts */
/*********/
#module-allinone_rewards-gifts .aior_gift_product_block {
  text-align: center;
}

#module-allinone_rewards-gifts .aior_gift_product_button {
  display: none;
  color: green;
}

#module-allinone_rewards-gifts .aior_gift_product_unavailable {
  display: block;
  color: red;
}

#module-allinone_rewards-gifts .aior_gift_product_available .aior_gift_product_button {
  display: block;
}

#module-allinone_rewards-gifts .aior_gift_product_available .aior_gift_product_unavailable {
  display: none;
}

#module-allinone_rewards-gifts #aior_gift_available_rewards {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

/* Prestashop 8 */
#module-allinone_rewards-gifts .product-price-and-shipping:not(.aior_gift_product_price),
#module-allinone_rewards-gifts .product-flags,
#module-allinone_rewards-gifts .highlighted-informations {
  display: none !important;
}

/* Prestashop 9 - hummingbird */
#module-allinone_rewards-gifts .product-miniature__prices:not(.aior_gift_product_price),
#module-allinone_rewards-gifts .product-miniature__infos__bottom form,
#module-allinone_rewards-gifts .product-miniature__quickview {
  display: none !important;
}

#module-allinone_rewards-gifts .product-miniature__infos__bottom .aior_gift_product_block {
  text-align: left;
}

/** * Estimated Delivery - Front Office Feature
 *
 * NOTICE OF LICENSE
 *
 * @author    Pol Rué
 * @copyright Smart Modules 2015
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * @category Transport & Logistics
 * Registered Trademark & Property of smart-modules.com
 *
 * ***************************************************
 * *               Estimated Delivery                *
 * *          http://www.smart-modules.com           *
 * *                                                  *
 * ***************************************************
*/
/* This is for Presta 1.7 to Prevent issues when changing artibutes */
.hideMe,
.product-additional-info .hide-default,
.estimateddelivery.hide-default {
  display: none;
}

/*.modal-dialog .hide-default {*/
/*    display: block;*/
/*}*/
p.ed_orderbefore {
  margin-bottom: 0;
}

/* If using image, suppress icon */
/*.ed_has_image {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*}*/
/* Hide icon from default layout if image is used */
/* Remove FontAwesome icon when using image */
.ed_has_image:before {
  content: none !important;
  margin-right: 0;
}

/* Layout wrapper when an image is present */
.ed_imgsize-2x .ed_delivery_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ed_imgsize-2x .ed_title {
  display: block;
}

/* Carrier image shared base styles */
.ed_carrier_img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* Carrier image height depending on size option */
.ed_imgsize-1x .ed_carrier_img {
  height: 1.8em;
}

.ed_imgsize-2x .ed_carrier_img {
  height: 3.5em;
}

/* Text beside the image */
.ed_has_image.ed_imgsize-2x .ed_delivery_text {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}

/*.estimateddelivery span { font-weight:bold; }*/
.ed_lightblue div {
  background: #fcfeff;
  border-color: #acd8e4 !important;
}

.ed_softred div {
  background: #fff5f5;
  border-color: #e4acac !important;
}

.ed_lightgreen div {
  background: #f5fff5;
  border-color: #ade4ac !important;
}

.ed_lightpurple div {
  background: #faf5ff;
  border-color: #cdace4 !important;
}

.ed_lightbrown div {
  background: #fffdf5;
  border-color: #e4d6ac !important;
}

.ed_lightyellow div {
  background: #fffff5;
  border-color: #e4e1ac !important;
}

.ed_orange div {
  background: #fff5e7;
  border-color: #e6853e !important;
}

.estimateddelivery .ed_tooltip {
  display: inline;
  position: relative;
  opacity: 1;
}

.estimateddelivery .ed_tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: auto;
  min-width: 100px;
}

.estimateddelivery .ed_tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.ed_countdown,
.date_green {
  color: #44b449;
}

.ed_oos_days_add {
  display: none;
}

.ed_oos_days_add.ed_force_display {
  display: block;
}

.ed_order_list .ed_with_carrier {
  display: none;
}

.ed_item span::first-letter {
  text-transform: uppercase;
}

/* Cart Summary */
#ed_shopping_footer {
  position: relative;
  padding: 1em 1em 0;
}

#ed_shopping_footer .estimateddelivery > div,
.estimateddelivery.ed-summary > div {
  padding-bottom: 1.2em;
  /*border-bottom:none;*/
}

#estimateddelivery-cart .estimateddelivery > div {
  padding-bottom: 1.2em;
  border-bottom: none;
}

.expand_delivery_options {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.7em;
  font-size: smaller;
  border: 1px solid;
  padding: 0.1em 10px;
  cursor: pointer;
  white-space: nowrap;
}

.product-line-grid p.ed_orderbefore,
.ed-summary p {
  font-size: 0.8em !important;
  margin-bottom: 0.5rem;
}

p.ed_header {
  font-size: 1.1em;
  font-weight: bold;
}

#ed_shopping_footer .small-text {
  font-size: 60%;
  line-height: 95%;
  color: #777;
}

/* END Shopping cart */
/* Order Process */
.ed-cart-option p,
.ed-cart-option .ed_orderbefore:before {
  font-size: 90%;
}

.ed-cart-option .ed_orderbefore:before {
  margin-right: 3px;
}

.ed_product_summary {
  margin-top: 1em;
}

.ed-product-block,
.ed-product,
.edp-attributes {
  background: transparent !important;
  border-color: unset !important;
  border: none !important;
  padding: 0px 0px !important;
}

.ed-product-block {
  margin-bottom: 1rem !important;
}

.ed-product {
  margin-top: 3px;
}

.edp-attributes {
  margin-bottom: 0 !important;
  padding: 3px 15px !important;
}

.attr-name {
  text-decoration: underline;
  color: #808080;
}

#order-detail .ed_lightblue div {
  background: none;
  border: none !important;
}

#blockcart-modal .estimateddelivery p,
.modal-body .estimateddelivery p {
  display: inline-block;
}

.modal-body .estimateddelivery div {
  margin-bottom: 0;
}

.modal-body .estimateddelivery .ed_item p {
  margin-bottom: 0;
}

.modal-body .estimateddelivery .ed_item p span {
  margin-bottom: 2px !important;
}

/* Carriers Popup */
#ed_popup {
  text-align: center;
  width: 100%;
}

#ed_popup_content,
.ed_popup_content {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.75);
  padding: 25px 40px;
  z-index: 10;
  width: 70%;
  overflow: initial;
  z-index: 999999;
}

#ed_popup_table,
#ed_popup_list {
  max-height: 62vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_item {
  margin: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

#ed_popup_content .carrier_price {
  white-space: nowrap;
}

#ed_popup_content th {
  white-space: nowrap;
}

#ed_popup_content .ed_close_popup {
  position: absolute;
  top: -25px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.ed_close_popup span {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #ed_popup_list {
    display: none;
  }
  #ed_popup_content img {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #ed_popup_table {
    display: none;
  }
  #ed_popup_list img {
    max-height: 50px;
  }
}
.product-actions .ed_delivery_wrapper {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-actions .ed_delivery_wrapper {
    margin-bottom: 32px;
  }
}

.ed_delivery_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
}

.ed_delivery__delay {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ed_delivery__delay i {
  font-size: 16px;
  color: #c8a078;
}
.ed_delivery__delay .ed_dates {
  color: #946430;
}

.ed_delivery__carriertxt {
  color: #706060;
}

@media (min-width: 576px) {
  .ed_delivery_text {
    flex-direction: row;
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .ed_delivery__delay i {
    font-size: 24px;
  }
}
.modal.prestaboost-content .modal-body p {
  color: #706060;
}
#sogecommerce_content {
  margin: 0 auto;
  padding: 20px;
  background-color: #f4f0ec;
  margin-top: 20px;
}
#sogecommerce_content h1 {
  font-family: "Unageo", -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-style: italic;
}
#sogecommerce_content .cart_navigation {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  #sogecommerce_content {
    padding: 40px;
    margin-top: 40px;
  }
}
#panachageModal .bootstrap-touchspin {
  margin: 0;
}
@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
.blogarticles {
  background-color: #fff;
  padding: 32px 0;
}
.blogarticles__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.blogarticles__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.blogarticles__subtitle {
  display: none;
}
.blogarticles__categorylinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.blogarticles__categorylink {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #706060;
  padding: 6px 8px;
  letter-spacing: 1px;
  background-color: #f4f0ec;
  transition: all ease-in-out 0.15s;
}
.blogarticles__categorylink:hover {
  background-color: #201010;
  color: #fff;
}
.blogarticles__content {
  position: relative;
  overflow: hidden;
}
.blogarticles__content img {
  transition: all ease-out 0.2s;
}
.blogarticles__content:hover img {
  transform: scale(1.1);
}
.blogarticles__imgwrapper {
  overflow: hidden;
  aspect-ratio: 312/391;
  border-radius: 300px 300px 0 0;
}
.blogarticles__imgwrapper img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogarticles__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Felgine";
  font-size: 16px;
  padding-top: 12px;
  gap: 4px;
  color: #201010;
}
.blogarticles__linkall {
  margin-top: 20px;
}
.blogarticles .swiper {
  overflow: visible;
  padding-bottom: 20px;
}
.blogarticles .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767.98px) {
  .blogarticles__linkall {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .blogarticles .swiper {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .blogarticles {
    padding: 60px 0;
  }
  .blogarticles__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .blogarticles.nosubcats .blogarticles__title {
    margin-bottom: 60px;
  }
  .blogarticles__subtitle {
    display: block;
    text-align: center;
    color: #706060;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .blogarticles__categorylinks {
    margin-bottom: 32px;
    gap: 16px;
  }
  .blogarticles__categorylink {
    font-size: 14px;
    padding: 6px 8px;
  }
  .blogarticles__link {
    font-size: 20px;
    padding-top: 16px;
  }
  .blogarticles__linkall {
    margin-top: 32px;
  }
  .blogarticles .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

.skeepers_note_miniature {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .skeepers_note_miniature.hideMobile {
    display: none;
  }
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  width: auto;
  min-width: unset;
  max-width: 100%;
  gap: 8px;
  /*.skeepersNoteMiniature-rating__value-fact {
      margin: 0;
      border-radius: 50px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 20px;
      padding: 2px 8px 0px 8px;
  }*/
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .skeepersNoteMiniature-rating__value-numeric {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--text-color);
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .skeepersNoteMiniature-rating__details {
  margin: 0;
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .skeepersNoteMiniature-rating__value-fact {
  font-weight: 600;
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .skeepersNoteMiniature-rating__details .skeepersNoteMiniature-rating__details__information {
  align-items: center;
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .skeepersNoteMiniature-rating__details .skeepersNoteMiniature-rating__details-text {
  margin: 0;
  color: var(--text-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .skeepersNoteMiniature-rating__details .nr-total-reviews {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .stars {
  position: relative;
  height: 20px;
}
.skeepers_note_miniature .skeepersNoteMiniature-rating__value .stars__item {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.58756%200.601794C7.78617%200.312008%208.21383%200.312007%208.41244%200.601793L10.7209%203.97006C10.7859%204.06492%2010.8816%204.13447%2010.9919%204.16699L14.9087%205.32158C15.2456%205.42091%2015.3778%205.82765%2015.1636%206.10608L12.6735%209.34237C12.6034%209.43351%2012.5668%209.54605%2012.57%209.66102L12.6822%2013.7429C12.6919%2014.094%2012.3459%2014.3454%2012.0149%2014.2277L8.16752%2012.8596C8.05917%2012.821%207.94083%2012.821%207.83248%2012.8596L3.98511%2014.2277C3.65411%2014.3454%203.30812%2014.094%203.31778%2013.7429L3.43004%209.66102C3.4332%209.54605%203.39664%209.43351%203.3265%209.34237L0.836438%206.10608C0.622207%205.82765%200.754362%205.42091%201.09134%205.32158L5.00809%204.16699C5.1184%204.13447%205.21413%204.06492%205.27915%203.97006L7.58756%200.601794Z%22%20fill%3D%22%23AC8050%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.58756%200.601794C7.78617%200.312008%208.21383%200.312007%208.41244%200.601793L10.7209%203.97006C10.7859%204.06492%2010.8816%204.13447%2010.9919%204.16699L14.9087%205.32158C15.2456%205.42091%2015.3778%205.82765%2015.1636%206.10608L12.6735%209.34237C12.6034%209.43351%2012.5668%209.54605%2012.57%209.66102L12.6822%2013.7429C12.6919%2014.094%2012.3459%2014.3454%2012.0149%2014.2277L8.16752%2012.8596C8.05917%2012.821%207.94083%2012.821%207.83248%2012.8596L3.98511%2014.2277C3.65411%2014.3454%203.30812%2014.094%203.31778%2013.7429L3.43004%209.66102C3.4332%209.54605%203.39664%209.43351%203.3265%209.34237L0.836438%206.10608C0.622207%205.82765%200.754362%205.42091%201.09134%205.32158L5.00809%204.16699C5.1184%204.13447%205.21413%204.06492%205.27915%203.97006L7.58756%200.601794Z%22%20fill%3D%22%23AC8050%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--star-color);
  display: inline-block;
}

.card__slider {
  --scrollbar-offset-bottom: 40px;
  --swiper-scrollbar-sides-offset: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .card__slider {
    --swiper-scrollbar-sides-offset: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.card__slider .swiper {
  width: calc(100vw - var(--scrollbar-width, 0%));
  margin-left: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
  margin-right: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: calc(var(--scrollbar-offset-bottom, 0%) + var(--swiper-scrollbar-size, 0px));
}
.card__slider .swiper .swiper-button-custom.swiper-button-prev {
  transform: translate(50%, calc(-50% - var(--scrollbar-offset-bottom) * 0.5));
}
.card__slider .swiper .swiper-button-custom.swiper-button-next {
  transform: translate(-50%, calc(-50% - var(--scrollbar-offset-bottom) * 0.5));
}
@media (max-width: 1199.98px) {
  .card__slider .swiper .swiper-button-custom.swiper-button-prev {
    transform: translate(0, calc(-50% - var(--scrollbar-offset-bottom) * 0.5));
  }
  .card__slider .swiper .swiper-button-custom.swiper-button-next {
    transform: translate(0, calc(-50% - var(--scrollbar-offset-bottom) * 0.5));
  }
}
.card__slider .swiper:not(.swiper-initialized) .swiper-slide {
  max-width: 46.232085067%;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .card__slider .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 30.534351145%;
  }
}
@media (min-width: 1200px) {
  .card__slider .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 18.9573459716%;
  }
}
.card__slider .swiper-slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.card__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__slider .swiper-slide .card__slider__content {
  aspect-ratio: 240/320;
}
@supports not (aspect-ratio: 240/320) {
  .card__slider .swiper-slide .card__slider__content {
    padding-top: 133.3333333333%;
  }
  .card__slider .swiper-slide .card__slider__content img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
}
.card__slider .swiper-slide:before {
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card__slider img {
  transition: transform 0.3s ease-in-out;
}
.card__slider a.swiper-slide:hover img {
  transform: scale(1.05);
}
.card__slider .card__text {
  --padding: 1rem;
}
.card__slider .card__text__title {
  position: absolute;
  left: var(--padding);
  bottom: var(--padding);
  max-width: calc(100% - var(--padding));
  color: #fff;
  z-index: 3;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 1199.98px) {
  .card__slider .card__text__title {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .card__slider {
    --swiper-scrollbar-sides-offset: 12px;
    --scrollbar-offset-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .card__slider .swiper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .card__slider .card__text {
    --padding: 0.75rem;
  }
  .card__slider .card__text__title {
    font-size: 14px;
    font-weight: 400;
  }
}

.homecontentblock {
  display: grid;
  grid-template-columns: 1fr;
}
.homecontentblock__image img {
  width: 100%;
}
.homecontentblock__text {
  background-color: white;
  padding: 16px;
}
.homecontentblock__text__title {
  font-size: 18px;
  font-weight: 500;
}
.homecontentblock__text__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.homecontentblock__text__desc {
  color: #706060;
}
@media (max-width: 767.98px) {
  .homecontentblock__textcont {
    order: 2;
    margin-top: -40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .homecontentblock__text__link a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .homecontentblock {
    grid-template-columns: 586fr 780fr;
  }
  .homecontentblock__textcont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -60px;
    z-index: 1;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .homecontentblock__textcont {
    margin-right: -60px;
  }
  .homecontentblock__text__title {
    font-size: 32px;
  }
  .homecontentblock__text {
    padding: 40px;
  }
}

.contentblock-container {
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.contentblock-container-gauche .contentblock__image {
  order: -1;
}
.contentblock-container.outside-container {
  border-radius: 0;
}

.contentblock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentblock__text {
  width: 50%;
  padding: 60px;
  position: relative;
}
.contentblock__text__title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.32;
}
.contentblock__text__desc {
  font-weight: 300;
  line-height: 1.4;
}
.contentblock__text__desc *:last-child {
  margin-bottom: 0;
}
.contentblock__text__link {
  margin-top: 40px;
}
.contentblock__image {
  position: relative;
  width: 50%;
}
.contentblock__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .contentblock {
    justify-content: center;
  }
  .contentblock__text {
    padding: 20px;
    max-width: 100%;
  }
  .contentblock__text__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contentblock__text__desc {
    font-size: 14px;
  }
  .contentblock__text__link {
    margin-top: 20px;
  }
  .contentblock__text__link .btn {
    max-width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .contentblock__text, .contentblock__image {
    width: 100%;
  }
  .contentblock__image {
    order: -1;
  }
  .contentblock__image__img {
    position: initial;
    max-width: 100%;
    height: auto;
  }
}
.homecontentblock2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.homecontentblock2__image {
  display: flex;
  justify-content: center;
}
.homecontentblock2__image img {
  width: 100%;
  max-width: 400px;
}
.homecontentblock2__text__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.homecontentblock2__reassurance_cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.homecontentblock2__reassurance {
  background-color: #fff;
  padding: 8px 12px;
  gap: 8px;
  display: flex;
  align-items: center;
}
.homecontentblock2__reassurance__title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.homecontentblock2__reassurance__title p {
  margin-bottom: 0;
}
.homecontentblock2__reassurance__title strong {
  font-weight: 700;
}
.homecontentblock2__links {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.homecontentblock2__links a {
  width: 100%;
}
.homecontentblock2__text__desc {
  color: #706060;
}
.homecontentblock2__text__link {
  width: 100%;
}
@media (min-width: 576px) {
  .homecontentblock2__reassurance_cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .homecontentblock2__links {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .homecontentblock2 {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
  }
  .homecontentblock2__image img {
    max-width: 100%;
  }
  .homecontentblock2__reassurance_cont {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .homecontentblock2__reassurance {
    gap: 12px;
    padding: 20px 16px 20px 20px;
  }
  .homecontentblock2__reassurance__title {
    font-size: 14px;
  }
  .homecontentblock2__text__title {
    font-size: 40px;
  }
}

.bloc-faq, .product-faq {
  padding-top: 32px;
  padding-bottom: 20px;
}
.bloc-faq-wrapper {
  overflow: hidden;
}
.bloc-faq__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bloc-faq__title {
    margin-bottom: 60px;
  }
}
.bloc-faq__title.align-gauche {
  text-align: left;
}
.bloc-faq__title.size-petit {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bloc-faq__title.size-petit {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .bloc-faq__title.size-petit {
    margin-bottom: 32px;
  }
}
.bloc-faq__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.bloc-faq__question {
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease-out 0.15s;
}
.bloc-faq__question:hover {
  color: #c8a078;
}
.bloc-faq__question:hover button.btn.btn {
  color: #c8a078;
}
.bloc-faq__question button.btn.btn {
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border-radius: 4px;
  margin-left: 12px;
  border: none;
  color: #201010;
}
.bloc-faq__question button.btn.btn i.icon-plus {
  display: inline-block;
  transition: 0.15s ease-out;
}
.bloc-faq__question button.btn.btn i.icon-minus {
  display: none;
  transform: rotate(90deg);
  transition: 0.15s ease-out;
}
.bloc-faq__question button.btn.btn:hover, .bloc-faq__question button.btn.btn:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #201010;
}
.bloc-faq__question button.btn.btn:hover {
  color: #c8a078;
}
.bloc-faq__section .bloc-faq__accordion__answer .bloc-faq__accordion {
  padding: 16px;
  padding-top: 0;
}
.bloc-faq__accordion img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bloc-faq__accordion .card {
  padding: 0;
  border-radius: 0;
}
.bloc-faq__accordion .card:not(:last-child) {
  margin-bottom: 12px;
}
.bloc-faq__accordion .card .bloc-faq__question:not(.collapsed) button.btn i.icon-minus {
  display: inline-block;
  transform: rotate(0);
}
.bloc-faq__accordion .card .bloc-faq__question:not(.collapsed) button.btn i.icon-plus {
  display: none;
}
.bloc-faq__accordion .card-header {
  padding: 0;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  border-radius: 8px;
}
.bloc-faq__accordion .card-body {
  padding: 16px;
  padding-top: 0;
  color: #706060;
}
.bloc-faq__accordion .card-body a {
  color: #946430;
  text-decoration: underline;
  font-weight: 600;
}
.bloc-faq__accordion .card-body *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .bloc-faq, .product-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bloc-faq__title {
    font-size: 40px;
  }
  .bloc-faq__question {
    font-size: 18px;
    line-height: 1.35;
    padding: 20px;
    padding-left: 24px;
  }
  .bloc-faq__question button.btn.btn {
    font-size: 32px;
    width: 32px;
    height: 32px;
  }
  .bloc-faq__accordion .card:not(:last-child) {
    margin-bottom: 20px;
  }
  .bloc-faq__accordion .card-body {
    padding: 0 60px 20px 24px;
  }
}

div[data-id-prettyblocks]:has(.bloc-faq-wrapper) ~ div[data-id-prettyblocks]:has(.bloc-faq-wrapper) .bloc-faq, div[data-id-prettyblocks]:has(.bloc-faq-wrapper) ~ div[data-id-prettyblocks]:has(.bloc-faq-wrapper) .product-faq {
  padding-top: 0;
}

.slider-featured-products {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.slider-featured-products__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.slider-featured-products__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.slider-featured-products__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.slider-featured-products__linkall--mobile {
  margin: 0 auto;
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.slider-featured-products__linkall--desktop {
  display: none;
}
.slider-featured-products .swiper-container {
  position: relative;
  margin-bottom: 20px;
  --swiper-scrollbar-bottom: -20px;
}
.slider-featured-products .swiper-container .swiper-button-next,
.slider-featured-products .swiper-container .swiper-button-prev {
  display: none;
}
.slider-featured-products .swiper {
  overflow: visible;
}
.slider-featured-products .swiper-slide {
  width: 208px;
}
@media (max-width: 767.98px) {
  .slider-featured-products__linkall--mobile {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .slider-featured-products {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .slider-featured-products__header {
    margin-bottom: 32px;
    justify-content: space-between;
  }
  .slider-featured-products__title {
    font-size: 40px;
  }
  .slider-featured-products__linkall {
    margin-top: 36px;
  }
  .slider-featured-products__linkall--mobile {
    display: none;
  }
  .slider-featured-products__linkall--desktop {
    display: flex;
  }
  .slider-featured-products .swiper-slide {
    width: 320px;
  }
  .slider-featured-products .swiper-container {
    margin-bottom: 40px;
    --swiper-scrollbar-bottom: -40px;
  }
  .slider-featured-products .swiper-container .swiper-button-next,
  .slider-featured-products .swiper-container .swiper-button-prev {
    display: flex;
  }
}

.bloc-gammes {
  background-color: #fff;
  padding: 20px 0;
  overflow: hidden;
}
.bloc-gammes__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.bloc-gammes__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.bloc-gammes__content {
  position: relative;
  overflow: hidden;
}
.bloc-gammes__content img {
  transition: all ease-out 0.2s;
}
.bloc-gammes__content:hover img {
  transform: scale(1.1);
}
.bloc-gammes__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Felgine";
  font-size: 16px;
  padding: 12px;
  gap: 4px;
  color: #201010;
  line-height: 1.25;
}
.bloc-gammes__link i {
  line-height: 1.25;
}
.bloc-gammes .swiper-container {
  padding: 0 12px;
  margin-bottom: 20px;
  --swiper-scrollbar-bottom: -20px;
}
.bloc-gammes .swiper {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .bloc-gammes__title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .bloc-gammes {
    padding: 60px 0 12px;
  }
  .bloc-gammes__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .bloc-gammes__link {
    font-size: 18px;
  }
  .bloc-gammes__link i {
    font-size: 24px;
  }
  .bloc-gammes .swiper-container {
    padding: 0;
  }
}

.header_banners {
  overflow: hidden;
  --swiper-navigation-size: 1rem;
}
.header_banners__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_banners__inner > .swiper-container {
  width: 100%;
}
.header_banners .swiper a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header_banners .swiper a.bouton {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  padding: 3px 8px;
  text-decoration: none;
}
.header_banners .swiper a.bouton:hover {
  background-color: #fff;
  color: #ac8050;
}
.header_banners .headerbanner-button-prev,
.header_banners .headerbanner-button-next {
  background-color: transparent;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  transition: all ease-out 0.3s;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  position: absolute;
  z-index: 10;
  box-shadow: none;
}
.header_banners .headerbanner-button-prev:after,
.header_banners .headerbanner-button-next:after {
  font-size: 16px;
}
.header_banners .headerbanner-button-prev {
  justify-content: flex-start;
}
.header_banners .headerbanner-button-next {
  justify-content: flex-end;
}
.header_banners .swiper-slide {
  height: auto !important;
}
.header_banners .slide-message {
  height: 100% !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.header_banners .slide-message p {
  margin-bottom: 0;
  text-align: center;
}
.header_banners .headerbanner-button-prev {
  left: 0;
}
.header_banners .headerbanner-button-next {
  right: 0;
}
@media (min-width: 1200px) {
  .header_banners {
    overflow: unset;
  }
  .header_banners .swiper a.bouton {
    font-size: 12px;
    padding: 5px 10px;
  }
  .header_banners .swiper-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .header_banners {
    /*.slide-message {
        padding: 0.5rem $grid-gutter-width * 0.25;
    }*/
  }
}
@media (max-width: 1199.98px) {
  .header_banners .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .header_banners .slide-message {
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
  }
  .header_banners .headerbanner-button-next,
  .header_banners .headerbanner-button-prev {
    display: none;
  }
  @keyframes left-one {
    0% {
      transform: translateX(15%);
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      transform: translateX(-100%);
      opacity: 0;
    }
  }
}

.bigcarrousel__mainlink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bigcarrousel__mainimg {
  width: 100%;
}
.bigcarrousel__mainimg img {
  width: 100%;
}
.bigcarrousel__surtitle {
  margin-bottom: 8px;
}
.bigcarrousel__title {
  font-size: 20px;
  font-weight: 500;
  color: #201010;
  line-height: 1.2;
  text-shadow: 0 4px 16px rgba(32, 16, 16, 0.16);
}
.bigcarrousel__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.bigcarrousel__title .text-wrapper {
  position: relative;
  display: inline-block;
}
.bigcarrousel__title .animated-text {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  visibility: hidden;
}
.bigcarrousel__title .text-placeholder {
  visibility: hidden;
  white-space: pre;
}
.bigcarrousel__description {
  text-shadow: 0 4px 16px rgba(32, 16, 16, 0.16);
  display: none;
}
.bigcarrousel__link {
  margin-top: 32px;
}
.bigcarrousel__contentinner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fcf8f8;
}
@media (max-width: 767.98px) {
  .bigcarrousel__link {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bigcarrousel__slider .swiper-pagination {
    --swiper-pagination-bottom: 16px;
    bottom: unset;
    top: calc(100vw * var(--carrousel-image-ratioH) / var(--carrousel-image-ratioW) - var(--swiper-pagination-bottom) * 2);
  }
  .bigcarrousel__link {
    border: 1px solid #201010;
    color: #201010;
    background-color: transparent;
    margin-top: 12px;
  }
  .bigcarrousel__link:hover {
    background-color: #201010;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .bigcarrousel__mainlink {
    flex-direction: row;
  }
  .bigcarrousel__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    --bigcarrouseldesccolor: #fff;
    --bigcarrouseltitlecolor: #fff;
    --bigcarrouselspecialtitlecolor: #fff;
    display: flex;
    padding: 0;
  }
  .bigcarrousel__content.isdark {
    --bigcarrouseldesccolor: #201010;
    --bigcarrouseltitlecolor: #201010;
    --bigcarrouselspecialtitlecolor: #706060;
  }
  .bigcarrousel__content.toright {
    justify-content: flex-end;
  }
  .bigcarrousel__content.tocenter {
    justify-content: center;
  }
  .bigcarrousel__content.tocenter .bigcarrousel__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bigcarrousel__content.tocenter .bigcarrousel__title,
  .bigcarrousel__content.tocenter .bigcarrousel__description {
    text-align: center;
  }
  .bigcarrousel__contentinner {
    max-width: 50%;
    width: 100%;
    padding: 60px;
    background-color: transparent;
  }
  .bigcarrousel__slider .swiper-slide .bigcarrousel__txt {
    opacity: 0;
    transform: translateY(50%);
    transition: all ease-out 0.15s;
    transition-delay: 0.15s;
  }
  .bigcarrousel__slider .swiper-slide .bigcarrousel__title span {
    will-change: opacity;
  }
  .bigcarrousel__slider .swiper-slide-active .bigcarrousel__txt {
    opacity: 1;
    transform: translateY(0);
  }
  .bigcarrousel__surtitle {
    margin-bottom: 12px;
  }
  .bigcarrousel__title {
    color: var(--bigcarrouseltitlecolor);
  }
  .bigcarrousel__title span {
    color: var(--bigcarrouselspecialtitlecolor);
  }
  .bigcarrousel__description {
    color: var(--bigcarrouseldesccolor);
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .bigcarrousel__title {
    font-size: 40px;
  }
  .bigcarrousel__description {
    font-size: 20px;
  }
}

.bloc-reassurances {
  background-color: #fcf8f8;
  --swiper-pagination-bottom: 0px;
  /*@include media-breakpoint-tablet-mobile() {
      .swiper {
          padding-bottom: 1.5rem;
      }
  }*/
}
.bloc-reassurances .swiper:not(.swiper-initialized) .swiper-slide {
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc-reassurances .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .bloc-reassurances .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 25%;
    padding-right: 60px;
  }
}
.bloc-reassurances-container {
  background-color: var(--bgColor);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.bloc-reassurances__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bloc-reassurances__item p {
  margin-bottom: 0;
}
.bloc-reassurances__item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bloc-reassurances__item__image {
  width: 24px;
  height: 24px;
}
.bloc-reassurances__item__image img {
  width: 100%;
  height: auto;
}
.bloc-reassurances__item__title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #201010;
  text-transform: uppercase;
}
.bloc-reassurances__item__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #706060;
}
.bloc-reassurances .swiper {
  overflow: visible;
}
.bloc-reassurances .swiper-button-next,
.bloc-reassurances .swiper-button-prev {
  box-shadow: none;
  --swiper-navigation-size: 24px;
  --swiper-navigation-sides-offset: 0;
}
.bloc-reassurances .swiper-button-next:hover, .bloc-reassurances .swiper-button-next:active,
.bloc-reassurances .swiper-button-prev:hover,
.bloc-reassurances .swiper-button-prev:active {
  background-color: transparent;
}
@media (max-width: 991px) {
  .bloc-reassurances {
    background-color: #fff;
  }
  .bloc-reassurances-container {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .bloc-reassurances .swiper-pagination {
    display: none;
  }
  .bloc-reassurances__text {
    gap: 8px;
  }
  .bloc-reassurances__item {
    gap: 16px;
  }
  .bloc-reassurances__item__description {
    font-size: 14px;
  }
  .bloc-reassurances__item__image {
    width: 32px;
    height: 32px;
  }
}

.footer-reassurances {
  --swiper-pagination-bottom: 0px;
}
.footer-reassurances .swiper {
  overflow: visible;
}
.footer-reassurances .swiper:not(.swiper-initialized) .swiper-slide {
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer-reassurances .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-reassurances .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 25%;
  }
}
.footer-reassurances .swiper-button-prev,
.footer-reassurances .swiper-button-next {
  --swiper-navigation-sides-offset: 8px;
  background-color: transparent;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  font-size: 16px;
  margin: 0;
}
.footer-reassurances-container {
  background-color: var(--bgColor);
  padding-bottom: 12px;
  padding-top: 12px;
  overflow: hidden;
}
.footer-reassurances__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer-reassurances__item p {
  margin-bottom: 0;
}
.footer-reassurances__item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-reassurances__item__image {
  width: 24px;
  height: 24px;
}
.footer-reassurances__item__image img {
  width: 100%;
  height: auto;
}
.footer-reassurances__item__title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #201010;
  text-transform: uppercase;
}
.footer-reassurances__item__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #706060;
}
@media (min-width: 1200px) {
  .footer-reassurances__text {
    gap: 8px;
  }
  .footer-reassurances-container {
    padding-bottom: 32px;
    padding-top: 40px;
  }
  .footer-reassurances .swiper-button-prev,
  .footer-reassurances .swiper-button-next {
    display: none;
  }
  .footer-reassurances__item {
    gap: 16px;
  }
  .footer-reassurances__item__image {
    width: 32px;
    height: 32px;
  }
}

.text-seo {
  background-color: #fff;
  padding: 12px;
  color: #706060;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 32px;
}
.text-seo__title {
  font-size: 16px;
  font-weight: 500;
}
.text-seo__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.text-seo__textcont {
  /*p {
      color: $c-taupe;
  }*/
}
.text-seo__textcont h1,
.text-seo__textcont h2,
.text-seo__textcont h3,
.text-seo__textcont h4,
.text-seo__textcont h5,
.text-seo__textcont h6,
.text-seo__textcont .ql-size-large,
.text-seo__textcont .ql-size-huge {
  font-size: 1rem;
  font-weight: 500;
}
.text-seo__textcont h1,
.text-seo__textcont h2,
.text-seo__textcont h3,
.text-seo__textcont h4,
.text-seo__textcont h5,
.text-seo__textcont h6 {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.text-seo .text-seo__desc > :last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .text-seo {
    padding: 40px;
    margin-bottom: 60px;
  }
  .text-seo__title {
    font-size: 24px;
  }
}

.bloc-univers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .bloc-univers {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bloc-univers .univers {
  position: relative;
}
.bloc-univers .univers__background {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 673/764;
}
@supports not (aspect-ratio: 673/764) {
  .bloc-univers .univers {
    padding-top: 113.5215453195%;
  }
  .bloc-univers .univers__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }
}
.bloc-univers .univers:after {
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bloc-univers .univers__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 60px;
}
.bloc-univers .univers__content__description {
  color: #fff;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.36;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.bloc-univers .univers__content__description *:last-child {
  margin-bottom: 0;
}
.bloc-univers .univers__content__btn {
  margin-top: 20px;
}
.bloc-univers .univers__content__btn i {
  margin-right: 4px;
}
@media (max-width: 1199.98px) {
  .bloc-univers .univers__content {
    padding: 20px;
  }
  .bloc-univers .univers__content__logo img {
    height: 32px;
    width: auto;
  }
  .bloc-univers .univers__content__description {
    font-size: 14px;
    line-height: 1.4;
  }
  .bloc-univers .univers__content__btn {
    margin-top: 12px;
  }
}

.bloc-video {
  padding-top: 32px;
  padding-bottom: 32px;
}
.bloc-video video,
.bloc-video iframe,
.bloc-video lite-youtube {
  max-width: 100%;
  border-radius: 12px;
}
.bloc-video__lite {
  width: 560px;
  height: 315px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .bloc-video {
    padding-top: calc(var(--gutter-width-sm, 64px) * 0.5);
    padding-bottom: calc(var(--gutter-width-sm, 64px) * 0.5);
  }
  .bloc-video video,
  .bloc-video iframe,
  .bloc-video lite-youtube {
    border-radius: 8px;
  }
}

.recipestiles {
  padding: 32px 0;
}
.recipestiles__titles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .recipestiles__titles {
    margin-bottom: 60px;
  }
}
.recipestiles__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.recipestiles__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.recipestiles__content {
  position: relative;
  overflow: hidden;
}
.recipestiles__content img {
  transition: all ease-out 0.2s;
  width: 100%;
  aspect-ratio: 288/360;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipestiles__content:hover img {
  transform: scale(1.1);
}
.recipestiles__imgwrapper {
  border-radius: 300px 300px 0 0;
  overflow: hidden;
}
.recipestiles__badge {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 4px 8px 4px 6px;
  color: #201010;
  background-color: #e0d8d0;
  width: -moz-fit-content;
  width: fit-content;
}
.recipestiles__badge i {
  font-size: 16px;
}
.recipestiles__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Felgine";
  font-size: 16px;
  padding-top: 8px;
  gap: 4px;
  color: #201010;
}
.recipestiles__linkall--mobile {
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.recipestiles__linkall--desktop {
  display: none;
}
.recipestiles .swiper {
  overflow: visible;
}
.recipestiles .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.recipestiles .swiper-container {
  position: relative;
  margin-bottom: 16px;
  --swiper-scrollbar-bottom: -16px;
}
.recipestiles .swiper-container .swiper-button-next,
.recipestiles .swiper-container .swiper-button-prev {
  display: none;
}
@media (max-width: 767.98px) {
  .recipestiles__linkall--mobile {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .recipestiles {
    padding: 60px 0;
  }
  .recipestiles__titles {
    justify-content: space-between;
  }
  .recipestiles__titles:not(:has(.btn)) {
    justify-content: center;
  }
  .recipestiles__title {
    font-size: 40px;
  }
  .recipestiles__badge {
    margin-top: 16px;
  }
  .recipestiles__link {
    font-size: 20px;
    padding-top: 12px;
  }
  .recipestiles__linkall {
    margin-top: 32px;
  }
  .recipestiles__linkall--mobile {
    display: none;
  }
  .recipestiles__linkall--desktop {
    display: flex;
  }
  .recipestiles .overflowcontainer {
    overflow: visible;
  }
  .recipestiles .swiper-container {
    margin-bottom: 32px;
    --swiper-scrollbar-bottom: -32px;
  }
  .recipestiles .swiper-container .swiper-button-next,
  .recipestiles .swiper-container .swiper-button-prev {
    display: flex;
  }
  .recipestiles .swiper {
    overflow: hidden;
  }
  .recipestiles .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

div[data-prettyblocks-zone=footer-recipes] .recipestiles {
  background-color: #fff;
}

.category-sentence__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px 20px;
}
.category-sentence__wrapper p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .category-sentence__wrapper {
    padding: 0 20px 40px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f4f0ec;
  }
  .category-sentence__wrapper p {
    font-size: 20px;
  }
}

.offer-modal__desc {
  font-weight: 500;
  line-height: 1.25;
}
.offer-modal__footerdesc {
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.offer-modal .modal-footer {
  justify-content: center;
}
.offer-modal .modal-footer p {
  margin-bottom: 12px;
}
.offer-modal .modal-footer .btn {
  width: 100%;
}
.offer-modal__form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.offer-modal__form form {
  display: flex;
  flex-direction: column;
}
.offer-modal__form .form-group {
  margin-bottom: 12px;
}
.offer-modal__form input {
  margin-bottom: 0;
}
.offer-modal__form #private-sale-error-message {
  text-align: center;
  color: #942828;
  font-weight: 600;
  display: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.offer-modal__form #private-sale-error-message a {
  color: #942828;
  text-decoration: underline;
}
.offer-modal__accordion {
  margin-top: 32px;
}
.offer-modal__questioncard {
  border-bottom: 1px solid #f4f0ec !important;
  padding: 12px 0;
}
.offer-modal__questioncard:not(:last-of-type) {
  border-top: 1px solid #f4f0ec !important;
}
.offer-modal__question {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease-out 0.15s;
}
.offer-modal__question:hover {
  color: #c8a078;
}
.offer-modal__question:hover button.btn {
  color: #c8a078;
}
.offer-modal__question button.btn {
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border-radius: 4px;
  margin-left: 12px;
  border: none;
  color: #201010;
}
.offer-modal__question button.btn i {
  display: block;
  transition: 0.15s ease-out;
}
.offer-modal__question button.btn:hover, .offer-modal__question button.btn:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #201010;
}
.offer-modal__question button.btn:hover {
  color: #c8a078;
}
.offer-modal__accordion img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.offer-modal__accordion .card .offer-modal__question:not(.collapsed) button.btn i {
  transform: rotate(180deg);
}
.offer-modal__accordion .card .card-header {
  padding: 0;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  border-radius: 8px;
}
.offer-modal__accordion .card .card-body {
  padding: 0;
  padding-top: 20px;
  font-size: 14px;
  color: #706060;
}
.offer-modal__accordion .card .card-body a {
  color: #946430;
  text-decoration: underline;
  font-weight: 600;
}
.offer-modal__accordion .card .card-body *:last-child {
  margin-bottom: 0;
}

.contact__image {
  margin-bottom: 32px;
}
@media (max-width: 1023.98px) {
  .contact__image {
    display: none;
  }
}

.popup-modal .modal-body {
  padding: 0;
  position: relative;
}
.popup-modal .modal-dialog {
  top: 20%;
}
.popup-modal .close {
  position: absolute;
  right: 12px;
  top: 12px;
}
.popup-modal__text__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding-right: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .popup-modal__text__title {
    margin-bottom: 20px;
  }
}
.popup-modal__text__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.popup-modal__text__desc {
  color: #706060;
}
.popup-modal__image {
  position: relative;
  display: none;
}
.popup-modal__image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-modal__textcont {
  padding: 20px;
}
.popup-modal-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .popup-modal-container.hasimg {
    grid-template-columns: 260px 1fr;
  }
  .popup-modal-container.hasimg .popup-modal__image {
    display: block;
  }
  .popup-modal .modal-dialog {
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .popup-modal .modal-dialog {
    max-width: 860px;
  }
  .popup-modal__text__title {
    font-size: 32px;
  }
  .popup-modal__textcont {
    padding: 40px;
  }
}

.offer-landing__infoblock {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .offer-landing__infoblock {
    margin-bottom: 40px;
  }
}
.offer-landing__infoblock-img {
  width: 100%;
}
.offer-landing__infoblock-img img {
  width: 100%;
}
.offer-landing__infoblock-txt {
  padding: 12px;
  background-color: #f4f0ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.offer-landing__infoblock-txt p {
  color: #706060;
  margin-bottom: 0;
}
.offer-landing__infoblock .h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .offer-landing__infoblock .h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .offer-landing__infoblock {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .offer-landing__infoblock-txt {
    padding: 32px;
  }
  .offer-landing__infoblock .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .offer-landing__infoblock-img {
    max-width: 300px;
  }
}

.offer-landing__infoblock2-container {
  background-color: #f4f0ec;
  padding: 32px 0;
}
.offer-landing__infoblock2-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.offer-landing__infoblock2-step img {
  width: 100%;
}
.offer-landing__infoblock2-steptxt {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.offer-landing__infoblock2-steptxt p {
  margin-bottom: 0;
  line-height: 1.25;
  font-size: 16px;
}
.offer-landing__infoblock2-stepiteration {
  background-color: #c8a078;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.offer-landing__infoblock2 .h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .offer-landing__infoblock2 .h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .offer-landing__infoblock2-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .offer-landing__infoblock2-container {
    padding: 60px 0;
  }
  .offer-landing__infoblock2-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .offer-landing__infoblock2-steptxt {
    margin-top: 20px;
  }
  .offer-landing__infoblock2-steptxt p {
    font-size: 18px;
  }
}

.recipe-intro {
  display: grid;
  grid-template-areas: "a" "b" "c";
}
.recipe-intro__infocont {
  grid-area: c;
  margin-top: 20px;
}
.recipe-intro__btnrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.recipe-intro__btnrow .btn {
  width: 100%;
}
.recipe-intro__datarow {
  display: flex;
  justify-content: center;
}
.recipe-intro__images {
  grid-area: b;
}
.recipe-intro__images picture {
  background-color: #f4f0ec;
}
.recipe-intro__images img {
  width: 100%;
}
.recipe-intro__badge {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 4px 8px 4px 6px;
  color: #201010;
  background-color: #e0d8d0;
  width: -moz-fit-content;
  width: fit-content;
}
.recipe-intro__badge i {
  font-size: 12px;
}
.recipe-intro__description {
  color: #706060;
}
.recipe-intro__data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipe-intro__data-label {
  margin-bottom: 8px;
  line-height: 1;
  color: #706060;
  font-size: 14px;
}
.recipe-intro__data-value {
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.recipe-intro__data i {
  font-size: 24px;
  margin-bottom: 12px;
  color: #c8a078;
}
.recipe-intro__titlecont {
  grid-area: a;
}
.recipe-intro__title {
  font-family: "Felgine";
  line-height: 1;
}
.recipe-intro__sharerow {
  display: flex;
  justify-content: center;
  gap: 12px;
  background-color: #f4f0ec;
  margin-bottom: 32px;
  padding: 12px;
}
.recipe-intro__sharerow-item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.recipe-intro__sharerow-item svg path {
  transition: all ease-out 0.15s;
}
.recipe-intro__sharerow-item:hover svg path {
  fill: #c8a078;
}
@media (min-width: 1024px) {
  .recipe-intro {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "b a" "b c";
    gap: 0 32px;
  }
  .recipe-intro__infocont {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .recipe-intro {
    gap: 0 60px;
  }
  .recipe-intro__images {
    grid-row: 1/4;
  }
  .recipe-intro__sharerow {
    gap: 20px;
  }
  .recipe-intro__badge {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .recipe-intro__badge i {
    font-size: 16px;
  }
  .recipe-intro__data i {
    font-size: 32px;
  }
}

body#cms .recipe-steps {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  body#cms .recipe-steps {
    margin-bottom: 60px;
  }
}
body#cms .recipe-steps__entry {
  margin-bottom: 20px;
}
body#cms .recipe-steps__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  list-style: none;
}
body#cms .recipe-steps__step {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px 12px 12px;
  color: #706060;
}
body#cms .recipe-steps__step p {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
body#cms .recipe-steps__step-number {
  background-color: #c8a078;
  color: #201010;
  border-radius: 50px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
}
body#cms .recipe-steps h2,
body#cms .recipe-steps .h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  body#cms .recipe-steps h2,
  body#cms .recipe-steps .h2 {
    margin-bottom: 32px;
  }
}
body#cms .recipe-steps h3,
body#cms .recipe-steps .h3 {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  body#cms .recipe-steps__list {
    gap: 30px;
  }
  body#cms .recipe-steps__step {
    gap: 12px;
    position: relative;
  }
  body#cms .recipe-steps__step-number {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  body#cms .recipe-steps h3,
  body#cms .recipe-steps .h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body#cms .recipe-steps__step {
    padding: 12px;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  body#cms .recipe-steps {
    margin-top: 60px;
  }
  body#cms .recipe-steps__entry:not(:last-of-type) {
    margin-bottom: 32px;
  }
  body#cms .recipe-steps__step-number {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  body#cms .recipe-steps h2,
  body#cms .recipe-steps .h2 {
    font-size: 32px;
  }
  body#cms .recipe-steps h3,
  body#cms .recipe-steps .h3 {
    font-size: 20px;
  }
}

body .recipe-ingredient-dac {
  background-color: #f4f0ec;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
body .recipe-ingredient-dac img {
  width: 60px;
  height: auto;
}
body .recipe-ingredient-dac__txt {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 12px;
  gap: 20px;
}
body .recipe-ingredient-dac__txt .btn {
  white-space: nowrap;
}
body .recipe-ingredient-dac__name {
  color: #201010;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  body .recipe-ingredient-dac__txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  body .recipe-ingredient-dac__txt .btn {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  body .recipe-ingredient-dac {
    margin-bottom: 20px;
  }
  body .recipe-ingredient-dac__txt {
    padding: 20px;
  }
  body .recipe-ingredient-dac__name {
    font-size: 20px;
  }
}

body#cms .recipe-ingredients {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
body#cms .recipe-ingredients h2,
body#cms .recipe-ingredients .h2 {
  text-align: center;
  font-size: 20px;
}
body#cms .recipe-ingredients__mainlist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body#cms .recipe-ingredients__ingredient {
  background-color: #fff;
  padding: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body#cms .recipe-ingredients {
    margin-top: 60px;
  }
  body#cms .recipe-ingredients__mainlist {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  body#cms .recipe-ingredients h2,
  body#cms .recipe-ingredients .h2 {
    font-size: 32px;
  }
}

.recipe-signature {
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .recipe-signature {
    margin-bottom: 60px;
  }
}
.recipe-signature__signature {
  color: #706060;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .recipe-signature {
    margin-top: 60px;
  }
}

.recipe-author {
  padding: 12px 12px 20px;
  background-color: #f4f0ec;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  gap: 20px 12px;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "a b" "c c";
}
.recipe-author__img {
  max-width: 80px;
}
.recipe-author__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
.recipe-author__txtcont {
  display: flex;
  flex-direction: column;
  grid-area: c;
}
.recipe-author__link {
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  color: #ac8050;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .recipe-author {
    grid-template-areas: "a b" "a c";
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    gap: 12px 32px;
  }
  .recipe-author__img {
    grid-area: a;
    grid-row: 1/3;
    max-width: 120px;
  }
  .recipe-author__name {
    grid-area: b;
  }
  .recipe-author__txtcont {
    grid-area: c;
  }
}
@media (min-width: 1200px) {
  .recipe-author {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px;
  }
  .recipe-author__name {
    font-size: 20px;
  }
  .recipe-author__link {
    font-size: 14px;
  }
}

.recipecontentblock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.recipecontentblock-container {
  background-color: #fff;
}
.recipecontentblock__image {
  display: flex;
  justify-content: center;
}
.recipecontentblock__image img {
  width: 100%;
  max-width: 400px;
}
.recipecontentblock__text__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.recipecontentblock__reassurance_cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.recipecontentblock__reassurance {
  background-color: #fcf8f8;
  padding: 8px 12px;
  gap: 8px;
  display: flex;
  align-items: center;
}
.recipecontentblock__reassurance__title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recipecontentblock__reassurance__title p {
  margin-bottom: 0;
}
.recipecontentblock__reassurance__title strong {
  font-weight: 700;
}
.recipecontentblock__links {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.recipecontentblock__links a {
  width: 100%;
}
.recipecontentblock__text__desc {
  color: #706060;
}
.recipecontentblock__text__link {
  width: 100%;
}
@media (min-width: 576px) {
  .recipecontentblock__reassurance_cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .recipecontentblock__links {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .recipecontentblock {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
  }
  .recipecontentblock__image img {
    max-width: 100%;
  }
  .recipecontentblock__reassurance_cont {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .recipecontentblock__reassurance {
    gap: 12px;
    padding: 20px 16px 20px 20px;
  }
  .recipecontentblock__reassurance__title {
    font-size: 14px;
  }
  .recipecontentblock__text__title {
    font-size: 40px;
  }
}

.cmscontentblock {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cmscontentblock {
    margin-bottom: 60px;
  }
}
.cmscontentblock:not(:has(.cmscontentblock__image)) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.cmscontentblock-container-gauche .cmscontentblock__image {
  order: -1;
}
.cmscontentblock__image {
  position: relative;
  aspect-ratio: 4/3;
}
.cmscontentblock__image img.cmscontentblock__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.cmscontentblock__text {
  background-color: var(--bgcolor, #f4f0ec);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmscontentblock__text__desc strong {
  font-weight: 600;
}
.cmscontentblock__text__desc p:last-child {
  margin-bottom: 0;
}
.cmscontentblock-align-haut .cmscontentblock__text {
  justify-content: start;
}
@media (max-width: 767.98px) {
  .cmscontentblock {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .cmscontentblock__text {
    padding: 60px;
  }
}

.table, .cms-description table {
  width: 100%;
  margin-bottom: 10px;
  color: #201010;
}
.table th, .cms-description table th,
.table td,
.cms-description table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0d8d0;
}
.table thead th, .cms-description table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0d8d0;
}
.table tbody + tbody, .cms-description table tbody + tbody {
  border-top: 2px solid #e0d8d0;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd), .cms-description table tbody tr:nth-of-type(odd) {
  background-color: #f4f0ec;
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(231.76, 219.44, 206);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(211.84, 188.96, 164);
}

.table-hover .table-primary:hover {
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.6, 228.4, 217.2);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(226.4, 205.6, 184.8);
}

.table-hover .table-secondary:hover {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(239.6, 228.4, 217.2);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(226.4, 205.6, 184.8);
}

.table-hover .table-info:hover {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(239.6, 206, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(226.4, 164, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(225.04, 194.8, 194.8);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(199.36, 143.2, 143.2);
}

.table-hover .table-danger:hover {
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th, .cms-description table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .cms-description table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e0d8d0;
}

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

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

.cms-description {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms-description {
    margin-bottom: 40px;
  }
}
.cms-description table {
  border: 1px #e0d8d0 solid;
  width: 100%;
}
.cms-description table td {
  border: 1px #e0d8d0 solid;
}
.cms-description a {
  text-decoration: underline;
}

.cms_images {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms_images {
    margin-bottom: 32px;
  }
}
.cms_images img {
  width: 100%;
}
@media (min-width: 576px) {
  .cms_images.has-2-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .cms_images.has-3-images {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cms-description__customtxt {
  display: grid;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .cms-description__customtxt {
    margin-bottom: 48px;
  }
}
.cms-description__customtxt.hasimg img {
  width: 100%;
}
.cms-description__customtxt.gauche .cms-description__customtxt-left {
  order: 2;
}
.cms-description__customtxt p {
  color: #706060;
}
.cms-description__customtxt p:last-child {
  margin-bottom: 0;
}
.cms-description__customtxt h3 {
  font-size: 16px;
}
.cms-description__customtxt-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  padding: 20px 12px;
}
.cms-description__customtxt-list ul li {
  padding: 0;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
  color: #201010;
}
.cms-description__customtxt-list ul[style*="list-style-type:square"] {
  list-style: none !important;
}
.cms-description__customtxt-list ul[style*="list-style-type:square"] li::marker {
  display: none;
}
.cms-description__customtxt-list ul[style*="list-style-type:square"] li:before {
  content: "\e91b";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 20px;
  color: #c8a078;
  position: absolute;
  left: 6px;
  top: 0;
}
@media (min-width: 1200px) {
  .cms-description__customtxt {
    gap: 60px;
  }
  .cms-description__customtxt.hasimg {
    grid-template-columns: 1fr 400px;
  }
  .cms-description__customtxt.haslist {
    grid-template-columns: 1fr 1fr;
  }
  .cms-description__customtxt h3 {
    font-size: 20px;
  }
  .cms-description__customtxt-list ul {
    padding: 40px;
  }
  .cms-description__customtxt-list ul li {
    padding-left: 48px;
  }
  .cms-description__customtxt-list ul[style*="list-style-type:square"] li:before {
    left: 14px;
    font-size: 24px;
  }
}

.product-faq {
  padding-top: 0;
}
.product-faq .bloc-faq__title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-faq .bloc-faq__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .product-faq .bloc-faq__title {
    font-size: 32px;
  }
}

.bloc-composition {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .bloc-composition {
    margin-bottom: 60px;
  }
}
.bloc-composition__ingredients {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
}
.bloc-composition__ingredients-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
}
.bloc-composition__ingredients-desc {
  color: #706060;
}
.bloc-composition__heroingredient {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.bloc-composition__heroingredient-entry {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px 20px;
  align-items: center;
  grid-template-areas: "a b" "c c";
  background-color: #f4f0ec;
  padding: 12px;
}
.bloc-composition__heroingredient-entry img {
  grid-area: a;
  width: 100%;
}
.bloc-composition__heroingredient-entry-name {
  grid-area: b;
  font-size: 16px;
  font-weight: 500;
}
.bloc-composition__heroingredient-entry-desc {
  grid-area: c;
  color: #706060;
}
.bloc-composition__nutrition {
  margin-top: 20px;
}
.bloc-composition__nutrition-title {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
.bloc-composition__nutrition ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.bloc-composition__nutrition ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 12px;
  gap: 4px;
}
.bloc-composition__nutrition ul li .name {
  color: #706060;
}
.bloc-composition__nutrition ul li .value {
  white-space: nowrap;
}
@media (min-width: 576px) {
  .bloc-composition__heroingredient-entry {
    grid-template-areas: "a b" "a c";
  }
  .bloc-composition__heroingredient-entry img {
    grid-row: 1/3;
  }
  .bloc-composition__nutrition ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .bloc-composition__nutrition ul li {
    padding: 6px 12px;
  }
}
@media (min-width: 1024px) {
  .bloc-composition__heroingredient {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .bloc-composition__ingredients {
    padding: 24px;
  }
  .bloc-composition__ingredients-title {
    font-size: 20px;
  }
  .bloc-composition__heroingredient {
    gap: 12px 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }
  .bloc-composition__heroingredient-entry {
    grid-template-columns: 80px 1fr;
  }
  .bloc-composition__heroingredient-entry-name {
    font-size: 20px;
  }
  .bloc-composition__nutrition {
    margin-top: 32px;
  }
  .bloc-composition__nutrition-title {
    font-size: 20px;
  }
  .bloc-composition__nutrition ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .bloc-composition__nutrition ul li {
    padding: 12px 16px;
  }
}

.bloc-conseils {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .bloc-conseils {
    margin-bottom: 60px;
  }
}
.bloc-conseils__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .bloc-conseils__title {
    margin-bottom: 32px;
  }
}
.bloc-conseils__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bloc-conseils__item {
  background-color: #fff;
  padding: 12px;
  color: #706060;
}
.bloc-conseils__item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #201010;
  display: block;
  line-height: 1.2;
}
.bloc-conseils__item-desc p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .bloc-conseils__list {
    gap: 20px;
  }
  .bloc-conseils__item {
    padding: 24px;
  }
  .bloc-conseils__item-title {
    font-size: 20px;
  }
}

.productcontentblock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.productcontentblock-container {
  background-color: #fff;
}
.productcontentblock__image {
  display: flex;
  justify-content: center;
}
.productcontentblock__image img {
  width: 100%;
  max-width: 400px;
}
.productcontentblock__text__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.productcontentblock__reassurance_cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.productcontentblock__reassurance {
  background-color: #fcf8f8;
  padding: 8px 12px;
  gap: 8px;
  display: flex;
  align-items: center;
}
.productcontentblock__reassurance__title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.productcontentblock__reassurance__title p {
  margin-bottom: 0;
}
.productcontentblock__reassurance__title strong {
  font-weight: 700;
}
.productcontentblock__links {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.productcontentblock__links a {
  width: 100%;
}
.productcontentblock__text__desc {
  color: #706060;
}
.productcontentblock__text__link {
  width: 100%;
}
@media (min-width: 576px) {
  .productcontentblock__reassurance_cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .productcontentblock__links {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .productcontentblock {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
  }
  .productcontentblock__image img {
    max-width: 100%;
  }
  .productcontentblock__reassurance_cont {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .productcontentblock__reassurance {
    gap: 12px;
    padding: 20px 16px 20px 20px;
  }
  .productcontentblock__reassurance__title {
    font-size: 14px;
  }
  .productcontentblock__text__title {
    font-size: 40px;
  }
}

.product-description__customtxt {
  display: grid;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .product-description__customtxt {
    margin-bottom: 60px;
  }
}
.product-description__customtxt.hasimg img {
  width: 100%;
}
.product-description__customtxt.gauche .product-description__customtxt-left {
  order: 2;
}
.product-description__customtxt p {
  color: #706060;
}
.product-description__customtxt p:last-child {
  margin-bottom: 0;
}
.product-description__customtxt h3 {
  font-size: 16px;
}
.product-description__customtxt-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  padding: 20px 12px;
}
.product-description__customtxt-list ul li {
  padding: 0;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
  color: #201010;
}
.product-description__customtxt-list ul li:before {
  content: "\e91b";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 20px;
  color: #c8a078;
  position: absolute;
  left: 6px;
  top: 0;
}
@media (min-width: 1200px) {
  .product-description__customtxt {
    gap: 60px;
  }
  .product-description__customtxt.hasimg {
    grid-template-columns: 1fr 400px;
  }
  .product-description__customtxt.haslist {
    grid-template-columns: 1fr 1fr;
  }
  .product-description__customtxt h3 {
    font-size: 20px;
  }
  .product-description__customtxt-list ul {
    padding: 40px;
  }
  .product-description__customtxt-list ul li {
    padding-left: 48px;
  }
  .product-description__customtxt-list ul li:before {
    left: 14px;
    font-size: 24px;
  }
}

.product-description__customimg {
  overflow: hidden;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .product-description__customimg {
    margin-bottom: 60px;
  }
}
.product-description__customimg .swiper {
  overflow: visible;
}
.product-description__customimg .swiper-container {
  margin-bottom: 20px;
  --swiper-scrollbar-bottom: -20px;
}
.product-diagnostic {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 32px;
  padding-bottom: 32px;
  gap: 20px;
}
.product-diagnostic__image img {
  width: 100%;
}
.product-diagnostic__text {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-diagnostic__text__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.product-diagnostic__text__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.product-diagnostic__text__desc p:last-child {
  margin-bottom: 0;
}
.product-diagnostic__text__link {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .product-diagnostic__textcont {
    order: 2;
  }
  .product-diagnostic__text__link a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-diagnostic {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-diagnostic__textcont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .product-diagnostic {
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-diagnostic__text__title {
    font-size: 40px;
  }
  .product-diagnostic__text {
    gap: 32px;
  }
}

.category-contentblock {
  /*    display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;*/
  margin-bottom: 20px;
  /*&:not(:has(.cmscontentblock__image)) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }*/
  /*&-container {
      &-gauche {
          .cmscontentblock__image {
              order: -1;
          }
      }
  }

  &__image {
      position: relative;
      aspect-ratio: 4/3;

      img.cmscontentblock__image__img {
          object-fit: cover;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          left: 0;
          z-index: 1;
      }
  }*/
  /* &-align-haut {
      .cmscontentblock__text {
          justify-content: start;
      }
  }*/
  /* @include media-breakpoint-mobile {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  @include media-breakpoint-desktop {
      &__text {
          padding: 60px;
      }
  }*/
}
@media (min-width: 1200px) {
  .category-contentblock {
    margin-bottom: 60px;
  }
}
.category-contentblock__text {
  /*background-color: var(--bgcolor, $c-beige-2);
  padding: 20px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-contentblock__text__desc strong {
  font-weight: 600;
}
.category-contentblock__text__desc p:last-child {
  margin-bottom: 0;
}
.category-contentblock h3 {
  font-family: "Felgine";
}
.category-contentblock ul {
  -moz-column-count: 2;
       column-count: 2;
  padding: 20px;
  padding-left: 20px;
  background-color: #fcf8f8;
  padding-left: 40px;
  list-style: disc;
}
.category-contentblock ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  position: relative;
  /*&:before {
      content: "\e91b";
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: normal;
      font-family: $icomoon-font-family;
      font-size: 20px;
      color: $c-gold-3;
      position: absolute;
      left: 0;
      top: 0;
  }*/
}
.category-contentblock table {
  background-color: #fcf8f8;
}
.category-contentblock table td img {
  max-width: 200px;
  padding-right: 20px;
}
.category-contentblock blockquote {
  border-left: 4px solid #ac8050;
  padding: 1rem 1.5rem;
  margin: 1.5em 0;
}
@media (max-width: 767.98px) {
  .category-contentblock ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 480px) {
  .category-contentblock table td img {
    padding-right: 0;
    display: none;
  }
}

.category-readmore-container {
  background-color: #fcf8f8;
  padding-bottom: 32px;
}
.category-readmore__text {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 500;
}
.category-readmore__text a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.category-readmore__text a:after {
  content: "\e90f";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 20px;
  color: #c8a078;
}
@media (min-width: 1200px) {
  .category-readmore-container {
    padding-bottom: 60px;
  }
  .category-readmore__text {
    padding: 40px;
  }
}
@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
.favorite-btn {
  /* stylelint-disable */
  /* stylelint-disable */
  /* stylelint-disable */
}
.favorite-btn[data-active=true]:hover, .favorite-btn[data-active=true]:focus, .favorite-btn[data-active=true]:active, .favorite-btn[data-active=true] {
  /* stylelint-enable */
  color: #ac8050;
}
.favorite-btn[data-active=true] {
  /* stylelint-enable */
}
.favorite-btn[data-active=true] .favorite-btn__content--add {
  display: none;
}
.favorite-btn[data-active=false] {
  /* stylelint-enable */
}
.favorite-btn[data-active=false] .favorite-btn__content--added {
  display: none;
}
