/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.chat__header:after,
.dropdown-catalog > .nav-link:after,
.dropdown > .nav-link:after,
.messengers__toggle:before,
.nav-list li.dropdown-item > a:after,
.product__fav:after,
.product__fav:before,
.video-embed:before,
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb,
.f-menu,
.nav-list,
.nav-tabs,
.navbar,
.share-list__items,
.side-menu,
.submenu,
.table-of-contents__list,
.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.messengers__control,
.radio input,
.radio-tag input,
.selectbox__item input {
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  z-index: -1;
}
.pagination {
  gap: 8px;
}
.page-link {
  border-radius: 50px;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.container,
.container-fluid {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  width: 100%;
}
.container {
  max-width: 1440px;
  min-width: 320px;
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
}
.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) * -0.5);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-top: calc(var(--gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--gutter-y);
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  width: 100%;
}
.categories,
.grid,
.grid-5 {
  display: grid;
  grid-template-columns: repeat(var(--columns, 12), 1fr);
  grid-template-rows: repeat(var(--rows, 1), 1fr);
  grid-gap: var(--gap, 1.5rem);
  gap: var(--gap, 1.5rem);
}
.categories .g-col-1,
.grid .g-col-1,
.grid-5 .g-col-1 {
  grid-column: auto/span 1;
}
.categories .g-col-2,
.grid .g-col-2,
.grid-5 .g-col-2 {
  grid-column: auto/span 2;
}
.categories .g-col-3,
.grid .g-col-3,
.grid-5 .g-col-3 {
  grid-column: auto/span 3;
}
.categories .g-col-4,
.grid .g-col-4,
.grid-5 .g-col-4 {
  grid-column: auto/span 4;
}
.categories .g-col-5,
.grid .g-col-5,
.grid-5 .g-col-5 {
  grid-column: auto/span 5;
}
.categories .g-col-6,
.grid .g-col-6,
.grid-5 .g-col-6 {
  grid-column: auto/span 6;
}
.categories .g-col-7,
.grid .g-col-7,
.grid-5 .g-col-7 {
  grid-column: auto/span 7;
}
.categories .g-col-8,
.grid .g-col-8,
.grid-5 .g-col-8 {
  grid-column: auto/span 8;
}
.categories .g-col-9,
.grid .g-col-9,
.grid-5 .g-col-9 {
  grid-column: auto/span 9;
}
.categories .g-col-10,
.grid .g-col-10,
.grid-5 .g-col-10 {
  grid-column: auto/span 10;
}
.categories .g-col-11,
.grid .g-col-11,
.grid-5 .g-col-11 {
  grid-column: auto/span 11;
}
.categories .g-col-12,
.grid .g-col-12,
.grid-5 .g-col-12 {
  grid-column: auto/span 12;
}
.categories .g-start-1,
.grid .g-start-1,
.grid-5 .g-start-1 {
  grid-column-start: 1;
}
.categories .g-start-2,
.grid .g-start-2,
.grid-5 .g-start-2 {
  grid-column-start: 2;
}
.categories .g-start-3,
.grid .g-start-3,
.grid-5 .g-start-3 {
  grid-column-start: 3;
}
.categories .g-start-4,
.grid .g-start-4,
.grid-5 .g-start-4 {
  grid-column-start: 4;
}
.categories .g-start-5,
.grid .g-start-5,
.grid-5 .g-start-5 {
  grid-column-start: 5;
}
.categories .g-start-6,
.grid .g-start-6,
.grid-5 .g-start-6 {
  grid-column-start: 6;
}
.categories .g-start-7,
.grid .g-start-7,
.grid-5 .g-start-7 {
  grid-column-start: 7;
}
.categories .g-start-8,
.grid .g-start-8,
.grid-5 .g-start-8 {
  grid-column-start: 8;
}
.categories .g-start-9,
.grid .g-start-9,
.grid-5 .g-start-9 {
  grid-column-start: 9;
}
.categories .g-start-10,
.grid .g-start-10,
.grid-5 .g-start-10 {
  grid-column-start: 10;
}
.categories .g-start-11,
.grid .g-start-11,
.grid-5 .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .categories .g-col-sm-1,
  .grid .g-col-sm-1,
  .grid-5 .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .categories .g-col-sm-2,
  .grid .g-col-sm-2,
  .grid-5 .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .categories .g-col-sm-3,
  .grid .g-col-sm-3,
  .grid-5 .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .categories .g-col-sm-4,
  .grid .g-col-sm-4,
  .grid-5 .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .categories .g-col-sm-5,
  .grid .g-col-sm-5,
  .grid-5 .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .categories .g-col-sm-6,
  .grid .g-col-sm-6,
  .grid-5 .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .categories .g-col-sm-7,
  .grid .g-col-sm-7,
  .grid-5 .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .categories .g-col-sm-8,
  .grid .g-col-sm-8,
  .grid-5 .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .categories .g-col-sm-9,
  .grid .g-col-sm-9,
  .grid-5 .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .categories .g-col-sm-10,
  .grid .g-col-sm-10,
  .grid-5 .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .categories .g-col-sm-11,
  .grid .g-col-sm-11,
  .grid-5 .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .categories .g-col-sm-12,
  .grid .g-col-sm-12,
  .grid-5 .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .categories .g-start-sm-1,
  .grid .g-start-sm-1,
  .grid-5 .g-start-sm-1 {
    grid-column-start: 1;
  }
  .categories .g-start-sm-2,
  .grid .g-start-sm-2,
  .grid-5 .g-start-sm-2 {
    grid-column-start: 2;
  }
  .categories .g-start-sm-3,
  .grid .g-start-sm-3,
  .grid-5 .g-start-sm-3 {
    grid-column-start: 3;
  }
  .categories .g-start-sm-4,
  .grid .g-start-sm-4,
  .grid-5 .g-start-sm-4 {
    grid-column-start: 4;
  }
  .categories .g-start-sm-5,
  .grid .g-start-sm-5,
  .grid-5 .g-start-sm-5 {
    grid-column-start: 5;
  }
  .categories .g-start-sm-6,
  .grid .g-start-sm-6,
  .grid-5 .g-start-sm-6 {
    grid-column-start: 6;
  }
  .categories .g-start-sm-7,
  .grid .g-start-sm-7,
  .grid-5 .g-start-sm-7 {
    grid-column-start: 7;
  }
  .categories .g-start-sm-8,
  .grid .g-start-sm-8,
  .grid-5 .g-start-sm-8 {
    grid-column-start: 8;
  }
  .categories .g-start-sm-9,
  .grid .g-start-sm-9,
  .grid-5 .g-start-sm-9 {
    grid-column-start: 9;
  }
  .categories .g-start-sm-10,
  .grid .g-start-sm-10,
  .grid-5 .g-start-sm-10 {
    grid-column-start: 10;
  }
  .categories .g-start-sm-11,
  .grid .g-start-sm-11,
  .grid-5 .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .categories .g-col-md-1,
  .grid .g-col-md-1,
  .grid-5 .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .categories .g-col-md-2,
  .grid .g-col-md-2,
  .grid-5 .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .categories .g-col-md-3,
  .grid .g-col-md-3,
  .grid-5 .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .categories .g-col-md-4,
  .grid .g-col-md-4,
  .grid-5 .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .categories .g-col-md-5,
  .grid .g-col-md-5,
  .grid-5 .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .categories .g-col-md-6,
  .grid .g-col-md-6,
  .grid-5 .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .categories .g-col-md-7,
  .grid .g-col-md-7,
  .grid-5 .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .categories .g-col-md-8,
  .grid .g-col-md-8,
  .grid-5 .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .categories .g-col-md-9,
  .grid .g-col-md-9,
  .grid-5 .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .categories .g-col-md-10,
  .grid .g-col-md-10,
  .grid-5 .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .categories .g-col-md-11,
  .grid .g-col-md-11,
  .grid-5 .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .categories .g-col-md-12,
  .grid .g-col-md-12,
  .grid-5 .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .categories .g-start-md-1,
  .grid .g-start-md-1,
  .grid-5 .g-start-md-1 {
    grid-column-start: 1;
  }
  .categories .g-start-md-2,
  .grid .g-start-md-2,
  .grid-5 .g-start-md-2 {
    grid-column-start: 2;
  }
  .categories .g-start-md-3,
  .grid .g-start-md-3,
  .grid-5 .g-start-md-3 {
    grid-column-start: 3;
  }
  .categories .g-start-md-4,
  .grid .g-start-md-4,
  .grid-5 .g-start-md-4 {
    grid-column-start: 4;
  }
  .categories .g-start-md-5,
  .grid .g-start-md-5,
  .grid-5 .g-start-md-5 {
    grid-column-start: 5;
  }
  .categories .g-start-md-6,
  .grid .g-start-md-6,
  .grid-5 .g-start-md-6 {
    grid-column-start: 6;
  }
  .categories .g-start-md-7,
  .grid .g-start-md-7,
  .grid-5 .g-start-md-7 {
    grid-column-start: 7;
  }
  .categories .g-start-md-8,
  .grid .g-start-md-8,
  .grid-5 .g-start-md-8 {
    grid-column-start: 8;
  }
  .categories .g-start-md-9,
  .grid .g-start-md-9,
  .grid-5 .g-start-md-9 {
    grid-column-start: 9;
  }
  .categories .g-start-md-10,
  .grid .g-start-md-10,
  .grid-5 .g-start-md-10 {
    grid-column-start: 10;
  }
  .categories .g-start-md-11,
  .grid .g-start-md-11,
  .grid-5 .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .categories .g-col-lg-1,
  .grid .g-col-lg-1,
  .grid-5 .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .categories .g-col-lg-2,
  .grid .g-col-lg-2,
  .grid-5 .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .categories .g-col-lg-3,
  .grid .g-col-lg-3,
  .grid-5 .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .categories .g-col-lg-4,
  .grid .g-col-lg-4,
  .grid-5 .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .categories .g-col-lg-5,
  .grid .g-col-lg-5,
  .grid-5 .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .categories .g-col-lg-6,
  .grid .g-col-lg-6,
  .grid-5 .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .categories .g-col-lg-7,
  .grid .g-col-lg-7,
  .grid-5 .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .categories .g-col-lg-8,
  .grid .g-col-lg-8,
  .grid-5 .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .categories .g-col-lg-9,
  .grid .g-col-lg-9,
  .grid-5 .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .categories .g-col-lg-10,
  .grid .g-col-lg-10,
  .grid-5 .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .categories .g-col-lg-11,
  .grid .g-col-lg-11,
  .grid-5 .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .categories .g-col-lg-12,
  .grid .g-col-lg-12,
  .grid-5 .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .categories .g-start-lg-1,
  .grid .g-start-lg-1,
  .grid-5 .g-start-lg-1 {
    grid-column-start: 1;
  }
  .categories .g-start-lg-2,
  .grid .g-start-lg-2,
  .grid-5 .g-start-lg-2 {
    grid-column-start: 2;
  }
  .categories .g-start-lg-3,
  .grid .g-start-lg-3,
  .grid-5 .g-start-lg-3 {
    grid-column-start: 3;
  }
  .categories .g-start-lg-4,
  .grid .g-start-lg-4,
  .grid-5 .g-start-lg-4 {
    grid-column-start: 4;
  }
  .categories .g-start-lg-5,
  .grid .g-start-lg-5,
  .grid-5 .g-start-lg-5 {
    grid-column-start: 5;
  }
  .categories .g-start-lg-6,
  .grid .g-start-lg-6,
  .grid-5 .g-start-lg-6 {
    grid-column-start: 6;
  }
  .categories .g-start-lg-7,
  .grid .g-start-lg-7,
  .grid-5 .g-start-lg-7 {
    grid-column-start: 7;
  }
  .categories .g-start-lg-8,
  .grid .g-start-lg-8,
  .grid-5 .g-start-lg-8 {
    grid-column-start: 8;
  }
  .categories .g-start-lg-9,
  .grid .g-start-lg-9,
  .grid-5 .g-start-lg-9 {
    grid-column-start: 9;
  }
  .categories .g-start-lg-10,
  .grid .g-start-lg-10,
  .grid-5 .g-start-lg-10 {
    grid-column-start: 10;
  }
  .categories .g-start-lg-11,
  .grid .g-start-lg-11,
  .grid-5 .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .categories .g-col-xl-1,
  .grid .g-col-xl-1,
  .grid-5 .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .categories .g-col-xl-2,
  .grid .g-col-xl-2,
  .grid-5 .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .categories .g-col-xl-3,
  .grid .g-col-xl-3,
  .grid-5 .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .categories .g-col-xl-4,
  .grid .g-col-xl-4,
  .grid-5 .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .categories .g-col-xl-5,
  .grid .g-col-xl-5,
  .grid-5 .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .categories .g-col-xl-6,
  .grid .g-col-xl-6,
  .grid-5 .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .categories .g-col-xl-7,
  .grid .g-col-xl-7,
  .grid-5 .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .categories .g-col-xl-8,
  .grid .g-col-xl-8,
  .grid-5 .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .categories .g-col-xl-9,
  .grid .g-col-xl-9,
  .grid-5 .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .categories .g-col-xl-10,
  .grid .g-col-xl-10,
  .grid-5 .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .categories .g-col-xl-11,
  .grid .g-col-xl-11,
  .grid-5 .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .categories .g-col-xl-12,
  .grid .g-col-xl-12,
  .grid-5 .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .categories .g-start-xl-1,
  .grid .g-start-xl-1,
  .grid-5 .g-start-xl-1 {
    grid-column-start: 1;
  }
  .categories .g-start-xl-2,
  .grid .g-start-xl-2,
  .grid-5 .g-start-xl-2 {
    grid-column-start: 2;
  }
  .categories .g-start-xl-3,
  .grid .g-start-xl-3,
  .grid-5 .g-start-xl-3 {
    grid-column-start: 3;
  }
  .categories .g-start-xl-4,
  .grid .g-start-xl-4,
  .grid-5 .g-start-xl-4 {
    grid-column-start: 4;
  }
  .categories .g-start-xl-5,
  .grid .g-start-xl-5,
  .grid-5 .g-start-xl-5 {
    grid-column-start: 5;
  }
  .categories .g-start-xl-6,
  .grid .g-start-xl-6,
  .grid-5 .g-start-xl-6 {
    grid-column-start: 6;
  }
  .categories .g-start-xl-7,
  .grid .g-start-xl-7,
  .grid-5 .g-start-xl-7 {
    grid-column-start: 7;
  }
  .categories .g-start-xl-8,
  .grid .g-start-xl-8,
  .grid-5 .g-start-xl-8 {
    grid-column-start: 8;
  }
  .categories .g-start-xl-9,
  .grid .g-start-xl-9,
  .grid-5 .g-start-xl-9 {
    grid-column-start: 9;
  }
  .categories .g-start-xl-10,
  .grid .g-start-xl-10,
  .grid-5 .g-start-xl-10 {
    grid-column-start: 10;
  }
  .categories .g-start-xl-11,
  .grid .g-start-xl-11,
  .grid-5 .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .categories .g-col-xxl-1,
  .grid .g-col-xxl-1,
  .grid-5 .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .categories .g-col-xxl-2,
  .grid .g-col-xxl-2,
  .grid-5 .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .categories .g-col-xxl-3,
  .grid .g-col-xxl-3,
  .grid-5 .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .categories .g-col-xxl-4,
  .grid .g-col-xxl-4,
  .grid-5 .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .categories .g-col-xxl-5,
  .grid .g-col-xxl-5,
  .grid-5 .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .categories .g-col-xxl-6,
  .grid .g-col-xxl-6,
  .grid-5 .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .categories .g-col-xxl-7,
  .grid .g-col-xxl-7,
  .grid-5 .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .categories .g-col-xxl-8,
  .grid .g-col-xxl-8,
  .grid-5 .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .categories .g-col-xxl-9,
  .grid .g-col-xxl-9,
  .grid-5 .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .categories .g-col-xxl-10,
  .grid .g-col-xxl-10,
  .grid-5 .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .categories .g-col-xxl-11,
  .grid .g-col-xxl-11,
  .grid-5 .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .categories .g-col-xxl-12,
  .grid .g-col-xxl-12,
  .grid-5 .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .categories .g-start-xxl-1,
  .grid .g-start-xxl-1,
  .grid-5 .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .categories .g-start-xxl-2,
  .grid .g-start-xxl-2,
  .grid-5 .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .categories .g-start-xxl-3,
  .grid .g-start-xxl-3,
  .grid-5 .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .categories .g-start-xxl-4,
  .grid .g-start-xxl-4,
  .grid-5 .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .categories .g-start-xxl-5,
  .grid .g-start-xxl-5,
  .grid-5 .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .categories .g-start-xxl-6,
  .grid .g-start-xxl-6,
  .grid-5 .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .categories .g-start-xxl-7,
  .grid .g-start-xxl-7,
  .grid-5 .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .categories .g-start-xxl-8,
  .grid .g-start-xxl-8,
  .grid-5 .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .categories .g-start-xxl-9,
  .grid .g-start-xxl-9,
  .grid-5 .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .categories .g-start-xxl-10,
  .grid .g-start-xxl-10,
  .grid-5 .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .categories .g-start-xxl-11,
  .grid .g-start-xxl-11,
  .grid-5 .g-start-xxl-11 {
    grid-column-start: 11;
  }
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --gutter-x: 0;
}
.g-0,
.gy-0 {
  --gutter-y: 0;
}
.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3rem;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --offcanvas-zindex: 1045;
  --offcanvas-width: 700px;
  --offcanvas-height: 30vh;
  --offcanvas-padding-x: 1rem;
  --offcanvas-padding-y: 1rem;
  --offcanvas-color: #000;
  --offcanvas-bg: #fff;
  --offcanvas-border-width: 1px;
  --offcanvas-border-color: #ccc;
  --offcanvas-box-shadow: var(--box-shadow-sm);
  --offcanvas-transition: transform 0.3s ease-in-out;
  --offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-sm.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-sm.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom,
  .offcanvas-sm.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-sm.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-md.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-md.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom,
  .offcanvas-md.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-md.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-lg.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-lg.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom,
  .offcanvas-lg.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-lg.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xl.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xl.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom,
  .offcanvas-xl.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xl.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    background-clip: padding-box;
    background-color: var(--offcanvas-bg);
    bottom: 0;
    color: var(--offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--offcanvas-transition);
    visibility: hidden;
    z-index: var(--offcanvas-zindex);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    border-right: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xxl.offcanvas-end {
    border-left: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--offcanvas-width);
  }
  .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    top: 0;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom,
  .offcanvas-xxl.offcanvas-top {
    height: var(--offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
  }
  .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--offcanvas-border-width) solid
      var(--offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --offcanvas-height: auto;
    --offcanvas-border-width: 0;
    background-color: #0000 !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    background-color: #0000 !important;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
.offcanvas {
  background-clip: padding-box;
  background-color: var(--offcanvas-bg);
  bottom: 0;
  color: var(--offcanvas-color);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: var(--offcanvas-transition);
  visibility: hidden;
  z-index: var(--offcanvas-zindex);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  border-right: var(--offcanvas-border-width) solid
    var(--offcanvas-border-color);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: var(--offcanvas-width);
}
.offcanvas.offcanvas-end {
  border-left: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: var(--offcanvas-width);
}
.offcanvas.offcanvas-top {
  border-bottom: var(--offcanvas-border-width) solid
    var(--offcanvas-border-color);
  top: 0;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
  height: var(--offcanvas-height);
  left: 0;
  max-height: 100%;
  right: 0;
}
.offcanvas.offcanvas-bottom {
  border-top: var(--offcanvas-border-width) solid var(--offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  align-items: center;
  display: flex;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  margin-bottom: calc(var(--offcanvas-padding-y) * -0.5);
  margin-left: auto;
  margin-right: calc(var(--offcanvas-padding-x) * -0.5);
  margin-top: calc(var(--offcanvas-padding-y) * -0.5);
  padding: calc(var(--offcanvas-padding-y) * 0.5)
    calc(var(--offcanvas-padding-x) * 0.5);
}
.offcanvas-title {
  line-height: var(--offcanvas-title-line-height);
  margin-bottom: 0;
}
.offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: var(--offcanvas-padding-y) var(--offcanvas-padding-x);
}
.tooltip {
  --tooltip-zindex: 1080;
  --tooltip-max-width: 200px;
  --tooltip-padding-x: 0.5rem;
  --tooltip-padding-y: 0.25rem;
  --tooltip-margin: ;
  --tooltip-font-size: 0.875rem;
  --tooltip-color: #fff;
  --tooltip-bg: #000;
  --tooltip-border-radius: 0.375rem;
  --tooltip-opacity: 0.9;
  --tooltip-arrow-width: 0.8rem;
  --tooltip-arrow-height: 0.4rem;
  display: block;
  font-family: var(--font-sans-serif);
  font-size: var(--tooltip-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: var(--tooltip-margin);
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--tooltip-zindex);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  height: var(--tooltip-arrow-height);
  width: var(--tooltip-arrow-width);
}
.tooltip .tooltip-arrow:before {
  border-color: #0000;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(var(--tooltip-arrow-height) * -1);
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--tooltip-bg);
  border-width: var(--tooltip-arrow-height)
    calc(var(--tooltip-arrow-width) * 0.5) 0;
  top: -1px;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height: var(--tooltip-arrow-width);
  left: calc(var(--tooltip-arrow-height) * -1);
  width: var(--tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: var(--tooltip-bg);
  border-width: calc(var(--tooltip-arrow-width) * 0.5)
    var(--tooltip-arrow-height) calc(var(--tooltip-arrow-width) * 0.5) 0;
  right: -1px;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(var(--tooltip-arrow-height) * -1);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--tooltip-bg);
  border-width: 0 calc(var(--tooltip-arrow-width) * 0.5)
    var(--tooltip-arrow-height);
  bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height: var(--tooltip-arrow-width);
  right: calc(var(--tooltip-arrow-height) * -1);
  width: var(--tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: var(--tooltip-bg);
  border-width: calc(var(--tooltip-arrow-width) * 0.5) 0
    calc(var(--tooltip-arrow-width) * 0.5) var(--tooltip-arrow-height);
  left: -1px;
}
.tooltip-inner {
  background-color: var(--tooltip-bg);
  border-radius: var(--tooltip-border-radius);
  color: var(--tooltip-color);
  max-width: var(--tooltip-max-width);
  padding: var(--tooltip-padding-y) var(--tooltip-padding-x);
  text-align: center;
}
.pagination {
  --pagination-padding-x: 12px;
  --pagination-padding-y: 8px;
  --pagination-font-size: 1rem;
  --pagination-color: #212121;
  --pagination-bg: #eff0f1;
  --pagination-border-width: 1px;
  --pagination-border-color: #eff0f1;
  --pagination-border-radius: 50px;
  --pagination-hover-color: #212121;
  --pagination-hover-bg: #d4d7d9;
  --pagination-hover-border-color: #d4d7d9;
  --pagination-focus-color: var(--link-hover-color);
  --pagination-focus-bg: var(--secondary-bg);
  --pagination-focus-box-shadow: 0 0 0 0.25rem #0d6efd40;
  --pagination-active-color: #fff;
  --pagination-active-bg: #7a7d87;
  --pagination-active-border-color: #7a7d87;
  --pagination-disabled-color: var(--secondary-color);
  --pagination-disabled-bg: var(--secondary-bg);
  --pagination-disabled-border-color: var(--border-color);
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: var(--pagination-bg);
  border: var(--pagination-border-width) solid var(--pagination-border-color);
  color: var(--pagination-color);
  display: block;
  font-size: var(--pagination-font-size);
  padding: var(--pagination-padding-y) var(--pagination-padding-x);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border-color);
  color: var(--pagination-hover-color);
  z-index: 2;
}
.page-link:focus {
  background-color: var(--pagination-focus-bg);
  box-shadow: var(--pagination-focus-box-shadow);
  color: var(--pagination-focus-color);
  outline: 0;
  z-index: 3;
}
.active > .page-link,
.page-link.active {
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border-color);
  color: var(--pagination-active-color);
  z-index: 3;
}
.disabled > .page-link,
.page-link.disabled {
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border-color);
  color: var(--pagination-disabled-color);
  pointer-events: none;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: var(--pagination-border-radius);
  border-top-left-radius: var(--pagination-border-radius);
}
.page-item:last-child .page-link {
  border-bottom-right-radius: var(--pagination-border-radius);
  border-top-right-radius: var(--pagination-border-radius);
}
.pagination-lg {
  --pagination-padding-x: 1.5rem;
  --pagination-padding-y: 0.75rem;
  --pagination-font-size: 1.25rem;
  --pagination-border-radius: var(--border-radius-lg);
}
.pagination-sm {
  --pagination-padding-x: 0.5rem;
  --pagination-padding-y: 0.25rem;
  --pagination-font-size: 0.875rem;
  --pagination-border-radius: var(--border-radius-sm);
}
.accordion {
  --accordion-color: var(--body-color);
  --accordion-bg: var(--body-bg);
  --accordion-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,
    border-radius 0.15s ease;
  --accordion-border-color: var(--border-color);
  --accordion-border-width: var(--border-width);
  --accordion-border-radius: var(--border-radius);
  --accordion-inner-border-radius: calc(
    var(--border-radius) - var(--border-width)
  );
  --accordion-btn-padding-x: 1.25rem;
  --accordion-btn-padding-y: 1rem;
  --accordion-btn-color: var(--body-color);
  --accordion-btn-bg: var(--accordion-bg);
  --accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  --accordion-btn-icon-width: 1.25rem;
  --accordion-btn-icon-transform: rotate(-180deg);
  --accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  --accordion-btn-focus-box-shadow: 0 0 0 0.25rem #0d6efd40;
  --accordion-body-padding-x: 1.25rem;
  --accordion-body-padding-y: 1rem;
  --accordion-active-color: var(--primary-text-emphasis);
  --accordion-active-bg: var(--primary-bg-subtle);
}
.accordion-button {
  align-items: center;
  background-color: var(--accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--accordion-btn-color);
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: var(--accordion-btn-padding-y) var(--accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--accordion-transition);
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: var(--accordion-active-bg);
  box-shadow: inset 0 calc(var(--accordion-border-width) * -1) 0
    var(--accordion-border-color);
  color: var(--accordion-active-color);
}
.accordion-button:not(.collapsed):after {
  background-image: var(--accordion-btn-active-icon);
  transform: var(--accordion-btn-icon-transform);
}
.accordion-button:after {
  background-image: var(--accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--accordion-btn-icon-transition);
  width: var(--accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  box-shadow: var(--accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: var(--accordion-bg);
  border: var(--accordion-border-width) solid var(--accordion-border-color);
  color: var(--accordion-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--accordion-border-radius);
  border-top-right-radius: var(--accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--accordion-inner-border-radius);
  border-top-right-radius: var(--accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: var(--accordion-border-radius);
  border-bottom-right-radius: var(--accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--accordion-inner-border-radius);
  border-bottom-right-radius: var(--accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-left-radius: var(--accordion-border-radius);
  border-bottom-right-radius: var(--accordion-border-radius);
}
.accordion-body {
  padding: var(--accordion-body-padding-y) var(--accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button:after {
  --accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236ea8fe' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  --accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236ea8fe' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
.form-text {
  color: var(--secondary-color);
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0.75rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  color: #333;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
  margin: 0;
  min-width: 85px;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #b6b5b5;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  background-color: var(--tertiary-bg);
  border-color: inherit;
  border-radius: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  color: #333;
  margin: -10px 0.75rem -10px -0.75rem;
  padding: 10px 0.75rem;
  pointer-events: none;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  background-color: var(--tertiary-bg);
  border-color: inherit;
  border-radius: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  color: #333;
  margin: -10px 0.75rem -10px -0.75rem;
  padding: 10px 0.75rem;
  pointer-events: none;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--secondary-bg);
}
.form-control-plaintext {
  background-color: #0000;
  border: solid #0000;
  border-width: 1px 0;
  color: var(--body-color);
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 8px;
  font-size: 0.875rem;
  min-height: calc(1.5em + 14px);
  padding: 6px 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  margin: -6px 0.5rem -6px -0.5rem;
  padding: 6px 0.5rem;
}
.form-control-sm::file-selector-button {
  margin: -6px 0.5rem -6px -0.5rem;
  padding: 6px 0.5rem;
}
.form-control-lg {
  border-radius: var(--border-radius-lg);
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  margin: -0.5rem 1rem -0.5rem -1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  margin: -0.5rem 1rem -0.5rem -1rem;
  padding: 0.5rem 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 22px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 14px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  height: calc(1.5em + 22px);
  padding: 10px;
  width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 12px;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 12px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 14px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #ececec;
  border-radius: 12px;
  color: #333;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  border-radius: var(--border-radius-lg);
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 6px 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-control,
.input-group.has-validation
  > .form-floating:nth-last-child(n + 3)
  > .form-select,
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-control,
.input-group:not(.has-validation)
  > .form-floating:not(:last-child)
  > .form-select,
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-text {
  font-size: 1.5em;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !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;
}
.d-none {
  display: none !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;
}
.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;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.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;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !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;
  }
  .d-xxl-none {
    display: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .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;
  }
  .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;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}
.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.choices {
  font-size: 16px;
  margin-bottom: 24px; /*overflow:hidden;*/
  position: relative;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.25;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}
.choices[data-type*="select-one"]
  .choices__item[data-placeholder]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  border: 5px solid #0000;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: #0000 #0000 #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-left: 1px solid #003642;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 -4px 0 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  width: 100%;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 10px 10px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 10px 10px;
}
.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  background-color: #005f75;
  border: 1px solid #004a5c;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  word-break: break-all;
  z-index: 1;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 300px;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]:after,
  .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text]:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"]
    .choices__list--dropdown
    .choices__item--selectable[data-select-text],
  [dir="rtl"]
    .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text] {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }
  [dir="rtl"]
    .choices__list--dropdown
    .choices__item--selectable[data-select-text]:after,
  [dir="rtl"]
    .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text]:after {
    left: 10px;
    right: auto;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  user-select: none;
}
.choices__heading {
  border-bottom: 1px solid #f7f7f7;
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}
.choices__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: initial;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}
.choices__placeholder {
  opacity: 0.5;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.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-left: 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-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5px;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
button {
  cursor: pointer;
}
h1 {
  font-weight: 600;
}
h2 {
  font-weight: 500;
}
textarea {
  resize: vertical;
}
.fw-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  min-width: 320px;
  overflow: hidden;
}
.content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.footer,
.header {
  flex: 0 0 auto;
}
.text-reset {
  color: inherit !important;
}
.img-cover {
  object-fit: cover;
}
.img-contain,
.img-cover {
  display: block;
  height: 100%;
  width: 100%;
}
.img-contain {
  object-fit: contain;
}
.img-fluid {
  display: block;
  height: auto;
  max-width: 100%;
}
.gallery-item {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.select-btn {
  align-items: center;
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  padding: 7.5px;
  position: relative;
  width: 100%;
}
.select-btn:after {
  border: 5px solid #0000;
  border-top-color: #333;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}
.grid-5 {
  --gap: 10px;
  --columns: 2;
}
.grid-5 > * {
  min-width: 0;
}
@media (min-width: 400px) {
  .grid-5 {
    --columns: 2;
  }
}
@media (min-width: 768px) {
  .grid-5 {
    --gap: 1.5rem;
    --columns: 3;
  }
}
@media (min-width: 992px) {
  .grid-5 {
    --columns: 4;
  }
}
@media (min-width: 1200px) {
  .grid-5 {
    --columns: 5;
  }
}
.categories {
  --gap: 1rem;
  --columns: 2;
}
.categories > * {
  min-width: 0;
}
@media (min-width: 768px) {
  .categories {
    --gap: 1.5rem;
    --columns: 3;
  }
}
@media (min-width: 992px) {
  .categories {
    --columns: 4;
  }
}
@media (min-width: 1200px) {
  .categories {
    --columns: 5;
  }
}
.block-pagination {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.block-pagination .pagination {
  justify-content: center;
  overflow: auto;
  width: 100%;
}
.pagination-more {
  background: #eff0f1;
  border: 1px solid #eff0f1;
  border-radius: 50px;
  color: #212121;
  padding: 8px 12px;
}
.pagination-more:hover {
  background-color: #d4d7d9;
  border-color: #d4d7d9;
  color: #212121;
}
.btn-remove {
  color: #ff1a1a;
  font-size: 28px;
}
.cart__prices {
  margin-left: auto;
  margin-top: 30px;
  max-width: 250px;
}
.cart__price-box {
  display: flex;
  justify-content: space-between;
}
.cart__price-box span {
  font-weight: 500;
}
.cart__price-box p {
  color: #00a2b0;
  font-weight: 600;
}
.cart__price_button {
  align-items: center;
  background-color: #ee9628;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}
.menu-backdrop {
  background-color: #00000080;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.color-secondary {
  color: #585858 !important;
}
.color-default {
  color: #000 !important;
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.price {
  white-space: nowrap;
}
.price ins {
  display: block;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.price del {
  color: #757b7e;
  font-size: 0.75em;
}
.remove-btn,
.text-small {
  color: #757b7e;
  font-size: 12px;
}
.remove-btn {
  align-items: center;
  background: none;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  text-transform: uppercase;
}
.remove-btn [class^="icon-"] {
  font-size: 14px;
}
.remove-btn:hover {
  color: #000;
}
.cart-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.page-link {
  color: #757b7e;
  font-size: 14px;
}
.share-btn {
  align-items: center;
  background: none;
  border: none;
  color: #757b7e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
  padding: 5px;
  text-transform: uppercase;
}
.share-btn [class^="icon-"] {
  font-size: 20px;
}
.share-btn:hover {
  color: #000;
}
[data-type="counter"] {
  background: none;
  border: 1px solid #ececec;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.counter {
  align-items: center;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  white-space: nowrap;
}
.counter-int {
  background: #fafafa;
  border: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  height: 30px;
  outline: none;
  text-align: center;
  transition: border-color 0.3s ease-in-out;
  width: 30px;
}
.counter-less,
.counter-more {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 36px;
}
.counter-less:disabled,
.counter-more:disabled {
  cursor: default;
  opacity: 0.5;
}
.radio__label:before,
.selectbox__label:before {
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  flex: 0 0 var(--check-size);
  height: var(--check-size);
  width: var(--check-size);
}
.radio__label:before {
  content: "";
  --check-size: 15px;
  background: #fff;
}
.radio__label {
  align-items: center;
  color: #a0a0a0;
  display: inline-flex;
  font-size: 16px;
  gap: 10px;
}
.radio:hover .radio__label {
  color: #878787;
}
.radio > input:checked ~ .radio__label:before {
  background-color: #a0a0a0;
}
.radio > input:checked ~ .radio__label {
  color: #333;
}
.choice-option-row {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 0;
}
.choice-option-row img {
  border-radius: 4px;
  box-shadow: 0 1px 2px #00000014;
  height: 40px;
  object-fit: cover;
  width: 40px;
}
.choices__list--single .choices__item {
  padding-right: 12px;
}
.choices__item--choice.is-highlighted {
  background: #757b7e;
  color: #fff;
}
.choices__inner,
.choices__list .is-selected {
  background: #efefef;
  color: #000;
}
.choices__inner {
  border-color: #efefef;
  cursor: pointer;
  min-height: 44px;
}
.tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .tabs {
    margin-bottom: 20px;
  }
}
.tab-link {
  background: none;
  border: none;
  border-bottom: 2px solid #0000;
  color: #6b7173;
  cursor: pointer;
  font-size: 18px;
  padding: 4px 0;
  white-space: nowrap;
}
.tab-link:hover {
  color: #000;
}
.tab-link.active {
  border-color: #ff6a00;
  color: #000;
}
@media (min-width: 768px) {
  .tab-link {
    font-size: 20px;
  }
}
.tab-pane {
  line-height: 1.4;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nav-item {
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 8px 14px;
  transition: box-shadow 0.3s ease-in-out;
}
.nav-item:hover {
  box-shadow: 0 4px 10px 0 #00000026;
}
li.active > .nav-item {
  background: #797d7f;
  color: #fff;
}
.nav-item__qnt {
  font-weight: 500;
  margin-left: 4px;
  opacity: 0.5;
}
.nav-tabs .nav-item {
  border-radius: 6px;
}
.breadcrumb {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 5px;
  white-space: nowrap;
}
.breadcrumb-item {
  color: #b6b5b5;
  display: inline-flex;
  font-size: 13px;
  font-weight: 300;
  margin-right: -16px;
  padding-right: 16px;
  position: relative;
}
.breadcrumb-item a {
  color: inherit;
}
.breadcrumb-item a:hover {
  color: #212121;
}
.breadcrumb-item p {
  color: #212112;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #ddd;
  content: "—";
  margin-left: 10px;
  margin-right: 10px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  overflow: auto;
}
.tags .tag {
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
.tag {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #212121;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  min-width: 80px;
  padding: 6px 10px;
}
.tag:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.label {
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  padding: 5px 14px;
  white-space: nowrap;
}
.label-danger {
  background-color: #fc482d;
  color: #fff;
}
.label-primary {
  background-color: #2992d9;
  color: #fff;
}
.label-warning {
  background-color: #ffd83a;
}
.btn {
  align-items: center;
  background: none;
  border: 1px solid #0000;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  padding: 12px 32px;
  text-align: center;
}
.btn-lg {
  border-radius: 10px;
}
.btn-secondary {
  background-color: #797d7f;
  border-color: #797d7f;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #606365;
}
.btn-default {
  color: #000;
}
.btn-outline-dark {
  border-color: #191919;
  color: #191919;
  font-weight: 300;
}
.btn-outline-dark:hover {
  background-color: #19191926;
  color: #191919;
}
.btn-primary {
  background-color: #fe7837;
  border-color: #fe7837;
  color: #fff;
}
.btn-primary:hover {
  background-color: #fe5604;
  border-color: #fe5604;
  color: #fff;
}
@font-face {
  font-display: swap;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/icomoon/icomoon.eot?5902e9);
  src:
    url(../assets/fonts/icomoon/icomoon.eot?5902e9#iefix)
      format("embedded-opentype"),
    url(../assets/fonts/icomoon/icomoon.ttf?5902e9) format("truetype"),
    url(../assets/fonts/icomoon/icomoon.woff?5902e9) format("woff"),
    url(../assets/images/icomoon.svg#icomoon) format("svg");
}
.icon-bars:before {
  content: "";
}
.icon-at:before {
  content: "";
}
.icon-x-twitter:before {
  content: "";
}
.icon-odnoklassniki:before {
  content: "";
}
.icon-viber:before {
  content: "";
}
.icon-whatsapp-2:before {
  content: "";
}
.icon-max:before {
  content: "";
}
.icon-telegram:before {
  content: "";
}
.icon-chevron-left:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.icon-caret-left:before {
  content: "";
}
.icon-caret-right:before {
  content: "";
}
.icon-zen:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-caret-up:before {
  content: "";
}
.icon-caret-down:before {
  content: "";
}
.icon-back:before {
  content: "";
}
.icon-burger:before {
  content: "";
}
.icon-busket:before {
  content: "";
}
.icon-cart:before {
  content: "";
}
.icon-cart-check:before {
  content: "";
}
.icon-heart-filled:before {
  content: "";
}
.icon-heart-outline:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-operator:before {
  content: "";
}
.icon-pdf:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-remove:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-vk:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.product {
  position: relative;
}
.product__preview {
  margin-bottom: 8px;
}
.product__top {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.product__fav {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 38px;
  padding: 6px;
  position: relative;
}
.product__fav:before {
  color: #fff;
  content: "";
}
.product__fav:after {
  content: "";
  left: 0;
  padding: inherit;
  position: absolute;
  top: 0;
}
.product__fav:hover:before {
  color: #e6e6e6;
}
.product__fav.active:before, .product__fav[data-favorite-status="Y"]:before, .single-action[data-favorite-status="Y"]{
  color: #fc482d;
}

.product__image {
  border-radius: 16px;
  overflow: hidden;
}
.product__rating {
  margin-bottom: 14px;
}
.product__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.product__name a {
  color: #000;
}
.product__name a:hover {
  color: #2992d9;
}
.product__available {
  color: #e88b51;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.product__price {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 6px;
}
.product__price:not(:last-child) {
  margin-bottom: 6px;
}
.product__discount {
  color: #898c8e;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.product__footer {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.product__buy {
  background: none;
  border: 1px solid #ececec;
  border-radius: 50%;
  color: #898c8e;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  padding: 6px;
  transition: all 0.3s ease-in-out;
}
.product__buy.active,
.product__buy:hover {
  background-color: #898c8e;
  border-color: #898c8e;
  color: #fff;
}
.badge {
  background-color: #e88b51;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px;
}
.product-price {
  white-space: nowrap;
}
.product-price:after {
  content: "₽";
  font-size: 0.6em;
  font-weight: 500;
}
.carousel-items {
  position: relative;
}
.carousel-items .swiper-slide {
  width: 255px;
}
.carousel-items .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .carousel-items .swiper {
    overflow: hidden;
  }
}
.carousel-items__next,
.carousel-items__prev {
  display: none;
}
@media (min-width: 992px) {
  .carousel-items__next,
  .carousel-items__prev {
    background: none;
    border: none;
    color: #757b7e;
    cursor: pointer;
    display: inline-flex;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .carousel-items__next:hover,
  .carousel-items__prev:hover {
    color: #000;
  }
  .carousel-items__next.disabled,
  .carousel-items__prev.disabled {
    opacity: 0.5;
  }
}
.carousel-items__prev {
  left: 0;
}
@media (min-width: 992px) {
  .carousel-items__prev {
    left: -30px;
  }
}
.carousel-items__next {
  right: 0;
}
@media (min-width: 992px) {
  .carousel-items__next {
    right: -30px;
  }
}
.card-slider {
  padding-bottom: 6px;
  position: relative;
}
.card-pagination {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.card-pagination-bullet {
  flex: 1;
  position: relative;
}
.card-pagination-bullet:after {
  background: #e0e0e0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  right: 2px;
}
.card-pagination-active:after {
  background-color: #b7b9ba;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.95;
  }
  to {
    opacity: 0;
  }
}
.card-slider .swiper:after {
  background: #ffffff80;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.card-slider .swiper.flashing:after {
  animation: flash 0.3s ease-out;
}
.rating {
  align-items: center;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 20px;
}
.rating_lg {
  font-size: 22px;
}
.rating_lg .rating__stars {
  font-size: 1.5em;
  letter-spacing: -5px;
}
.rating_lg .rating__value {
  margin-left: 14px;
}
.rating__stars {
  color: #e6c553;
  display: flex;
  flex-direction: row-reverse;
}
.rating__item {
  cursor: pointer;
  display: flex;
}
.rating__value {
  display: block;
  font-size: 0.65em;
  margin-left: 4px;
  margin-top: 3px;
}
.rating_clickable .rating__stars,
.rating_clickable .rating__stars .rating__item {
  color: #ddd;
}
.rating_clickable .rating__item.active,
.rating_clickable .rating__item.active ~ .rating__item,
.rating_clickable .rating__item:hover,
.rating_clickable .rating__item:hover ~ .rating__item {
  color: #e6c553;
}
.chat {
  display: none;
}
@media (min-width: 576px) {
  .chat {
    --header-height: 40px;
    bottom: var(--header-height);
    color: #000;
    display: block;
    padding-right: inherit;
    position: fixed;
    right: 50px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
  }
  .chat.open {
    transform: translateY(var(--header-height));
  }
  .chat.open .chat__header:after {
    transform: rotateX(180deg);
  }
}
.chat__header {
  align-items: center;
  background: #8e1b1b;
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 6px;
  padding: 0 8px;
}
@media (min-width: 576px) {
  .chat__header {
    font-size: 16px;
  }
}
.chat__header:after {
  content: "";
  transition: transform 0.3s ease-in-out;
}
.chat__icon {
  font-size: 2.5em;
}
.chat__body {
  background-color: #ececec;
  font-size: 12px;
  padding: 8px;
  width: 160px;
}
.chat__body img {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .chat__body {
    font-size: 14px;
    width: 175px;
  }
  .chat__body img {
    margin-bottom: 10px;
  }
}
.category {
  background-color: #efefef;
  border-radius: 16px 16px 8px 8px;
  overflow: hidden;
  position: relative;
}
.category:hover {
  background-color: #e2e2e2;
}
.category__content {
  padding: 12px;
  text-align: center;
}
@media (min-width: 576px) {
  .category__content {
    padding: 20px;
  }
}
.category__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .category__title {
    font-size: 16px;
  }
}
.feature {
  display: flex;
  gap: 14px;
}
@media (min-width: 400px) {
  .feature {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.feature__icon {
  flex: 0 0 50px;
  width: 50px;
}
.feature__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.feature__desc {
  color: #606060;
}
.table-of-contents {
  margin-bottom: 40px;
}
.table-of-contents__list li {
  font-weight: 500;
  margin-bottom: 12px;
}
.table-of-contents__list a {
  color: #7a7a7a;
}
.table-of-contents__list a:hover {
  color: #212121;
}
.table-of-contents__more {
  color: #7a7a7a;
  font-weight: 600;
}
.table-of-contents__more:hover {
  color: #212121;
}
.content-block {
  color: #585858;
  line-height: 1.7;
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
  color: #000;
  margin-bottom: 10px;
}
.content-block h2 {
  font-size: 1.3333em;
}
.content-block h3 {
  font-size: 1.2222em;
}
.content-block h4 {
  font-size: 1.1111em;
}
.content-block p {
  margin-bottom: 10px;
}
.content-block b {
  color: #000;
  font-weight: 500;
}
.content-block a {
  color: #0684eb;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.content-block a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.content-block ol,
.content-block ul {
  margin-bottom: 10px;
  padding-left: 32px;
}
.content-block dl {
  margin-bottom: 10px;
}
.content-block dt {
  color: #000;
  font-weight: 500;
}
.content-block hr {
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .content-block {
    font-size: 18px;
  }
}
.embed-block {
  background-color: #efefef;
  border-radius: 35px;
  padding: 14px;
}
@media (min-width: 576px) {
  .embed-block {
    align-items: flex-start;
    display: flex;
    gap: 25px;
  }
}
.embed-block__video {
  border-radius: 25px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  .embed-block__video {
    flex: 0 0 300px;
  }
}
@media (min-width: 768px) {
  .embed-block__video {
    flex-basis: 300px;
  }
}
@media (min-width: 992px) {
  .embed-block__video {
    flex-basis: 400px;
  }
}
.embed-block__content {
  padding-top: 15px;
}
@media (min-width: 576px) {
  .embed-block__content {
    padding-bottom: 15px;
  }
}
.video-embed {
  position: relative;
}
.video-embed:before {
  color: #eee;
  content: "";
  font-size: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
.video-embed:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.doc-link {
  color: #c01b20;
  display: inline-block;
  font-weight: 600;
  text-align: center;
}
.doc-link__icon {
  display: block;
  font-size: 150px;
  height: auto;
  width: 150px;
}
.doc-link__name {
  font-size: 28px;
  margin-bottom: 2px;
  margin-top: -10px;
}
.doc-link__size {
  color: #838383;
  display: block;
}
.doc-link__download {
  color: #0094ff;
  font-size: 24px;
}
.timeline {
  border: 1px solid #eee;
  border-radius: 3px;
  display: flex;
  overflow: auto;
}
.timeline__item {
  align-items: center;
  border-right: 1px solid #eee;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
.timeline__item.active {
  background: #fafafa;
  font-size: 12px;
  font-weight: 500;
}
a.timeline__item:hover {
  color: #797d7f;
}
.post {
  border-radius: 6px;
  transition:
    box-shadow 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.post:hover {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 #0000001a;
  transform: translateY(-2px);
}
.post__image {
  border-radius: 4px 4px 0 0;
  display: block;
  height: 210px;
  overflow: hidden;
}
.post__content {
  padding: 25px;
}
.post__category {
  color: #999;
  display: block;
  font-size: 10px;
  letter-spacing: 0.8px;
  margin: 0 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.post__title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.post__title a {
  color: #212121;
}
.post__title a:hover {
  color: #797d7f;
}
.post__date {
  color: #555;
  font-size: 13px;
}
.shine {
  overflow: hidden;
  position: relative;
}
.shine:before {
  background: linear-gradient(90deg, #fff0 0, #ffffff4d);
  content: "";
  display: block;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  visibility: hidden;
  width: 25%;
  z-index: 2;
}
.shine:hover:before {
  animation: shine 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.shine:hover {
  animation: flash 0.8s;
  opacity: 1;
}
@keyframes shine {
  to {
    left: 125%;
  }
}
.side-news__list {
  background-color: #fff;
}
.side-news-item {
  display: flex;
  gap: 10px;
  padding: 14px 17px;
}
.side-news-item__img {
  border-radius: 50%;
  flex: 0 0 40px;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
.side-news-item__date {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.side-news-item__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.692em;
}
.dark_link {
  color: #333;
}
.dark_link:hover {
  color: #797d7f;
}
.box-shadow {
  transition:
    box-shadow 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.box-shadow:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 10px 20px 0 #0000001a;
  transform: translateY(-1px);
}
.radio-tags {
  display: flex;
  gap: 4px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .radio-tags {
    justify-content: space-between;
  }
}
.radio-tag .radio-tag__label {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}
.radio-tag .radio-tag__label:hover {
  border-color: #6b7173;
}
.radio-tag input:checked ~ .radio-tag__label {
  background: #757b7e;
  border-color: #757b7e;
  color: #fff;
}
.radio-tag:first-child .radio-tag__label {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.radio-tag:last-child .radio-tag__label {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.table-wrapper {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  overflow: auto;
}
.table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.table th {
  background-color: #f9f9f9;
  font-weight: 500;
  text-transform: uppercase;
}
.table td,
.table th {
  border: 1px solid #d2d2d2;
  font-size: 12px;
  line-height: 1.4;
  padding: 16px;
}
.table tr:first-child th:first-child {
  border-left: none;
  border-top: none;
}
.table tr:first-child th:last-child {
  border-right: none;
  border-top: none;
}
.table tr:first-child th {
  border-top: none;
}
.table tr:last-child td:first-child {
  border-bottom: none;
  border-left: none;
}
.table tr:last-child td:last-child {
  border-bottom: none;
  border-right: none;
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr td:first-child,
.table tr th:first-child {
  border-left: none;
}
.table tr td:last-child,
.table tr th:last-child {
  border-right: none;
}
.table .table-item__image img {
  border-radius: 6px;
  display: block;
  height: auto;
  max-width: 80px;
}
.table .table-item__title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.table .table-item__price {
  color: #00a2b0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.table .table-item__quantity,
.table .table-item__remove {
  text-align: center;
}
.table .table-item__remove button {
  background: none;
  border: none;
}
.panel {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 35px 30px 30px;
}
.panel__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.panel__title {
  font-size: 20px;
  font-weight: 700;
}
.panel__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 576px) {
  .panel__radio {
    gap: 30px;
  }
}
.panel__field {
  margin-bottom: 15px;
}
.panel__field input {
  border-color: #c9c9c9;
}
.panel__subtitle {
  display: block;
  margin-bottom: 10px;
}
.selectbox {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  font-size: 18px;
  padding: 15px 0;
}
input:checked ~ .selectbox__label:before {
  background-color: #a0a0a0;
}
input:checked ~ .selectbox__label {
  color: #333;
}
.selectbox__item {
  cursor: pointer;
  display: block;
}
.selectbox__item:hover {
  background-color: #f9f9f9;
}
.selectbox__label:before {
  content: "";
  --check-size: 0.9em;
}
.selectbox__label {
  align-items: center;
  display: flex;
  font-weight: 300;
  gap: 1em;
  line-height: 1.4;
  overflow: auto;
  padding: 10px;
  white-space: nowrap;
}
.selectbox__label span {
  margin-left: auto;
}
.detail {
  color: #323232;
  font-size: 16px;
  line-height: 1.2;
}
.detail__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.detail__dl {
  margin-bottom: 5px;
}
.detail__dl dt {
  font-weight: 600;
}
.detail__dl dd {
  font-weight: 500;
}
.swal2-success [class^="swal2-success-line"] {
  background-color: #008642 !important;
}
.swal2-success .swal2-success-ring {
  border-color: #0086424d im !important;
}
.color-success {
  color: #008642;
}
.color-danger {
  color: red;
}
.popup-form {
  text-align: left;
}
.popup-form .form-group {
  margin-bottom: 24px;
}
.popup-form .form-label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.popup-form input {
  background-color: #f8f8f8;
}
.popup-form__inner,
.popup-form__title {
  padding-left: 50px;
  padding-right: 50px;
}
.popup-form__title {
  padding-top: 50px;
  text-align: left;
}
.popup-form__inner {
  padding-bottom: 30px;
}
.review:not(:last-child) {
  margin-bottom: 50px;
}
.review__header {
  display: flex;
  justify-content: space-between;
}
.review__author {
  align-items: center;
  display: flex;
}
.review__name {
  color: #333;
  font-size: 18px;
}
.review__date {
  color: #999;
  font-size: 12px;
  margin-left: 25px;
}
.review__body {
  font-size: 15px;
}
.review__title {
  font-size: 13px;
  margin-top: 10px;
}
.review__reply {
  background: none;
  border: none;
  border-bottom: 1px dotted #777;
  color: #777;
  margin-top: 20px;
}
.review__reply:hover {
  border-bottom-color: #0000;
}
.palettes__title {
  font-size: 16px;
  font-weight: 700;
}
.palette {
  border: 1px solid #0000;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.palette.active {
  border-color: #ee9628;
}
.palette img {
  border-radius: 8px;
  -webkit-user-drag: none;
}
.palette p {
  font-size: 14px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
}
.characteristic {
  color: #555;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.characteristic:not(:last-child) {
  margin-bottom: 15px;
}
.characteristic dt:after {
  content: ":";
}
.toast-item {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.toast-item__image {
  border-radius: 8px;
  flex: 0 0 80px;
  height: 80px;
  overflow: hidden;
  width: 80px;
}
.toast-item__content {
  color: #585858;
  padding-top: 4px;
}
.toast-item__title {
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}
.share-list {
  position: relative;
}
.share-list:hover .share-list__items,
.share-list__toggle:focus ~ .share-list__items {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.share-list__items {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 #0000001a;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(10px);
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1000;
}
.share-list__item {
  border-bottom: 1px solid #f2f6f7;
  color: #989898;
  display: flex;
  font-size: 24px;
  padding: 8px 14px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.share-list__item:hover {
  background-color: #757b7e;
  color: #fff;
}
.messengers {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 999;
}
@media (min-width: 576px) {
  .messengers {
    display: none;
  }
}
.messengers__toggle {
  align-items: center;
  animation: btn-pulsate 2s ease-out;
  animation-iteration-count: infinite;
  background: #fff;
  border: 2px solid #dd7f0b;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 #0000004d;
  color: #dd7f0b;
  cursor: pointer;
  display: flex;
  font-size: 33px;
  height: 45px;
  justify-content: center;
  padding: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 45px;
  z-index: 1;
}
.messengers__toggle:before {
  content: "";
}
.messengers__toggle:hover {
  animation: none;
  box-shadow: 0 0 20px 0 #0006;
}
.messengers__control:checked ~ .messengers__toggle:before {
  content: "";
  font-size: 32px;
}
.messengers__item {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 20px 0 #0000004d;
  color: #000;
  display: flex;
  font-size: 35px;
  height: 50px;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 50px;
}
.messengers__item.msi-telegram {
  background-color: #1d98dc;
  color: #fff;
}
.messengers__item.msi-vk {
  background-color: #1976d2;
  color: #fff;
}
.messengers__item.msi-whatsapp {
  background-color: #27d061;
  color: #fff;
}
.messengers__item.msi-phone {
  background-color: #000;
  color: #fff;
}
.messengers__item.msi-max {
  background: linear-gradient(135deg, #00b2ff, #006aff 50%, #a033ff);
  color: #fff;
}
.messengers__control:checked ~ .messengers__item:first-of-type {
  transform: translateY(-135%);
  transition: all 0.2s ease-in-out;
}
.messengers__control:checked ~ .messengers__item:nth-of-type(2) {
  transform: translateY(-255%);
  transition: all 0.225s ease-in-out;
}
.messengers__control:checked ~ .messengers__item:nth-of-type(3) {
  transform: translateY(-375%);
  transition: all 0.25s ease-in-out;
}
.messengers__control:checked ~ .messengers__item:nth-of-type(4) {
  transform: translateY(-495%);
  transition: all 0.275s ease-in-out;
}
.messengers__control:checked ~ .messengers__item:nth-of-type(5) {
  transform: translateY(-615%);
  transition: all 0.3s ease-in-out;
}
.messengers__control:checked ~ .messengers__item {
  opacity: 1;
  visibility: visible;
}
@keyframes btn-pulsate {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
}
.card-review {
  display: flex;
  gap: 8px;
}
@media (min-width: 576px) {
  .card-review {
    gap: 24px;
  }
}
.card-review__preview {
  border-radius: 50%;
  flex: 0 0 100px;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
@media (min-width: 576px) {
  .card-review__preview {
    flex: 0 0 160px;
    height: 160px;
    width: 160px;
  }
}
.card-review__content {
  line-height: 1.6;
}
.card-review__title {
  font-size: 15px;
  margin-bottom: 10px;
}
.card-review__rating {
  font-size: 24px;
}
.card-review__date {
  color: #b5b5b5;
  display: block;
  font-size: 12px;
}
.card-review__images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.card-review__image {
  border-radius: 6px;
  display: block;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
.side-menu > li > a {
  background-color: #fff;
  color: #000;
  display: block;
  margin-bottom: 8px;
  padding: 15px;
  position: relative;
  transition:
    box-shadow 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.side-menu > li > a:hover {
  box-shadow: 0 10px 20px 0 #0000001a;
  transform: translateY(-3px);
  z-index: 1;
}
@media (min-width: 1200px) {
  .preview-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .preview-block {
    gap: 14px;
    width: 100%;
  }
}
.preview-main {
  border-radius: 12px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .preview-main {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .preview-main {
    flex: 1 1 100%;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .preview-main {
    width: 100%;
  }
}
.preview-main__next,
.preview-main__prev {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (min-width: 1200px) {
  .preview-main__next,
  .preview-main__prev {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
.preview-thumbs .swiper-wrapper {
  height: 100% !important;
}
.preview-thumbs .swiper-slide {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .preview-thumbs {
    flex-shrink: 0;
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .preview-thumbs .swiper {
    height: 72px;
    max-width: 328px;
  }
  .preview-thumbs .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    height: 72px !important;
    width: auto !important;
  }
  .preview-thumbs .swiper-slide {
    height: 72px !important;
    width: 72px !important;
    margin: 0 !important;
    transform: none !important;
  }
}
@media (min-width: 1400px) {
  .preview-thumbs .swiper-wrapper {
    gap: 10px;
  }
}
.preview-thumbs {
  align-items: center;
  display: flex;
}
.preview-thumbs .swiper-slide {
  background-color: silver;
  border: 2px solid #757b7e;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.preview-thumbs .swiper-slide-thumb-active {
  border-color: #ff6a00;
}
.preview-thumbs__next,
.preview-thumbs__prev {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 28px;
  padding: 4px;
}
.preview-thumbs__next:hover,
.preview-thumbs__prev:hover {
  color: #ee9628;
}
@media (min-width: 1200px) {
  .preview-thumbs__next,
  .preview-thumbs__prev {
    display: none;
  }
}
.empty-thumb {
  display: none;
}
@media (min-width: 1200px) {
  .empty-thumb {
    display: block;
    pointer-events: none;
  }
}
.property-item {
  display: flex;
  font-size: 16px;
  margin-bottom: 8px;
}
.property-name {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 8px;
}
.property-name:after {
  border-bottom: 1px dotted #000;
  bottom: 6px;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 5px;
  opacity: 0.5;
  position: relative;
}
.property-value {
  flex-shrink: 0;
  text-align: right;
}
.box {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 20px;
}
.box-group .box {
  border-radius: 0;
}
.box-group .box:not(:first-child) {
  border-top: none;
}
.box-group .box:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.box-group .box:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chip {
  background-color: #fff8db;
  border: 1px solid #ffd83a;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  white-space: nowrap;
}
.prop-list {
  font-size: 14px;
  font-weight: 300;
}
.prop-list dl {
  display: flex;
  gap: 4px;
}
.prop-list dl:not(:last-child) {
  margin-bottom: 8px;
}
.prop-list dt {
  color: #757b7e;
}
.cart-item {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  grid-template-areas: "b1 b1" "b2 b2" "b3 b4";
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media (min-width: 768px) {
  .cart-item {
    grid-template-areas: "b1 b2 b4 b5" "b3 b2 b4 b5";
    grid-template-columns: 200px 1fr -webkit-max-content -webkit-max-content;
    grid-template-columns: 200px 1fr max-content max-content;
  }
}
@media (min-width: 992px) {
  .cart-item {
    grid-template-areas: "b1 b2 b3 b4 b5";
    grid-template-columns: 150px 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 150px 1fr max-content max-content max-content;
  }
}
@media (min-width: 1400px) {
  .cart-item {
    grid-template-columns: 200px 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 200px 1fr max-content max-content max-content;
  }
}
.cart-item__image {
  grid-area: b1;
  justify-self: center;
}
.cart-item__image img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .cart-item__image {
    justify-self: stretch;
  }
}
.cart-item__content {
  grid-area: b2;
  width: 100%;
}
.cart-item__title {
  font-weight: 300;
  margin-bottom: 12px;
}
.cart-item__quantity {
  align-self: flex-end;
  grid-area: b3;
  width: 100%;
}
@media (min-width: 768px) {
  .cart-item__quantity {
    align-self: flex-start;
  }
}
.cart-item__price {
  grid-area: b4;
  text-align: right;
  width: 100%;
}
@media (min-width: 992px) {
  .cart-item__price {
    text-align: left;
  }
}
.cart-item__remove {
  grid-area: b5;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .cart-item__remove {
    position: static;
  }
}
.cart-list .cart-item:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.cart-list__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cart-list__title {
  border-bottom: 2px solid #000;
  display: inline-block;
  font-size: 14px;
}
.cart-summary dl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cart-summary__total dd,
.cart-summary__total dt {
  font-size: 18px;
  font-weight: 600;
}
.cart-summary__discount {
  font-size: 14px;
  font-weight: 300;
}
.cart-summary__discount dt {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 8px;
}
.cart-summary__discount dt:after {
  border-top: 1px dotted #000;
  bottom: 6px;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 5px;
  opacity: 0.5;
  position: relative;
}
.cart-summary__discount dd {
  color: #27ae60;
}
.cart-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cart-summary__actions .btn {
  flex: 1;
  min-width: 180px;
}
.hero {
  border-radius: 14px;
  height: 220px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 350px;
  }
}
.top {
  display: none;
}
@media (min-width: 576px) {
  .top {
    background-color: #f2f2f2;
    color: #333;
    display: block;
    margin-bottom: 30px;
  }
}
.top__inner {
  display: flex;
  justify-content: flex-end;
}
.top-nav {
  display: flex;
  gap: 4px;
}
.top-nav__item {
  color: inherit;
  display: inline-block;
  padding: 10px 5px;
}
.top-nav__item:hover {
  color: #2992d9;
}
.toggle-nav {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 32px;
}
@media (min-width: 576px) {
  .toggle-nav {
    display: none;
  }
}
.search {
  margin-left: auto;
  margin-right: auto;
}
.search .form-control {
  background-color: #f2f2f2;
}
.search__submit {
  cursor: pointer;
}
.search__submit:hover {
  background-color: #ededed;
}
.contacts__item {
  align-items: center;
  color: #797d7f;
  display: flex;
  font-size: 18px;
  gap: 5px;
}
.contacts__item [class^="icon-"] {
  font-size: 1.5em;
}
.contacts__item:hover {
  color: #2992d9;
}
.header {
  color: #333;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .header {
    padding-top: 0;
  }
}
.header__content {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .header__content {
    gap: 30px;
  }
}
.header__logo {
  display: block;
  width: 120px;
}
@media (min-width: 576px) {
  .header__logo {
    width: 195px;
  }
}
.header__search {
  display: none;
}
@media (min-width: 768px) {
  .header__search {
    display: block;
    flex-grow: 1;
    max-width: 600px;
  }
}
.header__contacts {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts {
    display: block;
  }
}
.header__actions {
  display: flex;
  margin-left: auto;
}
@media (min-width: 992px) {
  .header__actions {
    gap: 8px;
  }
}
.action-btn {
  align-items: center;
  background: none;
  border: none;
  border-radius: 8px;
  color: #797d7f;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 4px;
  position: relative;
}
.action-btn:hover {
  background-color: #f2f2f2;
  color: #797d7f;
}
.action-btn_sign {
  display: none;
}
@media (min-width: 576px) {
  .action-btn {
    padding: 8px;
  }
  .action-btn_sign {
    display: flex;
  }
}
@media (min-width: 992px) {
  .action-btn_call {
    display: none;
  }
}
.action-btn__qnt {
  background-color: #dd7f0b;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  height: 18px;
  line-height: 16px;
  min-width: 18px;
  padding: 1px 5px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -8px;
  z-index: 1;
}
.action-btn__icon {
  display: inline-flex;
  font-size: 34px;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  .action-btn__icon {
    font-size: 28px;
  }
}
.action-btn__label {
  display: none;
}
@media (min-width: 576px) {
  .action-btn__label {
    display: block;
    font-size: 13px;
    text-align: center;
  }
}
.offcanvas.offcanvas-menu {
  max-width: 90%;
  padding-top: 15px;
  width: 300px;
}
.navigation {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .navigation {
    gap: 15px;
  }
}
.catalog-toggle {
  background: #dd7f0b;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 10px 14px;
}
.catalog-toggle:hover {
  background-color: #d3790b;
}
@media (min-width: 768px) {
  .catalog-toggle {
    border-radius: 14px;
    font-size: 16px;
    padding: 14px 30px;
  }
}
@media (max-width: 767px) {
  .catalog-menu {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    bottom: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    left: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 13;
  }
}
.navbar {
  display: none;
}
@media (min-width: 768px) {
  .navbar {
    background-color: #797d7f;
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1400px) {
  .navbar {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.dropdown,
.dropdown-catalog,
.dropdown-item {
  position: relative;
  z-index: 12;
}
.dropdown-catalog > .nav-link:after,
.dropdown > .nav-link:after {
  content: "";
  transition: transform 0.3s ease-in-out;
}
.dropdown-catalog:hover > .nav-link,
.dropdown.active > .nav-link,
.dropdown:hover > .nav-link {
  background-color: #ffffff1a;
}
.dropdown-catalog:hover > .nav-link:after,
.dropdown.active > .nav-link:after,
.dropdown:hover > .nav-link:after {
  transform: rotateX(180deg);
}
.dropdown-catalog > .nav-list,
.dropdown > .nav-list {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  opacity: 0;
  position: absolute;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 13;
}
.nav-list li.dropdown-item > a {
  padding-right: 26px;
}
.nav-list li.dropdown-item.active > a,
.nav-list li.dropdown-item:hover > a {
  color: #2992d9;
}
.nav-list li.dropdown-item > a:after {
  content: "";
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-list li.dropdown-item > .submenu {
  background-color: #fff;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
  width: 250px;
}
.nav-list li.dropdown-item:hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.nav-list li .nav-list {
  padding-left: 14px;
}
@media (min-width: 768px) {
  .nav-list li .nav-list {
    border-radius: 0 8px 8px 8px;
    left: 100%;
    padding-left: 0;
    top: 0;
  }
}
.nav-list li:hover > .nav-list {
  opacity: 1;
  visibility: visible;
}
.navbar__item > .nav-list {
  left: 0;
  top: 100%;
  transform: translateY(-10px);
}
.navbar__item:last-child > .nav-list {
  left: auto;
  right: 0;
}
.dropdown:hover > .nav-list {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (min-width: 768px) {
  .dropdown-catalog:focus > .nav-list,
  .dropdown-catalog:hover > .nav-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.nav__search {
  flex-grow: 1;
}
.nav__search [class^="icon-"] {
  font-size: 22px;
}
@media (min-width: 768px) {
  .nav__search {
    display: none;
  }
}
.nav-link {
  color: inherit;
  display: inline-flex;
  gap: 4px;
  height: 100%;
  padding: 14px 4px;
  transition: background-color 0.3s ease-in-out;
}
.nav-link:hover {
  background-color: #ffffff1a;
}
@media (min-width: 1400px) {
  .nav-link {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.nav-list__item {
  border-bottom: 1px solid #eee;
  color: #000;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nav-list__item .nav-list__link {
  color: inherit;
}
.collapse-item.open > .nav-list__item {
  color: #2992d9;
}
.collapse-item.open .nav-list__toggle i {
  color: #2992d9;
  transform: rotateX(180deg);
}
.nav-list__link {
  color: #000;
  display: block;
  flex-grow: 1;
  padding: 12px 0 12px 16px;
}
.nav-list__link:hover {
  color: #2992d9;
}
.nav-list li:not(:last-child) > .nav-list__link {
  border-bottom: 1px solid #eee;
}
.nav-list__toggle {
  align-items: center;
  background: none;
  border: none;
  display: flex;
  padding: 12px 16px;
}
.nav-list__toggle i {
  transition: transform 0.3s ease-in-out;
}
.submenu__item {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 8px 30px;
}
.submenu__item:hover {
  color: #2992d9;
}
.page-title {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
}
.page-back {
  align-items: center;
  color: #757b7e;
  display: inline-flex;
  font-size: 19px;
  font-weight: 600;
  gap: 5px;
}
.page-back [class^="icon-"] {
  font-size: 1.2em;
}
.page-back:hover {
  color: #212121;
}
.page-section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-section {
    margin-bottom: 100px;
  }
}
.f-bottom a,
.f-menu a,
.f-title a {
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.f-bottom a:hover,
.f-menu a:hover,
.f-title a:hover {
  color: #999;
}
.footer {
  background-color: #333;
  color: #fff;
  padding-top: 50px;
}
.f-menu a {
  display: inline-block;
}
.f-menu-item {
  padding: 4px 0;
}
.f-title {
  margin-bottom: 14px;
}
.social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-item {
  border: 1px solid #797d7f;
  border-radius: 50%;
  color: #797d7f;
  display: inline-flex;
  font-size: 22px;
  padding: 6px;
  transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.social-item:hover {
  border-color: #fff;
  color: #fff;
}
.f-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 14px;
  padding-bottom: 6px;
  padding-top: 6px;
}
@media (min-width: 576px) {
  .copyright {
    margin-right: 100px;
  }
}
.article-title {
  color: #26262d;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 45px;
}
@media (min-width: 576px) {
  .article-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .article-title {
    font-size: 42px;
  }
}
.article-date {
  color: #7a7a7a;
  font-size: 16px;
}
@media (min-width: 992px) {
  .article-date {
    font-size: 18px;
  }
}
.article-content {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .article-content {
    margin-bottom: 160px;
  }
}
.article-products {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .article-products {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .article-products {
    margin-bottom: 210px;
  }
}
.article-gallery {
  margin-bottom: 65px;
}
.article-tags {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .article-tags {
    margin-bottom: 200px;
  }
}
.order {
  margin-top: 0;
}
.order__main {
  flex-grow: 1;
}
.order__price {
  flex-basis: 470px;
}
.order__delivery {
  font-size: 20px;
  margin-bottom: 25px;
}
.order__total {
  font-size: 20px;
  font-weight: 700;
}
.order-summary {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}
.order-summary td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-summary td:not(:last-child) {
  padding-right: 15px;
}
.order-summary {
  margin-bottom: 50px;
  margin-top: 50px;
}
.order-summary__name,
.order-summary__qnt {
  color: #555d66;
}
.order-summary__price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 500;
  gap: 10px;
  white-space: nowrap;
}
.order-summary__price del {
  color: #6d818e;
}
.order-summary__price ins {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.order-summary__total {
  font-weight: 500;
  text-align: right;
}
.order-submit {
  align-items: center;
  background: #fe7837;
  border: none;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 15px;
  width: 100%;
}
.order-submit:hover {
  background-color: #fe5604;
}
.single-title {
  margin-bottom: 0;
}
.single__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 1400px) {
  .single__preview {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.single__sheet {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 20px #0000001a;
  padding: 14px;
}
@media (min-width: 992px) {
  .single__sheet {
    padding: 30px;
  }
}
.single__bar {
  justify-content: space-between;
  margin-bottom: 18px;
}
.single__bar,
.single__info {
  align-items: center;
  display: flex;
}
.single__info {
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: flex-end;
}
.single__sku {
  color: #757b7e;
  font-size: 16px;
}
.single__rating {
  font-size: 24px;
  margin-top: -5px;
}
.single-actions {
  display: flex;
  flex-wrap: wrap;
}
.single-action {
  background: none;
  border: none;
  color: #b8b8b8;
  cursor: pointer;
  display: inline-flex;
  font-size: 34px;
  padding: 4px;
}
.single-action:hover {
  color: #858585;
}
.available {
  color: #e88b51;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
}
.available__info {
  color: #2992d9;
  font-weight: 400;
}
.single__cost {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.single__price {
  color: red;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
  gap: 5px;
}
.single__percent {
  background-color: #e88b51;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}
.single__discount {
  color: #757b7e;
  font-weight: 500;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.option-field {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .option-field {
    margin-bottom: 40px;
  }
}
.option-field__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .option-field__title {
    margin-bottom: 20px;
  }
}
.single__add,
.single__buy,
.single__order {
  align-items: center;
  background-color: #757b7e;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 49px;
  justify-content: center;
  padding: 4px 8px;
}
.single__add,
.single__buy {
  flex: 1 1 auto;
}
.single__add {
  background-color: #ffd83a;
  color: #212121;
}
.single__order {
  background-color: #ee9628;
  width: 100%;
}

/* ===================================================
   Material Selection Drawer (popup_color) - Global for all pages
   =================================================== */
body.popup-color-open {
    overflow: hidden !important;
}

.popup_color {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.popup_color.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.popup_color .popup_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    cursor: pointer;
}

.popup_color .popup_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    max-width: 50%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    overflow-y: auto;
    padding: 30px 32px 40px;
    box-shadow: -6px 0 35px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.popup_color.active .popup_content {
    transform: translateX(0);
}

.popup_color .popup_close_btn {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 34px;
    height: 34px;
    background: #f1f3f5;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    color: #495057;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s, transform 0.15s;
    z-index: 10;
    padding: 0;
}

.popup_color .popup_close_btn:hover {
    background: #e9ecef;
    color: #000;
    transform: scale(1.08);
}

.popup_color .popup_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    font-size: 14px;
    color: #6c757d;
}

/* Header & dropdown inside popup */
.popup_color .product-card__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    padding-right: 40px;
    border-bottom: 1px solid #edf2f7;
}

.popup_color .product-card__title strong {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    letter-spacing: -0.2px;
}

.popup_color .product-card__title .js-popupSection {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    color: #334155;
    max-width: 270px;
    cursor: pointer;
    outline: none;
    transition: border-color 0.15s;
}

.popup_color .product-card__title .js-popupSection:focus {
    border-color: #ffb800;
}

/* 3-Column Swatch Grid */
ul.product-card__popup-material {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px 14px !important;
}

ul.product-card__popup-material li {
    list-style: none !important;
    margin: 0 !important;
    padding: 6px !important;
    cursor: pointer !important;
    text-align: center !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease !important;
}

ul.product-card__popup-material li:hover {
    transform: translateY(-2px);
    background-color: #f8fafc;
    border-color: #e2e8f0;
}

ul.product-card__popup-material li div {
    width: 100%;
}

ul.product-card__popup-material li img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    display: block;
    background-color: #f1f5f9;
    transition: border-color 0.15s, box-shadow 0.15s;
}

ul.product-card__popup-material li:hover img {
    border-color: #ffb800;
    box-shadow: 0 4px 12px rgba(255, 184, 0, 0.25);
}

/* removed 50% circle override */

ul.product-card__popup-material li p {
    font-size: 12.5px;
    line-height: 1.35;
    color: #334155;
    margin: 8px 0 0;
    text-align: center;
    word-break: break-word;
    font-weight: 500;
}

ul.product-card__popup-material li:hover p {
    color: #0f172a;
}

@media (max-width: 991.98px) {
    .popup_color .popup_content {
        width: 520px;
        max-width: 85%;
        padding: 24px 20px 30px;
    }
}

@media (max-width: 575.98px) {
    .popup_color .popup_content {
        width: 100%;
        max-width: 100%;
        padding: 20px 16px 30px;
    }
    ul.product-card__popup-material {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 10px !important;
    }
}

/* 3-Column Swatch Grid - Exact Match to Image 2 */
ul.product-card__popup-material {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px 10px !important;
}

ul.product-card__popup-material li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: transform 0.15s ease !important;
}

ul.product-card__popup-material li:hover {
    transform: translateY(-2px) !important;
    background: transparent !important;
}

ul.product-card__popup-material li div {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

ul.product-card__popup-material li img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    display: block !important;
    background-color: #f8fafc !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, outline 0.15s ease !important;
}

ul.product-card__popup-material li:hover img {
    border-color: #ffb800 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

ul.product-card__popup-material li.active img {
    border-color: #ffb800 !important;
    outline: 2px solid #ffb800 !important;
    outline-offset: 1px !important;
}

ul.product-card__popup-material li p {
    font-size: 11.5px !important;
    line-height: 14px !important;
    color: #4b5563 !important;
    margin: 6px 0 0 !important;
    padding: 0 2px !important;
    text-align: center !important;
    word-break: break-word !important;
    font-weight: 400 !important;
    transition: color 0.15s ease !important;
}

ul.product-card__popup-material li:hover p {
    color: #111827 !important;
}

ul.product-card__popup-material li.active p {
    font-weight: 600 !important;
    color: #111827 !important;
}

@media (max-width: 575.98px) {
    ul.product-card__popup-material {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 10px !important;
    }
}
