@charset "UTF-8";
/*
        'button': (
                'font-weight': 600,
                'font-size': 14px,
          //'font-size': (13vw / 320) * 100,
                'line-height': 18px,
                'letter-spacing': 1.25px,
                'text-transform': uppercase
        ),
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #020202;
  --accent-light: #2AA897;
  --accent-dark: #535CA5;
  --accent-danger: #FF5858;
  --text: #202020;
  --text-inverse: #cfcfcf;
  --text-inverse-mob: #ffffff;
  --icon-inverse: #444444;
  --white: #ffffff;
  --breakpoint-m: 0;
  --breakpoint-l: 768px;
  --breakpoint-ds: 1200px;
  --breakpoint-dm: 1360px;
  --breakpoint-dl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-dl,
.container-dm,
.container-ds {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-ds, .container-l, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1360px) {
  .container-dm, .container-ds, .container-l, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container-dl, .container-dm, .container-ds, .container-l, .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-dl,
.col-dl-auto, .col-dl-12, .col-dl-11, .col-dl-10, .col-dl-9, .col-dl-8, .col-dl-7, .col-dl-6, .col-dl-5, .col-dl-4, .col-dl-3, .col-dl-2, .col-dl-1, .col-dm,
.col-dm-auto, .col-dm-12, .col-dm-11, .col-dm-10, .col-dm-9, .col-dm-8, .col-dm-7, .col-dm-6, .col-dm-5, .col-dm-4, .col-dm-3, .col-dm-2, .col-dm-1, .col-ds,
.col-ds-auto, .col-ds-12, .col-ds-11, .col-ds-10, .col-ds-9, .col-ds-8, .col-ds-7, .col-ds-6, .col-ds-5, .col-ds-4, .col-ds-3, .col-ds-2, .col-ds-1, .col-l,
.col-l-auto, .col-l-12, .col-l-11, .col-l-10, .col-l-9, .col-l-8, .col-l-7, .col-l-6, .col-l-5, .col-l-4, .col-l-3, .col-l-2, .col-l-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-l-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-l-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-l-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-l-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-l-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-l-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-l-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-l-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-l-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-l-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-l-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-l-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-l-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-l-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-l-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-l-first {
    order: -1;
  }
  .order-l-last {
    order: 13;
  }
  .order-l-0 {
    order: 0;
  }
  .order-l-1 {
    order: 1;
  }
  .order-l-2 {
    order: 2;
  }
  .order-l-3 {
    order: 3;
  }
  .order-l-4 {
    order: 4;
  }
  .order-l-5 {
    order: 5;
  }
  .order-l-6 {
    order: 6;
  }
  .order-l-7 {
    order: 7;
  }
  .order-l-8 {
    order: 8;
  }
  .order-l-9 {
    order: 9;
  }
  .order-l-10 {
    order: 10;
  }
  .order-l-11 {
    order: 11;
  }
  .order-l-12 {
    order: 12;
  }
  .offset-l-0 {
    margin-left: 0;
  }
  .offset-l-1 {
    margin-left: 8.33333333%;
  }
  .offset-l-2 {
    margin-left: 16.66666667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.33333333%;
  }
  .offset-l-5 {
    margin-left: 41.66666667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.33333333%;
  }
  .offset-l-8 {
    margin-left: 66.66666667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.33333333%;
  }
  .offset-l-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-ds {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-ds-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-ds-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-ds-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-ds-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-ds-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-ds-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-ds-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ds-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-ds-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ds-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ds-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-ds-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-ds-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ds-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-ds-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-ds-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ds-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-ds-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-ds-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ds-first {
    order: -1;
  }
  .order-ds-last {
    order: 13;
  }
  .order-ds-0 {
    order: 0;
  }
  .order-ds-1 {
    order: 1;
  }
  .order-ds-2 {
    order: 2;
  }
  .order-ds-3 {
    order: 3;
  }
  .order-ds-4 {
    order: 4;
  }
  .order-ds-5 {
    order: 5;
  }
  .order-ds-6 {
    order: 6;
  }
  .order-ds-7 {
    order: 7;
  }
  .order-ds-8 {
    order: 8;
  }
  .order-ds-9 {
    order: 9;
  }
  .order-ds-10 {
    order: 10;
  }
  .order-ds-11 {
    order: 11;
  }
  .order-ds-12 {
    order: 12;
  }
  .offset-ds-0 {
    margin-left: 0;
  }
  .offset-ds-1 {
    margin-left: 8.33333333%;
  }
  .offset-ds-2 {
    margin-left: 16.66666667%;
  }
  .offset-ds-3 {
    margin-left: 25%;
  }
  .offset-ds-4 {
    margin-left: 33.33333333%;
  }
  .offset-ds-5 {
    margin-left: 41.66666667%;
  }
  .offset-ds-6 {
    margin-left: 50%;
  }
  .offset-ds-7 {
    margin-left: 58.33333333%;
  }
  .offset-ds-8 {
    margin-left: 66.66666667%;
  }
  .offset-ds-9 {
    margin-left: 75%;
  }
  .offset-ds-10 {
    margin-left: 83.33333333%;
  }
  .offset-ds-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1360px) {
  .col-dm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-dm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-dm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-dm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-dm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-dm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-dm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-dm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-dm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-dm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-dm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-dm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-dm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-dm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-dm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-dm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-dm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-dm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-dm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-dm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-dm-first {
    order: -1;
  }
  .order-dm-last {
    order: 13;
  }
  .order-dm-0 {
    order: 0;
  }
  .order-dm-1 {
    order: 1;
  }
  .order-dm-2 {
    order: 2;
  }
  .order-dm-3 {
    order: 3;
  }
  .order-dm-4 {
    order: 4;
  }
  .order-dm-5 {
    order: 5;
  }
  .order-dm-6 {
    order: 6;
  }
  .order-dm-7 {
    order: 7;
  }
  .order-dm-8 {
    order: 8;
  }
  .order-dm-9 {
    order: 9;
  }
  .order-dm-10 {
    order: 10;
  }
  .order-dm-11 {
    order: 11;
  }
  .order-dm-12 {
    order: 12;
  }
  .offset-dm-0 {
    margin-left: 0;
  }
  .offset-dm-1 {
    margin-left: 8.33333333%;
  }
  .offset-dm-2 {
    margin-left: 16.66666667%;
  }
  .offset-dm-3 {
    margin-left: 25%;
  }
  .offset-dm-4 {
    margin-left: 33.33333333%;
  }
  .offset-dm-5 {
    margin-left: 41.66666667%;
  }
  .offset-dm-6 {
    margin-left: 50%;
  }
  .offset-dm-7 {
    margin-left: 58.33333333%;
  }
  .offset-dm-8 {
    margin-left: 66.66666667%;
  }
  .offset-dm-9 {
    margin-left: 75%;
  }
  .offset-dm-10 {
    margin-left: 83.33333333%;
  }
  .offset-dm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-dl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-dl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-dl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-dl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-dl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-dl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-dl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-dl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-dl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-dl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-dl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-dl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-dl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-dl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-dl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-dl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-dl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-dl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-dl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-dl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-dl-first {
    order: -1;
  }
  .order-dl-last {
    order: 13;
  }
  .order-dl-0 {
    order: 0;
  }
  .order-dl-1 {
    order: 1;
  }
  .order-dl-2 {
    order: 2;
  }
  .order-dl-3 {
    order: 3;
  }
  .order-dl-4 {
    order: 4;
  }
  .order-dl-5 {
    order: 5;
  }
  .order-dl-6 {
    order: 6;
  }
  .order-dl-7 {
    order: 7;
  }
  .order-dl-8 {
    order: 8;
  }
  .order-dl-9 {
    order: 9;
  }
  .order-dl-10 {
    order: 10;
  }
  .order-dl-11 {
    order: 11;
  }
  .order-dl-12 {
    order: 12;
  }
  .offset-dl-0 {
    margin-left: 0;
  }
  .offset-dl-1 {
    margin-left: 8.33333333%;
  }
  .offset-dl-2 {
    margin-left: 16.66666667%;
  }
  .offset-dl-3 {
    margin-left: 25%;
  }
  .offset-dl-4 {
    margin-left: 33.33333333%;
  }
  .offset-dl-5 {
    margin-left: 41.66666667%;
  }
  .offset-dl-6 {
    margin-left: 50%;
  }
  .offset-dl-7 {
    margin-left: 58.33333333%;
  }
  .offset-dl-8 {
    margin-left: 66.66666667%;
  }
  .offset-dl-9 {
    margin-left: 75%;
  }
  .offset-dl-10 {
    margin-left: 83.33333333%;
  }
  .offset-dl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

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

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

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

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: rgb(184.16, 184.16, 184.16);
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: rgb(123.44, 123.44, 123.44);
}

.table-hover .table-black:hover {
  background-color: rgb(171.41, 171.41, 171.41);
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: rgb(171.41, 171.41, 171.41);
}

.table-accent-light,
.table-accent-light > th,
.table-accent-light > td {
  background-color: rgb(195.36, 230.64, 225.88);
}
.table-accent-light th,
.table-accent-light td,
.table-accent-light thead th,
.table-accent-light tbody + tbody {
  border-color: rgb(144.24, 209.76, 200.92);
}

.table-hover .table-accent-light:hover {
  background-color: rgb(177.255, 223.245, 217.04);
}
.table-hover .table-accent-light:hover > td,
.table-hover .table-accent-light:hover > th {
  background-color: rgb(177.255, 223.245, 217.04);
}

.table-accent-dark,
.table-accent-dark > th,
.table-accent-dark > td {
  background-color: rgb(206.84, 209.36, 229.8);
}
.table-accent-dark th,
.table-accent-dark td,
.table-accent-dark thead th,
.table-accent-dark tbody + tbody {
  border-color: rgb(165.56, 170.24, 208.2);
}

.table-hover .table-accent-dark:hover {
  background-color: rgb(190.0995419847, 193.4954961832, 221.0404580153);
}
.table-hover .table-accent-dark:hover > td,
.table-hover .table-accent-dark:hover > th {
  background-color: rgb(190.0995419847, 193.4954961832, 221.0404580153);
}

.table-accent-danger,
.table-accent-danger > th,
.table-accent-danger > td {
  background-color: rgb(255, 208.24, 208.24);
}
.table-accent-danger th,
.table-accent-danger td,
.table-accent-danger thead th,
.table-accent-danger tbody + tbody {
  border-color: rgb(255, 168.16, 168.16);
}

.table-hover .table-accent-danger:hover {
  background-color: rgb(255, 182.74, 182.74);
}
.table-hover .table-accent-danger:hover > td,
.table-hover .table-accent-danger:hover > th {
  background-color: rgb(255, 182.74, 182.74);
}

.table-text,
.table-text > th,
.table-text > td {
  background-color: rgb(192.56, 192.56, 192.56);
}
.table-text th,
.table-text td,
.table-text thead th,
.table-text tbody + tbody {
  border-color: rgb(139.04, 139.04, 139.04);
}

.table-hover .table-text:hover {
  background-color: rgb(179.81, 179.81, 179.81);
}
.table-hover .table-text:hover > td,
.table-hover .table-text:hover > th {
  background-color: rgb(179.81, 179.81, 179.81);
}

.table-text-inverse,
.table-text-inverse > th,
.table-text-inverse > td {
  background-color: rgb(241.56, 241.56, 241.56);
}
.table-text-inverse th,
.table-text-inverse td,
.table-text-inverse thead th,
.table-text-inverse tbody + tbody {
  border-color: rgb(230.04, 230.04, 230.04);
}

.table-hover .table-text-inverse:hover {
  background-color: rgb(228.81, 228.81, 228.81);
}
.table-hover .table-text-inverse:hover > td,
.table-hover .table-text-inverse:hover > th {
  background-color: rgb(228.81, 228.81, 228.81);
}

.table-text-inverse-mob,
.table-text-inverse-mob > th,
.table-text-inverse-mob > td {
  background-color: white;
}
.table-text-inverse-mob th,
.table-text-inverse-mob td,
.table-text-inverse-mob thead th,
.table-text-inverse-mob tbody + tbody {
  border-color: white;
}

.table-hover .table-text-inverse-mob:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-text-inverse-mob:hover > td,
.table-hover .table-text-inverse-mob:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-icon-inverse,
.table-icon-inverse > th,
.table-icon-inverse > td {
  background-color: rgb(202.64, 202.64, 202.64);
}
.table-icon-inverse th,
.table-icon-inverse td,
.table-icon-inverse thead th,
.table-icon-inverse tbody + tbody {
  border-color: rgb(157.76, 157.76, 157.76);
}

.table-hover .table-icon-inverse:hover {
  background-color: rgb(189.89, 189.89, 189.89);
}
.table-hover .table-icon-inverse:hover > td,
.table-hover .table-icon-inverse:hover > th {
  background-color: rgb(189.89, 189.89, 189.89);
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

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

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

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

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

@media (max-width: 767.98px) {
  .table-responsive-l {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-l > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-ds {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-ds > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1359.98px) {
  .table-responsive-dm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-dm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-dl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-dl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(165.5141129032, 170.3951612903, 209.9858870968);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 92, 165, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

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

.btn, .btn-buy {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 18px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-buy {
    transition: none;
  }
}
.btn:hover, .btn-buy:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn-buy:focus, .btn.focus, .focus.btn-buy {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 92, 165, 0.25);
}
.btn.disabled, .disabled.btn-buy, .btn:disabled, .btn-buy:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .btn-buy:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.btn-buy,
fieldset:disabled a.btn,
fieldset:disabled a.btn-buy {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

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

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

.btn-black {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(39.95, 39.95, 39.95, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39.95, 39.95, 39.95, 0.5);
}

.btn-accent-light {
  color: #fff;
  background-color: #2AA897;
  border-color: #2AA897;
}
.btn-accent-light:hover {
  color: #fff;
  background-color: rgb(34.35, 137.4, 123.4964285714);
  border-color: rgb(31.8, 127.2, 114.3285714286);
}
.btn-accent-light:focus, .btn-accent-light.focus {
  color: #fff;
  background-color: rgb(34.35, 137.4, 123.4964285714);
  border-color: rgb(31.8, 127.2, 114.3285714286);
  box-shadow: 0 0 0 0.2rem rgba(73.95, 181.05, 166.6, 0.5);
}
.btn-accent-light.disabled, .btn-accent-light:disabled {
  color: #fff;
  background-color: #2AA897;
  border-color: #2AA897;
}
.btn-accent-light:not(:disabled):not(.disabled):active, .btn-accent-light:not(:disabled):not(.disabled).active, .show > .btn-accent-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(31.8, 127.2, 114.3285714286);
  border-color: rgb(29.25, 117, 105.1607142857);
}
.btn-accent-light:not(:disabled):not(.disabled):active:focus, .btn-accent-light:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73.95, 181.05, 166.6, 0.5);
}

.btn-accent-dark {
  color: #fff;
  background-color: #535CA5;
  border-color: #535CA5;
}
.btn-accent-dark:hover {
  color: #fff;
  background-color: rgb(70.1985887097, 77.810483871, 139.5514112903);
  border-color: rgb(65.9314516129, 73.0806451613, 131.0685483871);
}
.btn-accent-dark:focus, .btn-accent-dark.focus {
  color: #fff;
  background-color: rgb(70.1985887097, 77.810483871, 139.5514112903);
  border-color: rgb(65.9314516129, 73.0806451613, 131.0685483871);
  box-shadow: 0 0 0 0.2rem rgba(108.8, 116.45, 178.5, 0.5);
}
.btn-accent-dark.disabled, .btn-accent-dark:disabled {
  color: #fff;
  background-color: #535CA5;
  border-color: #535CA5;
}
.btn-accent-dark:not(:disabled):not(.disabled):active, .btn-accent-dark:not(:disabled):not(.disabled).active, .show > .btn-accent-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(65.9314516129, 73.0806451613, 131.0685483871);
  border-color: rgb(61.6643145161, 68.3508064516, 122.5856854839);
}
.btn-accent-dark:not(:disabled):not(.disabled):active:focus, .btn-accent-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108.8, 116.45, 178.5, 0.5);
}

.btn-accent-danger {
  color: #fff;
  background-color: #FF5858;
  border-color: #FF5858;
}
.btn-accent-danger:hover {
  color: #fff;
  background-color: rgb(255, 49.75, 49.75);
  border-color: #ff2525;
}
.btn-accent-danger:focus, .btn-accent-danger.focus {
  color: #fff;
  background-color: rgb(255, 49.75, 49.75);
  border-color: #ff2525;
  box-shadow: 0 0 0 0.2rem rgba(255, 113.05, 113.05, 0.5);
}
.btn-accent-danger.disabled, .btn-accent-danger:disabled {
  color: #fff;
  background-color: #FF5858;
  border-color: #FF5858;
}
.btn-accent-danger:not(:disabled):not(.disabled):active, .btn-accent-danger:not(:disabled):not(.disabled).active, .show > .btn-accent-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2525;
  border-color: rgb(255, 24.25, 24.25);
}
.btn-accent-danger:not(:disabled):not(.disabled):active:focus, .btn-accent-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 113.05, 113.05, 0.5);
}

.btn-text {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-text:hover {
  color: #fff;
  background-color: rgb(12.875, 12.875, 12.875);
  border-color: rgb(6.5, 6.5, 6.5);
}
.btn-text:focus, .btn-text.focus {
  color: #fff;
  background-color: rgb(12.875, 12.875, 12.875);
  border-color: rgb(6.5, 6.5, 6.5);
  box-shadow: 0 0 0 0.2rem rgba(65.45, 65.45, 65.45, 0.5);
}
.btn-text.disabled, .btn-text:disabled {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}
.btn-text:not(:disabled):not(.disabled):active, .btn-text:not(:disabled):not(.disabled).active, .show > .btn-text.dropdown-toggle {
  color: #fff;
  background-color: rgb(6.5, 6.5, 6.5);
  border-color: rgb(0.125, 0.125, 0.125);
}
.btn-text:not(:disabled):not(.disabled):active:focus, .btn-text:not(:disabled):not(.disabled).active:focus, .show > .btn-text.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65.45, 65.45, 65.45, 0.5);
}

.btn-text-inverse {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-text-inverse:hover {
  color: #212529;
  background-color: rgb(187.875, 187.875, 187.875);
  border-color: rgb(181.5, 181.5, 181.5);
}
.btn-text-inverse:focus, .btn-text-inverse.focus {
  color: #212529;
  background-color: rgb(187.875, 187.875, 187.875);
  border-color: rgb(181.5, 181.5, 181.5);
  box-shadow: 0 0 0 0.2rem rgba(180.9, 181.5, 182.1, 0.5);
}
.btn-text-inverse.disabled, .btn-text-inverse:disabled {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-text-inverse:not(:disabled):not(.disabled):active, .btn-text-inverse:not(:disabled):not(.disabled).active, .show > .btn-text-inverse.dropdown-toggle {
  color: #212529;
  background-color: rgb(181.5, 181.5, 181.5);
  border-color: rgb(175.125, 175.125, 175.125);
}
.btn-text-inverse:not(:disabled):not(.disabled):active:focus, .btn-text-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-text-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180.9, 181.5, 182.1, 0.5);
}

.btn-text-inverse-mob {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-text-inverse-mob:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-text-inverse-mob:focus, .btn-text-inverse-mob.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-text-inverse-mob.disabled, .btn-text-inverse-mob:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-text-inverse-mob:not(:disabled):not(.disabled):active, .btn-text-inverse-mob:not(:disabled):not(.disabled).active, .show > .btn-text-inverse-mob.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-text-inverse-mob:not(:disabled):not(.disabled):active:focus, .btn-text-inverse-mob:not(:disabled):not(.disabled).active:focus, .show > .btn-text-inverse-mob.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-icon-inverse {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-icon-inverse:hover {
  color: #fff;
  background-color: rgb(48.875, 48.875, 48.875);
  border-color: rgb(42.5, 42.5, 42.5);
}
.btn-icon-inverse:focus, .btn-icon-inverse.focus {
  color: #fff;
  background-color: rgb(48.875, 48.875, 48.875);
  border-color: rgb(42.5, 42.5, 42.5);
  box-shadow: 0 0 0 0.2rem rgba(96.05, 96.05, 96.05, 0.5);
}
.btn-icon-inverse.disabled, .btn-icon-inverse:disabled {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.btn-icon-inverse:not(:disabled):not(.disabled):active, .btn-icon-inverse:not(:disabled):not(.disabled).active, .show > .btn-icon-inverse.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
  border-color: rgb(36.125, 36.125, 36.125);
}
.btn-icon-inverse:not(:disabled):not(.disabled):active:focus, .btn-icon-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-icon-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96.05, 96.05, 96.05, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

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

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

.btn-outline-accent-light {
  color: #2AA897;
  border-color: #2AA897;
}
.btn-outline-accent-light:hover {
  color: #fff;
  background-color: #2AA897;
  border-color: #2AA897;
}
.btn-outline-accent-light:focus, .btn-outline-accent-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 168, 151, 0.5);
}
.btn-outline-accent-light.disabled, .btn-outline-accent-light:disabled {
  color: #2AA897;
  background-color: transparent;
}
.btn-outline-accent-light:not(:disabled):not(.disabled):active, .btn-outline-accent-light:not(:disabled):not(.disabled).active, .show > .btn-outline-accent-light.dropdown-toggle {
  color: #fff;
  background-color: #2AA897;
  border-color: #2AA897;
}
.btn-outline-accent-light:not(:disabled):not(.disabled):active:focus, .btn-outline-accent-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 168, 151, 0.5);
}

.btn-outline-accent-dark {
  color: #535CA5;
  border-color: #535CA5;
}
.btn-outline-accent-dark:hover {
  color: #fff;
  background-color: #535CA5;
  border-color: #535CA5;
}
.btn-outline-accent-dark:focus, .btn-outline-accent-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 92, 165, 0.5);
}
.btn-outline-accent-dark.disabled, .btn-outline-accent-dark:disabled {
  color: #535CA5;
  background-color: transparent;
}
.btn-outline-accent-dark:not(:disabled):not(.disabled):active, .btn-outline-accent-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-accent-dark.dropdown-toggle {
  color: #fff;
  background-color: #535CA5;
  border-color: #535CA5;
}
.btn-outline-accent-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-accent-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 92, 165, 0.5);
}

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

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

.btn-outline-text-inverse {
  color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-outline-text-inverse:hover {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-outline-text-inverse:focus, .btn-outline-text-inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}
.btn-outline-text-inverse.disabled, .btn-outline-text-inverse:disabled {
  color: #cfcfcf;
  background-color: transparent;
}
.btn-outline-text-inverse:not(:disabled):not(.disabled):active, .btn-outline-text-inverse:not(:disabled):not(.disabled).active, .show > .btn-outline-text-inverse.dropdown-toggle {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.btn-outline-text-inverse:not(:disabled):not(.disabled):active:focus, .btn-outline-text-inverse:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.btn-outline-text-inverse-mob {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-text-inverse-mob:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-text-inverse-mob:focus, .btn-outline-text-inverse-mob.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-text-inverse-mob.disabled, .btn-outline-text-inverse-mob:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-text-inverse-mob:not(:disabled):not(.disabled):active, .btn-outline-text-inverse-mob:not(:disabled):not(.disabled).active, .show > .btn-outline-text-inverse-mob.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-text-inverse-mob:not(:disabled):not(.disabled):active:focus, .btn-outline-text-inverse-mob:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-inverse-mob.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

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

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-buy {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-buy {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 768px) {
  .dropdown-menu-l-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-l-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-ds-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-ds-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1360px) {
  .dropdown-menu-dm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-dm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-dl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-dl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #202020;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn-buy,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-buy,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-buy,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-buy:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #535CA5;
  background-color: #535CA5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(83, 92, 165, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(165.5141129032, 170.3951612903, 209.9858870968);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(199.4455645161, 202.4758064516, 227.0544354839);
  border-color: rgb(199.4455645161, 202.4758064516, 227.0544354839);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #535CA5;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-ds,
.navbar .container-dm,
.navbar .container-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .navbar-expand-l > .container,
  .navbar-expand-l > .container-fluid,
  .navbar-expand-l > .container-ds,
  .navbar-expand-l > .container-dm,
  .navbar-expand-l > .container-dl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-l {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-l .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-l .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-l .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-l > .container,
  .navbar-expand-l > .container-fluid,
  .navbar-expand-l > .container-ds,
  .navbar-expand-l > .container-dm,
  .navbar-expand-l > .container-dl {
    flex-wrap: nowrap;
  }
  .navbar-expand-l .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-l .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-l .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-ds > .container,
  .navbar-expand-ds > .container-fluid,
  .navbar-expand-ds > .container-ds,
  .navbar-expand-ds > .container-dm,
  .navbar-expand-ds > .container-dl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-ds {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-ds .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-ds .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ds .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ds > .container,
  .navbar-expand-ds > .container-fluid,
  .navbar-expand-ds > .container-ds,
  .navbar-expand-ds > .container-dm,
  .navbar-expand-ds > .container-dl {
    flex-wrap: nowrap;
  }
  .navbar-expand-ds .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ds .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-ds .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1359.98px) {
  .navbar-expand-dm > .container,
  .navbar-expand-dm > .container-fluid,
  .navbar-expand-dm > .container-ds,
  .navbar-expand-dm > .container-dm,
  .navbar-expand-dm > .container-dl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1360px) {
  .navbar-expand-dm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-dm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-dm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-dm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-dm > .container,
  .navbar-expand-dm > .container-fluid,
  .navbar-expand-dm > .container-ds,
  .navbar-expand-dm > .container-dm,
  .navbar-expand-dm > .container-dl {
    flex-wrap: nowrap;
  }
  .navbar-expand-dm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-dm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-dm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-dl > .container,
  .navbar-expand-dl > .container-fluid,
  .navbar-expand-dl > .container-ds,
  .navbar-expand-dl > .container-dm,
  .navbar-expand-dl > .container-dl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-dl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-dl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-dl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-dl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-dl > .container,
  .navbar-expand-dl > .container-fluid,
  .navbar-expand-dl > .container-ds,
  .navbar-expand-dl > .container-dm,
  .navbar-expand-dl > .container-dl {
    flex-wrap: nowrap;
  }
  .navbar-expand-dl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-dl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-dl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-ds,
.navbar-expand > .container-dm,
.navbar-expand > .container-dl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-ds,
.navbar-expand > .container-dm,
.navbar-expand > .container-dl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card-deck .card {
  margin-bottom: 15px;
}
.card-deck .card {
  flex: 1 0 0%;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}

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

.card-columns {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #808080;
  content: "—";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #808080;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #535CA5;
  border-color: #535CA5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

.badge-accent-light {
  color: #fff;
  background-color: #2AA897;
}
a.badge-accent-light:hover, a.badge-accent-light:focus {
  color: #fff;
  background-color: rgb(31.8, 127.2, 114.3285714286);
}
a.badge-accent-light:focus, a.badge-accent-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(42, 168, 151, 0.5);
}

.badge-accent-dark {
  color: #fff;
  background-color: #535CA5;
}
a.badge-accent-dark:hover, a.badge-accent-dark:focus {
  color: #fff;
  background-color: rgb(65.9314516129, 73.0806451613, 131.0685483871);
}
a.badge-accent-dark:focus, a.badge-accent-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 92, 165, 0.5);
}

.badge-accent-danger {
  color: #fff;
  background-color: #FF5858;
}
a.badge-accent-danger:hover, a.badge-accent-danger:focus {
  color: #fff;
  background-color: #ff2525;
}
a.badge-accent-danger:focus, a.badge-accent-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 88, 0.5);
}

.badge-text {
  color: #fff;
  background-color: #202020;
}
a.badge-text:hover, a.badge-text:focus {
  color: #fff;
  background-color: rgb(6.5, 6.5, 6.5);
}
a.badge-text:focus, a.badge-text.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 32, 32, 0.5);
}

.badge-text-inverse {
  color: #212529;
  background-color: #cfcfcf;
}
a.badge-text-inverse:hover, a.badge-text-inverse:focus {
  color: #212529;
  background-color: rgb(181.5, 181.5, 181.5);
}
a.badge-text-inverse:focus, a.badge-text-inverse.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(207, 207, 207, 0.5);
}

.badge-text-inverse-mob {
  color: #212529;
  background-color: #ffffff;
}
a.badge-text-inverse-mob:hover, a.badge-text-inverse-mob:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-text-inverse-mob:focus, a.badge-text-inverse-mob.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-icon-inverse {
  color: #fff;
  background-color: #444444;
}
a.badge-icon-inverse:hover, a.badge-icon-inverse:focus {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
}
a.badge-icon-inverse:focus, a.badge-icon-inverse.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

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

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

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

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

.alert-black {
  color: rgb(1.04, 1.04, 1.04);
  background-color: rgb(204.4, 204.4, 204.4);
  border-color: rgb(184.16, 184.16, 184.16);
}
.alert-black hr {
  border-top-color: rgb(171.41, 171.41, 171.41);
}
.alert-black .alert-link {
  color: black;
}

.alert-accent-light {
  color: rgb(21.84, 87.36, 78.52);
  background-color: rgb(212.4, 237.6, 234.2);
  border-color: rgb(195.36, 230.64, 225.88);
}
.alert-accent-light hr {
  border-top-color: rgb(177.255, 223.245, 217.04);
}
.alert-accent-light .alert-link {
  color: rgb(11.64, 46.56, 41.8485714286);
}

.alert-accent-dark {
  color: rgb(43.16, 47.84, 85.8);
  background-color: rgb(220.6, 222.4, 237);
  border-color: rgb(206.84, 209.36, 229.8);
}
.alert-accent-dark hr {
  border-top-color: rgb(190.0995419847, 193.4954961832, 221.0404580153);
}
.alert-accent-dark .alert-link {
  color: rgb(26.0914516129, 28.9206451613, 51.8685483871);
}

.alert-accent-danger {
  color: rgb(132.6, 45.76, 45.76);
  background-color: rgb(255, 221.6, 221.6);
  border-color: rgb(255, 208.24, 208.24);
}
.alert-accent-danger hr {
  border-top-color: rgb(255, 182.74, 182.74);
}
.alert-accent-danger .alert-link {
  color: rgb(94.684548105, 32.675451895, 32.675451895);
}

.alert-text {
  color: rgb(16.64, 16.64, 16.64);
  background-color: rgb(210.4, 210.4, 210.4);
  border-color: rgb(192.56, 192.56, 192.56);
}
.alert-text hr {
  border-top-color: rgb(179.81, 179.81, 179.81);
}
.alert-text .alert-link {
  color: black;
}

.alert-text-inverse {
  color: rgb(107.64, 107.64, 107.64);
  background-color: rgb(245.4, 245.4, 245.4);
  border-color: rgb(241.56, 241.56, 241.56);
}
.alert-text-inverse hr {
  border-top-color: rgb(228.81, 228.81, 228.81);
}
.alert-text-inverse .alert-link {
  color: rgb(82.14, 82.14, 82.14);
}

.alert-text-inverse-mob {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-text-inverse-mob hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-text-inverse-mob .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-icon-inverse {
  color: rgb(35.36, 35.36, 35.36);
  background-color: rgb(217.6, 217.6, 217.6);
  border-color: rgb(202.64, 202.64, 202.64);
}
.alert-icon-inverse hr {
  border-top-color: rgb(189.89, 189.89, 189.89);
}
.alert-icon-inverse .alert-link {
  color: rgb(9.86, 9.86, 9.86);
}

.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

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

.media-body {
  flex: 1;
}

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

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

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

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

@media (min-width: 768px) {
  .list-group-horizontal-l {
    flex-direction: row;
  }
  .list-group-horizontal-l > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-l > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-l > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-l > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-l > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-ds {
    flex-direction: row;
  }
  .list-group-horizontal-ds > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-ds > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-ds > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-ds > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-ds > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1360px) {
  .list-group-horizontal-dm {
    flex-direction: row;
  }
  .list-group-horizontal-dm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-dm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-dm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-dm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-dm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-dl {
    flex-direction: row;
  }
  .list-group-horizontal-dl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-dl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-dl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-dl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-dl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

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

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

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

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

.list-group-item-black {
  color: rgb(1.04, 1.04, 1.04);
  background-color: rgb(184.16, 184.16, 184.16);
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: rgb(1.04, 1.04, 1.04);
  background-color: rgb(171.41, 171.41, 171.41);
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: rgb(1.04, 1.04, 1.04);
  border-color: rgb(1.04, 1.04, 1.04);
}

.list-group-item-accent-light {
  color: rgb(21.84, 87.36, 78.52);
  background-color: rgb(195.36, 230.64, 225.88);
}
.list-group-item-accent-light.list-group-item-action:hover, .list-group-item-accent-light.list-group-item-action:focus {
  color: rgb(21.84, 87.36, 78.52);
  background-color: rgb(177.255, 223.245, 217.04);
}
.list-group-item-accent-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(21.84, 87.36, 78.52);
  border-color: rgb(21.84, 87.36, 78.52);
}

.list-group-item-accent-dark {
  color: rgb(43.16, 47.84, 85.8);
  background-color: rgb(206.84, 209.36, 229.8);
}
.list-group-item-accent-dark.list-group-item-action:hover, .list-group-item-accent-dark.list-group-item-action:focus {
  color: rgb(43.16, 47.84, 85.8);
  background-color: rgb(190.0995419847, 193.4954961832, 221.0404580153);
}
.list-group-item-accent-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(43.16, 47.84, 85.8);
  border-color: rgb(43.16, 47.84, 85.8);
}

.list-group-item-accent-danger {
  color: rgb(132.6, 45.76, 45.76);
  background-color: rgb(255, 208.24, 208.24);
}
.list-group-item-accent-danger.list-group-item-action:hover, .list-group-item-accent-danger.list-group-item-action:focus {
  color: rgb(132.6, 45.76, 45.76);
  background-color: rgb(255, 182.74, 182.74);
}
.list-group-item-accent-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 45.76, 45.76);
  border-color: rgb(132.6, 45.76, 45.76);
}

.list-group-item-text {
  color: rgb(16.64, 16.64, 16.64);
  background-color: rgb(192.56, 192.56, 192.56);
}
.list-group-item-text.list-group-item-action:hover, .list-group-item-text.list-group-item-action:focus {
  color: rgb(16.64, 16.64, 16.64);
  background-color: rgb(179.81, 179.81, 179.81);
}
.list-group-item-text.list-group-item-action.active {
  color: #fff;
  background-color: rgb(16.64, 16.64, 16.64);
  border-color: rgb(16.64, 16.64, 16.64);
}

.list-group-item-text-inverse {
  color: rgb(107.64, 107.64, 107.64);
  background-color: rgb(241.56, 241.56, 241.56);
}
.list-group-item-text-inverse.list-group-item-action:hover, .list-group-item-text-inverse.list-group-item-action:focus {
  color: rgb(107.64, 107.64, 107.64);
  background-color: rgb(228.81, 228.81, 228.81);
}
.list-group-item-text-inverse.list-group-item-action.active {
  color: #fff;
  background-color: rgb(107.64, 107.64, 107.64);
  border-color: rgb(107.64, 107.64, 107.64);
}

.list-group-item-text-inverse-mob {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-text-inverse-mob.list-group-item-action:hover, .list-group-item-text-inverse-mob.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-text-inverse-mob.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-icon-inverse {
  color: rgb(35.36, 35.36, 35.36);
  background-color: rgb(202.64, 202.64, 202.64);
}
.list-group-item-icon-inverse.list-group-item-action:hover, .list-group-item-icon-inverse.list-group-item-action:focus {
  color: rgb(35.36, 35.36, 35.36);
  background-color: rgb(189.89, 189.89, 189.89);
}
.list-group-item-icon-inverse.list-group-item-action.active {
  color: #fff;
  background-color: rgb(35.36, 35.36, 35.36);
  border-color: rgb(35.36, 35.36, 35.36);
}

.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.85;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: -moz-min-content;
  height: min-content;
}

.modal-sm {
  max-width: 300px;
}

.modal-lg,
.modal-xl {
  max-width: 800px;
}

.modal-xl {
  max-width: 1140px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-black {
  background-color: #020202 !important;
}

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

.bg-accent-light {
  background-color: #2AA897 !important;
}

a.bg-accent-light:hover, a.bg-accent-light:focus,
button.bg-accent-light:hover,
button.bg-accent-light:focus {
  background-color: rgb(31.8, 127.2, 114.3285714286) !important;
}

.bg-accent-dark {
  background-color: #535CA5 !important;
}

a.bg-accent-dark:hover, a.bg-accent-dark:focus,
button.bg-accent-dark:hover,
button.bg-accent-dark:focus {
  background-color: rgb(65.9314516129, 73.0806451613, 131.0685483871) !important;
}

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

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

.bg-text {
  background-color: #202020 !important;
}

a.bg-text:hover, a.bg-text:focus,
button.bg-text:hover,
button.bg-text:focus {
  background-color: rgb(6.5, 6.5, 6.5) !important;
}

.bg-text-inverse {
  background-color: #cfcfcf !important;
}

a.bg-text-inverse:hover, a.bg-text-inverse:focus,
button.bg-text-inverse:hover,
button.bg-text-inverse:focus {
  background-color: rgb(181.5, 181.5, 181.5) !important;
}

.bg-text-inverse-mob {
  background-color: #ffffff !important;
}

a.bg-text-inverse-mob:hover, a.bg-text-inverse-mob:focus,
button.bg-text-inverse-mob:hover,
button.bg-text-inverse-mob:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-icon-inverse {
  background-color: #444444 !important;
}

a.bg-icon-inverse:hover, a.bg-icon-inverse:focus,
button.bg-icon-inverse:hover,
button.bg-icon-inverse:focus {
  background-color: rgb(42.5, 42.5, 42.5) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-black {
  border-color: #020202 !important;
}

.border-accent-light {
  border-color: #2AA897 !important;
}

.border-accent-dark {
  border-color: #535CA5 !important;
}

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

.border-text {
  border-color: #202020 !important;
}

.border-text-inverse {
  border-color: #cfcfcf !important;
}

.border-text-inverse-mob {
  border-color: #ffffff !important;
}

.border-icon-inverse {
  border-color: #444444 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-l-row {
    flex-direction: row !important;
  }
  .flex-l-column {
    flex-direction: column !important;
  }
  .flex-l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-l-wrap {
    flex-wrap: wrap !important;
  }
  .flex-l-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-l-fill {
    flex: 1 1 auto !important;
  }
  .flex-l-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-l-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-l-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-l-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-l-start {
    justify-content: flex-start !important;
  }
  .justify-content-l-end {
    justify-content: flex-end !important;
  }
  .justify-content-l-center {
    justify-content: center !important;
  }
  .justify-content-l-between {
    justify-content: space-between !important;
  }
  .justify-content-l-around {
    justify-content: space-around !important;
  }
  .align-items-l-start {
    align-items: flex-start !important;
  }
  .align-items-l-end {
    align-items: flex-end !important;
  }
  .align-items-l-center {
    align-items: center !important;
  }
  .align-items-l-baseline {
    align-items: baseline !important;
  }
  .align-items-l-stretch {
    align-items: stretch !important;
  }
  .align-content-l-start {
    align-content: flex-start !important;
  }
  .align-content-l-end {
    align-content: flex-end !important;
  }
  .align-content-l-center {
    align-content: center !important;
  }
  .align-content-l-between {
    align-content: space-between !important;
  }
  .align-content-l-around {
    align-content: space-around !important;
  }
  .align-content-l-stretch {
    align-content: stretch !important;
  }
  .align-self-l-auto {
    align-self: auto !important;
  }
  .align-self-l-start {
    align-self: flex-start !important;
  }
  .align-self-l-end {
    align-self: flex-end !important;
  }
  .align-self-l-center {
    align-self: center !important;
  }
  .align-self-l-baseline {
    align-self: baseline !important;
  }
  .align-self-l-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-ds-row {
    flex-direction: row !important;
  }
  .flex-ds-column {
    flex-direction: column !important;
  }
  .flex-ds-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ds-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ds-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ds-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ds-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-ds-fill {
    flex: 1 1 auto !important;
  }
  .flex-ds-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ds-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ds-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ds-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-ds-start {
    justify-content: flex-start !important;
  }
  .justify-content-ds-end {
    justify-content: flex-end !important;
  }
  .justify-content-ds-center {
    justify-content: center !important;
  }
  .justify-content-ds-between {
    justify-content: space-between !important;
  }
  .justify-content-ds-around {
    justify-content: space-around !important;
  }
  .align-items-ds-start {
    align-items: flex-start !important;
  }
  .align-items-ds-end {
    align-items: flex-end !important;
  }
  .align-items-ds-center {
    align-items: center !important;
  }
  .align-items-ds-baseline {
    align-items: baseline !important;
  }
  .align-items-ds-stretch {
    align-items: stretch !important;
  }
  .align-content-ds-start {
    align-content: flex-start !important;
  }
  .align-content-ds-end {
    align-content: flex-end !important;
  }
  .align-content-ds-center {
    align-content: center !important;
  }
  .align-content-ds-between {
    align-content: space-between !important;
  }
  .align-content-ds-around {
    align-content: space-around !important;
  }
  .align-content-ds-stretch {
    align-content: stretch !important;
  }
  .align-self-ds-auto {
    align-self: auto !important;
  }
  .align-self-ds-start {
    align-self: flex-start !important;
  }
  .align-self-ds-end {
    align-self: flex-end !important;
  }
  .align-self-ds-center {
    align-self: center !important;
  }
  .align-self-ds-baseline {
    align-self: baseline !important;
  }
  .align-self-ds-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1360px) {
  .flex-dm-row {
    flex-direction: row !important;
  }
  .flex-dm-column {
    flex-direction: column !important;
  }
  .flex-dm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-dm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-dm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-dm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-dm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-dm-fill {
    flex: 1 1 auto !important;
  }
  .flex-dm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-dm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-dm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-dm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-dm-start {
    justify-content: flex-start !important;
  }
  .justify-content-dm-end {
    justify-content: flex-end !important;
  }
  .justify-content-dm-center {
    justify-content: center !important;
  }
  .justify-content-dm-between {
    justify-content: space-between !important;
  }
  .justify-content-dm-around {
    justify-content: space-around !important;
  }
  .align-items-dm-start {
    align-items: flex-start !important;
  }
  .align-items-dm-end {
    align-items: flex-end !important;
  }
  .align-items-dm-center {
    align-items: center !important;
  }
  .align-items-dm-baseline {
    align-items: baseline !important;
  }
  .align-items-dm-stretch {
    align-items: stretch !important;
  }
  .align-content-dm-start {
    align-content: flex-start !important;
  }
  .align-content-dm-end {
    align-content: flex-end !important;
  }
  .align-content-dm-center {
    align-content: center !important;
  }
  .align-content-dm-between {
    align-content: space-between !important;
  }
  .align-content-dm-around {
    align-content: space-around !important;
  }
  .align-content-dm-stretch {
    align-content: stretch !important;
  }
  .align-self-dm-auto {
    align-self: auto !important;
  }
  .align-self-dm-start {
    align-self: flex-start !important;
  }
  .align-self-dm-end {
    align-self: flex-end !important;
  }
  .align-self-dm-center {
    align-self: center !important;
  }
  .align-self-dm-baseline {
    align-self: baseline !important;
  }
  .align-self-dm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-dl-row {
    flex-direction: row !important;
  }
  .flex-dl-column {
    flex-direction: column !important;
  }
  .flex-dl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-dl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-dl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-dl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-dl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-dl-fill {
    flex: 1 1 auto !important;
  }
  .flex-dl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-dl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-dl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-dl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-dl-start {
    justify-content: flex-start !important;
  }
  .justify-content-dl-end {
    justify-content: flex-end !important;
  }
  .justify-content-dl-center {
    justify-content: center !important;
  }
  .justify-content-dl-between {
    justify-content: space-between !important;
  }
  .justify-content-dl-around {
    justify-content: space-around !important;
  }
  .align-items-dl-start {
    align-items: flex-start !important;
  }
  .align-items-dl-end {
    align-items: flex-end !important;
  }
  .align-items-dl-center {
    align-items: center !important;
  }
  .align-items-dl-baseline {
    align-items: baseline !important;
  }
  .align-items-dl-stretch {
    align-items: stretch !important;
  }
  .align-content-dl-start {
    align-content: flex-start !important;
  }
  .align-content-dl-end {
    align-content: flex-end !important;
  }
  .align-content-dl-center {
    align-content: center !important;
  }
  .align-content-dl-between {
    align-content: space-between !important;
  }
  .align-content-dl-around {
    align-content: space-around !important;
  }
  .align-content-dl-stretch {
    align-content: stretch !important;
  }
  .align-self-dl-auto {
    align-self: auto !important;
  }
  .align-self-dl-start {
    align-self: flex-start !important;
  }
  .align-self-dl-end {
    align-self: flex-end !important;
  }
  .align-self-dl-center {
    align-self: center !important;
  }
  .align-self-dl-baseline {
    align-self: baseline !important;
  }
  .align-self-dl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 768px) {
  .float-l-left {
    float: left !important;
  }
  .float-l-right {
    float: right !important;
  }
  .float-l-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-ds-left {
    float: left !important;
  }
  .float-ds-right {
    float: right !important;
  }
  .float-ds-none {
    float: none !important;
  }
}
@media (min-width: 1360px) {
  .float-dm-left {
    float: left !important;
  }
  .float-dm-right {
    float: right !important;
  }
  .float-dm-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-dl-left {
    float: left !important;
  }
  .float-dl-right {
    float: right !important;
  }
  .float-dl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-l-0 {
    margin: 0 !important;
  }
  .mt-l-0,
  .my-l-0 {
    margin-top: 0 !important;
  }
  .mr-l-0,
  .mx-l-0 {
    margin-right: 0 !important;
  }
  .mb-l-0,
  .my-l-0 {
    margin-bottom: 0 !important;
  }
  .ml-l-0,
  .mx-l-0 {
    margin-left: 0 !important;
  }
  .m-l-1 {
    margin: 0.25rem !important;
  }
  .mt-l-1,
  .my-l-1 {
    margin-top: 0.25rem !important;
  }
  .mr-l-1,
  .mx-l-1 {
    margin-right: 0.25rem !important;
  }
  .mb-l-1,
  .my-l-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-l-1,
  .mx-l-1 {
    margin-left: 0.25rem !important;
  }
  .m-l-2 {
    margin: 0.5rem !important;
  }
  .mt-l-2,
  .my-l-2 {
    margin-top: 0.5rem !important;
  }
  .mr-l-2,
  .mx-l-2 {
    margin-right: 0.5rem !important;
  }
  .mb-l-2,
  .my-l-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-l-2,
  .mx-l-2 {
    margin-left: 0.5rem !important;
  }
  .m-l-3 {
    margin: 1rem !important;
  }
  .mt-l-3,
  .my-l-3 {
    margin-top: 1rem !important;
  }
  .mr-l-3,
  .mx-l-3 {
    margin-right: 1rem !important;
  }
  .mb-l-3,
  .my-l-3 {
    margin-bottom: 1rem !important;
  }
  .ml-l-3,
  .mx-l-3 {
    margin-left: 1rem !important;
  }
  .m-l-4 {
    margin: 1.5rem !important;
  }
  .mt-l-4,
  .my-l-4 {
    margin-top: 1.5rem !important;
  }
  .mr-l-4,
  .mx-l-4 {
    margin-right: 1.5rem !important;
  }
  .mb-l-4,
  .my-l-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-l-4,
  .mx-l-4 {
    margin-left: 1.5rem !important;
  }
  .m-l-5 {
    margin: 3rem !important;
  }
  .mt-l-5,
  .my-l-5 {
    margin-top: 3rem !important;
  }
  .mr-l-5,
  .mx-l-5 {
    margin-right: 3rem !important;
  }
  .mb-l-5,
  .my-l-5 {
    margin-bottom: 3rem !important;
  }
  .ml-l-5,
  .mx-l-5 {
    margin-left: 3rem !important;
  }
  .p-l-0 {
    padding: 0 !important;
  }
  .pt-l-0,
  .py-l-0 {
    padding-top: 0 !important;
  }
  .pr-l-0,
  .px-l-0 {
    padding-right: 0 !important;
  }
  .pb-l-0,
  .py-l-0 {
    padding-bottom: 0 !important;
  }
  .pl-l-0,
  .px-l-0 {
    padding-left: 0 !important;
  }
  .p-l-1 {
    padding: 0.25rem !important;
  }
  .pt-l-1,
  .py-l-1 {
    padding-top: 0.25rem !important;
  }
  .pr-l-1,
  .px-l-1 {
    padding-right: 0.25rem !important;
  }
  .pb-l-1,
  .py-l-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-l-1,
  .px-l-1 {
    padding-left: 0.25rem !important;
  }
  .p-l-2 {
    padding: 0.5rem !important;
  }
  .pt-l-2,
  .py-l-2 {
    padding-top: 0.5rem !important;
  }
  .pr-l-2,
  .px-l-2 {
    padding-right: 0.5rem !important;
  }
  .pb-l-2,
  .py-l-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-l-2,
  .px-l-2 {
    padding-left: 0.5rem !important;
  }
  .p-l-3 {
    padding: 1rem !important;
  }
  .pt-l-3,
  .py-l-3 {
    padding-top: 1rem !important;
  }
  .pr-l-3,
  .px-l-3 {
    padding-right: 1rem !important;
  }
  .pb-l-3,
  .py-l-3 {
    padding-bottom: 1rem !important;
  }
  .pl-l-3,
  .px-l-3 {
    padding-left: 1rem !important;
  }
  .p-l-4 {
    padding: 1.5rem !important;
  }
  .pt-l-4,
  .py-l-4 {
    padding-top: 1.5rem !important;
  }
  .pr-l-4,
  .px-l-4 {
    padding-right: 1.5rem !important;
  }
  .pb-l-4,
  .py-l-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-l-4,
  .px-l-4 {
    padding-left: 1.5rem !important;
  }
  .p-l-5 {
    padding: 3rem !important;
  }
  .pt-l-5,
  .py-l-5 {
    padding-top: 3rem !important;
  }
  .pr-l-5,
  .px-l-5 {
    padding-right: 3rem !important;
  }
  .pb-l-5,
  .py-l-5 {
    padding-bottom: 3rem !important;
  }
  .pl-l-5,
  .px-l-5 {
    padding-left: 3rem !important;
  }
  .m-l-n1 {
    margin: -0.25rem !important;
  }
  .mt-l-n1,
  .my-l-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-l-n1,
  .mx-l-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-l-n1,
  .my-l-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-l-n1,
  .mx-l-n1 {
    margin-left: -0.25rem !important;
  }
  .m-l-n2 {
    margin: -0.5rem !important;
  }
  .mt-l-n2,
  .my-l-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-l-n2,
  .mx-l-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-l-n2,
  .my-l-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-l-n2,
  .mx-l-n2 {
    margin-left: -0.5rem !important;
  }
  .m-l-n3 {
    margin: -1rem !important;
  }
  .mt-l-n3,
  .my-l-n3 {
    margin-top: -1rem !important;
  }
  .mr-l-n3,
  .mx-l-n3 {
    margin-right: -1rem !important;
  }
  .mb-l-n3,
  .my-l-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-l-n3,
  .mx-l-n3 {
    margin-left: -1rem !important;
  }
  .m-l-n4 {
    margin: -1.5rem !important;
  }
  .mt-l-n4,
  .my-l-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-l-n4,
  .mx-l-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-l-n4,
  .my-l-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-l-n4,
  .mx-l-n4 {
    margin-left: -1.5rem !important;
  }
  .m-l-n5 {
    margin: -3rem !important;
  }
  .mt-l-n5,
  .my-l-n5 {
    margin-top: -3rem !important;
  }
  .mr-l-n5,
  .mx-l-n5 {
    margin-right: -3rem !important;
  }
  .mb-l-n5,
  .my-l-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-l-n5,
  .mx-l-n5 {
    margin-left: -3rem !important;
  }
  .m-l-auto {
    margin: auto !important;
  }
  .mt-l-auto,
  .my-l-auto {
    margin-top: auto !important;
  }
  .mr-l-auto,
  .mx-l-auto {
    margin-right: auto !important;
  }
  .mb-l-auto,
  .my-l-auto {
    margin-bottom: auto !important;
  }
  .ml-l-auto,
  .mx-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-ds-0 {
    margin: 0 !important;
  }
  .mt-ds-0,
  .my-ds-0 {
    margin-top: 0 !important;
  }
  .mr-ds-0,
  .mx-ds-0 {
    margin-right: 0 !important;
  }
  .mb-ds-0,
  .my-ds-0 {
    margin-bottom: 0 !important;
  }
  .ml-ds-0,
  .mx-ds-0 {
    margin-left: 0 !important;
  }
  .m-ds-1 {
    margin: 0.25rem !important;
  }
  .mt-ds-1,
  .my-ds-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ds-1,
  .mx-ds-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ds-1,
  .my-ds-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ds-1,
  .mx-ds-1 {
    margin-left: 0.25rem !important;
  }
  .m-ds-2 {
    margin: 0.5rem !important;
  }
  .mt-ds-2,
  .my-ds-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ds-2,
  .mx-ds-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ds-2,
  .my-ds-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ds-2,
  .mx-ds-2 {
    margin-left: 0.5rem !important;
  }
  .m-ds-3 {
    margin: 1rem !important;
  }
  .mt-ds-3,
  .my-ds-3 {
    margin-top: 1rem !important;
  }
  .mr-ds-3,
  .mx-ds-3 {
    margin-right: 1rem !important;
  }
  .mb-ds-3,
  .my-ds-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ds-3,
  .mx-ds-3 {
    margin-left: 1rem !important;
  }
  .m-ds-4 {
    margin: 1.5rem !important;
  }
  .mt-ds-4,
  .my-ds-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ds-4,
  .mx-ds-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ds-4,
  .my-ds-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ds-4,
  .mx-ds-4 {
    margin-left: 1.5rem !important;
  }
  .m-ds-5 {
    margin: 3rem !important;
  }
  .mt-ds-5,
  .my-ds-5 {
    margin-top: 3rem !important;
  }
  .mr-ds-5,
  .mx-ds-5 {
    margin-right: 3rem !important;
  }
  .mb-ds-5,
  .my-ds-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ds-5,
  .mx-ds-5 {
    margin-left: 3rem !important;
  }
  .p-ds-0 {
    padding: 0 !important;
  }
  .pt-ds-0,
  .py-ds-0 {
    padding-top: 0 !important;
  }
  .pr-ds-0,
  .px-ds-0 {
    padding-right: 0 !important;
  }
  .pb-ds-0,
  .py-ds-0 {
    padding-bottom: 0 !important;
  }
  .pl-ds-0,
  .px-ds-0 {
    padding-left: 0 !important;
  }
  .p-ds-1 {
    padding: 0.25rem !important;
  }
  .pt-ds-1,
  .py-ds-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ds-1,
  .px-ds-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ds-1,
  .py-ds-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ds-1,
  .px-ds-1 {
    padding-left: 0.25rem !important;
  }
  .p-ds-2 {
    padding: 0.5rem !important;
  }
  .pt-ds-2,
  .py-ds-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ds-2,
  .px-ds-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ds-2,
  .py-ds-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ds-2,
  .px-ds-2 {
    padding-left: 0.5rem !important;
  }
  .p-ds-3 {
    padding: 1rem !important;
  }
  .pt-ds-3,
  .py-ds-3 {
    padding-top: 1rem !important;
  }
  .pr-ds-3,
  .px-ds-3 {
    padding-right: 1rem !important;
  }
  .pb-ds-3,
  .py-ds-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ds-3,
  .px-ds-3 {
    padding-left: 1rem !important;
  }
  .p-ds-4 {
    padding: 1.5rem !important;
  }
  .pt-ds-4,
  .py-ds-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ds-4,
  .px-ds-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ds-4,
  .py-ds-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ds-4,
  .px-ds-4 {
    padding-left: 1.5rem !important;
  }
  .p-ds-5 {
    padding: 3rem !important;
  }
  .pt-ds-5,
  .py-ds-5 {
    padding-top: 3rem !important;
  }
  .pr-ds-5,
  .px-ds-5 {
    padding-right: 3rem !important;
  }
  .pb-ds-5,
  .py-ds-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ds-5,
  .px-ds-5 {
    padding-left: 3rem !important;
  }
  .m-ds-n1 {
    margin: -0.25rem !important;
  }
  .mt-ds-n1,
  .my-ds-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ds-n1,
  .mx-ds-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ds-n1,
  .my-ds-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ds-n1,
  .mx-ds-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ds-n2 {
    margin: -0.5rem !important;
  }
  .mt-ds-n2,
  .my-ds-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ds-n2,
  .mx-ds-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ds-n2,
  .my-ds-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ds-n2,
  .mx-ds-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ds-n3 {
    margin: -1rem !important;
  }
  .mt-ds-n3,
  .my-ds-n3 {
    margin-top: -1rem !important;
  }
  .mr-ds-n3,
  .mx-ds-n3 {
    margin-right: -1rem !important;
  }
  .mb-ds-n3,
  .my-ds-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ds-n3,
  .mx-ds-n3 {
    margin-left: -1rem !important;
  }
  .m-ds-n4 {
    margin: -1.5rem !important;
  }
  .mt-ds-n4,
  .my-ds-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ds-n4,
  .mx-ds-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ds-n4,
  .my-ds-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ds-n4,
  .mx-ds-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ds-n5 {
    margin: -3rem !important;
  }
  .mt-ds-n5,
  .my-ds-n5 {
    margin-top: -3rem !important;
  }
  .mr-ds-n5,
  .mx-ds-n5 {
    margin-right: -3rem !important;
  }
  .mb-ds-n5,
  .my-ds-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ds-n5,
  .mx-ds-n5 {
    margin-left: -3rem !important;
  }
  .m-ds-auto {
    margin: auto !important;
  }
  .mt-ds-auto,
  .my-ds-auto {
    margin-top: auto !important;
  }
  .mr-ds-auto,
  .mx-ds-auto {
    margin-right: auto !important;
  }
  .mb-ds-auto,
  .my-ds-auto {
    margin-bottom: auto !important;
  }
  .ml-ds-auto,
  .mx-ds-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1360px) {
  .m-dm-0 {
    margin: 0 !important;
  }
  .mt-dm-0,
  .my-dm-0 {
    margin-top: 0 !important;
  }
  .mr-dm-0,
  .mx-dm-0 {
    margin-right: 0 !important;
  }
  .mb-dm-0,
  .my-dm-0 {
    margin-bottom: 0 !important;
  }
  .ml-dm-0,
  .mx-dm-0 {
    margin-left: 0 !important;
  }
  .m-dm-1 {
    margin: 0.25rem !important;
  }
  .mt-dm-1,
  .my-dm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-dm-1,
  .mx-dm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-dm-1,
  .my-dm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-dm-1,
  .mx-dm-1 {
    margin-left: 0.25rem !important;
  }
  .m-dm-2 {
    margin: 0.5rem !important;
  }
  .mt-dm-2,
  .my-dm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-dm-2,
  .mx-dm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-dm-2,
  .my-dm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-dm-2,
  .mx-dm-2 {
    margin-left: 0.5rem !important;
  }
  .m-dm-3 {
    margin: 1rem !important;
  }
  .mt-dm-3,
  .my-dm-3 {
    margin-top: 1rem !important;
  }
  .mr-dm-3,
  .mx-dm-3 {
    margin-right: 1rem !important;
  }
  .mb-dm-3,
  .my-dm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-dm-3,
  .mx-dm-3 {
    margin-left: 1rem !important;
  }
  .m-dm-4 {
    margin: 1.5rem !important;
  }
  .mt-dm-4,
  .my-dm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-dm-4,
  .mx-dm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-dm-4,
  .my-dm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-dm-4,
  .mx-dm-4 {
    margin-left: 1.5rem !important;
  }
  .m-dm-5 {
    margin: 3rem !important;
  }
  .mt-dm-5,
  .my-dm-5 {
    margin-top: 3rem !important;
  }
  .mr-dm-5,
  .mx-dm-5 {
    margin-right: 3rem !important;
  }
  .mb-dm-5,
  .my-dm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-dm-5,
  .mx-dm-5 {
    margin-left: 3rem !important;
  }
  .p-dm-0 {
    padding: 0 !important;
  }
  .pt-dm-0,
  .py-dm-0 {
    padding-top: 0 !important;
  }
  .pr-dm-0,
  .px-dm-0 {
    padding-right: 0 !important;
  }
  .pb-dm-0,
  .py-dm-0 {
    padding-bottom: 0 !important;
  }
  .pl-dm-0,
  .px-dm-0 {
    padding-left: 0 !important;
  }
  .p-dm-1 {
    padding: 0.25rem !important;
  }
  .pt-dm-1,
  .py-dm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-dm-1,
  .px-dm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-dm-1,
  .py-dm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-dm-1,
  .px-dm-1 {
    padding-left: 0.25rem !important;
  }
  .p-dm-2 {
    padding: 0.5rem !important;
  }
  .pt-dm-2,
  .py-dm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-dm-2,
  .px-dm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-dm-2,
  .py-dm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-dm-2,
  .px-dm-2 {
    padding-left: 0.5rem !important;
  }
  .p-dm-3 {
    padding: 1rem !important;
  }
  .pt-dm-3,
  .py-dm-3 {
    padding-top: 1rem !important;
  }
  .pr-dm-3,
  .px-dm-3 {
    padding-right: 1rem !important;
  }
  .pb-dm-3,
  .py-dm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-dm-3,
  .px-dm-3 {
    padding-left: 1rem !important;
  }
  .p-dm-4 {
    padding: 1.5rem !important;
  }
  .pt-dm-4,
  .py-dm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-dm-4,
  .px-dm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-dm-4,
  .py-dm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-dm-4,
  .px-dm-4 {
    padding-left: 1.5rem !important;
  }
  .p-dm-5 {
    padding: 3rem !important;
  }
  .pt-dm-5,
  .py-dm-5 {
    padding-top: 3rem !important;
  }
  .pr-dm-5,
  .px-dm-5 {
    padding-right: 3rem !important;
  }
  .pb-dm-5,
  .py-dm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-dm-5,
  .px-dm-5 {
    padding-left: 3rem !important;
  }
  .m-dm-n1 {
    margin: -0.25rem !important;
  }
  .mt-dm-n1,
  .my-dm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-dm-n1,
  .mx-dm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-dm-n1,
  .my-dm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-dm-n1,
  .mx-dm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-dm-n2 {
    margin: -0.5rem !important;
  }
  .mt-dm-n2,
  .my-dm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-dm-n2,
  .mx-dm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-dm-n2,
  .my-dm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-dm-n2,
  .mx-dm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-dm-n3 {
    margin: -1rem !important;
  }
  .mt-dm-n3,
  .my-dm-n3 {
    margin-top: -1rem !important;
  }
  .mr-dm-n3,
  .mx-dm-n3 {
    margin-right: -1rem !important;
  }
  .mb-dm-n3,
  .my-dm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-dm-n3,
  .mx-dm-n3 {
    margin-left: -1rem !important;
  }
  .m-dm-n4 {
    margin: -1.5rem !important;
  }
  .mt-dm-n4,
  .my-dm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-dm-n4,
  .mx-dm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-dm-n4,
  .my-dm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-dm-n4,
  .mx-dm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-dm-n5 {
    margin: -3rem !important;
  }
  .mt-dm-n5,
  .my-dm-n5 {
    margin-top: -3rem !important;
  }
  .mr-dm-n5,
  .mx-dm-n5 {
    margin-right: -3rem !important;
  }
  .mb-dm-n5,
  .my-dm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-dm-n5,
  .mx-dm-n5 {
    margin-left: -3rem !important;
  }
  .m-dm-auto {
    margin: auto !important;
  }
  .mt-dm-auto,
  .my-dm-auto {
    margin-top: auto !important;
  }
  .mr-dm-auto,
  .mx-dm-auto {
    margin-right: auto !important;
  }
  .mb-dm-auto,
  .my-dm-auto {
    margin-bottom: auto !important;
  }
  .ml-dm-auto,
  .mx-dm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-dl-0 {
    margin: 0 !important;
  }
  .mt-dl-0,
  .my-dl-0 {
    margin-top: 0 !important;
  }
  .mr-dl-0,
  .mx-dl-0 {
    margin-right: 0 !important;
  }
  .mb-dl-0,
  .my-dl-0 {
    margin-bottom: 0 !important;
  }
  .ml-dl-0,
  .mx-dl-0 {
    margin-left: 0 !important;
  }
  .m-dl-1 {
    margin: 0.25rem !important;
  }
  .mt-dl-1,
  .my-dl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-dl-1,
  .mx-dl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-dl-1,
  .my-dl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-dl-1,
  .mx-dl-1 {
    margin-left: 0.25rem !important;
  }
  .m-dl-2 {
    margin: 0.5rem !important;
  }
  .mt-dl-2,
  .my-dl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-dl-2,
  .mx-dl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-dl-2,
  .my-dl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-dl-2,
  .mx-dl-2 {
    margin-left: 0.5rem !important;
  }
  .m-dl-3 {
    margin: 1rem !important;
  }
  .mt-dl-3,
  .my-dl-3 {
    margin-top: 1rem !important;
  }
  .mr-dl-3,
  .mx-dl-3 {
    margin-right: 1rem !important;
  }
  .mb-dl-3,
  .my-dl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-dl-3,
  .mx-dl-3 {
    margin-left: 1rem !important;
  }
  .m-dl-4 {
    margin: 1.5rem !important;
  }
  .mt-dl-4,
  .my-dl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-dl-4,
  .mx-dl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-dl-4,
  .my-dl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-dl-4,
  .mx-dl-4 {
    margin-left: 1.5rem !important;
  }
  .m-dl-5 {
    margin: 3rem !important;
  }
  .mt-dl-5,
  .my-dl-5 {
    margin-top: 3rem !important;
  }
  .mr-dl-5,
  .mx-dl-5 {
    margin-right: 3rem !important;
  }
  .mb-dl-5,
  .my-dl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-dl-5,
  .mx-dl-5 {
    margin-left: 3rem !important;
  }
  .p-dl-0 {
    padding: 0 !important;
  }
  .pt-dl-0,
  .py-dl-0 {
    padding-top: 0 !important;
  }
  .pr-dl-0,
  .px-dl-0 {
    padding-right: 0 !important;
  }
  .pb-dl-0,
  .py-dl-0 {
    padding-bottom: 0 !important;
  }
  .pl-dl-0,
  .px-dl-0 {
    padding-left: 0 !important;
  }
  .p-dl-1 {
    padding: 0.25rem !important;
  }
  .pt-dl-1,
  .py-dl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-dl-1,
  .px-dl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-dl-1,
  .py-dl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-dl-1,
  .px-dl-1 {
    padding-left: 0.25rem !important;
  }
  .p-dl-2 {
    padding: 0.5rem !important;
  }
  .pt-dl-2,
  .py-dl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-dl-2,
  .px-dl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-dl-2,
  .py-dl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-dl-2,
  .px-dl-2 {
    padding-left: 0.5rem !important;
  }
  .p-dl-3 {
    padding: 1rem !important;
  }
  .pt-dl-3,
  .py-dl-3 {
    padding-top: 1rem !important;
  }
  .pr-dl-3,
  .px-dl-3 {
    padding-right: 1rem !important;
  }
  .pb-dl-3,
  .py-dl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-dl-3,
  .px-dl-3 {
    padding-left: 1rem !important;
  }
  .p-dl-4 {
    padding: 1.5rem !important;
  }
  .pt-dl-4,
  .py-dl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-dl-4,
  .px-dl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-dl-4,
  .py-dl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-dl-4,
  .px-dl-4 {
    padding-left: 1.5rem !important;
  }
  .p-dl-5 {
    padding: 3rem !important;
  }
  .pt-dl-5,
  .py-dl-5 {
    padding-top: 3rem !important;
  }
  .pr-dl-5,
  .px-dl-5 {
    padding-right: 3rem !important;
  }
  .pb-dl-5,
  .py-dl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-dl-5,
  .px-dl-5 {
    padding-left: 3rem !important;
  }
  .m-dl-n1 {
    margin: -0.25rem !important;
  }
  .mt-dl-n1,
  .my-dl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-dl-n1,
  .mx-dl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-dl-n1,
  .my-dl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-dl-n1,
  .mx-dl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-dl-n2 {
    margin: -0.5rem !important;
  }
  .mt-dl-n2,
  .my-dl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-dl-n2,
  .mx-dl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-dl-n2,
  .my-dl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-dl-n2,
  .mx-dl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-dl-n3 {
    margin: -1rem !important;
  }
  .mt-dl-n3,
  .my-dl-n3 {
    margin-top: -1rem !important;
  }
  .mr-dl-n3,
  .mx-dl-n3 {
    margin-right: -1rem !important;
  }
  .mb-dl-n3,
  .my-dl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-dl-n3,
  .mx-dl-n3 {
    margin-left: -1rem !important;
  }
  .m-dl-n4 {
    margin: -1.5rem !important;
  }
  .mt-dl-n4,
  .my-dl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-dl-n4,
  .mx-dl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-dl-n4,
  .my-dl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-dl-n4,
  .mx-dl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-dl-n5 {
    margin: -3rem !important;
  }
  .mt-dl-n5,
  .my-dl-n5 {
    margin-top: -3rem !important;
  }
  .mr-dl-n5,
  .mx-dl-n5 {
    margin-right: -3rem !important;
  }
  .mb-dl-n5,
  .my-dl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-dl-n5,
  .mx-dl-n5 {
    margin-left: -3rem !important;
  }
  .m-dl-auto {
    margin: auto !important;
  }
  .mt-dl-auto,
  .my-dl-auto {
    margin-top: auto !important;
  }
  .mr-dl-auto,
  .mx-dl-auto {
    margin-right: auto !important;
  }
  .mb-dl-auto,
  .my-dl-auto {
    margin-bottom: auto !important;
  }
  .ml-dl-auto,
  .mx-dl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-l-left {
    text-align: left !important;
  }
  .text-l-right {
    text-align: right !important;
  }
  .text-l-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-ds-left {
    text-align: left !important;
  }
  .text-ds-right {
    text-align: right !important;
  }
  .text-ds-center {
    text-align: center !important;
  }
}
@media (min-width: 1360px) {
  .text-dm-left {
    text-align: left !important;
  }
  .text-dm-right {
    text-align: right !important;
  }
  .text-dm-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-dl-left {
    text-align: left !important;
  }
  .text-dl-right {
    text-align: right !important;
  }
  .text-dl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

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

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

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

.text-black {
  color: #020202 !important;
}

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

.text-accent-light {
  color: #2AA897 !important;
}

a.text-accent-light:hover, a.text-accent-light:focus {
  color: rgb(26.7, 106.8, 95.9928571429) !important;
}

.text-accent-dark {
  color: #535CA5 !important;
}

a.text-accent-dark:hover, a.text-accent-dark:focus {
  color: rgb(57.3971774194, 63.6209677419, 114.1028225806) !important;
}

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

a.text-accent-danger:hover, a.text-accent-danger:focus {
  color: rgb(255, 11.5, 11.5) !important;
}

.text-text {
  color: #202020 !important;
}

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

.text-text-inverse {
  color: #cfcfcf !important;
}

a.text-text-inverse:hover, a.text-text-inverse:focus {
  color: rgb(168.75, 168.75, 168.75) !important;
}

.text-text-inverse-mob {
  color: #ffffff !important;
}

a.text-text-inverse-mob:hover, a.text-text-inverse-mob:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-icon-inverse {
  color: #444444 !important;
}

a.text-icon-inverse:hover, a.text-icon-inverse:focus {
  color: rgb(29.75, 29.75, 29.75) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

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

.text-muted {
  color: #9b9b9b !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.btn-buy) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 768px !important;
  }
  .container {
    min-width: 768px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--bootstrap4 {
  display: block;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap4 .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 0.75rem 0.375rem;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
  color: #adb5bd;
  cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: rgb(21.6283783784, 24.25, 26.8716216216);
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #f8f9fa;
  color: #202020;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option {
  padding: 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap4 .select2-results__group {
  color: #6c757d;
  display: block;
  padding: 0.75rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4.select2-container--focus .select2-selection, .select2-container--bootstrap4.select2-container--open .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-selection__clear {
  color: #6c757d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #343a40;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0;
  height: auto;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
  color: #6c757d;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #343a40;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: 0.75rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--single, .form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.5rem + 2px);
  border-radius: 0.2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0.5rem 0.25rem 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.25rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--single, .form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
  border-radius: 0.3rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  margin: 1rem 0 0 0.25rem;
  padding: 0 1rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 1rem;
}
.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: rgb(211, 158.25, 0);
}
.has-warning.select2-drop-active {
  border-color: rgb(211, 158.25, 0);
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(211, 158.25, 0);
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.has-error.select2-drop-active {
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.has-success.select2-drop-active {
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: rgb(30.1449275362, 125.8550724638, 52);
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap4.select2-container--open, .input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn-buy {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

.form-inline .select2-container--bootstrap4 {
  display: inline-block;
}

/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.text-caption {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.4px;
}

.text-body-1 {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}

.text-body-2 {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}

.text-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.text-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.text-headline {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.text-headline-2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}

.text-headline-3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
}

label {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.headline-default {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .headline-default {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}

.font-size-inherit {
  font-size: inherit;
}

.nav-link.-primary {
  margin-right: 30px;
  padding: 3px 0;
}

.nav-link.-primary {
  color: rgba(0, 0, 0, 0.5) !important;
}

a.nav-link.-primary:hover, a.nav-link.-primary:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}

.nav-link.-primary.active {
  border-bottom: 2px solid currentColor;
}
.nav-link.-primary.active:hover, .nav-link.-primary.active:focus, .nav-link.-primary.active {
  color: #2AA897 !important;
  pointer-events: none;
}

._mb_4 {
  margin-bottom: 16px;
}

._mb_2 {
  margin-bottom: 8px;
}

._ma_4 {
  margin: 16px;
}

._mx_4 {
  margin-left: 16px;
  margin-right: 16px;
}

._my_4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

._mt_4 {
  margin-top: 16px;
}

.material-icon.-sm {
  font-size: 18px !important;
}

.material-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 3px;
}
.material-icon > svg {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
}
.material-icon.-sm {
  width: 18px;
  height: 18px;
}
.material-icon.-text {
  height: 1.2em;
  width: 1.2em;
  padding: 0;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.btn, .btn-buy {
  font-weight: 600;
  text-transform: uppercase;
}
.btn > .material-icon, .btn-buy > .material-icon {
  margin-right: 8px;
}

.btn-buy {
  display: flex;
  align-items: center;
  background-color: #535CA5;
  padding: 0 0;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 0;
  border-width: 0;
}
.btn-buy > .icon {
  padding: 9px 10px;
  font-size: 15px;
  background-color: rgb(114.6169354839, 122.2741935484, 184.3830645161);
}
.btn-buy > .text {
  flex-grow: 1;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: bold;
}

.btn-buy {
  color: #ffffff !important;
}

a.btn-buy:hover, a.btn-buy:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.lazyload {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s ease;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s ease;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 320px;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 13px;
    margin-top: 52px !important;
    color: #202020;
  }
}

html {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .-d-m-only {
    display: none;
  }
}

.-d-ds-up-block {
  display: none;
}
@media (min-width: 1200px) {
  .-d-ds-up-block {
    display: block;
  }
}

.main-container {
  padding-left: 16px;
  padding-right: 16px;
}

.advantages-top {
  display: flex;
  background: #F5F5F5;
  justify-content: center;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .advantages-top {
    display: none;
  }
}
.advantages-top > .item {
  display: flex;
  align-items: flex-start;
  padding: 14px 16px 14px 8px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.advantages-top > .item .material-icon.-text {
  width: 10px;
  height: 10px;
  margin-top: 3px;
}

.site-error {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .site-error {
    padding-top: 120px;
  }
}
.site-error > .code {
  text-align: center;
  font-size: 100px;
  line-height: 1em;
  color: #2AA897;
}
@media (min-width: 1200px) {
  .site-error > .code {
    font-size: 200px;
  }
}

.shiprates-sheet .heading {
  margin-bottom: 36px;
}

.shiprates-media {
  display: flex;
}
@media (max-width: 767.98px) {
  .shiprates-media {
    border-top: 1px solid #DBDBDB;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .shiprates-media {
    margin-bottom: 64px;
  }
}
.shiprates-media > .icon {
  flex-basis: 60px;
  min-width: 60px;
  height: 60px;
  background: #2AA897;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .shiprates-media > .icon {
    margin-right: 26px;
  }
}
.shiprates-media > .icon > .image {
  width: 38px;
  margin-top: 11px;
  margin-left: 11px;
}
.shiprates-media > .body {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}

.ringo-phone-show {
  cursor: pointer;
}
.ringo-phone-show:hover {
  text-decoration: underline;
}

.page-article {
  padding-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1035;
    height: 52px;
    transition: all 0.3s ease-out;
  }
  .main-header.-collapsed {
    transform: translateY(-100%);
  }
  .main-header-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    height: 52px;
    width: 52px;
    color: rgba(255, 255, 255, 0.85);
    background-color: transparent;
    border: none !important;
    outline: none !important;
    cursor: pointer;
  }
  .main-header-mobile-btn:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: rgb(35.396, 35.396, 35.396);
  }
  .main-header-mobile-btn.-basket {
    position: relative;
  }
  .main-header-mobile-btn.-basket svg {
    width: 20px;
    height: 20px;
  }
  .main-header-mobile-btn.-basket .counter {
    position: absolute;
    margin-left: 16px;
    margin-bottom: 10px;
    transform: translate3d(-50% -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    border-radius: 100%;
    background-color: #2AA897;
    border: 1px solid rgb(21.6, 86.4, 77.6571428571);
  }
  .main-header-mobile-btn.-menu {
    border: none !important;
    outline: none !important;
    margin-right: 10px;
  }
  .main-header-mobile-btn > .material-icon {
    line-height: 24px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .main-header {
    padding: 0;
  }
  .main-header-mobile-btn.-menu {
    display: none;
  }
}
.main-header-basket {
  display: flex;
  align-items: stretch;
}
.main-header-basket .lang-switch {
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (max-width: 1199.98px) {
  .main-header-basket .lang-switch {
    display: none;
  }
}

.main-header-top {
  display: flex;
  align-items: center;
  background: #020202;
}
@media (min-width: 1200px) {
  .main-header-top {
    align-items: stretch;
  }
}
.main-header-top > .main-header-branding {
  margin-right: auto;
}
@media (min-width: 1200px) {
  .main-header-top > .main-header-branding {
    margin-right: 0;
    flex-basis: 33%;
  }
}
@media (min-width: 1600px) {
  .main-header-top > .main-header-branding {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .main-header-top > .main-header-info {
    flex-grow: 1;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-header-top > .main-header-basket {
    flex-basis: 120px;
  }
}

@media (max-width: 1199.98px) {
  body {
    margin-top: 52px;
  }
}

.btn-basket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn-basket .icon {
  position: relative;
}
.btn-basket .icon svg {
  width: 100%;
  height: 100%;
}
.btn-basket .counter {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  right: -8px;
  bottom: calc(100% - 8px);
  border-radius: 100%;
}

.main-header-branding {
  display: flex;
  justify-content: space-between;
  transition: flex 0.15s;
}
@media (min-width: 1200px) {
  .main-header-branding {
    padding: 22px 40px;
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .main-header-branding {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    align-items: center;
  }
}
.main-header-branding > .left {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .main-header-branding > .left {
    flex-grow: 0;
  }
}
@media (min-width: 1600px) {
  .main-header-branding > .left {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.main-header-branding > .left .logo {
  height: 20px;
}
@media (min-width: 1200px) {
  .main-header-branding > .left .logo {
    height: 52px;
  }
}
.main-header-branding > .right {
  display: none;
}
@media (min-width: 1200px) {
  .main-header-branding > .right {
    display: block;
  }
}
@media (min-width: 1600px) {
  .main-header-branding > .right {
    padding-top: 0;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.main-header-branding > .right > .slug {
  white-space: nowrap;
  letter-spacing: 0.075em;
  color: #cfcfcf;
  font-weight: 600;
  font-size: 14px;
}

.main-header-info {
  display: none;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  background: rgb(35.396, 35.396, 35.396);
}
@media (min-width: 1200px) {
  .main-header-info {
    display: flex;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.main-header-info > .column {
  padding-left: 15px;
  padding-right: 15px;
}
.main-header-info > .column > .main-header-nav {
  height: 100%;
}
.lang-switch a {
  font-size: 12px;
  padding: 2px 4px;
  opacity: 0.7;
  color: #cfcfcf;
  border-radius: 3px;
}
.lang-switch a.active {
  opacity: 1;
  background-color: rgba(207, 207, 207, 0.2);
}
.lang-switch.-dark a {
  color: #212529;
}
.lang-switch.-dark a.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.main-header-nav {
  display: flex;
}
.main-header-nav > .material-icon {
  margin-right: 12px;
  color: #444444;
}
.main-header-nav > .items .item {
  font-size: 14px;
  letter-spacing: 0.075em;
  display: block;
  color: #cfcfcf;
  font-weight: 600;
}

.main-header-search {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2AA897;
}
@media (min-width: 1200px) {
  .main-header-search {
    display: block;
  }
}
.main-header-search > .main-header-search-form {
  margin: 0 auto;
  width: 702px;
}
@media (min-width: 1600px) {
  .main-header-search > .main-header-search-form {
    width: 1012px;
  }
}

.main-header-search-form > .input-group {
  position: relative;
  transition: 0.15s;
}
.main-header-search-form > .input-group > .form-control {
  border: 1px solid #fff;
  border-radius: 0;
  height: 38px;
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: none !important;
  font-size: 14px;
  z-index: 101;
}
.main-header-search-form > .input-group > .form-control::-moz-placeholder {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header-search-form > .input-group > .form-control::placeholder {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-header-search-form .form-control:focus + .input-group-append .btn > .material-icon, .main-header-search-form .form-control:focus + .input-group-append .btn-buy > .material-icon {
  color: #535CA5;
}
.main-header-search-form > .input-group > .input-group-append {
  z-index: 101;
  margin-left: -2px;
}
.main-header-search-form > .input-group > .input-group-append > .btn, .main-header-search-form > .input-group > .input-group-append > .btn-buy {
  transition: 0.15s;
  padding-left: 5px;
  padding-right: 18px;
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.main-header-search-form > .input-group > .input-group-append > .btn:hover, .main-header-search-form > .input-group > .input-group-append > .btn-buy:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.main-header-search-form > .input-group > .input-group-append > .btn:focus, .main-header-search-form > .input-group > .input-group-append > .btn-buy:focus, .main-header-search-form > .input-group > .input-group-append > .btn.focus, .main-header-search-form > .input-group > .input-group-append > .focus.btn-buy {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.main-header-search-form > .input-group > .input-group-append > .btn.disabled, .main-header-search-form > .input-group > .input-group-append > .disabled.btn-buy, .main-header-search-form > .input-group > .input-group-append > .btn:disabled, .main-header-search-form > .input-group > .input-group-append > .btn-buy:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.main-header-search-form > .input-group > .input-group-append > .btn:not(:disabled):not(.disabled):active, .main-header-search-form > .input-group > .input-group-append > .btn-buy:not(:disabled):not(.disabled):active, .main-header-search-form > .input-group > .input-group-append > .btn:not(:disabled):not(.disabled).active, .main-header-search-form > .input-group > .input-group-append > .btn-buy:not(:disabled):not(.disabled).active, .show > .main-header-search-form > .input-group > .input-group-append > .btn.dropdown-toggle, .show > .main-header-search-form > .input-group > .input-group-append > .dropdown-toggle.btn-buy {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.main-header-search-form > .input-group > .input-group-append > .btn:not(:disabled):not(.disabled):active:focus, .main-header-search-form > .input-group > .input-group-append > .btn-buy:not(:disabled):not(.disabled):active:focus, .main-header-search-form > .input-group > .input-group-append > .btn:not(:disabled):not(.disabled).active:focus, .main-header-search-form > .input-group > .input-group-append > .btn-buy:not(:disabled):not(.disabled).active:focus, .show > .main-header-search-form > .input-group > .input-group-append > .btn.dropdown-toggle:focus, .show > .main-header-search-form > .input-group > .input-group-append > .dropdown-toggle.btn-buy:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.main-header-search-form > .input-group > .input-group-append > .btn > .material-icon, .main-header-search-form > .input-group > .input-group-append > .btn-buy > .material-icon {
  color: #2AA897;
  vertical-align: middle;
  font-size: inherit;
}
.main-header-search-form > .input-group > .input-group-append > .btn > .material-icon.-hidden, .main-header-search-form > .input-group > .input-group-append > .btn-buy > .material-icon.-hidden {
  display: none;
}
.main-header-search-form > .input-group > .input-group-append > .btn > .material-icon.-loading, .main-header-search-form > .input-group > .input-group-append > .btn-buy > .material-icon.-loading {
  animation: rotate 1.1s infinite;
}

.main-header-search-suggest {
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
.main-header-search-suggest.-hidden {
  display: none;
}

.suggest-item {
  position: relative;
  display: flex;
  padding: 9px 18px;
}
@media (min-width: 1600px) {
  .suggest-item {
    padding: 13px 26px;
  }
}
.suggest-item > .body {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
}
.suggest-item > .body > .caption {
  margin-top: auto;
  color: #2AA897;
  font-weight: bold;
  text-transform: uppercase;
}
.suggest-item > .left {
  display: flex;
  align-items: center;
  width: 80px;
  height: 60px;
}
.suggest-item > .left > .image {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.suggest-item > .body > .stretched-link {
  text-decoration: none !important;
}
.suggest-item.-active > .body > .stretched-link::after,
.suggest-item > .body > .stretched-link:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.suggest-item.-active > .suggest-item-submit-btn {
  text-decoration: underline;
}

.suggest-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu.-main-header-phones {
  right: 0;
  left: auto;
  margin-top: 12px;
}

@media (max-width: 1199.98px) {
  .main-header-basket {
    width: 52px;
    height: 52px;
  }
  .btn-basket .icon .material-icon {
    color: #ffffff;
    width: 18px;
    height: 18px;
    padding: 0;
  }
  .btn-basket .counter {
    font-size: 9px;
    width: 12px;
    height: 12px;
    background: #2AA897;
    color: #ffffff;
  }
  .btn-basket:hover {
    background: rgb(35.396, 35.396, 35.396);
  }
}
@media (min-width: 1200px) {
  .btn-basket .icon .material-icon {
    color: #535CA5;
    width: 32px;
    height: 32px;
  }
  .btn-basket .counter {
    right: -17px;
    top: -8px;
    width: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.15);
    color: #cfcfcf;
  }
}
.main-breadcrumbs {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.main-breadcrumbs > .breadcrumb > .breadcrumb-item a {
  color: #808080 !important;
}
.main-breadcrumbs a > .breadcrumb > .breadcrumb-item a:hover, .main-breadcrumbs a > .breadcrumb > .breadcrumb-item a:focus {
  color: rgb(89.75, 89.75, 89.75) !important;
}
@media (min-width: 1200px) {
  .main-breadcrumbs {
    font-weight: normal;
    margin-top: 16px;
  }
  .main-breadcrumbs > .breadcrumb > .breadcrumb-item a {
    color: #9f9f9f !important;
  }
  .main-breadcrumbs a > .breadcrumb > .breadcrumb-item a:hover, .main-breadcrumbs a > .breadcrumb > .breadcrumb-item a:focus {
    color: rgb(120.75, 120.75, 120.75) !important;
  }
}
.main-breadcrumbs.-product .breadcrumb {
  margin-bottom: 0;
}

.main-menu {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .main-menu {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .main-menu {
    box-shadow: none;
  }
}
.main-menu > .main-menu-close-btn {
  z-index: 1036;
}
@media (max-width: 1199.98px) {
  .main-menu > .body {
    position: relative;
    padding: 16px;
    background: #ffffff;
    z-index: 1036;
  }
  .main-menu > .body::before {
    content: "";
    display: block;
    position: sticky;
    transform: translateY(-16px);
    top: 0;
    left: -16px;
    right: -16px;
    height: 24px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1038;
  }
}
@media (min-width: 1200px) {
  .main-menu > .body {
    width: 100%;
  }
}

.main-menu-nav {
  display: flex;
}
@media (max-width: 1199.98px) {
  .main-menu-nav {
    flex-direction: column;
  }
  .main-menu-nav .link {
    font-weight: 600;
  }
  .main-menu-nav .link .material-icon {
    width: 18px;
    height: 18px;
  }
}
.main-menu-nav > .header {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .main-menu-nav > .header {
    display: none;
  }
}
.main-menu-nav > .header > .headerlink {
  display: flex;
  align-items: center;
}
.main-menu-nav > .header > .headerlink .material-icon {
  color: #616161 !important;
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .main-menu-nav > .item {
    position: relative;
    flex: 1;
    border: 1px solid #c2c2c2;
  }
}
@media (min-width: 1200px) {
  .main-menu-nav > .item > .link {
    color: #515151 !important;
  }
  .main-menu-nav a > .item > .link:hover, .main-menu-nav a > .item > .link:focus {
    color: rgb(42.75, 42.75, 42.75) !important;
  }
}
.main-menu-nav > .item > .link {
  position: relative;
  display: flex;
  text-decoration: none !important;
}
@media (max-width: 1199.98px) {
  .main-menu-nav > .item > .link {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .main-menu-nav > .item > .link {
    height: 100%;
    flex-direction: column;
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .main-menu-nav > .item > .link {
    padding: 12px;
  }
}
.main-menu-nav > .item > .link > .imageholder {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  .main-menu-nav > .item > .link > .imageholder {
    display: none;
  }
}
.main-menu-nav > .item > .link > .imageholder > .image {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .main-menu-nav > .item:hover > .link::after {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.85;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
  }
}
@media (min-width: 1200px) {
  .main-menu-nav > .item:hover > .main-menu-nav {
    display: block;
  }
}
.main-menu-nav > .item:hover > .link .label {
  z-index: 60;
}
@media (min-width: 1200px) {
  .main-menu-nav > .item:hover > .link .label {
    color: #c2c2c2;
  }
}
.main-menu-nav > .item > .link .label {
  z-index: 60;
}
@media (min-width: 1200px) {
  .main-menu-nav > .item > .link .label {
    order: 1;
    text-align: center;
    max-width: 100%;
  }
}
.main-menu-nav > .item > .link > .material-icon {
  color: #616161;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .main-menu-nav > .item > .link > .material-icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-menu-nav > .item:hover .link > .material-icon {
    height: 24px;
    top: calc(50% - 12px);
    position: absolute;
    right: 0;
    bottom: 4px;
    color: #2AA897;
    z-index: 60;
  }
}
.main-menu-nav > .item + .item {
  margin-left: -1px;
}
@media (max-width: 1199.98px) {
  .main-menu-nav > .item + .item {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .main-menu-nav .main-menu-nav > .item > .link {
    align-items: flex-start;
  }
}

@media (max-width: 1199.98px) {
  .main-menu-nav .main-menu-nav.-active {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 1037;
  }
}

.main-menu-nav .main-menu-nav {
  display: none;
  width: 262px;
}
@media (max-width: 1199.98px) {
  .main-menu-nav .main-menu-nav {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .main-menu-nav .main-menu-nav {
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 40;
    padding: 24px 32px;
  }
}
.main-menu-nav .main-menu-nav > .item:hover > .link::after {
  display: none;
}
.main-menu-nav .main-menu-nav > .item:hover > .link > .label {
  color: #2AA897;
}
.main-menu-nav .main-menu-nav > .item {
  border: none;
}
@media (min-width: 1200px) {
  .main-menu-nav .main-menu-nav > .item > .link {
    padding: 8px;
  }
}
.main-menu-nav .main-menu-nav > .item > .link .label {
  text-align: left;
}

.main-menu-action {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.main-menu-action > .info {
  width: 58%;
  margin-right: 6px;
}
.main-menu-action > .info.-address {
  font-size: 11px;
}
.main-menu-action > .btn, .main-menu-action > .btn-buy {
  width: 42%;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-size: 10px;
}
.main-menu-action .btn-content {
  display: flex;
  width: 100%;
  align-items: center;
}
.main-menu-action .btn-content > .material-icon {
  margin-right: 8px;
}
.main-menu-action > .btn.-centered, .main-menu-action > .-centered.btn-buy {
  justify-content: center;
}

.sidebar-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #000;
  z-index: 1034;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sidebar-backdrop.-open {
  opacity: 0.85;
}
.sidebar-backdrop.-show {
  display: block;
}

body.-main-menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

.main-content > .homepage-categories {
  margin: 0 3%;
}
@media (max-width: 1199.98px) {
  .main-content > .homepage-categories {
    margin: 0 16px;
  }
}

.main-footer {
  background: #020202;
  padding: 32px;
  color: #cfcfcf;
  font-weight: 600;
}

.main-footer-link {
  color: #cfcfcf !important;
}

a.main-footer-link:hover, a.main-footer-link:focus {
  color: rgb(168.75, 168.75, 168.75) !important;
}

.main-footer-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .main-footer-inner {
    justify-content: space-around;
  }
}
.main-footer-inner > .logo,
.main-footer-inner > .phones,
.main-footer-inner > .schedule,
.main-footer-inner > .address,
.main-footer-inner > .menu,
.main-footer-inner > .payment,
.main-footer-inner > .copyrights {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .main-footer-inner > .logo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .main-footer-inner > .logo {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-footer-inner > .phones,
  .main-footer-inner > .schedule,
  .main-footer-inner > .address {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .main-footer-inner > .phones,
  .main-footer-inner > .schedule,
  .main-footer-inner > .address {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .main-footer-inner > .menu {
    margin-top: 32px;
    margin-bottom: 32px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-footer-inner > .menu {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-footer-inner > .payment,
  .main-footer-inner > .copyrights {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .main-footer-inner > .payment,
  .main-footer-inner > .copyrights {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-footer-inner > .payment,
  .main-footer-inner > .copyrights {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-footer-inner > .payment {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .main-footer-inner > .payment {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .main-footer-inner > .copyrights {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .main-footer-inner > .copyrights {
    text-align: center;
  }
}

.main-footer-logo > .link > .image {
  height: 32px;
}
.main-footer-logo > .caption {
  font-size: 12px;
  font-weight: 600;
  color: #808080;
}
@media (max-width: 767.98px) {
  .main-footer-logo {
    text-align: center;
  }
}

.main-footer-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .main-footer-nav {
    flex-direction: column;
  }
  .main-footer-nav > .main-footer-link {
    padding: 16px;
  }
}
@media (max-width: 1199.98px) {
  .main-footer-nav {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .main-footer-nav > .main-footer-link {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .main-footer-nav > .main-footer-link {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .main-footer-nav {
    flex-direction: column;
  }
}

.main-footer-phone-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-weight: bold;
}

.main-footer-payment-icon {
  height: 24px;
}

.main-footer-payment-icon + .main-footer-payment-icon {
  margin-left: 16px;
}

.main-footer-info > .icon {
  color: #444444;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .main-footer-info > .icon {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main-footer-info {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .main-footer-info {
    display: flex;
  }
}

.basket-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: transparent;
  border: none;
  outline: none !important;
}
.basket-btn > .icon {
  display: flex;
  align-items: center;
}
.basket-btn > .icon > .material-icon {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #ffffff;
  font-size: 20px;
  z-index: 50;
}
@media (min-width: 1200px) {
  .basket-btn > .icon > .material-icon {
    font-size: 32px;
    color: #535CA5;
    z-index: 51;
  }
}
.basket-btn > .icon > .counter {
  z-index: 51;
  margin-left: -8px;
  margin-top: -8px;
  background: #2AA897;
  color: #ffffff;
  width: 12px;
  border-radius: 6px;
  font-size: 9px;
  line-height: 12px;
}
@media (min-width: 1200px) {
  .basket-btn > .icon > .counter {
    margin-left: -10px;
    display: inline-block;
    width: 24px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.15);
    color: #cfcfcf;
    text-align: center;
    font-weight: 600;
    z-index: 50;
  }
}
.basket-btn > .expand {
  display: none;
}
@media (min-width: 1200px) {
  .basket-btn > .expand {
    display: block;
    position: absolute;
    top: 70px;
    margin: 0 auto;
  }
}
.basket-btn > .expand > .material-icon {
  color: #515151;
}

.basket-empty-text {
  font-size: 20px;
  font-weight: bold;
  color: #808080;
  text-align: center;
}

.basket-items .basket-item {
  width: 100%;
}

.basket-item {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 14px;
  padding-bottom: 14px;
}
.basket-item > * {
  flex: 1 1 auto;
}
.basket-item > .body {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.basket-item > .break {
  flex-basis: 100%;
  height: 0;
}
.basket-item .basket-item-sku {
  width: 100%;
}

.basket-item-body {
  min-width: 212px;
  display: flex;
  flex-direction: column;
}
.basket-item-body > .line {
  display: flex;
}
.basket-item-body > .line.-summary {
  margin-top: 24px;
}
.basket-item-body > .line.-justify-space-between {
  justify-content: space-between;
}
.basket-item-body > .line > .basket-item-count-label,
.basket-item-body > .line > .basket-cost {
  align-self: center;
}

.basket-item-preview {
  padding: 0 8px;
}

.-basket-item-remove {
  color: #808080 !important;
}

.basket-item-name {
  font-weight: bold;
}

.basket-item-sku .title {
  color: #808080;
}

.basket-item-delete-btn {
  color: #808080 !important;
}

.basket-item-count-label {
  font-size: 16px;
  font-weight: bold;
  width: 50%;
}

.basket-item-count-label {
  color: #2AA897;
  text-align: center;
}
.basket-item-count-label > .unit {
  font-size: 9px;
}

.basket-cost {
  font-size: 16px;
  font-weight: bold;
}
.basket-cost.-action {
  color: #FF5858;
}
.basket-cost.-prev {
  color: #808080;
  text-decoration: line-through;
  text-decoration-color: #FF5858;
}
.basket-cost.-subtotal {
  color: #2AA897;
}
.basket-cost > .currency {
  font-size: 9px;
}

.basket-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 16px;
}
.basket-summary > .column {
  width: 50%;
}
.basket-summary > .column > .basket-cost {
  text-align: center;
}
.basket-summary > .basket-cost {
  text-align: center;
}

.basket-link {
  display: block;
}

.basket-link {
  color: #2AA897 !important;
}

a.basket-link:hover, a.basket-link:focus {
  color: rgb(26.7, 106.8, 95.9928571429) !important;
}

.basket-sheet {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .basket-sheet {
    padding-bottom: 234px;
  }
}

.basket-goods-item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
  flex-wrap: nowrap;
}
.basket-goods-item:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .basket-goods-item {
    align-items: center;
  }
}
.basket-goods-item > .image,
.basket-goods-item > .body {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.basket-goods-item > .image {
  flex-basis: 76px;
  max-width: 76px;
  min-width: 76px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1200px) {
  .basket-goods-item > .image {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .basket-goods-item > .image > img {
    max-width: 100%;
    max-height: 100px;
  }
}

.basket-goods-item.-header {
  background-color: #f5f5f7;
  color: #a3a3a3;
}
@media (max-width: 767.98px) {
  .basket-goods-item.-header {
    display: none;
  }
}

.basket-goods-item-body {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .basket-goods-item-body {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .basket-goods-item-body {
    align-items: center;
  }
}
.basket-goods-item-body > .title,
.basket-goods-item-body > .delete,
.basket-goods-item-body > .quantity,
.basket-goods-item-body > .price,
.basket-goods-item-body > .cost {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.basket-goods-item-body > .title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.basket-goods-item-body > .delete {
  flex-grow: 0;
  flex-basis: 40px;
  max-width: 40px;
}
@media (min-width: 768px) {
  .basket-goods-item-body > .delete {
    order: 5;
  }
}
.basket-goods-item-body > .quantity {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 120px;
}
@media (min-width: 768px) {
  .basket-goods-item-body > .quantity {
    flex-basis: 140px;
    max-width: 140px;
    order: 3;
  }
}
.basket-goods-item-body > .cost,
.basket-goods-item-body > .quantity {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .basket-goods-item-body > .price {
    display: none;
  }
}
@media (min-width: 768px) {
  .basket-goods-item-body > .price {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .basket-goods-item-body > .price {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .basket-goods-item-body > .cost {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    order: 4;
  }
}
@media (min-width: 1200px) {
  .basket-goods-item-body > .cost {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    text-align: center;
  }
}

.input-group.-basket-quantity {
  border: 1px solid #B7BABF;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 116px;
}
.input-group.-basket-quantity > .form-control {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #2AA897;
  background: #ffffff;
  border: none;
  pointer-events: none;
  padding: 4px 9px;
  min-width: 29px;
  height: auto;
}
.input-group.-basket-quantity > .input-group-prepend,
.input-group.-basket-quantity > .input-group-append {
  background-color: #f5f5f7;
}
.input-group.-basket-quantity > .input-group-prepend > .btn, .input-group.-basket-quantity > .input-group-prepend > .btn-buy,
.input-group.-basket-quantity > .input-group-append > .btn,
.input-group.-basket-quantity > .input-group-append > .btn-buy {
  padding: 3px 6px;
}
@media (min-width: 768px) {
  .input-group.-basket-quantity > .input-group-prepend > .btn, .input-group.-basket-quantity > .input-group-prepend > .btn-buy,
  .input-group.-basket-quantity > .input-group-append > .btn,
  .input-group.-basket-quantity > .input-group-append > .btn-buy {
    padding: 3px 8px;
  }
}

.basket-goods-summary {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px 24px;
}
.basket-goods-summary > .details {
  margin-bottom: 16px;
}
.basket-goods-summary > .cost {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .basket-goods-summary > .cost {
    justify-content: left;
  }
}
@media (min-width: 768px) {
  .basket-goods-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.checkout-form label, .checkout-form .col-form-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #bcbcbc;
}
.checkout-form .form-check-label {
  color: #7e7e7e;
  margin-left: 8px;
}

.form-control.-checkout[required]:valid + .text-danger {
  display: none;
}

.form-control.-checkout,
.select2-container--bootstrap4.-checkout .select2-selection {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  background: transparent;
}

.checkout-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.checkout-success > .icon {
  font-size: 38px;
}
.checkout-success > .thx {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.checkout-success > .icon,
.checkout-success > .thx {
  color: #2AA897;
  margin-bottom: 8px;
}
.checkout-success > .caption {
  text-align: center;
  font-weight: 600;
}
.checkout-success > .caption,
.checkout-success > .pay,
.checkout-success > .help {
  margin-bottom: 16px;
}

.checkout-success-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-success-phone > .phone {
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .checkout-success-phone > .phone {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .checkout-success-phone > .btn, .checkout-success-phone > .btn-buy {
    display: none !important;
  }
}

.checkout-success-phone + .checkout-success-phone {
  margin-top: 24px;
}

.text-basket-subtotal {
  font-size: 13px;
  font-weight: 600;
}
.text-basket-total {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .text-basket-subtotal {
    font-size: 18px;
  }
  .text-basket-total {
    font-size: 22px;
  }
}

.modal.-search > .modal-dialog {
  margin-top: 0;
  max-width: none;
}

.search-mobile-form {
  background-color: #020202;
}

.input-group.-search-modal > .form-control {
  background-color: transparent !important;
  border-width: 0;
  height: 52px;
  box-shadow: none !important;
  color: #ffffff;
}

.homepage-sheet {
  padding-bottom: 160px;
}
@media (min-width: 1200px) {
  .homepage-sheet > .swiper-container {
    margin-bottom: 80px;
  }
}

.home-carousel-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 39.06vw;
  overflow: hidden;
}
.home-carousel-link > picture,
.home-carousel-link > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-carousel-link .slug {
  position: absolute;
  color: #ffffff;
  z-index: 25;
}

.home-nav-header {
  position: relative;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .home-nav-header {
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
  }
  .home-nav-header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 22px;
    background: #2AA897;
  }
}

.home-nav-header.-lead {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .home-nav-header.-lead {
    display: none;
  }
}
.home-nav-header.-lead::before {
  width: 44px;
}

.home-nav-item > .entry {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  text-decoration: none !important;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .home-nav-item > .entry {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-nav-item > .entry {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .home-nav-item > .entry {
    padding-top: 32px;
    margin-left: -1px;
    margin-top: -1px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #bfbfbf;
  }
}
.home-nav-item .entry > .image {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .home-nav-item .entry > .image {
    width: 80px;
    min-width: 80px;
  }
}
@media (min-width: 1200px) {
  .home-nav-item .entry > .image {
    width: 100%;
    order: 2;
    display: block;
    margin-top: auto;
  }
}
@media (max-width: 1199.98px) {
  .home-nav-item .entry > .material-icon {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.home-nav-item .entry > .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 2, 2, 0.5);
  z-index: 30;
}
.home-nav-item .entry > .backdrop > .material-icon {
  color: #2AA897;
  border: 2px solid #2AA897;
  text-align: center;
  padding: 16px;
  font-size: 52px;
}
.home-nav-item .entry > .material-icon {
  padding-left: 4px;
  padding-right: 4px;
  color: #616161;
}
@media (min-width: 1200px) {
  .home-nav-item .entry > .material-icon {
    display: none;
  }
}
.home-nav-item .entry > .home-nav-header {
  z-index: 25;
}
@media (min-width: 1200px) {
  .home-nav-item .entry > .home-nav-header {
    order: 1;
  }
}

@media (max-width: 1199.98px) {
  .home-nav-item + .home-nav-item {
    border-top: 1px solid #bfbfbf;
  }
}

@media (min-width: 1200px) {
  .home-nav-item:hover .entry > .backdrop {
    display: flex;
  }
}

.home-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .home-nav {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 160px;
  }
}

.home-nav > .home-nav-header {
  width: 100%;
}

.home-nav > .home-nav-item {
  width: 100%;
}
@media (min-width: 1200px) {
  .home-nav > .home-nav-item {
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .home-nav > .home-nav-item {
    width: 20%;
  }
}

.home-categories {
  display: block;
}
@media (max-width: 767.98px) {
  .home-categories .home-category .content {
    width: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .homepage-sheet {
    padding-top: 2rem;
  }
  .home-categories > .title {
    display: none;
  }
  .home-categories .home-category {
    display: block;
  }
  .home-categories .home-category .content {
    display: flex;
    height: 102px;
    width: 33.3333333333%;
    margin: 0 auto;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .home-categories .home-category .content > .-mobile-icon {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
  }
  .home-categories .home-category .content .image img {
    width: 80px;
  }
  .home-categories .home-category .content .title {
    font-size: 13px;
    font-weight: 600;
  }
  .home-categories .home-category .hover {
    display: none;
  }
  .home-categories .home-category:not(:last-child) {
    border-bottom: 1px solid #bfbfbf;
  }
}
@media (min-width: 1200px) {
  .home-categories {
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
    padding-right: 80px;
  }
  .home-categories > .title {
    position: relative;
    flex: 100% 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }
  .home-categories > .title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 44px;
    background: #2AA897;
  }
  .home-categories .home-category {
    flex: 20% 0 0;
  }
  .home-category {
    position: relative;
    transition: all 0.2s ease;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
  }
  .home-category:nth-of-type(5n + 1) {
    border-left: 1px solid #bfbfbf;
  }
  .home-category:nth-of-type(-n + 5) {
    border-top: 1px solid #bfbfbf;
  }
  .home-category::before {
    content: " ";
    display: block;
    padding-top: 100%;
  }
  .home-category .content, .home-category .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home-category .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }
  .home-category .title {
    order: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10%;
    padding: 8% 8% 1% 8%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 8px 0 #ffffff;
  }
  .home-category .title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 10%;
    background: #2AA897;
  }
  .home-category .image {
    order: 2;
  }
  .home-category .image img {
    width: 100%;
  }
  .home-category .-mobile-icon {
    display: none;
  }
  .home-category .hover {
    display: flex;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
  }
  .home-category .hover .material-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #2AA897;
    color: #2AA897 !important;
  }
  .home-category:hover .hover, .home-category:hover .title {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .home-category .title {
    font-size: 14px;
  }
}
.contacts-benefits {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.contacts-benefits .material-icon {
  margin-right: 8px;
  color: #2AA897;
}
.contacts-benefits-box {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(42, 168, 151, 0.1);
  border-radius: 0.25rem;
}
.contacts-benefits + .contacts-benefits {
  margin-top: 4px;
}
.contacts-gallery {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
  background: #f5f5f7;
}
.contacts-gallery .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-gallery .item img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 767.98px) {
  .contacts-gallery {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .contacts-benefits-box {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .contacts-gallery {
    margin-top: 30px;
    gap: 30px;
    padding: 30px;
  }
}
.form-control.-select {
  display: flex;
  align-items: center;
  color: #DBDBDB;
  height: auto;
}
.form-control.-select.dropdown-toggle::after {
  display: none !important;
}
.form-control.-select > .icon {
  margin-right: 4px;
}
.form-control.-select > .expand {
  margin-left: auto;
}
.form-control.-select > .title,
.form-control.-select > .placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}
.form-control.-select > .title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-align: left;
}
.form-control.-select > .placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .form-control.-select {
    border-radius: 0;
  }
  .form-control.-select > .title {
    font-weight: normal;
  }
  .form-control.-select > .expand {
    color: #555;
  }
}
.form-control.-select.-attract {
  color: #535CA5;
  border-color: #535CA5;
}
.form-control.-select.-attract > .placeholder {
  color: #535CA5;
}

@media (min-width: 1200px) {
  .select2-container--bootstrap4 .select2-selection,
  .select2-container--bootstrap4 .select2-search__field {
    border-radius: 0;
  }
}

.select2-container--bootstrap4 .select2-dropdown {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.list-media {
  display: flex;
}

.sidebar-content {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  z-index: 1036;
  flex-direction: column;
}
.sidebar-content > .content {
  background: #ffffff;
  flex-grow: 1;
}
.sidebar-close {
  display: flex;
  position: relative;
  width: 52px;
  height: 52px !important;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none !important;
  background: #ffffff;
  color: #616161;
  z-index: 1036;
}
.sidebar-close > .material-icon {
  font-size: inherit;
}
.sidebar-close::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  height: 14px;
  width: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100H0V0C0 55.2285 44.7715 100 100 100Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}

@media (max-width: 1199.98px) {
  .sidebar-content {
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  .sidebar-content.-show {
    visibility: visible;
  }
  .sidebar-content.-open {
    transform: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .sidebar-content > .content {
    overflow-y: scroll;
    overflow-x: visible;
  }
  .sidebar-content > .content > .media.-benefits {
    padding-bottom: 16px;
  }
  .sidebar-content > .content > .media.-benefits .media-left {
    padding-left: 16px;
    padding-right: 8px;
  }
  .sidebar-content > .content > .media.-benefits .media-body {
    font-size: 14px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .sidebar-content {
    visibility: visible;
    position: static;
    width: auto;
  }
  .sidebar-content > .close {
    display: none;
  }
  .sidebar-close {
    display: none;
  }
}
.market-sheet {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .market-sheet {
    margin-bottom: 50px;
  }
}
.market-sheet > .aside,
.market-sheet > .body {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .market-sheet > .aside {
    flex: 0 0 280px;
    max-width: 280px;
  }
}
.market-sheet > .body {
  flex-basis: 0;
  flex-grow: 1;
  padding-bottom: 60px;
}

.market-mobile-controls {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .market-mobile-controls {
    display: none;
  }
}
.market-mobile-controls > .caption {
  color: #808080;
  margin-right: 12px;
  font-size: 11px;
}
.market-mobile-controls .market-link-reset {
  font-size: 11px;
}
.market-mobile-controls > .btn, .market-mobile-controls > .btn-buy {
  margin-right: 8px;
}
.market-mobile-controls > .dropdown {
  margin-left: auto;
  margin-top: 16px;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .market-mobile-controls > .dropdown {
    margin-top: 0;
    max-width: 288px;
  }
}
.market-mobile-controls > .dropdown > .dropdown-menu {
  width: 100%;
}

.market-panel {
  font-weight: 600;
  padding-bottom: 16px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .market-panel {
    height: 40px;
    border-bottom: 1px solid #bebebe;
  }
}

.btn.-market-filter-fab, .-market-filter-fab.btn-buy {
  position: fixed;
  top: 68px;
  left: 0;
  display: none;
  z-index: 70;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 37px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .btn.-market-filter-fab.-on, .-market-filter-fab.-on.btn-buy {
    display: flex;
  }
}

.market-categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .market-categories {
    margin-bottom: 8px;
  }
}

.market-category {
  flex-direction: column;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  font-weight: bold;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1199.98px) {
  .market-category {
    align-items: center;
    max-width: 100px;
  }
}
.market-category > .preview {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: flex-end;
  justify-content: flex-end;
}
.market-category > .preview > .image {
  max-width: 100%;
  max-height: 100%;
}
.market-category > .image {
  max-width: 100%;
}
.market-category > .body > .title, .market-category > .body > .caption {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.market-category > .body > .caption {
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .market-category {
    max-width: 228px;
    align-items: center;
    border: 1px solid #bebebe;
    padding: 16px;
    margin-bottom: 16px;
  }
  .market-category:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }
  .market-category > .preview {
    order: 2;
    align-items: center;
    flex-basis: 60px;
    margin-right: 16px;
    margin-top: auto;
    width: 110px;
    height: auto;
    max-height: 60px;
  }
  .market-category .preview > .image {
    flex: 1;
  }
  .market-category > .body {
    order: 1;
  }
  .market-category > .body > .title, .market-category > .body > .caption {
    max-width: 160px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
  }
}

.market-sorting-ds {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .market-sorting-ds {
    display: none;
  }
}
.market-sorting-ds > .label {
  font-weight: bold;
  text-transform: uppercase;
}
.market-sorting-ds > .link {
  padding-left: 6px;
  padding-right: 6px;
}
.market-sorting-ds .link.-active {
  color: #2AA897 !important;
}
.market-sorting-ds a.link.-active:hover, .market-sorting-ds a.link.-active:focus {
  color: rgb(26.7, 106.8, 95.9928571429) !important;
}
.market-sorting-ds > .link + .link {
  border-left: 1px solid #bebebe;
}

.market-headline {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .market-headline {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1199.98px) {
  .sidebar-content.-loading > .content > .market-filter {
    position: relative;
  }
  .sidebar-content.-loading > .content > .market-filter::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.5);
  }
}

.market-filter-header {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .market-filter-header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 0;
    align-items: flex-end;
    height: 39px;
  }
}
.market-filter-header > .line {
  display: flex;
  align-items: center;
}
.market-filter-header > .btn, .market-filter-header > .btn-buy {
  margin-left: auto;
  order: 5;
}

.market-filter-active-caption,
.market-filter-total-caption {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .market-filter-active-caption,
  .market-filter-total-caption {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }
}

.market-filter-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .market-filter-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

.market-link-reset {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.market-link-reset {
  color: rgba(255, 0, 0, 0.5) !important;
}

a.market-link-reset:hover, a.market-link-reset:focus {
  color: rgba(178.5, 0, 0, 0.5) !important;
}

.market-filter-section {
  border-top: 1px solid #dbdbdb;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .market-filter-section {
    padding-left: 0;
    padding-right: 0;
    border-top-color: #bebebe;
  }
}
.market-filter-section > .header {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none !important;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .market-filter-section > .header {
    text-transform: uppercase;
  }
}
.market-filter-section > .header > .material-icon {
  color: #dbdbdb;
  margin-right: 8px;
  transition: transform 0.3s ease-in-out;
}
.market-filter-section > .header.collapsed > .material-icon {
  transform: rotate(-180deg);
}
.market-filter-section > .body {
  padding-left: 16px;
  padding-right: 16px;
}

.market-filter-checkbox {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #686565;
}
@media (min-width: 1200px) {
  .market-filter-checkbox {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.market-filter-checkbox > .material-icon {
  margin-right: 6px;
}
.market-filter-checkbox:hover {
  text-decoration: none;
}
.market-filter-checkbox.-active {
  font-weight: bold;
}
.market-filter-checkbox.-disabled {
  color: #9b9b9b;
  pointer-events: none;
}

.fitguide-fast-code {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.fitguide-fast-code > .label,
.fitguide-fast-code > .code {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .fitguide-fast-code > .label {
    color: #808080;
  }
}
@media (min-width: 1200px) {
  .fitguide-fast-code {
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
  }
}

.dropdown-item.-fitguide-filter {
  display: flex;
  align-items: center;
  min-width: 248px;
  max-width: 320px;
  padding: 8px 16px;
}
.dropdown-item.-fitguide-filter > .imageholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  min-width: 92px;
  height: 48px;
  margin-right: 16px;
}
.dropdown-item.-fitguide-filter > .imageholder > .image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.dropdown-item.-fitguide-filter > .imageholder.-sm {
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.dropdown-item.-fitguide-filter > .title {
  display: inline-block;
  font-size: 13px;
  color: #686565;
  white-space: normal;
}
.dropdown-item.-fitguide-filter > .title.-long {
  min-width: 160px;
}
.dropdown-item.-fitguide-filter > .radio {
  margin-left: auto;
  padding-left: 12px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .dropdown-item.-fitguide-filter {
    max-height: 420px;
  }
  .dropdown-item.-fitguide-filter > .radio {
    display: none;
  }
}

.-text-fitguide-label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.fitguide-filter-form-group {
  margin-bottom: 4px;
}
.fitguide-filter-form-group > label {
  color: #202020;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.form-control > .placeholder.-fitguide-filter-title,
.form-control > .title.-fitguide-filter-title {
  font-size: 13px;
}

.fitguide-filter-control-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.fitguide-filter-control-wrap > .dropdown {
  width: 100%;
}
.fitguide-filter-control-wrap > .dropdown .title {
  margin-right: 30px;
}
.fitguide-filter-control-wrap > .dropdown .expand {
  display: flex;
  width: 30px;
  height: 30px;
}
.fitguide-filter-control-wrap > .dropdown .expand:hover {
  background-color: rgba(83, 92, 165, 0.2);
}
.fitguide-filter-control-wrap > .dropdown > .dropdown-menu.show {
  max-height: 260px;
  overflow-y: auto;
}
.fitguide-filter-control-wrap > .market-link-reset {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.fitguide-filter-control-wrap > .market-link-reset:hover {
  background-color: rgba(83, 92, 165, 0.2);
}

.grid-products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1460px;
  margin-bottom: 52px;
}
.grid-products > .item {
  order: 999;
  margin: -1px -1px 0 0;
}
.grid-products > .item:nth-of-type(1) {
  order: 1;
}
.grid-products > .item:nth-of-type(2) {
  order: 3;
}
.grid-products > .item:nth-of-type(3) {
  order: 5;
}
.grid-products > .item:nth-of-type(4) {
  order: 7;
}
.grid-products > .item.-banner {
  order: 4;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-products > .item.-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.grid-products > .item .product-card {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .grid-products > .item {
    width: 100%;
  }
  .grid-products > .item.-banner {
    padding: 20px;
  }
}
@media (min-width: 540px) {
  .grid-products > .item {
    width: calc(50% + 1px);
  }
  .grid-products > .item.-banner {
    padding: 20px;
  }
}
@media (min-width: 920px) {
  .grid-products > .item {
    width: calc(33.3333333333% + 1px);
  }
  .grid-products > .item.-banner {
    padding: 0 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .grid-products {
    padding-top: 30px;
  }
  .grid-products > .item {
    width: calc(33.3333333333% + 1px);
  }
  .grid-products > .item.-banner {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 1600px) {
  .grid-products {
    padding-top: 30px;
  }
  .grid-products > .item {
    width: calc(25% + 1px);
  }
  .grid-products > .item.-banner {
    order: 6;
  }
}
.market-pagination > .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.market-pagination-item + .market-pagination-item {
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .market-pagination-item + .market-pagination-item {
    margin-left: 1px;
  }
}

.market-pagination-item {
  margin-bottom: 16px;
}
.market-pagination-item.-disabled,
.market-pagination-item > .link {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  padding: 8px 14px;
  color: #484848;
  background-color: #d2d2d2;
}
@media (min-width: 1200px) {
  .market-pagination-item.-disabled,
  .market-pagination-item > .link {
    padding: 14px 20px;
  }
}
.market-pagination-item.-disabled {
  pointer-events: none;
}
.market-pagination-item.-active > .link {
  background-color: #111111;
}
.market-pagination-item.-active > .link {
  color: #ffffff !important;
}
.market-pagination-item.-active a > .link:hover, .market-pagination-item.-active a > .link:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.market-pagination-item.-prev {
  margin-right: 16px;
}
.market-pagination-item.-next {
  margin-left: 16px;
}

.product-card {
  position: relative;
  border: 1px solid #bebebe;
}
.product-card .-no-padding {
  margin-left: -16px;
  margin-right: -16px;
}
.product-card-title {
  display: -webkit-box;
  height: 72px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.product-card-title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 32px;
  height: 32px;
  font-size: 12px;
  border-radius: 50%;
  background: #f5f5f7;
  color: #6c757d;
}
.product-card-title .edit .material-icon {
  width: 22px;
  height: 22px;
}
.product-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow: hidden;
  margin-bottom: 16px;
}
.product-card-image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.product-card-image .image {
  display: block;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card-image .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.product-card:hover .product-card-image .image {
  transform: scale(1.05);
}
.product-card-purchase-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product-card-purchase-box .btn-buy .text {
  font-size: 10px;
  padding: 0 12px;
}
.product-card-availability {
  font-size: 13px;
  text-align: center;
  margin-bottom: 16px;
}
.product-card-params .param {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 4px 12px;
}
.product-card-params .param:nth-of-type(odd) {
  background-color: #f5f5f7;
}
.product-card-params .param-name {
  display: inline-block;
  margin-right: 5px;
  color: #9b9b9b;
}
.product-card-params .param-value {
  text-align: right;
}
.product-card-params .param-value .value {
  display: block;
}
.product-card-tab {
  padding: 16px 16px;
}
.product-card .tab-content {
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card .navigation {
  position: absolute;
  display: flex;
  left: 21px;
  top: 93px;
  z-index: 30;
}
.product-card .navigation .goods-variants {
  flex-direction: column;
  gap: 4px;
  height: 210px;
  flex-wrap: wrap !important;
}
.product-card-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(102, 111, 178) 0%, rgb(77, 86, 153) 100%);
  color: #ffffff;
  border-radius: 0.5rem;
  text-shadow: 0 1px 1px #000;
}
.product-card-banner .banner-title {
  font-size: 34px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.product-card-banner .banner-title-secondary {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.product-card-banner .banner-image {
  margin-top: 30px;
}
.product-card-banner .banner-text {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  gap: 30px;
  flex-grow: 1;
}
.product-card-banner .banner-text-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}
.product-card-banner .icon-check {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("/images/check-square.svg");
  background-size: contain;
  opacity: 0.9;
}
.product-price {
  position: relative;
}
.product-price .price-label {
  display: inline-block;
  width: 32px;
  font-size: 10px;
}
.product-price .amount {
  font-size: 16px;
  font-weight: bold;
}
.product-price .amount.-hot {
  font-size: 17px;
  color: #FF5858;
}
.product-price .old {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -6px;
  left: 32px;
  color: #9b9b9b;
  text-decoration: line-through;
}

.goods-card {
  position: relative;
}
.goods-card > .navigation {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 276px;
  z-index: 30;
}
@media (min-width: 1200px) {
  .goods-card > .navigation {
    left: 8px;
    top: 144px;
    right: auto;
  }
  .goods-card > .navigation > .goods-variants {
    flex-direction: column;
  }
  .goods-card > .navigation > .goods-variants > .item.active > .text {
    display: none;
  }
  .goods-card > .navigation > .goods-variants > .item {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .goods-card.-sm-ds-up .goods-card > .navigation {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .goods-card.-sm-l-down > .navigation {
    display: none;
  }
}
.goods-card > .tab-content {
  position: relative;
  background: #ffffff;
  z-index: 20;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.goods-card:hover {
  overflow: visible;
}
.goods-card:hover > .tab-content {
  z-index: 30;
}
@media (min-width: 1200px) {
  .goods-card:hover > .tab-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.tab-content > .goods-card-tab.active {
  display: flex;
}

.goods-card-tab {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.goods-card-tab > .goods-card-image {
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .goods-card-tab > .goods-card-image {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1200px) {
  .goods-card-tab {
    display: flex;
  }
}

@media (max-width: 1199.98px) {
  .goods-card-availability,
  .goods-card-price {
    text-align: center;
    margin-bottom: 8px;
  }
}

.goods-card-price {
  text-align: center;
}
@media (min-width: 1200px) {
  .goods-card-price {
    text-align: right;
  }
}

.goods-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin-bottom: 8px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .goods-card.-sm-l-down .goods-card-image {
    height: 40px;
    width: 60px;
    min-width: 60px;
  }
}
@media (min-width: 1200px) {
  .goods-card-image {
    height: 240px;
    width: auto;
    margin-bottom: 16px;
  }
  .goods-card.-sm-ds-up .goods-card-image {
    height: 40px;
    width: 60px;
  }
  .goods-card-image > .goods-labels {
    left: 32px;
  }
}
.goods-card-image > .image {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.goods-card-image > .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.goods-card-title {
  display: block;
  height: 36px;
  margin-bottom: 80px;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  line-height: 18px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .goods-card-title {
    -webkit-line-clamp: 5;
    margin-bottom: 0;
    height: 90px;
    text-align: right;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
  }
  .goods-card.-sm-ds-up .goods-card-title {
    height: 38px;
  }
}
.goods-card-title > .link {
  display: block;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .goods-card.-sm-l-down .goods-card-title {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
}

.goods-card-availability {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.goods-card-manufacturer {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.4px;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .goods-card-manufacturer {
    display: none;
  }
}

.goods-variants {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
}
.goods-variants > .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  background-color: #ffffff;
}
.goods-variants > .more {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  opacity: 0.8;
}
.goods-variants.-labels > .item {
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.goods-variants.-labels > .item:hover, .goods-variants.-labels > .item.active {
  border-color: #2AA897;
}
@media (min-width: 1200px) {
  .goods-variants.-labels {
    align-items: stretch;
  }
}

.goods-variants.-colors > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
}
.goods-variants.-colors > .item .samples-wrap {
  display: flex;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border 0.2s ease-in-out;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  transform: rotate(45deg);
}
.goods-variants.-colors > .item .sample {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.goods-variants.-colors > .item .sample + .sample {
  margin-left: -1px;
  width: 21px;
  z-index: 1;
}
.goods-variants.-colors > .item .sample + .text {
  margin-left: 8px;
}
.goods-variants.-colors > .item.active {
  border-color: #808080;
}
.goods-variants.-colors > .item:hover {
  border-color: rgb(153.5, 153.5, 153.5);
}

.goods-variants.nav.nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
}

@media (max-width: 1199.98px) {
  .goods-variants.-colors > .item .samples-wrap,
  .goods-variants.-colors > .item .sample {
    width: 20px;
    height: 20px;
  }
}
.text-goods-price {
  font-size: 13px;
  font-weight: 400;
}
.text-goods-price .amount {
  font-size: 16px;
  font-weight: 700;
}
.text-goods-price .-secondary {
  font-size: 9px;
  font-weight: 400;
}
.text-goods-price .-old {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
.text-goods-price .-old::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  background-color: #FF5858;
}
.text-goods-price .-action {
  font-weight: bold;
  color: #FF5858;
}
@media (min-width: 1200px) {
  .text-goods-price {
    color: #2AA897;
  }
}

.text-goods-price.-card {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
}

.text-available {
  color: #2AA897;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-available > .material-icon {
  margin-right: 4px;
}

.goods-labels {
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumb.-main .breadcrumb-item a {
  display: flex;
  align-items: center;
}
.breadcrumb.-main .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}
@media (max-width: 1199.98px) {
  .breadcrumb.-main .breadcrumb-item {
    font-size: 12px;
    line-height: 12px;
  }
  .breadcrumb.-main .breadcrumb-item:nth-last-child(2) {
    padding-left: 0;
  }
  .breadcrumb.-main .breadcrumb-item:nth-last-child(2):before {
    display: none;
  }
  .breadcrumb.-main .breadcrumb-item:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumb.-main .breadcrumb-item .material-icon {
    border: 1px solid #dee2e6;
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}

.goods-specs {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.goods-specs > tbody > tr > td.param,
.goods-specs > tbody > tr > td.value {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 50%;
}
.goods-specs > tbody > tr > td.param {
  padding-right: 4px;
  padding-left: 4px;
  color: #222222;
}
.goods-specs > tbody > tr > td.value {
  padding-right: 4px;
  color: #565656;
}

.goods-specs.-stripped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f7;
}

.goods-specs.-l-large > tbody > tr > td.value,
.goods-specs.-l-large > tbody > tr > td.param {
  padding: 10px 16px;
}
@media (min-width: 1200px) {
  .goods-specs.-l-large > tbody > tr > td.param {
    padding-left: 50px;
  }
  .goods-specs.-l-large > tbody > tr > td.value {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .goods-specs.-card {
    font-size: 13px;
  }
  .goods-specs.-card > tbody > tr > td.param {
    padding-left: 16px;
    width: 60%;
  }
  .goods-specs.-card > tbody > tr > td.value {
    padding-right: 16px;
    width: 40%;
  }
}

.goods-sheet {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  max-width: 1400px;
}
.goods-sheet > .goods-sheet-top,
.goods-sheet > .content {
  flex-grow: 0;
  min-width: 100%;
}

.goods-sheet-top {
  position: relative;
  flex-grow: 1;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.goods-sheet-top > .header,
.goods-sheet-top > .goods-gallery,
.goods-sheet-top > .brief {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.goods-sheet-top > .brief .summary {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .goods-sheet-top > .header,
  .goods-sheet-top > .goods-gallery,
  .goods-sheet-top > .brief {
    flex-grow: 1;
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .goods-sheet-top {
    min-height: 376px;
  }
  .goods-sheet-top > .header,
  .goods-sheet-top > .brief {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    margin-left: 58.33333333%;
  }
  .goods-sheet-top > .header {
    margin-bottom: 48px;
  }
  .goods-sheet-top > .goods-gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 16px;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .goods-sheet-top {
    min-height: 504px;
  }
}
@media (min-width: 1600px) {
  .goods-sheet-top {
    min-height: 564px;
  }
}

.goods-gallery {
  display: flex;
  padding-bottom: 36px;
}
.goods-gallery > .goods-gallery-main-link {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .goods-gallery {
    padding-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .goods-gallery {
    padding-bottom: 68px;
  }
}
.goods-gallery > .inner {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.goods-gallery > .inner > .main {
  flex: 1;
  position: sticky;
  top: 0;
  min-width: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .goods-gallery > .inner > .main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.goods-gallery .swiper-slide.-goods-gallery {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .goods-gallery .swiper-slide.-goods-gallery {
    padding: 32px;
  }
}
.goods-gallery .swiper-slide.-goods-gallery > .image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.swiper-container.-goods-gallery-main {
  width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .swiper-container.-goods-gallery-main {
    height: 440px;
  }
}
.swiper-container.-goods-gallery-main > .swiper-container.-main > .swiper-wrapper {
  height: auto;
  max-height: 100%;
}
.swiper-container.-goods-gallery-main > .swiper-container.-main > .swiper-wrapper,
.swiper-container.-goods-gallery-main > .swiper-container.-main > .swiper-wrapper > .swiper-slide {
  max-height: 100%;
  width: 100%;
}

.goods-gallery > .inner > .swiper-container.-thumbs {
  display: none;
  max-height: 440px;
  min-width: 72px;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .goods-gallery > .inner > .swiper-container.-thumbs {
    display: block;
  }
}
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 4px;
}
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-wrapper > .swiper-slide > .image {
  max-width: 100%;
  max-height: 100%;
}
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-button-prev,
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-button-next {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #ffffff;
}
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-button-prev {
  top: 0;
}
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-button-prev > .material-icon {
  transform: rotate(180deg);
}
.goods-gallery > .inner > .swiper-container.-thumbs > .swiper-button-next {
  bottom: 0;
}

.goods-tab-description iframe {
  max-width: 100%;
}

.swiper-container.-thumbs-popup {
  position: relative;
  display: flex;
  justify-content: left;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .swiper-container.-thumbs-popup {
    margin-bottom: 7px;
  }
}
@media (min-width: 1360px) {
  .swiper-container.-thumbs-popup {
    margin-bottom: 9px;
  }
}
.swiper-container.-thumbs-popup > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  height: 48px;
  width: auto;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .swiper-container.-thumbs-popup > .swiper-wrapper > .swiper-slide {
    height: 64px;
  }
}
.swiper-container.-thumbs-popup > .swiper-wrapper > .swiper-slide > .image {
  max-height: 100%;
  max-width: 100%;
}
.swiper-container.-thumbs-popup > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #ffffff;
}

@media (max-width: 1199.98px) {
  .modal.-goods-popup {
    background-color: #404040;
  }
}

.modal-dialog.-goods-popup {
  padding-right: 0;
}
@media (min-width: 768px) {
  .modal-dialog.-goods-popup {
    max-width: 64%;
  }
}
.modal-dialog.-goods-popup > .modal-content {
  background-color: transparent;
  border-color: transparent;
}

.swiper-container.-main-popup {
  background: #ffffff;
}
.swiper-container.-main-popup > .swiper-wrapper {
  align-items: center;
}

.swiper-slide.-goods-popup {
  display: flex;
  align-items: center;
  background: #ffffff;
}
.swiper-slide.-goods-popup > .image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.swiper-slide.-goods-popup > .yt {
  height: 190px;
}
@media (min-width: 768px) {
  .swiper-slide.-goods-popup > .yt {
    height: 345px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide.-goods-popup > .yt {
    height: 520px;
  }
}

@media (max-width: 1199.98px) {
  .modal-backdrop.-carousel.show {
    background-color: #404040;
    opacity: 1;
  }
}

.goods-popup-prev,
.goods-popup-next {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  border-radius: 100px;
  overflow: hidden;
}
.goods-popup-prev.-sm,
.goods-popup-next.-sm {
  margin-top: -6px;
  font-size: 12px;
  padding: 4px;
}
.goods-popup-prev:hover,
.goods-popup-next:hover {
  background: rgba(255, 255, 255, 0.1);
}

.goods-popup-prev {
  left: -64px;
  transform: scaleX(-1);
}
.goods-popup-prev.-sm {
  left: -32px;
}

.goods-popup-next {
  right: -64px;
}
.goods-popup-next.-sm {
  right: -32px;
}

.review-stars-field {
  display: flex;
}
.review-stars-field > label.star {
  cursor: pointer;
  margin-bottom: 0;
}
.review-stars-field > .star.-active {
  color: #ffc107;
}

.goods-gallery-labels {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.goods-component-image {
  display: block;
  width: 64px;
  margin-right: 16px;
}

.alt-goods-card {
  display: flex;
  padding: 1px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .alt-goods-card {
    flex-wrap: wrap;
  }
  .alt-goods-card > .summary {
    display: flex;
    align-items: flex-end;
    min-width: 100%;
    justify-content: space-between;
  }
  .alt-goods-card > .preview > .title {
    margin-right: 0 !important;
  }
  .alt-goods-card > .summary > .price {
    margin-bottom: 0 !important;
  }
  .alt-goods-card > .preview {
    margin-bottom: 16px;
  }
}
.alt-goods-card > .preview {
  display: flex;
}
.alt-goods-card > .preview > .image {
  flex-basis: 60px;
  min-width: 60px;
  margin-right: 16px;
}
.alt-goods-card > .preview > .title {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  margin-right: 16px;
}
.alt-goods-card > .summary {
  text-align: right;
}
.alt-goods-card > .summary > .price {
  margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
  .tab-content.-goods-sheet > .tab-pane {
    display: block;
  }
  .tab-content.-goods-sheet > .tab-pane.fade:not(.show) {
    opacity: 1;
  }
  .btn.-goods-buy, .-goods-buy.btn-buy {
    width: 136px;
    height: 36px;
  }
  .goods-sheet .goods-card-availability {
    margin-bottom: 16px;
  }
  .goods-sheet-top > .brief .summary {
    justify-content: space-between;
  }
}
.promo-kit {
  display: inline-block;
}
.promo-kit > .items {
  display: flex;
  align-items: center;
}
.promo-kit > .items > .add {
  margin-left: 14px;
  margin-right: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #2AA897;
}
.promo-kit > .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.promo-kit-card {
  position: relative;
  width: 124px;
}
.promo-kit-card > .image {
  max-width: 100%;
}
.promo-kit-card > .title {
  margin-top: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
.promo-kit-card > .price {
  margin-top: 16px;
}

.swiper-container.-promo-kits {
  max-width: 768px;
}
.swiper-container.-promo-kits > .swiper-wrapper > .swiper-slide {
  display: flex;
  justify-content: center;
}
.goods-accessory {
  position: relative;
  background-color: #f8f9fa;
  padding: 16px;
  max-height: 326px;
  overflow: hidden;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.goods-accessory.-expanded {
  height: auto;
  overflow: auto;
}
.goods-accessory.-expanded > .expand {
  display: none;
}
.goods-accessory > .expand,
.goods-accessory > .hide {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.goods-accessory > .expand {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px -3px 3px 0px #f8f9fa;
  background: #f8f9fa;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.goods-accessory > .hide {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-accessory-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
  min-width: 60px;
  height: 60px;
  background: #ffffff;
}
.goods-accessory-image img {
  max-width: 100%;
  max-height: 100%;
}

.modal.-modal-gallery {
  justify-content: stretch;
  align-items: stretch;
}
.modal.-modal-gallery.show {
  display: flex !important;
}
.modal.-modal-gallery .modal-dialog {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  max-width: 100%;
  margin: 0;
}
.modal-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0 30px 0;
  border: none;
  border-radius: 0;
}
.modal-gallery .prev .material-icon {
  transform: rotate(-180deg);
}
.modal-gallery .close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-gallery .close:hover {
  background-color: rgba(42, 168, 151, 0.1);
}
.modal-gallery .close .material-icon {
  width: 48px;
  height: 48px;
}
.modal-gallery .close .material-icon svg {
  width: 28px;
  height: 28px;
}
.modal-gallery-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 28px;
  gap: 24px;
}
.modal-gallery-thumbs .material-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 48px;
  height: 48px;
}
.modal-gallery-thumbs .material-icon svg {
  width: 24px;
  height: 24px;
}
.modal-gallery-thumbs .swiper-container {
  margin-left: 0;
  margin-right: 0;
}
.modal-gallery-thumbs .swiper-wrapper {
  align-items: center;
}
.modal-gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}
.modal-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #535CA5;
}
.modal-gallery-thumbs .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.modal-gallery-body {
  display: flex;
  align-items: stretch;
  min-height: 0;
  flex-grow: 1;
}
.modal-gallery-body .swiper-container {
  height: 100%;
}
.modal-gallery-body .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.05s linear;
}
.modal-gallery-body .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.modal-gallery-body .prev,
.modal-gallery-body .next {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-gallery-body .prev:hover,
.modal-gallery-body .next:hover {
  background-color: rgba(42, 168, 151, 0.1);
}
.modal-gallery-body .material-icon {
  width: 62px;
  height: 62px;
}
.modal-gallery-body .material-icon svg {
  width: 32px;
  height: 32px;
}
.modal-gallery-caption {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-gallery-caption .title {
  font-size: 28px;
  text-align: center;
}
.modal-gallery-caption .navigation {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-gallery-caption .text-goods-price {
  margin-right: 32px;
}

.product-label {
  text-transform: uppercase;
  margin: 0;
  padding: 8px 16px;
  opacity: 0.9;
  border-radius: 0;
}
.product-label-box {
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.product-promo {
  padding: 16px;
  background: rgb(102, 111, 178);
  background: linear-gradient(135deg, rgb(97.6512096774, 106.2338709677, 175.8487903226) 0%, rgb(74.4657258065, 82.5403225806, 148.0342741935) 100%);
  color: #cfcfcf;
}

.product-page {
  padding-bottom: 100px;
}
.product-page-purchase {
  display: flex;
  justify-content: space-between;
}
.product-page-purchase .product-price {
  margin-bottom: 10px;
}
.product-page-purchase .product-price .price-label {
  width: 50px;
  font-size: 14px;
}
.product-page-purchase .product-price .amount {
  font-size: 18px;
  line-height: 36px;
}
.product-page-purchase .product-price .amount.-hot {
  font-size: 19px;
}
.product-page-purchase .product-price .old {
  left: 50px;
  font-size: 15px;
  margin-bottom: -10px;
}
.product-page-purchase .purchase-info {
  font-size: 12px;
}
.product-page-purchase .purchase-info-title {
  font-weight: bold;
  margin-bottom: 2px;
}
.product-page-purchase .purchase-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-page-purchase .purchase-info-item + .purchase-info-item {
  margin-top: 4px;
}
.product-page-purchase .purchase-info .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 2px;
  background: #2AA897;
}
.product-page-purchase .purchase-info .icon img {
  width: 16px;
}
.product-page-availability {
  font-size: 13px;
}
.product-page-availability .text-available,
.product-page-availability .text-muted {
  display: flex;
  justify-content: center;
}
.product-page-buy-container {
  flex-shrink: 0;
  text-align: center;
  width: 160px;
}
.product-page-buy-container .form-buy-desktop {
  margin-bottom: 10px;
}
.product-page-content {
  border: 1px solid #dee2e6;
  padding: 15px;
  margin-bottom: 60px;
}
.product-page-content .content-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.product-page-content iframe {
  aspect-ratio: 16/10;
  max-width: 100%;
  background: #000000;
}
.product-page-tabs {
  font-size: 14px;
  justify-content: center;
  margin-bottom: 10px;
  gap: 15px;
}
.product-page-tabs .nav-link {
  margin-right: 0 !important;
}
.product-gallery {
  position: relative;
  min-width: 0;
}
.product-gallery .swiper-container,
.product-gallery .swiper-wrapper,
.product-gallery .swiper-slide {
  height: 100%;
}
.product-gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-gallery .swiper-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-gallery-sticky {
  display: flex;
  height: 240px;
}
.product-gallery-thumbs {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  width: 80px;
  gap: 10px;
}
.product-gallery-thumbs .swiper-container {
  flex-grow: 1;
}
.product-gallery-thumbs .swiper-container {
  width: 100%;
}
.product-gallery-thumbs .swiper-slide {
  width: 100%;
  height: 70px;
  padding-bottom: 10px;
}
.product-gallery-thumbs .swiper-slide .image-holder {
  border: 1px solid transparent;
}
.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active .image-holder {
  border: 1px solid #535CA5;
}
.product-gallery-thumbs .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.product-gallery-thumbs .image-holder img {
  max-width: 100%;
  max-height: 100%;
}
.product-gallery-thumbs .swiper-button-prev,
.product-gallery-thumbs .swiper-button-next {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.product-gallery-thumbs .swiper-button-prev .material-icon {
  transform: rotate(180deg);
}
.product-about {
  flex-grow: 1;
  min-width: 0;
  margin-bottom: 10px;
}
.product-about-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.product-about .product-promo {
  margin-bottom: 24px;
}
.product-about-params {
  margin-bottom: 24px;
}
.product-about-params .param {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  font-size: 10px;
}
.product-about-params .param-name {
  display: inline-block;
  margin-right: 15px;
  color: #9b9b9b;
}
.product-about-params .param-value {
  text-align: right;
}
.product-about-params .param-value .value {
  display: block;
}
.product-about-box {
  margin-top: 15px;
  padding: 15px;
  background: #f5f5f7;
}
.product-about-box-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.product-about-box.-accessories {
  position: relative;
}
.product-about-box.-loading {
  position: relative;
}
.product-about-box.-loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.product-component {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.product-component-image .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  padding: 2px;
  background: #ffffff;
}
.product-component-image .image-holder img {
  max-width: 100%;
  max-height: 100%;
}
.product-component-name {
  font-size: 14px;
}
.product-component + .product-component {
  margin-top: 10px;
}
.product-accessories {
  max-height: 280px;
  overflow-y: auto;
  margin-right: -15px;
  padding-right: 15px;
}
.product-accessories-purchase-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.product-accessories-purchase-box.-sticky {
  position: sticky;
  bottom: 0;
}
.product-accessories-purchase-box .btn-buy {
  width: 160px;
  flex-shrink: 0;
}
.product-accessories-cost .caption {
  font-size: 12px;
}
.product-accessories-cost .amount {
  white-space: nowrap;
  font-weight: bold;
}
.product-accessory {
  display: flex;
  gap: 15px;
}
.product-accessory-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 45px;
  background: #FFFFFF;
}
.product-accessory-image img {
  max-width: 100%;
  max-height: 100%;
}
.product-accessory-name {
  font-size: 12px;
  flex-grow: 1;
}
.product-accessory-price {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.product-accessory-btn-holder :checked + .btn-buy .sign-plus {
  display: none;
}
.product-accessory-btn-holder :not(:checked) + .btn-buy .sign-minus {
  display: none;
}
.product-accessory-btn-holder .btn-buy {
  position: relative;
}
.product-accessory-btn-holder .sign-plus {
  background: rgba(42, 168, 151, 0.8);
}
.product-accessory-btn-holder .sign-minus {
  background: rgba(220, 53, 69, 0.8);
  padding-bottom: 2px;
}
.product-accessory-btn-holder .sign-minus,
.product-accessory-btn-holder .sign-plus {
  position: absolute;
  right: 3px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.product-accessory + .product-accessory {
  margin-top: 15px;
}
.product-alternate {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.product-alternate-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 45px;
  background: #FFFFFF;
}
.product-alternate-image img {
  max-width: 100%;
  max-height: 100%;
}
.product-alternate-name {
  font-size: 12px;
}
.product-alternate-price {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.product-alternate-action {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #535CA5;
  font-size: 12px;
  font-weight: bold;
  color: #535CA5 !important;
  text-decoration: none !important;
}
.product-alternate-action:hover {
  background-color: rgba(83, 92, 165, 0.2);
}
.product-alternate-action-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-alternate + .product-alternate {
  margin-top: 15px;
}
.product-purchase {
  display: flex;
}
.product-purchase-box {
  padding: 30px 30px;
  background: #f5f5f7;
}
.product-variants-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 16px;
}
.product-code {
  margin-bottom: 24px;
}
.product-code-label {
  color: #9b9b9b;
}
.product-code-value {
  font-weight: bold;
}

.params-product {
  display: flex;
  gap: 10px;
}
.params-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 70px;
  padding: 5px;
  background: #ffffff;
  border-radius: 0.25rem;
}
.params-product-image img {
  max-width: 100%;
  max-height: 100%;
}

.documentation-section-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.documentation-section + .documentation-section {
  margin-top: 20px;
}
.documentation-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.documentation-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56.56px;
  width: 40px;
  border: 1px solid #2AA897;
  border-radius: 0.25rem;
  color: #2AA897;
}
.documentation-filename {
  display: block;
}
.documentation-link {
  color: #2AA897 !important;
}

@media (max-width: 767.98px) {
  .product-page-purchase {
    flex-direction: column;
    align-items: center;
  }
  .product-page-purchase .purchase-info {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    order: 2;
  }
  .product-page-purchase .purchase-info-row {
    margin-top: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .product-page-purchase .purchase-info {
    font-size: 10px;
  }
  .product-page-purchase .product-price {
    margin-bottom: 5px;
  }
  .product-page-purchase .product-price .amount {
    font-size: 15px;
  }
  .product-page-purchase .product-price .amount.-hot {
    font-size: 15px;
  }
  .product-page-purchase .product-price .old {
    font-size: 13px;
  }
  .product-page-content .article {
    font-size: 10px;
  }
  .product-page-content .goods-specs {
    font-size: 12px;
  }
  .product-page-buy-container {
    width: 150px;
  }
  .product-purchase-box {
    padding: 15px;
  }
  .product-gallery-thumbs {
    display: none;
  }
  .product-gallery .swiper-button-prev,
  .product-gallery .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
  }
  .product-gallery .swiper-button-prev {
    left: 10px;
    transform: translateY(-50%) rotate(90deg);
  }
  .product-gallery .swiper-button-next {
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .product-page-purchase .purchase-info-row + .purchase-info-row {
    margin-top: 16px;
  }
  .product-page-tabs {
    font-size: 18px;
    margin-bottom: 25px;
    gap: 30px;
  }
  .product-about-container {
    display: flex;
    align-items: stretch;
    margin-bottom: 25px;
  }
  .product-about-params .param {
    font-size: 14px;
  }
  .product-gallery {
    flex-grow: 1;
  }
  .product-gallery-container {
    position: relative;
    flex-shrink: 0;
    width: 55%;
  }
  .product-gallery-sticky {
    position: sticky;
    top: 0;
    padding: 30px 30px 30px 0;
    height: 316.8px;
  }
  .product-gallery .swiper-button-prev,
  .product-gallery .swiper-button-next {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product-page-content {
    padding: 30px 80px;
    margin-bottom: 100px;
  }
  .product-page-content .content-title {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
  }
  .product-page-content .article {
    margin-top: 80px;
  }
  .product-gallery {
    height: 100%;
    padding-left: 20px;
  }
  .product-gallery-container {
    position: relative;
    flex-shrink: 0;
    width: 60%;
  }
  .product-gallery-sticky {
    padding: 30px 30px 30px 0;
    height: 526.5px;
  }
  .product-gallery-thumbs {
    width: 120px;
  }
  .product-gallery-thumbs .swiper-slide {
    height: 100px;
  }
  .product-gallery .product-label-box {
    left: 30px;
    top: 10px;
    z-index: 2;
    gap: 10px;
  }
  .product-about {
    padding: 30px 0 30px 30px;
  }
  .product-about-container {
    display: flex;
  }
  .product-about-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 35px;
  }
  .product-about-box {
    padding: 30px;
  }
}
@media (min-width: 1600px) {
  .product-gallery-sticky {
    height: 630px;
  }
}
.product-variants {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.product-variants-param {
  font-size: 14px;
  margin-right: 4px;
}
.product-variant-color {
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  text-decoration: none !important;
}
.product-variant-color:hover, .product-variant-color.active {
  border-color: rgb(192.9827586207, 200.5, 208.0172413793);
}
.product-variant-color .samples-wrap {
  display: flex;
  overflow: hidden;
  border: 1px solid rgb(236.5086206897, 238.75, 240.9913793103);
  transition: border 0.2s ease-in-out;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  transform: rotate(45deg);
}
.product-variant-color .samples-label {
  padding: 2px 12px 2px 6px;
}
.product-variant-color .sample {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-variant-label {
  padding: 5px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #ffffff;
  font-size: 12px;
}
.product-variant-label:hover, .product-variant-label.active {
  border-color: rgb(192.9827586207, 200.5, 208.0172413793);
}

.viewed-section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.viewed-section .swiper-wrapper {
  margin-right: -1px;
  align-items: stretch;
}
.viewed-section .swiper-slide {
  width: 25%;
  height: auto;
}
.viewed-section .swiper-slide + .swiper-slide {
  margin-left: -1px;
  width: calc(25% + 1px);
}
.viewed-section .viewed-product,
.viewed-section .viewed-product .product-card {
  height: 100%;
}

.fitguide-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.fitguide-section {
  padding-bottom: 16px;
  padding-top: 16px;
}
.fitguide-section-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.fitguide-section-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.fitguide-section-item {
  display: flex;
  align-items: stretch;
  margin: -1px -1px 0 0;
  width: calc(33.3333333333% + 1px);
}
.fitguide-section-item .product-card {
  width: 100%;
}
.fitguide-section-nav {
  display: flex;
  align-items: center;
  border: 1px solid #bebebe;
  color: #535CA5 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.fitguide-section-nav:not(:hover) {
  opacity: 0.9;
}
.fitguide-filter > .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 80px;
}
.fitguide-filter > .selected > img {
  max-width: 100%;
  max-height: 100%;
}
.fitguide-code {
  padding: 5px;
  font-size: 12px;
  background: #f5f5f7;
}
.fitguide-code .code {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .fitguide-section-item {
    width: calc(50% + 1px);
  }
  .fitguide-section-item .product-card .navigation {
    top: 88px;
  }
  .fitguide-section-item .product-card-title {
    font-size: 10px;
    line-height: 14px;
    height: 56px;
  }
  .fitguide-section-item .product-card-image {
    height: 100px;
    margin-bottom: 8px;
  }
  .fitguide-section-item .product-price .amount {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .fitguide-section-item .product-card-availability {
    margin-bottom: 0;
    font-size: 10px;
  }
  .fitguide-section-item .product-card-params {
    display: none;
  }
  .fitguide-section-item .product-card-purchase-box {
    flex-direction: column;
  }
  .fitguide-section-item .fitguide-section-nav {
    width: 100%;
    padding: 16px;
    text-align: center;
    font-size: 10px;
  }
}
@media (max-width: 1199.98px) {
  .fitguide-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .fitguide-section-item.-nav {
    width: 100%;
  }
  .fitguide-section-nav {
    justify-content: center;
    margin: 0 -1px 0 auto;
    padding: 12px 32px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .fitguide-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
  }
  .fitguide-section-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
  }
  .fitguide-filter-mobile {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .fitguide-section-item:nth-of-type(4):not(.-nav) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .fitguide-section-item {
    width: calc(25% + 1px);
  }
}
@keyframes loading-bar {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.page-loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  height: 6px;
  overflow: hidden;
  background-color: #b6e1dd;
  z-index: 1040;
}
.page-loading-bar:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 100%;
  background-color: #2aa89a;
  animation: loading-bar 1.7s linear infinite;
}
.page-loading-bar.-active {
  display: block;
}

.checkout-sheet .btn-return {
  display: flex;
  padding: 10px 20px;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
  color: #2AA897;
  background: rgba(42, 168, 151, 0.1);
  border-radius: 0.25rem;
}
.checkout-sheet .btn-return .material-icon {
  margin-right: 10px;
}
.checkout-cart-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}
.checkout-cart-title-counter {
  font-size: 14px;
}
.checkout-cart-empty {
  text-align: center;
  color: #9b9b9b;
  font-size: 16px;
  padding: 45px 15px;
}
.checkout-cart-body {
  margin-top: 16px;
}
.checkout-cart-headers {
  display: flex;
  background: #f5f5f7;
  color: #6c757d;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-cart-headers .header {
  flex-shrink: 0;
  padding: 10px;
}
.checkout-cart-headers .header.image {
  padding-left: 20px;
}
.checkout-cart-headers .header.cost {
  margin-right: 44px;
}
.checkout-cart-item {
  display: flex;
}
.checkout-cart-item .image,
.checkout-cart-item .body {
  flex-shrink: 0;
}
.checkout-cart-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.checkout-cart-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.checkout-cart-item .body {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  align-items: center;
}
.checkout-cart-item .delete {
  width: 34px;
  padding-left: 10px;
}
.checkout-cart-item .delete-btn {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.checkout-cart-item .delete-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.checkout-cart-item + .checkout-cart-item {
  border-top: 1px solid rgb(228.25, 228.25, 228.25);
}
.checkout-cart .image {
  width: 100px;
}
.checkout-cart .name-text {
  display: inline-block;
  font-weight: bold;
}
.checkout-cart .sku-text {
  font-size: 14px;
}
.checkout-cart .price {
  width: 104px;
}
.checkout-cart-footer {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.checkout-cart-summary {
  background: #f5f5f7;
  padding: 30px;
}
.checkout-cart-subtotal {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
}
.checkout-cart-subtotal .caption {
  color: #9b9b9b;
}
.checkout-cart-subtotal .value {
  display: inline-block;
  width: 163px;
  padding-left: 10px;
  color: #2AA897;
  font-weight: bold;
}
.checkout-cart-subtotal .value.-discount {
  color: #FF5858;
}
.checkout-cart-total {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  font-size: 22px;
  font-weight: bold;
}
.checkout-cart-total .caption {
  padding-right: 20px;
}
.checkout-cart-total .value {
  width: 163px;
  padding-left: 10px;
}
.checkout-form {
  margin: 0 auto;
  max-width: 500px;
}
.checkout-form-container {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 60px 30px;
  background-color: #f5f5f7;
}

@media (max-width: 767.98px) {
  .checkout-sheet .main-breadcrumbs {
    display: none;
  }
  .checkout-sheet .btn-return {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 10px;
  }
  .checkout-cart-headers {
    display: none;
  }
  .checkout-cart-item .image {
    align-items: flex-start;
    padding-top: 20px;
    width: 60px;
  }
  .checkout-cart-item .body {
    position: relative;
    flex-wrap: wrap;
    width: calc(100% - 60px);
  }
  .checkout-cart-item .name {
    width: 100%;
    font-size: 12px;
    padding-right: 42px;
    margin-bottom: 15px;
  }
  .checkout-cart-item .input-group.-basket-quantity {
    max-width: 94px;
  }
  .checkout-cart-item .input-group.-basket-quantity > .form-control {
    line-height: 16px;
    font-size: 12px;
  }
  .checkout-cart-item .input-group.-basket-quantity .input-group-prepend .btn, .checkout-cart-item .input-group.-basket-quantity .input-group-prepend .btn-buy,
  .checkout-cart-item .input-group.-basket-quantity .input-group-append .btn,
  .checkout-cart-item .input-group.-basket-quantity .input-group-append .btn-buy {
    line-height: 16px;
    font-size: 12px;
  }
  .checkout-cart-item .sku-text {
    font-size: 10px;
  }
  .checkout-cart-item .price {
    display: none;
  }
  .checkout-cart-item .cost {
    margin-left: 10px;
  }
  .checkout-cart-item .delete {
    position: absolute;
    right: 14px;
    top: 14px;
  }
  .checkout-cart-footer .btn-return {
    display: none;
  }
  .checkout-cart-subtotal {
    font-size: 13px;
  }
  .checkout-cart-subtotal .value {
    width: 103px;
  }
  .checkout-cart-total {
    font-size: 16px;
  }
  .checkout-cart-total .value {
    width: 103px;
  }
  .checkout-cart-summary {
    width: 100%;
  }
  .checkout-form-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-item .image {
    padding: 20px 10px 20px 20px;
  }
  .checkout-cart-item .body {
    align-items: center;
  }
  .checkout-cart-item .name {
    flex-grow: 1;
    width: 0;
  }
  .checkout-cart-item .name-text {
    max-width: 500px;
  }
  .checkout-cart-item .qty {
    padding: 0 10px;
    width: 156px;
  }
  .checkout-cart-item .cost {
    width: 149px;
  }
  .checkout-cart-item .cost,
  .checkout-cart-item .price {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .checkout-cart-headers {
    font-size: 12px;
  }
  .checkout-cart-headers .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .checkout-cart .image {
    width: 280px;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 13px;
  }
}

body {
  margin: 0;
  display: block !important;
}

form input {
  color: rgb(85, 85, 85);
}

@media (max-width: 1199.98px) {
  a:hover {
    text-decoration: none;
  }
}

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