@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #191919;
  text-align: left;
  background-color: #eaeaea;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #16cfc1;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #16cfc1;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[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-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #191919;
}

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: "— ";
}

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

.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: 400px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 400px) {
  .flex-xsm-row {
    flex-direction: row !important;
  }
  .flex-xsm-column {
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    justify-content: space-around !important;
  }
  .align-items-xsm-start {
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    align-content: center !important;
  }
  .align-content-xsm-between {
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    align-self: auto !important;
  }
  .align-self-xsm-start {
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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: 400px) {
  .text-xsm-left {
    text-align: left !important;
  }
  .text-xsm-right {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #454e5c !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(36.2142857143, 40.9378881988, 48.2857142857) !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-body {
  color: #191919 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !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;
}

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !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-n6 {
  margin: -4rem !important;
}

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

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

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

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

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

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

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

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

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

.m-n8 {
  margin: -6rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important;
}

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

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

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

.container {
  max-width: 400px;
}

@media (min-width: 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1252px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1450px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xsm,
.col-xsm-auto, .col-xsm-12, .col-xsm-11, .col-xsm-10, .col-xsm-9, .col-xsm-8, .col-xsm-7, .col-xsm-6, .col-xsm-5, .col-xsm-4, .col-xsm-3, .col-xsm-2, .col-xsm-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: 11px;
  padding-left: 11px;
}

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

.row-cols-7 > * {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(202.92, 205.44, 209.36);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(158.28, 162.96, 170.24);
}

.table-hover .table-primary:hover {
  background-color: rgb(189.3297421203, 192.5073352436, 197.4502578797);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(189.3297421203, 192.5073352436, 197.4502578797);
}

.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-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: 399.98px) {
  .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.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: #191919;
  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: 400px) {
  .dropdown-menu-xsm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xsm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-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: #fff;
  text-decoration: none;
  background-color: #454e5c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.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);
}
.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: 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.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 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.4;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    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: min-content;
  }
  .modal-sm {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/ManropeMedium.eot");
  src: url("../fonts/Manrope/ManropeMedium.eot") format("embedded-opentype"), url("../fonts/Manrope/ManropeMedium.woff2") format("woff2"), url("../fonts/Manrope/ManropeMedium.woff") format("woff"), url("../fonts/Manrope/ManropeMedium.ttf") format("truetype"), url("../fonts/Manrope/ManropeMedium.svg#ManropeMedium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/ManropeBold.eot");
  src: url("../fonts/Manrope/ManropeBold.eot") format("embedded-opentype"), url("../fonts/Manrope/ManropeBold.woff2") format("woff2"), url("../fonts/Manrope/ManropeBold.woff") format("woff"), url("../fonts/Manrope/ManropeBold.ttf") format("truetype"), url("../fonts/Manrope/ManropeBold.svg#ManropeBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/ManropeSemiBold.eot");
  src: url("../fonts/Manrope/ManropeSemiBold.eot") format("embedded-opentype"), url("../fonts/Manrope/ManropeSemiBold.woff2") format("woff2"), url("../fonts/Manrope/ManropeSemiBold.woff") format("woff"), url("../fonts/Manrope/ManropeSemiBold.ttf") format("truetype"), url("../fonts/Manrope/ManropeSemiBold.svg#ManropeSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/ManropeExtraBold.eot");
  src: url("../fonts/Manrope/ManropeExtraBold.eot") format("embedded-opentype"), url("../fonts/Manrope/ManropeExtraBold.woff2") format("woff2"), url("../fonts/Manrope/ManropeExtraBold.woff") format("woff"), url("../fonts/Manrope/ManropeExtraBold.ttf") format("truetype"), url("../fonts/Manrope/ManropeExtraBold.svg#ManropeExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  font-size: 14.3px;
  scroll-behavior: smooth;
}
@media (min-width: 1280px) {
  html {
    font-size: 14.7px;
  }
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #191919;
  text-align: left;
  min-height: 100%;
  background-color: #eaeaea;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  transition: opacity 0.3s ease;
}
body.menu-opened, body.filter-opened {
  overflow: hidden;
}

.content {
  padding: 25px 25px 40px;
}

.footer {
  margin-top: auto;
}

a,
.link {
  transition: all 0.3s ease;
  cursor: pointer;
  color: #16cfc1;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #16cfc1;
  text-decoration: none;
}
a.link-reverse,
.link.link-reverse {
  color: #16cfc1;
}
a.link-reverse:hover,
.link.link-reverse:hover {
  color: #16cfc1;
}

iframe {
  max-width: 100%;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.9rem;
}

.page-header,
.title {
  font: 700 1.6rem/1.2 "Manrope", Arial, sans-serif;
  margin-bottom: 15px;
  color: #191919;
}
@media (min-width: 992px) {
  .page-header,
  .title {
    font-size: 2.2rem;
  }
}

.sub-title {
  font: 400 1.4rem/1.25 "Manrope", Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .sub-title {
    font-size: 1.8rem;
  }
}

.btn-skew {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: none;
  font-weight: 600;
  padding: 10px 40px;
  text-align: center;
  background: transparent;
  color: #fff;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease;
}
.btn-skew:before {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  right: 11px;
  bottom: 0;
  display: block;
  background: #16cfc1;
  transform: skew(-22deg);
  z-index: -1;
  transition: all 0.3s ease;
}
.btn-skew::after {
  content: "";
  position: absolute;
  display: block;
  width: 120%;
  height: 120%;
  left: -120%;
  top: -120%;
  transform: rotate(-72deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
}
.btn-skew:hover:before {
  background: #454e5c;
}
.btn-skew:hover::after {
  left: 120%;
  top: 120%;
  transition: all 0.8s;
}

.btn {
  color: #fff;
  background: #454e5c;
  display: inline-block;
  text-align: center;
  padding: 11px 20px 12px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 120%;
  height: 120%;
  left: -120%;
  top: -120%;
  transform: rotate(-45deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
}
.btn i {
  margin-right: 5px;
}
.btn:hover {
  color: #fff;
  background-color: #454e5c;
}
.btn:hover::after {
  left: 120%;
  top: 120%;
  transition: all 0.8s;
}
.btn.btn-light {
  color: #000;
  background: #ccc;
}
.btn.btn-light:hover {
  color: #fff;
  background: #16cfc1;
}
.btn.btn-reverse {
  background: #16cfc1;
}
.btn.btn-reverse:hover {
  background: #454e5c;
}
.btn.btn-border {
  color: #191919;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #16cfc1;
  box-shadow: 0 0 1px;
  position: relative;
  color: #16cfc1;
}
.btn.btn-border:hover {
  color: #fff;
  background: #16cfc1;
  border-color: #16cfc1;
}
.btn.btn-big {
  padding: 15px 45px;
}
.btn.btn-small {
  font-size: 0.95rem;
  padding: 8px 20px;
}
.breadcrumbs {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.breadcrumbs ul li {
  display: inline;
  margin-right: 5px;
  color: #939393;
}
.breadcrumbs ul li a {
  color: #191919;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #16cfc1;
}
.breadcrumbs ul li.breadcrumbs__separator {
  margin: 0 7px 0 2px;
}
@media (min-width: 992px) {
  .breadcrumbs ul {
    font-size: 0.95rem;
  }
}
.pagination {
  margin: 10px 0 20px;
  list-style: none;
  padding: 0;
  font-weight: 600;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  margin: 0 2px;
  display: inline-block;
}
.pagination li span,
.pagination li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f2f4f8;
  background: #f2f4f8;
  border-radius: 4px;
  color: #191919;
}
.pagination li a:hover {
  color: #fff;
  background: #454e5c;
  border-color: #454e5c;
}
.pagination li.active a,
.pagination li.active span {
  background: #454e5c;
  border-color: #454e5c;
  color: #fff;
}
.pagination li.disabled {
  opacity: 0.3;
}

.modal .modal-backdrop.fade {
  opacity: 0.5;
}
.modal .modal-dialog {
  z-index: 1050;
}
.modal .modal-dialog.modal-wide {
  width: 90%;
  margin-top: 20px;
  max-width: initial;
}
.modal .modal-header {
  background: #454e5c;
  border-bottom: 3px solid #16cfc1;
  color: #fff;
  font-size: 1.1rem;
  padding: 15px 2rem;
  font-weight: 700;
  align-items: center;
}
.modal .modal-header .close {
  cursor: pointer;
}
.modal .modal-body {
  padding: 1rem 1.7rem 1.7rem;
}
.modal .modal-content {
  border-radius: 0.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.modal .modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #16cfc1;
  font-size: 1.5rem;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal .modal-close:hover {
  color: #454e5c;
}
.modal .modal-header .modal-close {
  color: #fff;
}
.modal .modal-header .modal-close:hover {
  color: #fff;
  opacity: 0.5;
}

.nav a.active {
  color: #454e5c;
}

.tab-content > .tab-pane {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.tab-content > .active {
  height: auto;
}

.tabs-default__nav {
  margin-bottom: 0;
}
.tabs-default__nav-item {
  display: inline-block;
  margin-bottom: -3px;
  position: relative;
}
.tabs-default__nav-item a {
  padding: 10px 2px 12px;
  margin: 0 15px 0 0;
  font: 700 1.3rem "Manrope", Arial, sans-serif;
  display: block;
  border-bottom: 2px solid transparent;
  color: #191919;
}
.tabs-default__nav-item a.active {
  border-color: #454e5c;
}
.tabs-default__tab-pane {
  position: relative;
}
.tabs-default__title {
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .tabs-default__tab-pane {
    height: auto !important;
    margin-bottom: 8px;
  }
  .tabs-default__title {
    border: 1px solid #eaeaec;
    margin-bottom: 0;
    font-size: 1rem;
    padding: 15px 10px;
    text-align: center;
    text-transform: none;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .active .tabs-default__title {
    border-color: #454e5c;
    background: #f5f6fa;
  }
  .tabs-default__content {
    display: none;
    padding: 10px;
  }
  .active .tabs-default__content {
    display: block;
  }
}
@media (min-width: 768px) {
  .tabs-default__nav {
    margin-bottom: 0;
  }
  .tabs-default__nav-item {
    display: inline-block;
  }
  .tabs-default__nav-item a {
    font-size: 1.1rem;
  }
  .tabs-default__pane-wrapper {
    padding: 5px 0 0;
  }
  .tabs-default__content {
    display: block !important;
  }
  .tabs-default__title {
    display: none;
  }
}
@media (min-width: 992px) {
  .tabs-default__nav-item a {
    font-size: 1.15rem;
  }
}
@media (min-width: 1280px) {
  .tabs-default__nav-item a {
    font-size: 1.25rem;
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1600px) {
  .tabs-default__nav-item a {
    font-size: 1.25rem;
    margin: 0 25px 0 0;
  }
}

.resource-list-item__wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.resource-list-item__sets {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  top: 10px;
  right: 10px;
  left: 10px;
}
.resource-list-item__info {
  flex-grow: 1;
}
.resource-list-item__title {
  font-weight: 700;
  font-size: 1.15rem;
}
.resource-list-item__title a {
  color: #191919;
}
.resource-list-item__title a:hover {
  color: #16cfc1;
}
.resource-list-item__date {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #939393;
}
.resource-list-item__date i {
  color: #454e5c;
}
.resource-list-item__description {
  margin-top: 8px;
  color: #444;
}

.resource-side-item__wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.resource-side-item__sets {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
  top: 10px;
  right: 10px;
  left: 10px;
}
.resource-side-item__title {
  font-weight: 600;
}
.resource-side-item__title a {
  color: #191919;
}
.resource-side-item__title a:hover {
  color: #16cfc1;
}

.page__description {
  color: #484848;
}
.page__date {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.page__date i {
  color: #454e5c;
}

.gallery-item {
  text-align: center;
}
.gallery-item__wrapper {
  margin-bottom: 20px;
}
.gallery-item__image {
  margin-bottom: 8px;
}
.gallery-item__title {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
}

.radio-custom {
  position: relative;
  padding-left: 27px;
}
.radio-custom > span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  margin-top: -9px;
  background-image: linear-gradient(to bottom, #eee 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
}
.radio-custom > span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #454e5c;
  border-radius: 100%;
  margin-top: -4px;
  opacity: 0;
}
.radio-custom input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
}
.radio-custom input:checked + span::after {
  opacity: 1;
}

.checkbox-custom {
  position: relative;
  padding-left: 25px;
}
.checkbox-custom > span:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #f2f4f8;
  border: 1px solid #939393;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -9px;
  cursor: pointer;
}
.checkbox-custom input {
  opacity: 0.2;
  visibility: hidden;
  position: absolute;
  width: 0;
}
.checkbox-custom input[disabled] + span:before {
  border-color: #e7e7e7;
  background: #f1f1f1;
  cursor: not-allowed;
}
.checkbox-custom input:checked + span:before {
  content: "\f00c";
  font: 700 0.8rem/1.45 "FA5";
  color: #fff;
  border-color: #454e5c;
  background: #454e5c;
}

input[type=text],
input[type=number],
textarea {
  padding: 8px 15px;
  border: none;
  border: 1px solid #ccc;
  font-size: 0.97rem;
  background: #f2f4f8;
}

.form-default label {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.form-default input[type=password],
.form-default input[type=number],
.form-default input[type=email],
.form-default input[type=text] {
  height: auto;
  padding: 12px 25px;
  font-size: 0.93rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.form-default select {
  height: auto;
  padding: 12px 25px;
  font-size: 0.93rem;
  background: transparent;
  border: 1px solid #ccc;
}
.form-default textarea {
  padding: 12px 25px;
  height: 80px;
  font-size: 0.93rem;
  border-radius: 4px;
  resize: none;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.form-default .form-group,
.form-default .form-actions {
  margin-top: 15px;
}
.form-default .control-input {
  position: relative;
}
.form-default .control-input .fa {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 17px;
  color: #16cfc1;
}
.form-default .control-input .fa + input,
.form-default .control-input .fa + textarea {
  padding-left: 45px;
}
.form-default .input-accept {
  font-size: 0.9rem;
}
.form-default .req {
  color: #bb0000;
}
.form-default .error input,
.form-default .error textarea,
.form-default input.error,
.form-default textarea.error {
  border-color: #bb0000;
}
.form-default .error input[type=hidden] + input,
.form-default .error textarea[type=hidden] + input,
.form-default input.error[type=hidden] + input,
.form-default textarea.error[type=hidden] + input {
  border-color: #bb0000;
}
.form-default p.error,
.form-default span.error {
  color: #bb0000;
  font-size: 0.85rem;
}
.form-default .control-qty input {
  text-align: center;
  padding-right: 37px;
}
.form-default .control-qty .control-qty-unit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 12px 10px 0;
  color: #aaa;
}

.site-developer a {
  text-decoration: underline;
}
.site-developer a:hover {
  text-decoration: none;
}

a[class*=phone] {
  white-space: nowrap;
}

.grecaptcha-badge {
  opacity: 0.3;
  z-index: 1;
}
.grecaptcha-badge:hover {
  opacity: 1;
}

.w100,
[cols="100"],
[size="100"] {
  width: 100%;
}

.w90,
[cols="90"],
[size="90"] {
  width: 90%;
}

.w80,
[cols="80"],
[size="80"] {
  width: 80%;
}

.w70,
[cols="70"],
[size="70"] {
  width: 70%;
}

.w60,
[cols="60"],
[size="60"] {
  width: 60%;
}

.w50,
[cols="50"],
[size="50"] {
  width: 50%;
}

.w40,
[cols="40"],
[size="40"] {
  width: 40%;
}

.w30,
[cols="30"],
[size="30"] {
  width: 30%;
}

.w20,
[cols="20"],
[size="20"] {
  width: 20%;
}

.w10,
[cols="10"],
[size="10"] {
  width: 10%;
}

.back-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #454e5c;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.back-top.active {
  opacity: 0.5;
}
.back-top:hover {
  opacity: 1;
}

.dropdown input[type=text] {
  border: 1px solid #e1e1e1;
}
.dropdown input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.dropdown .dropdown-toggle {
  display: block;
  position: relative;
  cursor: default;
}
.dropdown .dropdown-toggle:after {
  content: "\f107";
  font: 400 1rem "FA5";
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: none;
}
.dropdown .dropdown-toggle input {
  cursor: default;
}
.dropdown .dropdown-item {
  white-space: normal;
  font-size: 0.93rem;
  cursor: pointer;
  margin: 0;
  padding: 8px 15px;
  transition: none;
}
.dropdown .dropdown-item .active, .dropdown .dropdown-item:hover {
  background: none !important;
  color: #454e5c;
}
.dropdown .dropdown-item a {
  text-decoration: none;
  color: #191919;
}
.dropdown .dropdown-item + .dropdown-item {
  border-top: 1px dotted #eee;
}
.dropdown .dropdown_label {
  display: block;
  padding: 10px 15px;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.dropdown .dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
  border: none;
  padding: 0;
  border: 1px solid #f4f4f4;
}
.dropdown .dropdown-menu.show {
  min-width: 165px;
  right: 0;
}

.alert {
  border: 1px solid #ccc;
  background: #eee;
  padding: 15px 25px;
  margin: 0 0 15px;
  border-radius: 4px;
  font-size: 0.95rem;
}
.alert.alert-success {
  color: #0b7b0b;
  background: #d9f7b9;
  border: 1px solid #86d87c;
}
.alert.alert-error {
  color: #bb0000;
  background: #ffd1d1;
  border: 1px solid #de8d8d;
}

.social {
  text-align: center;
}
.social--fixed {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  margin-top: -100px;
}
.social a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #454e5c;
  color: #fff;
  border-radius: 4px;
  position: relative;
  font-size: 1.2rem;
  overflow: hidden;
  margin-bottom: 2px;
}
.social a::after {
  content: "";
  position: absolute;
  display: block;
  width: 120%;
  height: 120%;
  left: 120%;
  top: -120%;
  transform: rotate(45deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
}
.social a:hover {
  color: #fff;
  background: rgb(47.1428571429, 53.2919254658, 62.8571428571);
}
.social a:hover.link-vk {
  background: #5880b7;
}
.social a:hover.link-odnoklassniki {
  background: #f19227;
}
.social a:hover.link-facebook-f {
  background: #3672f1;
}
.social a:hover.link-twitter {
  background: #69a8dc;
}
.social a:hover.link-google-plus-g {
  background: #d74b46;
}
.social a:hover.link-pinterest {
  background: #de0027;
}
.social a:hover.link-viber, .social a:hover.link-viber-alt {
  background: #8787f2;
  font-size: 1.8rem;
}
.social a:hover.link-instagram {
  background-image: linear-gradient(45deg, #fab753, #a719bc);
  background-repeat: repeat-x;
}
.social a:hover.link-whatsapp {
  font-size: 1.6rem;
  background-image: linear-gradient(to bottom, #7cd350 0%, #12ac6c 100%);
  background-repeat: repeat-x;
}
.social a:hover::after {
  transition: all 0.8s;
  left: -120%;
  top: 120%;
}
.share-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.share-icons__caption {
  margin-right: 10px;
}

.close {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.close::before, .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  height: 2px;
  background: #454e5c;
  box-shadow: 0 0 1px;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.3s ease;
}
.close::before {
  margin-top: 0;
  top: 30%;
}
.close::after {
  margin-top: 0;
  top: auto;
  bottom: 30%;
}
.close.active::before, .close.active::after {
  opacity: 1;
  top: 50%;
  background: #454e5c;
}
.close.active::before {
  transform: rotate(135deg);
}
.close.active::after {
  transform: rotate(-135deg);
}

ul.list-styled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.list-styled li {
  position: relative;
  margin: 10px 0;
  padding-left: 35px;
}
ul.list-styled li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  border: 7px solid #454e5c;
  z-index: 1;
}

.color-mute {
  color: #939393;
}

.color-main {
  color: #454e5c;
}

.video-list__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.video-list__item-image a {
  display: block;
  position: relative;
}
.video-list__item-image i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -20px;
  z-index: 1;
  text-align: center;
  background: #16cfc1;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.video-list__item-image:hover i {
  background: #454e5c;
}
.video-list__item-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.video-list__item-description {
  font-size: 0.93rem;
}

.video-grid__item-wrapper {
  margin-bottom: 15px;
}
.video-grid__item-image {
  margin-bottom: 10px;
}
.video-grid__item-image a {
  display: block;
  position: relative;
}
.video-grid__item-image i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -20px;
  z-index: 1;
  text-align: center;
  background: #16cfc1;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.video-grid__item-image:hover i {
  background: #454e5c;
}
.video-grid__item-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.video-grid__item-description {
  font-size: 0.93rem;
}

.gallery-page__item {
  margin-bottom: 20px;
}

.block-pane {
  background: #f2f4f8;
  padding: 20px 30px;
  border-radius: 10px;
}
.block-pane__title {
  font-size: 1.5rem;
  font-weight: 600;
}

.page-error__code {
  text-align: center;
  font-size: 11rem;
  font-weight: 700;
  color: #454e5c;
}
.page-error__text {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.menu-top ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.menu-top ul.menu li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
.menu-top ul.menu li.parent > a:after,
.menu-top ul.menu li.parent > span:after {
  content: "\f0d7";
  margin-left: 3px;
  font: 700 0.9rem "FA5";
}
.menu-top ul.menu li.parent:hover > ul {
  display: block;
}
.menu-top ul.menu li span,
.menu-top ul.menu li a {
  padding: 15px 20px;
  color: #e8e8e8;
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
.menu-top ul.menu li:hover > a, .menu-top ul.menu li:hover > span, .menu-top ul.menu li.active > a, .menu-top ul.menu li.active > span,
.menu-top ul.menu li span,
.menu-top ul.menu li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.menu-top ul.menu li ul.submenu {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 280px;
  padding: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
  z-index: 101;
  text-align: left;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.menu-top ul.menu li ul.submenu > li.first > a {
  padding-top: 12px;
}
.menu-top ul.menu li ul.submenu > li.last > a {
  padding-bottom: 12px;
}
.menu-top ul.menu li ul.submenu li {
  display: block;
}
.menu-top ul.menu li ul.submenu li span,
.menu-top ul.menu li ul.submenu li a {
  color: #191919;
  text-transform: none;
  padding: 7px 10px;
  margin: 0 10px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  font-size: 0.9rem;
}
.menu-top ul.menu li ul.submenu li:hover > a, .menu-top ul.menu li ul.submenu li:hover > span, .menu-top ul.menu li ul.submenu li.active > a, .menu-top ul.menu li ul.submenu li.active > span,
.menu-top ul.menu li ul.submenu li span,
.menu-top ul.menu li ul.submenu li a:hover {
  color: #16cfc1;
}
.menu-top ul.menu li ul.submenu li + li a {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.menu-top ul.menu li ul.submenu ul {
  left: 100%;
  top: 0;
}
.backdrop_menu-mobile .menu-top {
  border: none;
}
.backdrop_menu-mobile .menu-top ul.menu {
  display: block;
}
.backdrop_menu-mobile .menu-top ul.menu > li {
  display: block;
}
.backdrop_menu-mobile .menu-top ul.menu > li[data-id="2"] {
  display: none;
}
.backdrop_menu-mobile .menu-top ul.menu > li span,
.backdrop_menu-mobile .menu-top ul.menu > li a {
  padding: 11px 5px;
  color: #191919;
  text-align: left;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  padding: 10px 45px 10px 40px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.backdrop_menu-mobile .menu-top ul.menu > li span:before,
.backdrop_menu-mobile .menu-top ul.menu > li a:before {
  content: "\f105";
  font: 0.9rem "FA5";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.backdrop_menu-mobile .menu-top ul.menu > li:hover > a, .backdrop_menu-mobile .menu-top ul.menu > li:hover > span, .backdrop_menu-mobile .menu-top ul.menu > li.active > a, .backdrop_menu-mobile .menu-top ul.menu > li.active > span,
.backdrop_menu-mobile .menu-top ul.menu > li span,
.backdrop_menu-mobile .menu-top ul.menu > li a:hover {
  color: #fff;
  background: #16cfc1;
}
@media (min-width: 1280px) {
  .menu-top ul.menu > li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
  .menu-top ul.menu li span,
  .menu-top ul.menu li a {
    padding: 15px 25px;
  }
}
.menu-side ul.menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-side ul.menu li {
  position: relative;
  margin: 0;
}
.menu-side ul.menu li.parent > span,
.menu-side ul.menu li.parent > a {
  padding-right: 20px;
}
.menu-side ul.menu li span,
.menu-side ul.menu li a {
  padding: 5px 0 5px 15px;
  color: #191919;
  display: block;
  text-decoration: none;
  position: relative;
}
.menu-side ul.menu li span:before,
.menu-side ul.menu li a:before {
  content: "\f105";
  font: 1rem "FA5";
  position: absolute;
  top: 9px;
  left: 0;
  color: #16cfc1;
}
.menu-side ul.menu li:hover > a, .menu-side ul.menu li:hover > span, .menu-side ul.menu li.active > a, .menu-side ul.menu li.active > span,
.menu-side ul.menu li span,
.menu-side ul.menu li a:hover {
  color: #16cfc1;
}
.menu-side ul.menu li i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 8px;
  font-size: 0.9rem;
  color: #555;
}
.menu-side ul.menu li i:hover {
  color: #16cfc1;
}
.menu-side ul.menu li a:hover {
  color: #16cfc1;
  background: none;
}
.menu-side ul.menu li.active > a, .menu-side ul.menu li.active > span,
.menu-side ul.menu li span {
  background: none;
}
.menu-side ul.menu li.shown > a, .menu-side ul.menu li.shown > span {
  text-decoration: underline;
  text-underline-position: under;
}
.menu-side ul.menu li.shown > a::before, .menu-side ul.menu li.shown > span::before {
  color: #fff;
  transform: rotate(90deg);
  border-color: #fff;
}
.menu-side ul.menu ul.submenu {
  list-style: none;
  display: none;
  padding: 4px 0;
  font: 0.92rem/1.4 "Manrope", Arial, sans-serif;
}
.menu-side ul.menu ul.submenu > li {
  position: relative;
  border: none;
  margin: 0;
}
.menu-side ul.menu ul.submenu > li > a,
.menu-side ul.menu ul.submenu > li > span {
  display: block;
  position: relative;
  padding: 3px 20px 3px 33px;
  font-size: 0.92rem;
}
.menu-side ul.menu ul.submenu > li > a:before,
.menu-side ul.menu ul.submenu > li > span:before {
  font-size: 0.8rem;
  left: 20px;
  top: 6px;
}
.menu-side ul.menu ul.submenu ul {
  margin: 0 0 0 15px;
  font-size: 0.9rem;
  border: none;
}
@media (min-width: 768px) {
  .menu-side {
    padding: 25px;
  }
  .menu-side ul.menu li {
    min-height: initial;
  }
  .menu-side ul.menu li li {
    position: static;
  }
  .menu-side ul.menu li ul.submenu ul {
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu-side__section-title {
    font-size: 1.3rem;
  }
}
.menu-toggler {
  display: block;
  float: right;
  width: 100%;
  width: 60px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  line-height: 1;
  flex-shrink: 0;
  background: #454e5c;
}
.menu-toggler__bar {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  background: #fff;
  height: 2px;
  box-shadow: 0 0 1px;
  margin-top: -1px;
  transition: all 0.3s ease;
}
.menu-toggler__bar:first-child {
  margin-top: 0;
  top: 30%;
}
.menu-toggler__bar:last-child {
  margin-top: 0;
  top: auto;
  bottom: 30%;
}
.menu-opened .menu-toggler__bar {
  opacity: 0;
}
.menu-opened .menu-toggler__bar:first-child {
  opacity: 1;
  top: 50%;
  transform: rotate(135deg);
}
.menu-opened .menu-toggler__bar:last-child {
  opacity: 1;
  top: 50%;
  transform: rotate(-135deg);
}

.menu-mobile {
  display: none;
}
.backdrop_content .menu-mobile {
  display: block;
}
.menu-mobile ul.menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-mobile ul.menu li {
  margin: 0;
  padding: 0;
}
.menu-mobile ul.menu li a,
.menu-mobile ul.menu li span {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  padding: 10px 45px 10px 40px;
  color: #191919;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.menu-mobile ul.menu li a:before,
.menu-mobile ul.menu li span:before {
  content: "\f105";
  font: 0.9rem "FA5";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.menu-mobile ul.menu li a i,
.menu-mobile ul.menu li span i {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -0.5rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  color: #454e5c;
}
.menu-mobile ul.menu li a:hover, .menu-mobile ul.menu li.active > a, .menu-mobile ul.menu li.active > span {
  color: #16cfc1;
}
.menu-mobile ul.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile ul.menu ul a,
.menu-mobile ul.menu ul span {
  padding-left: 20px;
  padding-right: 20px;
}
.menu-mobile ul.menu ul a:before,
.menu-mobile ul.menu ul span:before {
  display: none;
}
.menu_vert_slide {
  position: relative;
}
.menu_vert_slide .menu_link_section:before {
  display: none !important;
}
.menu_vert_slide .menu_link_section a {
  font-weight: 700 !important;
  padding: 0 !important;
  border: none !important;
}
.menu_vert_slide .menu_link_section a:before {
  display: none !important;
}
.menu_vert_slide li.opened > ul {
  display: block;
}
.menu_vert_slide li ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.menu_vert_slide li .menu_link_back:before {
  display: none !important;
}

.catalog-menu-toggler {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  color: #1e4093;
  font-weight: 700;
  padding-right: 9px;
}
.catalog-menu-toggler + ul.menu {
  display: none;
  padding-top: 5px;
}

@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.simplebar {
  overflow-y: scroll;
}

.simplebar.horizontal {
  overflow-x: scroll;
  overflow-y: hidden;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar=init] {
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  box-sizing: content-box !important;
  padding-right: 16px !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 3px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #bbb;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before {
  background: #999;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.9;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.header {
  background: #454e5c;
  color: #fff;
  padding-bottom: 50px;
}
.header--fixed {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}
.header__top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__bottom {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}
.header__logo-link {
  color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
}
.header__logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  background: #454e5c;
  color: #fff;
}
.header__logo-text span {
  background: #16cfc1;
  padding: 0 5px;
}
.header__logo-text-addit {
  color: #ccc;
  font-weight: 600;
}
.header__email {
  font-weight: 700;
}
.header__email a {
  color: #fff;
}
.header__phone {
  display: flex;
  flex-direction: column;
}
.header__phone a {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.header__callback span {
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}
.header__callback span:hover {
  text-decoration: none;
}
.header__menu {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.header__search-toggler path {
  fill: #fff;
}
.header__mobile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.header__mobile-panel {
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.header__mobile-panel:first-child {
  border-left: 1px solid #ccc;
}
.header__mobile-phone svg {
  width: 20px;
}
@media (min-width: 768px) {
  .header__top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .header__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header__logo-text {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .header__phone a {
    font-size: 1.35rem;
  }
  .header__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    border-left: 1px solid #ccc;
  }
}
.middle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.middle__wrapper {
  margin-top: -50px;
  flex-grow: 1;
  background: #fff;
  display: flex;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1254901961);
}

.sidebar {
  height: 100%;
  background: #f2f4f8;
}

.side-module__title {
  background: #16cfc1;
  color: #fff;
  font-weight: 700;
  padding: 15px 25px;
  text-transform: uppercase;
}
.side-module__title--dark {
  background: #454e5c;
}
.side-module__content {
  padding: 20px 25px;
}

.content-before {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 25px;
}
.content-before h1 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
}

.advantages-list__item {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 15px 25px;
  border: 1px solid #ccc;
  border-radius: 8px;
  gap: 10px;
}
.advantages-list__image-wrapper {
  flex: 0 0 50px;
}
.advantages-list__title {
  font-weight: 600;
  margin-bottom: 5px;
}
.advantages-list__description {
  font-size: 0.88rem;
  color: #939393;
}
@media (min-width: 992px) {
  .advantages-list__item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .advantages-list__title {
    font-size: 1.12rem;
  }
  .advantages-list__description {
    font-size: 0.96rem;
  }
}
.footer {
  background: #454e5c;
  color: #fff;
  padding: 20px 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #16cfc1;
}
.footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__copyright {
  text-align: center;
  margin-bottom: 5px;
}
.footer__developer {
  text-align: center;
  font-size: 0.9rem;
}
.footer__contacts p {
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    border-top: 1px solid #ccc;
  }
  .footer__copyright {
    text-align: left;
    margin-bottom: 0;
  }
  .footer__developer {
    font-size: 1rem;
    text-align: right;
  }
  .footer__contacts p {
    margin-bottom: 0.8rem;
  }
}
.footer-section {
  border-bottom: 1px solid #dde1ea;
  padding: 8px;
}
.footer-section__title {
  font-size: 1.05rem;
  padding: 7px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.footer-section__title i {
  font-size: 1.4rem;
}
.footer-section__content {
  display: none;
  padding: 3px 0;
}
@media (min-width: 768px) {
  .footer-section {
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-section__title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .footer-section__content {
    display: block !important;
    padding: 0;
  }
}
.label-set {
  font-size: 0.8rem;
  background: #16cfc1;
  color: #fff;
  padding: 4px 7px;
  font-weight: 700;
}
.label-set:hover {
  background: #454e5c;
  color: #fff;
}

.resource-siblings__item {
  color: #191919;
  display: block;
  padding: 10px 25px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: -1px;
  position: relative;
}
.resource-siblings__item:hover {
  background: #eaeaea;
  color: #191919;
}
.resource-siblings__item:before {
  display: block;
  color: #939393;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.resource-siblings__item--prev:before {
  content: "🠔 Предыдущая публикация";
}
.resource-siblings__item--next:before {
  content: "Следующая публикация 🠖";
}

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

.swiper-wrapper {
  z-index: 0;
}

.swiper-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(69, 78, 92, 0.4);
  margin-right: 5px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet:hover {
  background: rgba(69, 78, 92, 0.4);
}
.swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #454e5c !important;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 20px 13px;
  position: relative;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: rotate(45deg) translate(-50%, -50%);
}

.swiper-button-prev:after {
  border-bottom: 2px solid #444;
  border-left: 2px solid #444;
}

.swiper-button-next:after {
  border-top: 2px solid #444;
  border-right: 2px solid #444;
}

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

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

.slider-main {
  overflow: hidden;
  position: relative;
}
.slider-main .justify-content-start {
  text-align: left;
}
.slider-main .justify-content-end {
  text-align: right;
}
.slider-main .justify-content-center {
  text-align: center;
}
.slider-main .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
}
.slider-main__item {
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 0%;
  background-size: cover;
  position: relative;
  background-color: #ccc;
}
.slider-main__item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.slider-main__title {
  font: 700 1.3rem/1.4 "Manrope", Arial, sans-serif;
  margin-bottom: 10px;
  color: #fff;
}
.slider-main__description {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.9rem;
}
.slider-main__btn {
  font-size: 0.9rem;
  font-weight: 700;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #16cfc1;
}
@media (min-width: 576px) {
  .slider-main__btn {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .slider-main {
    height: 260px;
    margin-top: 0;
  }
  .slider-main__item {
    height: 260px;
  }
  .slider-main__item:before {
    display: none;
  }
  .slider-main__info {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .slider-main {
    height: 350px;
  }
  .slider-main__item {
    height: 350px;
  }
  .slider-main__title {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .slider-main__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .slider-main__btn {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .slider-main {
    height: 500px;
  }
  .slider-main__item {
    height: 500px;
  }
  .slider-main__info {
    width: 40%;
  }
  .slider-main__title {
    font-size: 2.2rem;
  }
  .slider-main__description {
    margin-bottom: 25px;
    font-size: 1.07rem;
  }
  .slider-main__btn {
    font-size: 1.12rem;
  }
}
@media (min-width: 1600px) {
  .slider-main__info {
    margin: 0;
  }
}

.blog-services-slider {
  overflow: hidden;
  position: relative;
}
.blog-services-slider .swiper-slide {
  max-width: 340px;
  height: auto;
  min-height: 100%;
}
.blog-services-slider .swiper-initialized .swiper-slide {
  max-width: inherit;
}
.topnav-slider {
  position: relative;
}
.topnav-slider__title {
  padding-right: 75px;
}
.topnav-slider .swiper-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  top: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  border: 1px solid #ccc;
}
.topnav-slider .swiper-button-lock {
  display: block !important;
  opacity: 0.2;
  cursor: default;
}
.topnav-slider .swiper-button-prev,
.topnav-slider .swiper-button-next {
  padding-top: 17px;
  padding-bottom: 17px;
}
.topnav-slider .swiper-button-prev:after,
.topnav-slider .swiper-button-next:after {
  width: 12px;
  height: 12px;
}

.categories-slider {
  overflow: hidden;
}

.advantages-slider {
  overflow: hidden;
  position: relative;
}
.advantages-slider .swiper-slide {
  max-width: 340px;
  height: auto;
  min-height: 100%;
}
.advantages-slider .swiper-initialized .swiper-slide {
  max-width: inherit;
}
.advantages-slider__pagination {
  padding: 10px;
}
.advantages-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages-slider__nav-btn {
  margin: 10px 0;
}

.products-slider {
  overflow: hidden;
}
.products-slider .swiper-slide {
  max-width: 340px;
  height: auto;
  min-height: 100%;
}
.products-slider .swiper-initialized .swiper-slide {
  max-width: inherit;
}

.brands-slider {
  overflow: hidden;
}
.brands-slider .swiper-wrapper {
  height: 200px;
  padding-top: 5px;
}
.brands-slider .swiper-slide {
  margin-bottom: 0;
  height: calc((100% - 35px) / 2);
  max-width: 220px;
}
.brands-slider .swiper-initialized .swiper-slide {
  max-width: inherit;
}
.brands-slider__pagination {
  padding: 10px;
}
@media (min-width: 576px) {
  .brands-slider .swiper-wrapper {
    height: 250px;
  }
}
.search-wrapper {
  position: relative;
}

.search-form {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-form__wrapper {
  flex-grow: 1;
}
.search-form__input {
  width: 100%;
  padding-top: 10px;
  padding: 8px 55px 8px 15px !important;
  border: none !important;
  background: #fff !important;
}
.search-form__button {
  border: none;
  background: transparent;
  font-size: 1.1rem;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  top: 50%;
  line-height: 0;
  margin-top: -9px;
  transition: all 0.3s ease;
}
.search-form__button:hover {
  color: #16cfc1;
}
.search-tips {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  z-index: 1;
}
.search-tips ul {
  margin: 0;
  padding: 0;
}
.search-tips li + li {
  border-top: 1px dashed #d5d5d5;
}
.search-tips__item {
  display: flex;
  align-items: center;
  padding: 7px 15px;
}
.search-tips__image {
  margin-right: 10px;
  flex-basis: 40px;
  flex-shrink: 0;
}
.search-tips__info {
  flex-grow: 1;
  font-size: 0.9rem;
}
.search-tips__info a {
  display: block;
  text-decoration: none;
  color: #191919;
}
.search-tips__info a:hover {
  color: #454e5c;
}
.search-tips__title {
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}
.search-tips__price {
  font-weight: 700;
}
@media (min-width: 992px) {
  .search-tips ul {
    right: 0;
  }
}
.search-toggler {
  width: 26px;
  position: relative;
  text-align: center;
}
.search-toggler i {
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.search-toggler::before, .search-toggler::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  height: 2px;
  background: #fff;
  box-shadow: 0 0 1px;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.3s ease;
}
.search-toggler::before {
  margin-top: 0;
  top: 30%;
}
.search-toggler::after {
  margin-top: 0;
  top: auto;
  bottom: 30%;
}
.search-toggler.active::before, .search-toggler.active::after {
  opacity: 1;
  top: 50%;
}
.search-toggler.active i {
  opacity: 0;
}
.search-toggler.active::before {
  transform: rotate(135deg);
}
.search-toggler.active::after {
  transform: rotate(-135deg);
}

.search-mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 40px;
  left: -150%;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 15px;
  overflow: auto;
  transition: all 0.5s ease;
}
.search-mobile.active {
  left: 0;
}
.search-mobile__tips ul {
  position: static !important;
  display: block !important;
  border: none;
  margin-top: 15px;
}

.categories-list__section-title {
  text-align: center;
}
.categories-list__item-wrapper {
  margin-bottom: 20px;
}
.categories-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  will-change: transform;
}
.categories-list__item:hover .categories-list__image-wrapper {
  transform: translateY(-5px);
  box-shadow: 0 10px 16px -10px rgba(0, 0, 0, 0.5);
}
.categories-list__image-wrapper {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f8;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.categories-list__image-wrapper a {
  position: relative;
}
.categories-list__image-wrapper--border {
  margin: 0;
}
.categories-list__image-wrapper--border:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/images/system/cat_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.categories-list__title {
  line-height: 1.2;
  font-size: 0.9rem;
}
.categories-list__link {
  color: #454e5c;
  font-weight: 600;
}
@media (min-width: 768px) {
  .categories-list__title {
    line-height: 1.3;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .categories-list__title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sub-categories-list__item-wrapper {
  margin-bottom: 15px;
}
.sub-categories-list__item {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.sub-categories-list__item:hover .sub-categories-list__image-wrapper {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sub-categories-list__image-wrapper {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  width: 70px;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.sub-categories-list__image-wrapper a {
  display: block;
}
.sub-categories-list__image[src$=".svg"] {
  padding: 10px;
  height: 60px;
}
.sub-categories-list__link {
  color: #191919;
  font-weight: 600;
}
@media (min-width: 992px) {
  .sub-categories-list__item {
    text-align: center;
    flex-direction: column;
  }
  .sub-categories-list__image-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
    height: 117px;
    width: 100%;
  }
  .sub-categories-list__image[src$=".svg"] {
    height: auto;
    max-height: 117px;
  }
}
@media (min-width: 1280px) {
  .sub-categories-list__image-wrapper {
    height: 141px;
  }
}
.products-list--list .products-list__labels {
  top: 15px;
  left: 15px;
}
.products-list--list .products-list__properties {
  margin-bottom: 10px;
}
.products-list--list .products-list__form {
  margin-top: 0;
}
.products-list--list .products-list__buy-block {
  justify-content: flex-start;
}
.products-list--list .products-list__oneclick-btn {
  flex-grow: 0;
}
@media (min-width: 576px) {
  .products-list--list .products-list__item {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 12px 15px;
  }
  .products-list--list .products-list__labels {
    position: static;
  }
  .products-list--list .products-list__labels .product-label {
    margin-bottom: 5px;
  }
  .products-list--list .products-list__ean {
    padding: 0;
  }
  .products-list--list .products-list__title {
    flex-basis: 100%;
  }
  .products-list--list .products-list__image-wrapper {
    flex-basis: 35%;
  }
  .products-list--list .products-list__info {
    flex-basis: 65%;
    padding: 0 20px 10px;
  }
  .products-list--list .products-list__favorite {
    position: static;
    display: inline-block;
    margin-top: 5px;
  }
  .products-list--list .products-list__compare {
    position: static;
    display: inline-block;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .products-list--list .products-list__labels {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .products-list--list .products-list__image-wrapper {
    max-width: 280px;
  }
}
@media (min-width: 1280px) {
  .products-list--list .products-list__favorite {
    position: absolute;
  }
  .products-list--list .products-list__compare {
    position: absolute;
  }
}
.products-list__item-wrapper {
  margin-bottom: 20px;
}
.products-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.products-list__labels {
  position: absolute;
  top: 50px;
  left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.products-list__image-wrapper {
  text-align: center;
  position: relative;
}
.products-list__info {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.products-list__title {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 1.04rem;
  position: relative;
  overflow: hidden;
}
.products-list__link:hover {
  color: #16cfc1;
}
.products-list__country {
  color: #939393;
  margin-bottom: 10px;
}
.products-list__options {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.products-list__option {
  background: #ccc;
  margin: 4px 10px 4px 0;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  font-size: 0.95rem;
}
.products-list__option:hover .products-list__option-title {
  opacity: 1;
  visibility: visible;
}
.products-list__option-title {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  background: #454e5c;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.88rem;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 5px);
  min-width: 130px;
  max-width: 200px;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.8);
}
.products-list__option-title:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  z-index: 1;
  border-color: transparent transparent #454e5c transparent;
}
.products-list__form {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products-list__rating {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
}
.products-list__availbility {
  margin-bottom: 10px;
  flex-grow: 1;
  color: #939393;
}
.products-list__availbility:before {
  content: "\f00c";
  font: 0.8rem FA5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #16cfc1;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 5px;
}
.products-list__availbility--no:before {
  content: "\f068";
}
.products-list__price-block {
  margin-top: 5px;
  margin-bottom: 10px;
}
.products-list__price {
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px;
}
.products-list__price-old {
  font-weight: 600;
  font-size: 1.11rem;
  color: #939393;
  text-decoration: line-through;
  white-space: nowrap;
}
.products-list__buy-block {
  display: flex;
  align-items: center;
}
.products-list__buy-btn {
  padding: 10px 0 10px 10px;
  background: none;
  border: none;
}
.products-list__buy-btn svg {
  width: 25px;
}
.products-list__compare {
  position: absolute;
  top: 15px;
  right: 55px;
  width: 32px;
  height: 32px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.products-list__compare svg {
  width: 17px;
}
.products-list__compare.active {
  background: #454e5c;
}
.products-list__compare.active svg {
  fill: #fff;
}
.products-list__favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.products-list__favorite svg {
  width: 17px;
}
.products-list__favorite.active {
  background: #16cfc1;
}
.products-list__favorite.active svg {
  fill: #fff;
}
.products-list__oneclick-btn {
  cursor: pointer;
}
.products-list__oneclick-btn svg {
  width: 25px;
  height: 25px;
}
.product-detail__label {
  position: absolute;
  top: 10px;
  left: 8px;
}
.product-detail__gallery {
  position: relative;
  margin-bottom: 20px;
}
.product-detail__image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-detail__image-full {
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-detail__image-thumbs-wrapper {
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
}
.product-detail__thumbs-wrapper {
  height: 70px !important;
  border: 1px solid #ccc;
  overflow: hidden;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.product-detail__thumbs-wrapper.swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail .swiper-button-prev,
.product-detail .swiper-button-next {
  position: absolute;
  z-index: 10;
  padding: 15px;
  bottom: 20px;
}
.product-detail .swiper-button-prev {
  left: 0;
}
.product-detail .swiper-button-next {
  right: 0;
}
.product-detail__properties-title {
  font-weight: 700;
  font-size: 1.28rem;
  margin-bottom: 5px;
}
.product-detail__properties {
  margin-bottom: 20px;
}
.product-detail__properties-link {
  color: #16cfc1;
  cursor: pointer;
  border-bottom: 1px dotted;
  display: inline-block;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.product-detail__properties-link:hover {
  color: #191919;
}
.product-detail__info {
  padding: 25px 25px 15px;
  border: 1px solid #ccc;
}
.product-detail__info-top {
  padding-bottom: 15px;
}
.product-detail__info-bottom {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 0.95rem;
}
.product-detail__ean {
  margin-bottom: 20px;
}
.product-detail__availbility {
  color: #939393;
}
.product-detail__availbility:before {
  content: "\f00c";
  font: 0.8rem FA5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #16cfc1;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 5px;
}
.product-detail__availbility--no:before {
  content: "\f068";
}
.product-detail__rating-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-detail__rating-value {
  margin-right: 5px;
}
.product-detail__reviews-count {
  cursor: pointer;
  margin: 0 1px;
  color: #16cfc1;
}
.product-detail__linked-caption {
  margin-bottom: 8px;
}
.product-detail__linked-items {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.product-detail__migx-torgs {
  margin-top: 5px;
  margin-bottom: 10px;
}
.product-detail__price-block {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail__price {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}
.product-detail__price span {
  font-size: 1.8rem;
}
.product-detail__price-old {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: line-through;
  color: #939393;
  white-space: nowrap;
}
.product-detail__qty {
  margin-left: 10px;
}
.product-detail__buy-block-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.product-detail__buy-block {
  display: flex;
  flex-grow: 1;
}
.product-detail__buy-btn {
  width: 100%;
  font-weight: 700;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail__buy-btn svg {
  fill: #fff;
  height: 20px;
  margin-right: 8px;
}
.product-detail__favcompare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.product-detail__compare {
  margin-right: 10px;
  position: relative;
}
.product-detail__favorite {
  position: relative;
}
.product-detail__info-caption {
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-detail__info-icon svg {
  height: 20px;
}
.product-detail__delivery {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.product-detail__delivery-info {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.product-detail__delivery-title {
  flex: 0 0 35%;
}
.product-detail__delivery-text {
  color: #454e5c;
}
.product-detail__oneclick-btn {
  color: #191919;
  flex-grow: 1;
  padding: 10px 25px 10px 20px;
}
.product-detail__oneclick-btn svg {
  margin-right: 5px;
  margin-top: -6px;
  fill: #191919;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.product-detail__oneclick-btn:before {
  background: #ccc;
}
.product-detail__oneclick-btn:hover {
  color: #fff;
}
.product-detail__oneclick-btn:hover svg {
  fill: #fff;
}
.product-detail__nav-wrapper {
  background: #f2f4f8;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .product-detail__image-full {
    margin-bottom: 0;
  }
  .product-detail__image--with-thumbs {
    padding-right: 100px;
  }
  .product-detail__image-thumbs {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 80px;
    height: 230px;
    transform: translateY(-50%);
  }
  .product-detail .swiper-button-prev {
    top: 15px;
    bottom: auto;
  }
  .product-detail .swiper-button-next {
    bottom: 15px;
  }
  .product-detail .swiper-button-prev,
  .product-detail .swiper-button-next {
    right: 25px;
    left: auto;
  }
  .product-detail .swiper-button-prev:after,
  .product-detail .swiper-button-next:after {
    transform: rotate(135deg) translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .product-detail__label {
    right: 8px;
    left: auto;
  }
  .product-detail__image--with-thumbs {
    padding-left: 120px;
    padding-right: 0;
  }
  .product-detail__image-thumbs {
    left: 0;
    right: auto;
    width: 100px;
    height: 310px;
  }
  .product-detail .swiper-button-prev,
  .product-detail .swiper-button-next {
    left: 35px;
    right: auto;
  }
}
@media (min-width: 992px) {
  .product-detail__image-full {
    margin-bottom: 15px;
  }
  .product-detail__image--with-thumbs {
    padding-left: 0;
  }
  .product-detail__image-thumbs {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
  .product-detail .swiper-button-prev {
    left: 0;
  }
  .product-detail .swiper-button-next {
    right: 0;
    left: auto;
  }
  .product-detail .swiper-button-prev,
  .product-detail .swiper-button-next {
    top: auto;
    bottom: 20px;
  }
  .product-detail .swiper-button-prev:after,
  .product-detail .swiper-button-next:after {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .product-detail__favcompare {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .product-detail__image--with-thumbs {
    padding-left: 100px;
    padding-right: 0;
  }
  .product-detail__image-thumbs {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 80px;
    height: 230px;
    transform: translateY(-50%);
  }
  .product-detail .swiper-button-prev {
    top: 15px;
    bottom: auto;
  }
  .product-detail .swiper-button-next {
    bottom: 15px;
  }
  .product-detail .swiper-button-prev,
  .product-detail .swiper-button-next {
    left: 25px;
    right: auto;
  }
  .product-detail .swiper-button-prev:after,
  .product-detail .swiper-button-next:after {
    transform: rotate(135deg) translate(-50%, -50%);
  }
  .product-detail__compare {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .product-detail__image-thumbs {
    height: 310px;
  }
}

.product-linked-item {
  border: 1px solid #f2f4f8;
  padding: 2px;
}
.product-linked-item.active {
  border-color: #454e5c;
}

.properties-top {
  margin: 0;
  padding: 0;
  list-style: none;
}
.properties-top__item {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 15px 0;
  align-items: flex-end;
}
.properties-top__title {
  padding: 0 5px 0 0;
  margin-bottom: -2px;
  background: #fff;
}
.properties-top__value {
  flex: 0 0 35%;
  padding: 0 5px;
  margin-bottom: -2px;
  background: #fff;
  margin-left: auto;
}

.properties-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.properties-list__item {
  display: flex;
  padding: 7px 0;
  border-bottom: 1px dashed #ddd;
  align-items: flex-end;
}
.properties-list__item:last-child {
  border: none;
}
.properties-list__title {
  margin-right: 5px;
  flex: 60% 1 0;
}
.properties-list__value {
  flex: 40% 1 0;
}

.properties-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
.properties-product-list__title {
  color: #939393;
}
.qty-field {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 90px;
  background: #fff;
  border-radius: 3px;
}
.qty-field:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ccc;
  border-radius: 7px;
  z-index: -1;
  background: #fff;
}
.qty-field__input {
  width: 90px;
  padding: 12px 25px !important;
  border-radius: 3px;
  background: transparent !important;
  text-align: center;
  box-shadow: 0 0 0 transparent;
  border: none !important;
}
.qty-field__btn {
  display: flex;
  align-items: center;
  border: none;
  font-size: 1rem;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  transition: all 0.3s ease;
}
.qty-field__btn:hover {
  color: #16cfc1;
}
.qty-field__btn[data-dir=plus] {
  right: 0;
}
.qty-field__btn[data-dir=minus] {
  left: 0;
}

.brands-list__section-description {
  text-align: center;
  font-weight: 600;
  font-size: 1.14rem;
  margin-bottom: 10px;
}
.brands-list__item-wrapper {
  margin-bottom: 15px;
}
.brands-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f4f8;
  padding: 10px;
  transition: all 0.3s ease;
  transform: translate(0, 0);
  will-change: transform;
}
.brands-list__item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 16px -10px rgba(0, 0, 0, 0.5);
}
.brands-list__image-wrapper {
  height: 100%;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-list__title {
  display: block;
  font-weight: 600;
  line-height: 1.25;
  font-size: 0.9rem;
}
.brands-list__link {
  color: #191919;
}
@media (min-width: 992px) {
  .brands-list__title {
    font-size: 0.95rem;
  }
}
@media (min-width: 1280px) {
  .brands-list__title {
    font-size: 1rem;
  }
}
.tags-list__item {
  display: inline-block;
  margin: 3px 3px 3px 0;
}
.tags-list__link {
  display: inline-block;
  padding: 9px 20px 10px;
  border-radius: 5px;
  font-size: 0.95rem;
  font-weight: 600;
  background: #f2f4f8;
  color: #191919;
}
.tags-list__link--active, .tags-list__link:hover {
  background: #454e5c;
  border-color: #454e5c;
  color: #fff;
}

.panel-control {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  flex-wrap: wrap;
  font-size: 0.98rem;
  position: relative;
}
.panel-control .dropdown_label {
  border: none;
  padding: 0;
}
.panel-control__toggler {
  background: #ccc;
  cursor: pointer;
  padding: 10px 15px;
  flex: 0 0 48%;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.panel-control__toggler:hover {
  color: #454e5c;
}
.panel-control__toggler-filter {
  flex: 0 0 12%;
}
.panel-control__toggler-filter svg {
  height: 22px;
}
.panel-control__title {
  margin-right: 15px;
}
.panel-control__sort {
  flex: 0 0 88%;
}
.panel-control__sort.active {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 0 15px -8px;
  border-radius: 5px;
}
.panel-control__sort-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  font: 700 0.9rem FA5;
  margin-left: 3px;
  vertical-align: middle;
}
.panel-control__sort-link.active {
  color: #16cfc1;
}
.panel-control__sort-link.active[data-dir=desc]:after {
  content: "\f175";
}
.panel-control__sort-link.active[data-dir=asc]:after {
  content: "\f176";
}
.panel-control__tpl i {
  color: #eaeaea;
  margin-right: 3px;
  font-size: 1.1rem;
}
.panel-control__tpl-link {
  cursor: pointer;
  margin-right: 8px;
}
.panel-control__tpl-link:last-child {
  margin-right: 0;
}
.panel-control__tpl-link.active i {
  color: #16cfc1;
}
.panel-control__tpl-caption {
  display: none;
}
@media (min-width: 576px) {
  .panel-control__tpl-link {
    margin-right: 15px;
  }
  .panel-control__tpl-caption {
    display: inline;
  }
  .panel-control__toggler-filter {
    flex: 0 0 9%;
  }
  .panel-control__sort {
    flex: 0 0 91%;
  }
}
@media (min-width: 768px) {
  .panel-control__toggler-filter {
    flex: 0 0 7%;
  }
  .panel-control__sort {
    flex: 0 0 93%;
  }
}
@media (min-width: 992px) {
  .panel-control__sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .panel-control .dropdown_label {
    padding: 0 35px 0 0;
  }
  .panel-control__tpl-link {
    margin-right: 45px;
  }
}

.product-label {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 0.8rem;
  margin-right: 2px;
  padding: 1px 12px 2px;
  display: inline-block;
  height: 23px;
  background: #454e5c;
  line-height: 21px;
}
.product-label--percent {
  padding: 0px 5px 1px;
  font-size: 1.03rem;
}
.product-label span {
  position: relative;
  z-index: 1;
}
.product-label--hit {
  background: #454e5c;
}
.product-label--sale {
  background: #16cfc1;
}
.product-label--new {
  background: #21850d;
}
.product-label--percent {
  background: #f47e00;
}
@media (min-width: 768px) {
  .product-label {
    font-size: 0.9rem;
  }
}
.favorite-mini {
  position: relative;
  padding: 0 5px;
  text-align: center;
}
.favorite-mini__count {
  position: absolute;
  left: 50%;
  margin-left: 12px;
  top: -7px;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #16cfc1;
  color: #fff;
}
.favorite-mini__caption {
  display: block;
  font-size: 0.95rem;
  color: #191919;
  margin-top: 7px;
}
@media (min-width: 1280px) {
  .favorite-mini {
    padding: 0 10px;
  }
}
.order-product {
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 4px;
}
.order-product__image-wrapper {
  text-align: center;
  margin-bottom: 15px;
}
.order-product__image {
  max-height: 150px;
}
.order-product__title {
  margin-bottom: 5px;
}
.order-product__price {
  font-weight: 600;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-bottom: 5px;
}
.order-product__qty {
  display: inline-flex;
}
.order-product__qty:before {
  transform: none;
}
@media (min-width: 576px) {
  .order-product {
    text-align: left;
  }
  .order-product__image-wrapper {
    margin-bottom: 0;
  }
  .order-product__price {
    margin-bottom: 0;
  }
}
.product-icon-default {
  cursor: pointer;
  font-size: 0.94rem;
}
.product-icon-default:hover .product-icon-default__caption {
  display: block;
}
.product-icon-default__wrapper {
  display: flex;
  align-items: center;
}
.product-icon-default__icon {
  border: 1px solid #ccc;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #ccc;
}
.active .product-icon-default__icon {
  background: #454e5c;
  border: none;
}
.active .product-icon-default__icon svg {
  fill: #fff;
}
.product-icon-default svg {
  height: 17px;
}
.product-icon-default__caption {
  margin-left: 5px;
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 0.9rem;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.product-icon-default.active:hover .product-icon-default__remove-caption {
  display: inline-block;
}
.product-icon-default.active .product-icon-default__add-caption {
  display: none;
}
@media (min-width: 1280px) {
  .product-icon-default svg {
    height: 14px;
  }
}
@media (min-width: 1600px) {
  .product-icon-default {
    font-size: 0.95rem;
  }
  .product-icon-default svg {
    height: 17px;
  }
}

.product-docs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-docs li {
  margin: 15px 0;
}
.product-docs a {
  color: #222;
  display: flex;
  align-items: center;
}
.product-docs a:hover {
  color: #16cfc1;
}
.product-docs img {
  margin-right: 10px;
  height: 40px;
}

.migx-torg__caption {
  margin-bottom: 5px;
}

.tag-item {
  display: inline-block;
  margin: 4px 10px 4px 0;
  white-space: nowrap;
}
.tag-item__link {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  line-height: 1.2;
  color: #191919;
  text-decoration: none;
  border: 1px solid #ccc;
}
.tag-item__link--active, .tag-item__link:hover {
  background: #454e5c;
  border-color: #454e5c;
  color: #fff;
}

.tags-list__items {
  position: relative;
  white-space: nowrap;
}
.tags-list__items:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  z-index: 1;
  right: -1px;
  display: block;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%, #fff);
  background-repeat: no-repeat;
}
.tags-list__item {
  margin-bottom: 20px;
}
.tags-list__btn {
  padding: 8px 20px 9px;
  border-radius: 4px;
  font-weight: 600;
  margin: 4px 10px 4px 0;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tags-list__btn i {
  margin-left: 10px;
}
.tags-list__btn:hover {
  background: #454e5c;
  border-color: #454e5c;
  color: #fff;
}
.tags-list .horizontal.simplebar-track .simplebar-scrollbar {
  height: 4px;
}
.tags-list .simplebar-scrollbar:before {
  background: #454e5c;
}
@media (min-width: 992px) {
  .tags-list__items {
    white-space: normal;
  }
  .tags-list__items:after {
    display: none;
  }
  .tags-list__item {
    margin-bottom: 7px;
  }
  .tags-list__item:nth-child(n+9) {
    display: none;
  }
  .tags-list__item:nth-child(-n+8) + .tags-list__btn {
    display: none !important;
  }
  .show-all .tags-list__item {
    display: inline-block;
  }
  .tags-list .horizontal.simplebar-track .simplebar-scrollbar {
    display: none;
  }
}
.ms2-message-success.alert {
  color: #fff;
  background: #16cfc1 !important;
}

.cart-mini {
  position: relative;
  text-align: center;
}
.cart-mini__link {
  align-items: center;
  color: #191919;
  border-radius: 3px;
  margin-left: auto;
}
.cart-mini__icon {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.cart-mini__icon svg {
  width: 25px;
}
.cart-mini__count {
  position: absolute;
  left: 50%;
  margin-left: 10px;
  top: -7px;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #16cfc1;
  color: #fff;
}
.cart-mini__caption {
  display: block;
  margin-top: 7px;
}
.cart-mini__cost {
  font-weight: 700;
  font-size: 1.06rem;
}

.cart-page__item {
  margin: 5px 0;
}
.cart-page__summary {
  font-size: 1.1rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 600;
}
.cart-page__summary-title {
  margin-right: 5px;
}
.cart-page__summary-price {
  font-weight: 700;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .cart-page__summary {
    text-align: right;
  }
}

.cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #f2f4f8;
  padding: 15px;
  border-radius: 5px;
}
.cart-item--headings {
  color: #fff;
  font-weight: 500;
  background: #454e5c;
  border-color: #454e5c;
}
.cart-item__info {
  flex: 1 0 100%;
}
.cart-item__image {
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.cart-item__image img {
  border-radius: 5px;
}
.cart-item__title {
  font-weight: 600;
}
.cart-item__title a {
  color: #191919;
}
.cart-item__title a:hover {
  color: #16cfc1;
}
.cart-item__attr {
  color: #939393;
}
.cart-item__prices {
  flex: 1 0 15%;
  white-space: nowrap;
}
.cart-item__price {
  font-weight: 700;
  font-size: 1.05rem;
}
.cart-item__old-price {
  color: #939393;
  text-decoration: line-through;
}
.cart-item__sum {
  flex: 1 0 15%;
  font-weight: 700;
  white-space: nowrap;
}
.cart-item__qty {
  flex: 1 0 10%;
  margin: 5px 0;
}
.cart-item__qty .shk_count_field {
  margin: auto;
}
.cart-item__remove {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cart-item__remove i {
  cursor: pointer;
  color: #aa0000;
}
.cart-item__remove button {
  background: none;
  border: none;
}
.cart-item__label {
  background: #454e5c;
  color: #fff;
  font-size: 0.67rem;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 500;
  padding: 3px 5px;
}
@media (min-width: 576px) {
  .cart-item__image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cart-item {
    justify-content: space-between;
  }
  .cart-item__image {
    flex: 0 0 8%;
  }
  .cart-item__info {
    flex: 1 0 45%;
    text-align: left;
  }
  .cart-item__remove {
    flex: 0 0 5%;
    position: static;
  }
}

.order-payments__title {
  margin-bottom: 10px;
}
.order-payments__item {
  height: 100%;
  display: block;
}
.order-payments__item-input {
  opacity: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.order-payments__item-input:checked + .order-payments__item-wrapper {
  background: #454e5c;
  color: #fff;
}
.order-payments__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #939393;
}
.order-payments__item-name {
  font-weight: 600;
}
.order-payments__item-price {
  white-space: nowrap;
}

.order-deliveries__title {
  margin-bottom: 10px;
}
.order-deliveries__item {
  height: 100%;
  display: block;
}
.order-deliveries__item-input {
  opacity: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.order-deliveries__item-input:checked + .order-deliveries__item-wrapper {
  background: #454e5c;
  color: #fff;
}
.order-deliveries__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #939393;
}
.order-deliveries__item-name {
  font-weight: 600;
}
.order-deliveries__item-price {
  white-space: nowrap;
}
.order-summary {
  font-weight: 700;
  padding: 20px 25px;
  text-align: center;
}
.order-summary__title {
  font-size: 1.2rem;
}
.order-summary__price {
  color: #454e5c;
  white-space: nowrap;
  font-size: 1.2rem;
}

.order-package__item-price {
  font-weight: 700;
}

.order-list__item {
  padding: 15px 25px;
  background: #f2f4f8;
  margin-bottom: 15px;
  border-radius: 4px;
}
.order-list__title {
  font-size: 1.2rem;
  font-weight: 700;
}
.order-list__title a {
  color: #191919;
}
.order-list__date {
  color: #939393;
}
.order-list__summary {
  margin-bottom: 5px;
}
.order-list__summary-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #16cfc1;
}
.order-list__more {
  display: inline-block;
}
@media (min-width: 768px) {
  .order-list__title {
    margin-bottom: 5px;
  }
  .order-list__date {
    margin-bottom: 5px;
  }
}
.order-detail__items {
  margin-bottom: 20px;
}
.order-detail__item {
  margin: 5px 0;
}
.order-detail__summary-value--total {
  font-size: 1.2rem;
  font-weight: 700;
  color: #16cfc1;
}

.kladr-error {
  color: #cb3e27;
}

#kladr_autocomplete ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  background-color: white;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 420px;
  color: #191919;
}
#kladr_autocomplete li {
  display: list-item;
  list-style-type: none;
  margin: 0;
  font-size: 0.95rem;
  padding: 6px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#kladr_autocomplete li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
#kladr_autocomplete li.active {
  background-color: #e9e9e9;
}
#kladr_autocomplete li + li {
  border-top: 1px dotted #eee;
}
#kladr_autocomplete a {
  text-decoration: none;
}
#kladr_autocomplete strong {
  font-weight: 700;
}
#kladr_autocomplete small {
  color: #aaa;
  font-size: 0.85rem;
}
#kladr_autocomplete .spinner {
  position: absolute;
  display: block;
  margin: 0;
  margin-left: -10px;
  padding: 0;
  width: 20px;
  height: 20px;
  background: transparent url("../img/ajax-loader.svg") center center no-repeat;
  background-size: contain;
  z-index: 9999;
}

.filter-mobile-toggler {
  cursor: pointer;
  background: #454e5c;
  border: 1px solid #454e5c;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  font-family: "Manrope", Arial, sans-serif;
  margin-bottom: 15px;
}
.filter-mobile-toggler i {
  color: #f2f4f8;
  margin-right: 5px;
}

.filter__section-title {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.27rem;
  margin-bottom: 10px;
}
.filter__item {
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #f2f4f8;
}
.filter__item--number[id*=price] .filter__item-values {
  display: block;
}
.filter__item-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 0.95rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.filter__item-title i {
  font-size: 1.1rem;
}
.filter__item-values {
  padding: 12px 10px;
  display: none;
}
.filter__item-slider {
  margin-top: 15px;
  margin-bottom: 5px;
}
.filter input[type=text] {
  width: 100%;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  background: #fff;
  border-color: #fff;
}
.filter label {
  display: block;
}
.filter__color-checkbox input:checked + span:before {
  border-color: transparent;
}
.filter__color-checkbox input:checked + span:after {
  display: block;
}
.filter__color-checkbox span:after {
  content: "\f00c";
  font: 700 0.8rem/1.45 "FA5";
  display: none;
  color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -9px;
  cursor: pointer;
  mix-blend-mode: difference;
}
.filter__color-checkbox span:before {
  content: "" !important;
  background: inherit !important;
}
.filter__color-checkbox span span {
  background: #f2f4f8;
}
.filter__btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.filter__btn--reset {
  background: #f2f4f8;
  color: #454e5c;
}
.filter__more-toggler {
  color: #16cfc1;
  text-decoration: underline;
  text-underline-position: under;
  margin-top: 10px;
  cursor: pointer;
}
.filter__more-toggler:hover {
  color: #16cfc1;
}
@media (max-width: 991.98px) {
  .filter__item {
    padding: 10px 15px;
    margin-bottom: 0;
    border: none;
  }
  .filter__btns {
    position: sticky;
    padding: 10px;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .filter__item-title {
    font-size: 1.1rem;
  }
}

.backdrop-content-filter .backdrop_title {
  background: #f1f4f9;
  color: #191919;
}
.backdrop-content-filter .backdrop_title:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/svg/filter.svg) no-repeat 50%/contain;
  margin-right: 15px;
}
.backdrop-content-filter .backdrop_close {
  color: #191919;
  font-size: 1.3rem;
}

ul.artmebius-city-list {
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
ul.artmebius-city-list li {
  color: #000;
}
ul.artmebius-city-list li span.cities_letter {
  display: block;
  margin-top: 18px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #e32118;
  border: none;
}
ul.artmebius-city-list li:first-child span.cities_letter {
  margin-top: 0;
}
ul.artmebius-city-list span {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #666;
  cursor: pointer;
}
ul.artmebius-city-list span b {
  color: #333;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
ul.artmebius-city-list span:hover {
  color: #e32118;
  border-color: #e32118;
}
ul.artmebius-city-list span:hover b {
  color: #e32118;
}
@media (min-width: 576px) {
  ul.artmebius-city-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 768px) {
  ul.artmebius-city-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 992px) {
  ul.artmebius-city-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1280px) {
  ul.artmebius-city-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
ul.artmebius-city-list--short {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
ul.artmebius-city-list--short li {
  margin-bottom: 5px;
}

.compare-mini {
  position: relative;
  padding: 0 5px;
  text-align: center;
}
.compare-mini__count {
  position: absolute;
  left: 50%;
  margin-left: 12px;
  top: -7px;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #16cfc1;
  color: #fff;
}
.compare-mini__caption {
  display: block;
  font-size: 0.95rem;
  color: #191919;
  margin-top: 7px;
}
@media (min-width: 1280px) {
  .compare-mini {
    padding: 0 10px;
  }
}
.comparison .comparison-remove {
  display: none;
}
.comparison.active .comparison-add {
  display: none;
}
.comparison.active .comparison-remove {
  display: block;
}

.comparison-table {
  display: block;
  font-size: 0.9rem;
}
.comparison-table__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 100%;
  font-weight: 400;
}
.comparison-table__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 5px 0;
  cursor: pointer;
}
.comparison-table__check:before {
  content: "";
  flex-shrink: 0;
  font: 700 0.85rem/15px "FA5";
  border: 1px solid #ddd;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.comparison-table__check.active:before {
  content: "\f00c";
  color: #16cfc1;
}
.comparison-table__head {
  position: relative;
  padding: 10px;
  flex: 0 0 20%;
  min-width: 200px;
}
.comparison-table__title {
  font-weight: 600;
}
.comparison-table__title a {
  color: #191919;
}
.comparison-table__title a:hover {
  color: #16cfc1;
}
.comparison-table__delete {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #454e5c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.comparison-table__delete a {
  color: #fff;
  display: block !important;
}
.comparison-table__delete:hover {
  background: #454e5c;
}
.comparison-table__row {
  border-bottom: 1px solid rgb(232.055, 235.585, 242.645);
  display: flex;
}
.comparison-table__row.same {
  display: none;
}
tbody .comparison-table__row:hover {
  background: #454e5c;
  color: #fff;
}
tbody .comparison-table__row:hover .comparison-table__param,
tbody .comparison-table__row:hover .comparison-table__value {
  background: #454e5c;
  color: #fff;
}
.comparison-table__param {
  background: #f2f4f8;
  padding: 5px 10px;
  font-weight: 600;
  position: sticky;
  left: -1px;
  z-index: 1;
  font-size: 0.8rem;
  flex: 0 0 110px;
}
.comparison-table__value {
  flex: 0 0 20%;
  min-width: 200px;
  padding: 5px 10px;
}
.comparison-table__value[class*="field-data.price"] {
  white-space: nowrap;
  font-weight: 700;
}
.comparison-table__image {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .comparison-table__param {
    font-size: 0.9rem;
    flex: 0 0 150px;
  }
}
.reviews-list__item {
  margin: 15px 0;
  position: relative;
  background: #f5f5f5;
  padding: 15px 25px;
  border: 1px solid #f5f5f5;
  z-index: 0;
}
.reviews-list__item:after {
  content: "\f10e";
  font: 700 4rem "FA5";
  color: #fff;
  position: absolute;
  right: 1%;
  bottom: 10%;
  z-index: -1;
  opacity: 0.5;
}
.reviews-list__user-image {
  display: none;
}
.reviews-list__name {
  font-weight: 700;
}
.reviews-list__text {
  margin-bottom: 10px;
}
.reviews-list__date {
  color: #939393;
}
.reviews-list__reply {
  margin-top: 20px;
  padding-left: 25px;
  border-left: 3px solid #454e5c;
}
.reviews-list__reply-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.reviews-list__product {
  font-weight: 600;
  margin-top: 8px;
}
.reviews-list__product a {
  font-weight: 400;
}
@media (min-width: 576px) {
  .reviews-list__item {
    display: flex;
    align-items: center;
    padding: 15px 25px 15px 0;
  }
  .reviews-list__sidebar {
    flex: 0 0 150px;
    text-align: center;
  }
  .reviews-list__user-image {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    color: #bbb;
    font-size: 1.7rem;
    border-radius: 100%;
    margin-bottom: 10px;
  }
  .reviews-list__name {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.rating-star {
  display: inline-flex;
  align-items: center;
}
.rating-star svg {
  height: 15px;
  fill: #ddd;
}
.rating-star.active svg {
  fill: #f59e40;
}

.rating-input {
  margin-bottom: 15px;
}
.rating-input__star {
  cursor: pointer;
  display: inline-flex !important;
}
.rating-input input {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}

.rating-simple {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
:not(.active) + .rating-simple__value {
  color: #939393;
}
.rating-simple__value {
  margin-left: 5px;
  font-size: 1.025rem;
}

.faq__item {
  margin: 15px 0;
  padding: 15px 30px 20px;
  background: #f5f5f5;
  position: relative;
}
.faq__item:after {
  content: "\f128";
  font: 700 4rem "FA5";
  color: #fff;
  position: absolute;
  right: 1%;
  bottom: 10%;
  z-index: 1;
  opacity: 0.5;
}
.faq__question {
  margin-bottom: 10px;
}
.faq__answer {
  position: relative;
  padding-left: 25px;
  border-left: 3px solid #454e5c;
}
.faq__info {
  display: flex;
  justify-content: space-between;
}
.faq__name {
  margin-bottom: 5px;
  font-weight: 700;
}
.faq__date {
  color: #939393;
}

body.backdroped {
  overflow: hidden;
}

.backdrop {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1040 !important;
  background: transparent;
  transition: background 0.5s;
}
.backdrop.active {
  background: rgba(0, 0, 0, 0.3);
}

.backdrop_content {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  z-index: 1040;
}
.backdrop_content.left_side {
  left: -100%;
}
.backdrop_content.left_side > .backdrop_close {
  left: 7px;
}
.backdrop_content.right_side {
  right: -100%;
}
.backdrop_content.right_side > .backdrop_close {
  right: 7px;
}
.backdrop_content > .backdrop_close {
  position: absolute;
  top: 7px;
}

.backdrop_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 14px 25px 14px;
  font-weight: bold;
  color: #fff;
  background: #454e5c;
  position: sticky;
  top: 0;
  z-index: 1;
}
.backdrop_title i {
  margin-right: 8px;
}
.backdrop_title + .backdrop_content_inner {
  padding: 0px 0px;
}

.backdrop_content_inner {
  padding: 27px 18px 9px;
}

.backdrop_close {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease-out;
  margin-left: auto;
}
.backdrop_close:hover {
  color: #454e5c;
}
.backdrop_close:active {
  color: #454e5c;
}
.backdrop_placeholder {
  display: none;
}

.backdrop_mdl {
  position: relative;
}

.backdrop_menu-mobile {
  display: flex;
  flex-direction: column;
}
.backdrop_menu-mobile .menu-mobile {
  order: 1;
}
.backdrop_menu-mobile .menu-top {
  order: 2;
}

.backdrop_search .search-wrapper {
  padding: 15px;
}

.backdrop_menu_back i {
  opacity: 0.7;
  font-size: 1.1rem;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.jGrowl {
  z-index: 9999;
  color: #fff;
  font: 0.9rem "Manrope", Arial, sans-serif;
  position: fixed;
}
.jGrowl.top-left {
  left: 0;
  top: 0;
}
.jGrowl.top-right {
  right: 0;
  top: 80px;
}
.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}
.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}
.jGrowl.center {
  bottom: 20px;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
  margin-left: auto;
  margin-right: auto;
}

.jGrowl-notification {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 300px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  min-height: 40px;
  border: none !important;
}
.jGrowl-notification.ui-state-highlight,
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: none !important;
  background-color: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: 700;
  font-size: 0.85em;
  color: #fff;
}
.jGrowl-notification .jGrowl-message {
  color: #fff;
}
.jGrowl-notification .jGrowl-close {
  color: #fff !important;
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
}

.jGrowl-closer {
  background-color: #000;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.ms2-message-success {
  background-color: green !important;
}

.ms2-message-error {
  background-color: brown !important;
}

.ms2-message-info {
  background-color: black !important;
}

@media print {
  .jGrowl {
    display: none;
  }
}
.ui-slider {
  margin-left: 8px;
  margin-right: 8px;
}
.ui-slider .ui-slider-range {
  height: 4px;
  background-color: #454e5c;
  position: absolute;
}
.ui-slider.ui-slider.ui-slider-horizontal {
  border: none;
  background: #cbd3df;
  height: 4px;
  position: relative;
}
.ui-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -10px;
  top: 100%;
  border: none;
  border-radius: 0;
  background: #16cfc1;
  cursor: pointer;
  border: 2px solid #fab61f;
  border-radius: 4px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.5);
}

.ui-widget.ui-widget-content .ui-state-active {
  border: 1px solid #eaeaea;
  background: #eaeaea;
  font-weight: normal;
}
.ui-widget.ui-widget-content .ui-state-active a {
  color: #191919;
}

@font-face {
  font-family: "FA5";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fontawesome/fa-light-300-custom.eot");
  src: url("../fonts/fontawesome/fa-light-300-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300-custom.woff") format("woff"), url("../fonts/fontawesome/fa-light-300-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300-custom.svg#fontawesome") format("svg");
}
.fal {
  font-family: "FA5";
  font-weight: 300;
}

@font-face {
  font-family: "FA5";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-regular-400-custom.eot");
  src: url("../fonts/fontawesome/fa-regular-400-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400-custom.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400-custom.svg#fontawesome") format("svg");
}
.fa,
.far {
  font-family: "FA5";
  font-weight: 400;
}

@font-face {
  font-family: "FA5";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900-custom.eot");
  src: url("../fonts/fontawesome/fa-solid-900-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900-custom.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900-custom.svg#fontawesome") format("svg");
}
.fas {
  font-family: "FA5";
  font-weight: 900;
}

@font-face {
  font-family: "FA5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-custom.eot");
  src: url("../fonts/fontawesome/fa-brands-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-custom.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-custom.woff") format("woff"), url("../fonts/fontawesome/fa-brands-custom.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-custom.svg#fontawesome") format("svg");
}
.fab {
  font-family: "FA5 Brands";
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-cog:before {
  content: "\f013";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-edit:before {
  content: "\f044";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-heart:before {
  content: "\f004";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-key:before {
  content: "\f084";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-plus:before {
  content: "\f067";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-search:before {
  content: "\f002";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-star:before {
  content: "\f005";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-sync:before {
  content: "\f021";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-viber:before {
  content: "\f409";
}

.fa-viber-alt:before {
  content: "\f792";
}

.fa-vk:before {
  content: "\f189";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

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

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