@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/ManropeRegular.eot");
  src: url("../fonts/Manrope/ManropeRegular.eot") format("embedded-opentype"), url("../fonts/Manrope/ManropeRegular.woff2") format("woff2"), url("../fonts/Manrope/ManropeRegular.woff") format("woff"), url("../fonts/Manrope/ManropeRegular.ttf") format("truetype"), url("../fonts/Manrope/ManropeRegular.svg#ManropeRegular") 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: "Montserrat";
  src: url("../fonts/Montserrat/MontserratRegular.eot");
  src: url("../fonts/Montserrat/MontserratRegular.eot") format("embedded-opentype"), url("../fonts/Montserrat/MontserratRegular.woff2") format("woff2"), url("../fonts/Montserrat/MontserratRegular.woff") format("woff"), url("../fonts/Montserrat/MontserratRegular.ttf") format("truetype"), url("../fonts/Montserrat/MontserratRegular.svg#MontserratRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/MontserratBold.eot");
  src: url("../fonts/Montserrat/MontserratBold.eot") format("embedded-opentype"), url("../fonts/Montserrat/MontserratBold.woff2") format("woff2"), url("../fonts/Montserrat/MontserratBold.woff") format("woff"), url("../fonts/Montserrat/MontserratBold.ttf") format("truetype"), url("../fonts/Montserrat/MontserratBold.svg#MontserratBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::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: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f22e30;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000000;
  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: #000000 !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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: #b8b8b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-primary:hover {
  background-color: #ababab;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ababab;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #454d55;
}
.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: #454d55;
}
.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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}
.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;
  }
}
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: #fff;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  transition: opacity 0.3s ease;
}
body.menu-opened, body.filter-opened {
  overflow: hidden;
}

.content {
  padding-bottom: 40px;
}

.footer {
  margin-top: auto;
}

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

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

.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: #f22e30;
  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: #000000;
}
.btn-skew:hover::after {
  left: 120%;
  top: 120%;
  transition: all 0.8s;
}

.btn {
  color: #fff;
  background: #f22e30;
  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: 4px;
  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: #000000;
}
.btn:hover::after {
  left: 120%;
  top: 120%;
  transition: all 0.8s;
}
.btn.btn-light {
  color: #000;
  background: #efefef;
}
.btn.btn-light:hover {
  color: #fff;
  background: #f22e30;
}
.btn.btn-reverse {
  background: #000000;
}
.btn.btn-reverse:hover {
  background: #f22e30;
}
.btn.btn-border {
  color: #191919;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #f22e30;
  box-shadow: 0 0 1px;
  position: relative;
  color: #f22e30;
}
.btn.btn-border:hover {
  color: #fff;
  background: #f22e30;
  border-color: #f22e30;
}
.btn.btn-big {
  padding: 15px 45px;
}
.btn.btn-small {
  font-size: 0.95rem;
  padding: 8px 20px;
}
.breadcrumbs {
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline;
  margin-right: 5px;
}
.breadcrumbs ul li a {
  color: #959595;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #f22e30;
}
.breadcrumbs ul li.breadcrumbs__separator {
  color: #959595;
  margin: 0 7px 0 2px;
}
@media (min-width: 992px) {
  .breadcrumbs ul {
    font-size: 0.95rem;
  }
}
.pagination {
  margin: 10px 0 20px;
  list-style: none;
  text-align: right;
  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 #f8f8f8;
  background: #f8f8f8;
  border-radius: 4px;
  color: #191919;
}
.pagination li a:hover {
  color: #fff;
  background: #f22e30;
  border-color: #f22e30;
}
.pagination li.active a,
.pagination li.active span {
  background: #f22e30;
  border-color: #f22e30;
  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: #f22e30;
  border-bottom: 3px solid #c70c0e;
  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: #f22e30;
  font-size: 1.5rem;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal .modal-close:hover {
  color: #000000;
}
.modal .modal-header .modal-close {
  color: #fff;
}
.modal .modal-header .modal-close:hover {
  color: #fff;
  opacity: 0.5;
}

.nav a.active {
  color: #000000;
}

.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: 8px 2px;
  margin: 0 8px 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 {
  color: #f22e30;
}
.tabs-default__nav-item + .tabs-default__nav-item {
  padding-left: 8px;
}
.tabs-default__nav-item + .tabs-default__nav-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 0;
  background: red;
  transform: skew(-25deg);
}
.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-top: -1px;
  }
  .tabs-default__title {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 10px;
  }
  .tabs-default__title::after {
    content: "";
    font: 900 0.95rem/1 "FA5";
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000000;
  }
  .active .tabs-default__title::after {
    content: "";
  }
  .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: 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.02rem;
  }
}
@media (min-width: 1280px) {
  .tabs-default__nav-item a {
    font-size: 1.25rem;
    margin: 0 12px 0 0;
  }
  .tabs-default__nav-item + .tabs-default__nav-item {
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .tabs-default__nav-item a {
    font-size: 1.25rem;
    margin: 0 20px 0 0;
  }
  .tabs-default__nav-item + .tabs-default__nav-item {
    padding-left: 20px;
  }
}

.resource-list__item-wrapper {
  margin-bottom: 20px;
  display: flex;
}
.resource-list__item-image {
  flex: 0 0 100px;
  margin-right: 15px;
}
.resource-list__item-info {
  flex-grow: 1;
}
.resource-list__item-title {
  font-weight: 600;
  font-size: 1.05rem;
}
.resource-list__item-title a {
  color: #191919;
}
.resource-list__item-title a:hover {
  color: #f22e30;
}
.resource-list__item-date {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #959595;
}
.resource-list__item-date i {
  color: #000000;
}
.resource-list__item-description {
  margin-top: 8px;
}

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

.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: #000000;
  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: #fff;
  border: 1px solid #efefef;
  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: "";
  font: 700 0.8rem/1.45 "FA5";
  color: #000000;
}

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

.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;
  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: #f22e30;
}
.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-copyright {
  font-size: 0.93rem;
}
.site-copyright a:hover {
  color: #000000;
  text-decoration: underline;
}
.site-developer {
  font-size: 0.93rem;
}
.site-developer a:hover {
  text-decoration: underline;
}
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: #000000;
  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 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
.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: #000000;
}
.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: 150px;
  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: #000000;
  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: black;
}
.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-youtube {
  background: #f22e30;
}
.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: #000000;
  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: #000000;
}
.close.active::before {
  transform: rotate(135deg);
}
.close.active::after {
  transform: rotate(-135deg);
}

.backdrop::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98 !important;
  animation: fadeIn 0.1s ease;
}

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 #000000;
  z-index: 1;
}

.color-mute {
  color: #959595;
}

.color-main {
  color: #000000;
}

.video-list__item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.video-list__item-image {
  flex: 0 0 150px;
  margin-right: 15px;
}
.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: #f22e30;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.video-list__item-image:hover i {
  background: #000000;
}
.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: #f22e30;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.video-grid__item-image:hover i {
  background: #000000;
}
.video-grid__item-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.video-grid__item-description {
  font-size: 0.93rem;
}

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

.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;
  flex-grow: 1;
  min-height: 100%;
}
.menu-top ul.menu li.parent > a:after,
.menu-top ul.menu li.parent > span:after {
  content: "";
  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: 11px 5px;
  color: #e8e8e8;
  display: block;
  font-weight: 700;
  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 {
  color: gray;
}
.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: #f22e30;
}
.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;
}
@media (min-width: 1280px) {
  .menu-top ul.menu > li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #3b3b3b;
    transform: rotate(30deg);
  }
  .menu-top ul.menu li span,
.menu-top ul.menu li a {
    padding: 11px;
  }
}
.menu-side__section-title {
  background: #000000;
  padding: 13px 20px;
  color: #fff;
  font-weight: 600;
}
.menu-side__catalog {
  border-bottom: 1px solid #efefef;
}
.menu-side__catalog a {
  display: block;
  padding: 10px 20px;
  color: #191919;
  font-weight: 600;
}
.menu-side__catalog i {
  margin-right: 5px;
}
.menu-side ul.menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.menu-side ul.menu li {
  position: relative;
  margin: 0;
}
.menu-side ul.menu li span,
.menu-side ul.menu li a {
  padding: 9px 20px;
  color: #191919;
  display: block;
  text-decoration: none;
}
.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: #4d4d4d;
  background: #f8f8f8;
}
.menu-side ul.menu li i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 12px;
  font-size: 0.9rem;
  color: #555;
}
.menu-side ul.menu li i:hover {
  color: #f22e30;
}
.menu-side ul.menu li a:hover {
  color: #f22e30;
  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: 10px 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 30px;
}
.menu-side ul.menu ul.submenu > li i {
  padding: 5px 14px;
}
.menu-side ul.menu ul.submenu ul {
  margin: 0 0 0 15px;
  font-size: 0.9rem;
  border: none;
}

.menu-footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.93rem;
}
.menu-footer ul.menu li {
  padding: 2px 0;
}
.menu-footer ul.menu li a,
.menu-footer ul.menu li span {
  color: #595959;
  text-decoration: none;
}
.menu-footer ul.menu li a:hover {
  color: #f22e30;
}
@media (min-width: 768px) {
  .menu-footer ul.menu li a,
.menu-footer ul.menu li span {
    color: #191919;
  }
}
.menu-toggler {
  display: block;
  float: right;
  width: 26px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  line-height: 1;
  flex-shrink: 0;
}
.menu-toggler:hover .menu-toggler__bar {
  background-color: #f22e30;
}
.menu-toggler__bar {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #000000;
  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: flex;
  flex-direction: column;
  position: fixed;
  top: 135px;
  left: -150%;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  overflow: auto;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
body.header-fixed .menu-mobile {
  top: 46px;
}
.menu-mobile--catalog {
  background: #f8f8f8;
}
.menu-mobile__menu-toggler {
  position: absolute;
  right: 15px;
  top: 5px;
}
.menu-mobile__menu-toggler span {
  background: #959595;
}
.menu-mobile.active {
  left: 0;
}
.menu-mobile ul.menu {
  position: relative;
  margin: 0;
  padding: 0 5%;
  list-style: none;
}
.menu-mobile ul.menu li {
  position: relative;
  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 0;
  margin-top: -1px;
  color: #191919;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.menu-mobile ul.menu li a i,
.menu-mobile ul.menu li span i {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.7rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
}
.menu-mobile ul.menu li a:hover, .menu-mobile ul.menu li.active > a, .menu-mobile ul.menu li.active > span {
  color: #f22e30;
}
.menu-mobile ul.menu ul {
  list-style: none;
  margin: 5px 0 5px 15px;
  padding: 0;
  display: none;
}
.menu-mobile ul.menu ul li {
  border: none;
  padding: 0;
}
.menu-mobile ul.menu ul li span,
.menu-mobile ul.menu ul li a {
  padding: 5px 0;
  border: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.menu-mobile ul.menu ul li a:hover, .menu-mobile ul.menu ul li.active > a, .menu-mobile ul.menu ul li.active > span {
  color: #f22e30;
}
.menu-mobile__main {
  background: #e4e4e4;
}
@media (min-width: 576px) {
  .menu-mobile {
    top: 90px;
  }
}
@media (min-width: 768px) {
  .menu-mobile {
    top: 46px;
  }
}
.login-mini {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.login-mini__icon {
  padding: 0 15px;
}
.login-mini__profile {
  font-size: 1.15rem;
  font-weight: 700;
}
.login-mini__profile a {
  color: #191919;
}
.login-mini__caption {
  color: #959595;
}
.login-mini__caption a {
  color: #959595;
}
@media (min-width: 992px) {
  .login-mini__icon {
    padding-left: 0;
  }
}
.modal_auth ul.auth_links {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 15px 0 0;
}
.modal_auth ul.auth_links a {
  color: #191919;
  text-decoration: none;
}
.modal_auth ul.auth_links a:hover {
  color: #000000;
}
.modal_auth ul.auth_links i {
  margin-right: 3px;
  color: #000000;
}

.user-profile__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.user-profile__menu li {
  flex: 0 0 100%;
}
.user-profile__menu li i {
  color: #f22e30;
  margin-right: 15px;
  font-size: 1.5rem;
}
.user-profile__menu li span,
.user-profile__menu li a {
  background: #f8f8f8;
  font-weight: 700;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  color: #191919;
  text-decoration: none;
}
.user-profile__menu li span:hover,
.user-profile__menu li a:hover {
  background: #efefef;
}
.user-profile__menu li span {
  color: #f22e30;
  background: #f8f8f8 !important;
}
@media (min-width: 768px) {
  .user-profile__menu li {
    flex: 0 0 49%;
  }
}
@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;
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  margin-bottom: 22px;
  box-shadow: 0 0 15px -8px;
}
[data-template="1"] .header {
  margin-bottom: 0;
}
.header__top {
  font-family: "Montserrat", Arial, sans-serif;
  transition: all 0.1s ease;
}
.header__bottom {
  background: #000000;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  display: none;
  transition: all 0.3s ease;
}
.header__bottom.active {
  display: block;
}
.header__logo {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header__logo-image {
  display: none;
}
.header__mobile-toggler {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #efefef;
}
.header__contacts svg {
  height: 22px;
}
.header__contacts-icon {
  margin-right: 5px;
  flex-shrink: 1;
}
.header__phone {
  font-size: 1.1rem;
  font-weight: 700;
}
.header__phone a {
  color: #191919;
}
.header__city {
  display: none;
}
.header__city a {
  color: #191919;
}
.header__city a:hover {
  color: #f22e30;
}
.header__shedule {
  display: none;
}
.header__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header__icons svg {
  height: 24px;
}
.header .header__icon + .header__icon {
  border-left: 1px solid #d6d6d6;
}
.header__search-toggler {
  margin-right: 18px;
}
.header__search {
  height: 100%;
}
.header__search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: #f8f8f8;
  transform: skew(-22deg);
}
@media (min-width: 576px) {
  .header__mobile-toggler {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .header__contacts {
    border: none;
  }
  .header__phone {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .header__icons {
    border: none;
  }
  .header__contacts-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__top {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header__bottom {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    right: 0;
    width: 25%;
  }
  .header__logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__logo-image {
    display: block;
  }
  .header__logo-image--small {
    display: none;
  }
  .header__contacts {
    line-height: 1.4;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: stretch;
  }
  .header__contacts svg {
    height: 29px;
  }
  .header__contacts-icon {
    display: block;
    margin-right: 10px;
  }
  .header__phone {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }
  .header__icons {
    border: none;
    justify-content: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__icon {
    border: none !important;
  }
  .header__icon svg {
    height: 29px;
  }
  .header__cart {
    min-width: 185px;
    margin-left: auto;
  }
  .header__search {
    padding-left: 45px;
  }
}
@media (min-width: 1280px) {
  .header__phone {
    margin-bottom: 5px;
  }
  .header__shedule {
    display: block;
    font-size: 1rem;
    color: #959595;
    margin-bottom: 3px;
  }
  .header__city {
    display: block;
    color: #959595;
  }
}
.header--fixed .header__contacts {
  display: none;
}
@media (min-width: 576px) {
  .header--fixed .header__contacts {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .header--fixed .header__icons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #f8f8f8;
    box-shadow: 0 0 10px -5px;
    padding: 10px 10px 5px;
  }
}
@media (min-width: 992px) {
  .header--fixed .header__top {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header--fixed .header__logo-image {
    display: none;
  }
  .header--fixed .header__logo-image--small {
    display: block;
  }
  .header--fixed .header__contacts {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header--fixed .header__icons {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .header--fixed .header__shedule {
    display: none;
  }
  .header--fixed .header__city {
    display: none;
  }
}

.middle {
  position: relative;
  z-index: 1;
}

.advantages-list__item-wrapper {
  margin-bottom: 10px;
}
.advantages-list__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}
.advantages-list__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 12%;
  right: 25px;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: skew(-35deg);
  background-image: linear-gradient(to right, #f8f8f8 50%, #fff 100%);
  background-repeat: repeat-x;
}
.advantages-list__image-wrapper {
  flex-basis: 18%;
  flex-shrink: 0;
  margin-right: 15px;
}
.advantages-list__title {
  font-size: 0.97rem;
}
@media (min-width: 992px) {
  .advantages-list__item {
    padding: 25px;
  }
}
.contact-map__section-title {
  text-align: center;
}
.contact-map__wrapper {
  height: 400px;
  background: #f8f8f8;
  position: relative;
}
.contact-map__wrapper:before {
  content: "";
  font: 2rem "FA5";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  margin-top: -20px;
  margin-left: -15px;
  opacity: 0.4;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.contact-map [class*=-copyrights-pane] {
  display: none;
}

.footer {
  background: #f8f8f8;
  padding-bottom: 39px;
}
.footer a {
  color: #191919;
}
.footer a:hover {
  color: #f22e30;
}
.footer__phones-section {
  display: block;
  margin-bottom: 3px;
}
.footer__phones {
  margin-bottom: 10px;
}
.footer__phones span {
  display: block;
}
.footer__address {
  margin-bottom: 10px;
}
.footer__copyright {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer-section {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.footer-section__title {
  font-size: 1.05rem;
  padding: 8px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.footer-section__content {
  display: none;
  padding: 3px 0;
}
@media (min-width: 768px) {
  .footer-section {
    border-bottom: none;
  }
  .footer-section__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .footer-section__title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    border-top: 2px solid #f22e30;
  }
  .footer-section__content {
    display: block !important;
    padding: 0;
  }
}
.swiper-wrapper {
  z-index: 0;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.swiper-pagination-bullet {
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 5px;
  transform: skew(-30deg);
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet:hover {
  border-color: #fff;
}
.swiper-pagination-bullet-active {
  border-color: #f22e30;
}

.swiper-button-prev {
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #f22e30;
  border-left: 3px solid #f22e30;
  transform: rotate(45deg);
}

.swiper-button-next {
  width: 20px;
  height: 20px;
  border-right: 3px solid #f22e30;
  border-bottom: 3px solid #f22e30;
  transform: rotate(-45deg);
}

.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__item {
  height: 250px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.slider-main__title {
  font: 900 1.3rem/1.4 "Montserrat", Arial, sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.slider-main__description {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
.slider-main__btn {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.slider-main__btn:hover {
  color: #f22e30;
}
.slider-main__btn svg {
  height: 20px;
}
@media (min-width: 768px) {
  .slider-main {
    height: 300px;
    margin-top: 0;
  }
  .slider-main__item {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .slider-main {
    height: 400px;
  }
  .slider-main__item {
    height: 400px;
  }
  .slider-main__description {
    font-size: 1.1rem;
  }
}
@media (min-width: 1280px) {
  .slider-main {
    height: 400px;
  }
  .slider-main__item {
    height: 400px;
  }
  .slider-main__info {
    width: 40%;
  }
  .slider-main__title {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .slider-main__description {
    margin-bottom: 25px;
    font-size: 1rem;
  }
  .slider-main__btn {
    font-size: 1rem;
  }
  .slider-main__btn svg {
    height: 29px;
  }
}
@media (min-width: 1600px) {
  .slider-main__info {
    margin: 0;
  }
}

.products-sale-slider {
  overflow: hidden;
  position: relative;
}
.products-sale-slider .swiper-slide {
  height: auto;
  min-height: 100%;
}
.products-sale-slider .swiper-pagination {
  bottom: -4px;
}
.products-sale-slider .swiper-pagination-bullet {
  border-color: #fbbebf;
}
.products-sale-slider .swiper-pagination-bullet-active {
  border-color: #f22e30;
}

.products-new-slider {
  overflow: hidden;
  position: relative;
}
.products-new-slider .swiper-slide {
  height: auto;
  min-height: 100%;
}
.products-new-slider .swiper-pagination {
  bottom: -4px;
}
.products-new-slider .swiper-pagination-bullet {
  border-color: #fbbebf;
}
.products-new-slider .swiper-pagination-bullet-active {
  border-color: #f22e30;
}

.products-recommend-slider {
  overflow: hidden;
  position: relative;
}
.products-recommend-slider .swiper-slide {
  height: auto;
  min-height: 100%;
}
.products-recommend-slider .swiper-pagination {
  bottom: -4px;
}
.products-recommend-slider .swiper-pagination-bullet {
  border-color: #fbbebf;
}
.products-recommend-slider .swiper-pagination-bullet-active {
  border-color: #f22e30;
}

.products-visited-slider {
  overflow: hidden;
  position: relative;
}
.products-visited-slider .swiper-slide {
  height: auto;
  min-height: 100%;
}
.products-visited-slider .swiper-pagination {
  bottom: -4px;
}
.products-visited-slider .swiper-pagination-bullet {
  border-color: #fbbebf;
}
.products-visited-slider .swiper-pagination-bullet-active {
  border-color: #f22e30;
}

.reviews-main-slider {
  overflow: hidden;
  position: relative;
}
.reviews-main-slider .swiper-slide {
  height: auto;
  min-height: 100%;
}
.reviews-main-slider .swiper-pagination {
  bottom: -4px;
}
.reviews-main-slider .swiper-pagination-bullet {
  border-color: #fbbebf;
}
.reviews-main-slider .swiper-pagination-bullet-active {
  border-color: #f22e30;
}

.search-form {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-form__input {
  width: 100%;
  padding-top: 10px;
  padding: 10px 15px 10px 55px !important;
  background: none !important;
  border: none !important;
}
.search-form__button {
  border: none;
  background: transparent;
  color: #f22e30;
  font-size: 1.1rem;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 12px;
  top: 50%;
  line-height: 0;
  margin-top: -9px;
}
.search-tips .ui-state-active {
  background: #eee !important;
  border: none !important;
}
.search-tips ul {
  position: absolute !important;
  z-index: 9;
  list-style: none;
  margin: 0;
  left: 0;
  right: 30px;
  width: initial !important;
  padding: 0;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.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__item-info {
  flex-grow: 1;
  font-size: 0.9rem;
}
.search-tips__item-info a {
  display: block;
  text-decoration: none;
  color: #191919;
}
.search-tips__item-info a:hover {
  color: #000000;
}
.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 {
  background: url(../img/ctgs_bg_left.jpg) no-repeat 0 80%, url(../img/ctgs_bg_right.jpg) no-repeat 100% 10%, #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.categories-list__section-title {
  text-align: center;
}
.categories-list__item-wrapper {
  margin-bottom: 15px;
}
.categories-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  transition: all 0.3s ease;
}
.categories-list__item:hover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.categories-list__image-wrapper {
  height: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-list__image {
  max-height: 50px;
}
.categories-list__link {
  color: #191919;
  font-weight: 600;
}
@media (min-width: 992px) {
  .categories-list__item {
    padding: 25px;
  }
  .categories-list__image {
    max-height: inherit;
  }
}
.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 #efefef;
  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%;
  background: #f8f8f8;
  position: relative;
  border: 1px solid #efefef;
  transition: all 0.3s ease;
}
.products-list__labels {
  position: absolute;
  top: 20px;
  left: 20px;
}
.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__ean {
  color: #959595;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.products-list__title {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 1.14rem;
  position: relative;
  overflow: hidden;
}
.products-list__link {
  color: #191919;
}
.products-list__link:hover {
  color: #f22e30;
}
.products-list__form {
  margin-top: auto;
}
.products-list__rating {
  transform: scale(0.6);
  margin-left: -18px;
  margin-bottom: 5px;
}
.products-list__availbility {
  float: right;
}
.products-list__availbility--no {
  color: #959595;
}
.products-list__price-block {
  margin-top: 5px;
  margin-bottom: 10px;
}
.products-list__price {
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 10px;
}
.products-list__price-old {
  font-weight: 600;
  font-size: 1.11rem;
  color: #959595;
  text-decoration: line-through;
  white-space: nowrap;
}
.products-list__buy-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-list__buy-btn {
  padding: 8px 25px;
}
.products-list__oneclick-btn {
  color: #191919;
  flex-grow: 1;
  padding: 10px 25px 10px 20px;
}
.products-list__oneclick-btn svg {
  margin-right: 5px;
  margin-top: -6px;
  display: none;
  transition: all 0.3s ease;
}
.products-list__oneclick-btn:before {
  background: #fff;
}
.products-list__oneclick-btn:hover {
  color: #fff;
}
.products-list__oneclick-btn:hover svg {
  fill: #fff;
}
.products-list__compare {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
}
.products-list__favorite {
  position: absolute;
  top: 55px;
  right: 15px;
  width: 36px;
  height: 36px;
}
@media (min-width: 400px) {
  .products-list__oneclick-btn svg {
    display: inline;
  }
}
.product-detail__label {
  position: absolute;
  top: 10px;
  left: 20px;
}
.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 #efefef;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-detail__thumbs-wrapper {
  border: 1px solid #efefef;
  padding: 5px;
}
.product-detail__ean {
  margin-bottom: 20px;
}
.product-detail__availbility {
  margin-bottom: 20px;
}
.product-detail__availbility svg {
  margin-right: 5px;
}
.product-detail__availbility--yes {
  color: #65bc54;
}
.product-detail__availbility--yes svg {
  fill: #65bc54;
}
.product-detail__availbility--no {
  color: #959595;
}
.product-detail__availbility--no svg {
  fill: #959595;
}
.product-detail__rating-reviews {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.product-detail__rating-stars {
  margin-right: 10px;
  cursor: pointer;
}
.product-detail__reviews-count {
  margin-right: 10px;
  cursor: pointer;
}
.product-detail__reviews-link {
  color: #000000;
  cursor: pointer;
}
.product-detail__reviews-link:before {
  content: "| ";
  margin-right: 6px;
}
.product-detail__properties-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.product-detail__properties {
  margin-bottom: 20px;
}
.product-detail__properties-link {
  color: #f22e30;
  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 {
  margin-bottom: 20px;
}
.product-detail__info-block {
  margin-bottom: 15px;
  display: flex;
}
.product-detail__info-icon {
  margin-right: 15px;
}
.product-detail__info-title {
  font-weight: 600;
  margin-bottom: 5px;
}
.product-detail__price-block {
  margin-bottom: 20px;
}
.product-detail__price-caption {
  display: block;
}
.product-detail__price {
  font-size: 2.2rem;
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
}
.product-detail__price span {
  font-size: 1.8rem;
}
.product-detail__price-old {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: line-through;
  color: #959595;
  white-space: nowrap;
}
.product-detail__qty {
  margin-left: 10px;
}
.product-detail__buy-btn {
  min-width: 160px;
  font-weight: 700;
}
.product-detail__favcompare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.product-detail__compare {
  margin-left: 10px;
  margin-bottom: 3px;
}
.product-detail__favorite {
  margin-bottom: 3px;
}
.product-detail__buy-block {
  display: flex;
  margin-bottom: 25px;
}
.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;
  transition: all 0.3s ease;
}
.product-detail__oneclick-btn:before {
  background: #efefef;
}
.product-detail__oneclick-btn:hover {
  color: #fff;
}
.product-detail__oneclick-btn:hover svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .product-detail__favcompare {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .product-detail__compare {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  .product-detail__info {
    position: sticky;
    top: 160px;
  }
}

.properties-top {
  margin: 0;
  padding: 0;
  list-style: none;
}
.properties-top__item {
  padding: 5px 0;
}
.properties-top__title {
  margin-right: 5px;
}
.properties-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.properties-list__item {
  display: flex;
  padding: 7px 0;
  border-bottom: 1px dashed #ddd;
}
.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: #959595;
}
.qty-field {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 90px;
}
.qty-field:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #efefef;
  transform: skew(-25deg);
  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: #f22e30;
}
.qty-field__btn[data-dir=plus] {
  right: 0;
}
.qty-field__btn[data-dir=minus] {
  left: 0;
}

.brands-list {
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 15px;
}
[data-template="27"] .brands-list {
  padding: 20px 20px 5px;
  border-radius: 10px;
}
.brands-list__section-title {
  text-align: center;
}
.brands-list__section-subtitle {
  font-size: 1.58rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.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;
  padding: 10px;
  transition: all 0.3s ease;
}
.brands-list__item:hover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.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;
  }
}
.brands-compact-list {
  background: #f8f8f8;
  padding: 15px 20px 5px;
  border-radius: 8px;
}
.brands-compact-list__section-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
}
.brands-compact-list__item {
  margin-bottom: 10px;
  text-align: center;
}
.brands-compact-list__image-wrapper {
  flex-shrink: 0;
}
.brands-compact-list__link {
  color: #191919;
}
.brands-compact-list__title {
  font-weight: 600;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .brands-compact-list {
    padding: 20px 30px 5px;
  }
  .brands-compact-list__section-title {
    font-size: 1.27rem;
    margin-bottom: 15px;
  }
  .brands-compact-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
  }
  .brands-compact-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: #f8f8f8;
  color: #191919;
}
.tags-list__link--active, .tags-list__link:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

.panel-control {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  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__toggler {
  background: #efefef;
  cursor: pointer;
  padding: 10px 15px;
  flex: 1 0 30%;
  text-align: center;
  margin-right: 18px;
  border-radius: 4px;
}
.panel-control__toggler:hover {
  color: #000000;
}
.panel-control__title {
  margin-right: 15px;
}
.panel-control__sort {
  display: none;
  transition: all 0.3s ease;
}
.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 {
  cursor: pointer;
  margin: 3px 0;
  position: relative;
  display: block;
  font-weight: 400;
}
.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: #f22e30;
}
.panel-control__sort-link.active[data-dir=desc]:after {
  content: "";
}
.panel-control__sort-link.active[data-dir=asc]:after {
  content: "";
}
.panel-control__tpl i {
  color: #959595;
  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: #f22e30;
}
.panel-control__tpl-caption {
  display: none;
}
@media (min-width: 576px) {
  .panel-control__tpl-link {
    margin-right: 15px;
  }
  .panel-control__tpl-caption {
    display: inline;
  }
}
@media (min-width: 992px) {
  .panel-control__sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .panel-control__sort-link {
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: 600;
  }
  .panel-control__tpl-link {
    margin-right: 45px;
  }
}

.product-label {
  text-transform: uppercase;
  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 8px 2px;
  display: inline-block;
  height: 23px;
  line-height: 21px;
}
.product-label--percent {
  padding: 0px 5px 1px;
  font-size: 1.03rem;
}
.product-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000000;
  z-index: 0;
  transform: skew(-20deg);
}
.product-label span {
  position: relative;
  z-index: 1;
}
.product-label--hit:before {
  background: #000000;
}
.product-label--sale:before {
  background: #ff6600;
}
.product-label--new:before {
  background: #3b824e;
}
.product-label--percent:before {
  background: #f22e30;
}
@media (min-width: 768px) {
  .product-label {
    font-size: 0.9rem;
  }
}
.favorite-mini {
  position: relative;
  padding: 0 10px;
}
.favorite-mini__count {
  position: absolute;
  right: 5px;
  top: -7px;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f22e30;
  color: #fff;
}

.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.95rem;
}
.product-icon-default__caption {
  margin-left: 5px;
}
.product-icon-default__add-caption {
  display: inline-block;
}
.product-icon-default__remove-caption {
  display: none;
}
.product-icon-default.active .product-icon-default__remove-caption {
  display: inline-block;
}
.product-icon-default.active .product-icon-default__add-caption {
  display: none;
}
.product-icon-default:hover svg {
  background: #000000;
  fill: #fff;
}
.product-icon-default.active svg {
  background: #f22e30;
  fill: #fff;
}
.product-icon-default.active a {
  border-bottom: 1px dotted;
}
.product-icon-default svg {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: all 0.3s ease;
}

.ms2-message-success.alert {
  color: #fff;
  background: #f22e30 !important;
}

.cart-mini {
  position: relative;
}
.cart-mini__link {
  display: flex;
  align-items: center;
}
.cart-mini__icon {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.cart-mini__count {
  position: absolute;
  right: 5px;
  top: -7px;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f22e30;
  color: #fff;
}
.cart-mini__caption {
  display: block;
  color: #959595;
}
.cart-mini__cost {
  font-weight: 700;
  color: #191919;
  font-size: 1.2rem;
}

.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: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
}
.cart-item--headings {
  color: #fff;
  font-weight: 500;
  background: #000000;
  border-color: #000000;
}
.cart-item__info {
  flex: 1 0 100%;
}
.cart-item__image {
  margin-right: 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: #f22e30;
}
.cart-item__attr {
  color: #959595;
}
.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: #959595;
  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: #000000;
  color: #fff;
  font-size: 0.67rem;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 500;
  padding: 3px 5px;
}
@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-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 {
  border-color: #f22e30;
}
.order-deliveries__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
}
.order-deliveries__item-name {
  font-weight: 700;
}
.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: #000000;
  white-space: nowrap;
  font-size: 1.2rem;
}

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

.order-list__item {
  padding: 15px 25px;
  background: #f8f8f8;
  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: #959595;
}
.order-list__summary {
  margin-bottom: 5px;
}
.order-list__summary-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #f22e30;
}
.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__summary-value--total {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f22e30;
}

.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: #000000;
  border: 1px solid #000000;
  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: #f8f8f8;
  margin-right: 5px;
}

.filter__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.filter__section-title {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.27rem;
  margin-bottom: 10px;
}
.filter__btn {
  flex: 0 0 45%;
}
.filter__item {
  border-top: 1px solid #efefef;
}
.filter__item--number .filter__item-values {
  display: block;
}
.filter__item-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-weight: 600;
  font-size: 0.95rem;
}
.filter__item-values {
  padding: 12px 0;
  display: none;
}
.filter__item-slider {
  margin-bottom: 35px;
}
.filter input[type=text] {
  width: 100%;
  text-align: center;
  padding: 7px;
  border-color: #efefef;
}
.filter label {
  display: block;
}
.filter__btns {
  display: flex;
  justify-content: space-between;
}
.filter__btns .btn {
  flex: 0 0 47%;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .filter {
    top: 134px;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: -150%;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 15px 15px 40px 15px;
    overflow: auto;
    margin: 0 !important;
    transition: all 0.5s ease;
  }
  body.header-fixed .filter {
    top: 45px;
  }
  .filter.active {
    left: 0;
  }
  .filter__btns {
    position: sticky;
    padding: 10px;
    bottom: 0;
  }
}
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 10px;
}
.compare-mini__count {
  position: absolute;
  right: 5px;
  top: -7px;
  font-size: 0.8rem;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f22e30;
  color: #fff;
}

.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: "";
  color: #f22e30;
}
.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: #f22e30;
}
.comparison-table__delete {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f22e30;
  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: #000000;
}
.comparison-table__row {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
}
.comparison-table__row.same {
  display: none;
}
tbody .comparison-table__row:hover {
  background: #f22e30;
  color: #fff;
}
tbody .comparison-table__row:hover .comparison-table__param,
tbody .comparison-table__row:hover .comparison-table__value {
  background: #f22e30;
  color: #fff;
}
.comparison-table__param {
  background: #f8f8f8;
  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;
    min-width: 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: "";
  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: #959595;
}
.reviews-list__reply {
  margin-top: 20px;
  padding-left: 25px;
  border-left: 3px solid #f22e30;
}
.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-input {
  margin-bottom: 15px;
}
.rating-input label {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  width: 17px;
  height: 15px;
  overflow: hidden;
  background: url(../img/star.png) no-repeat 0 -15px;
}
.rating-input label input {
  visibility: hidden;
}
.rating-input label.active, .rating-input label:hover {
  background: url(../img/star.png) no-repeat 0 0;
}

.rating {
  background: url(../img/star.png) repeat-x 0 -15px;
  width: 85px;
  height: 15px;
  position: relative;
  display: block;
}
.rating:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  background: url(../img/star.png) repeat-x 0 0;
}
.rating.star-1:after {
  width: 20%;
}
.rating.star-2:after {
  width: 40%;
}
.rating.star-3:after {
  width: 60%;
}
.rating.star-4:after {
  width: 80%;
}
.rating.star-5:after {
  width: 100%;
}
.rating__value {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  background: url(../img/star.png) repeat-x 0 0;
}

.faq__item {
  margin: 15px 0;
  padding: 15px 30px 20px;
  background: #f5f5f5;
  position: relative;
}
.faq__item:after {
  content: "";
  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 #f22e30;
}
.faq__info {
  display: flex;
  justify-content: space-between;
}
.faq__name {
  margin-bottom: 5px;
  font-weight: 700;
}
.faq__date {
  color: #959595;
}

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: #1e1e1e;
  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: 2px;
  background-color: #f22e30;
  position: absolute;
}
.ui-slider.ui-slider.ui-slider-horizontal {
  border: none;
  background: #959595;
  height: 2px;
  position: relative;
}
.ui-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 11px;
  margin-left: -8px;
  margin-top: 9px;
  top: 100%;
  border: none;
  border-radius: 0;
  background: #000000;
  cursor: pointer;
}
.ui-slider.ui-slider.ui-slider-horizontal .ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #000000 transparent;
}

.ui-widget.ui-widget-content .ui-state-active {
  border: 1px solid #959595;
  background: #959595;
  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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bars:before {
  content: "";
}

.fa-box:before {
  content: "";
}

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

.fa-building:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

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

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

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

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

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

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

.fa-check:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-city:before {
  content: "";
}

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

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

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

.fa-edit:before {
  content: "";
}

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

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

.fa-envelope:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

.fa-filter:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

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

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

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

.fa-heart:before {
  content: "";
}

.fa-home:before {
  content: "";
}

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

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

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

.fa-info:before {
  content: "";
}

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

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

.fa-instagram:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-minus:before {
  content: "";
}

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

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

.fa-odnoklassniki:before {
  content: "";
}

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

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

.fa-phone:before {
  content: "";
}

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

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

.fa-pinterest:before {
  content: "";
}

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

.fa-play:before {
  content: "";
}

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

.fa-plus:before {
  content: "";
}

.fa-question:before {
  content: "";
}

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

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

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

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

.fa-search:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-spinner:before {
  content: "";
}

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

.fa-star:before {
  content: "";
}

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

.fa-sync:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

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

.fa-times:before {
  content: "";
}

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

.fa-trash:before {
  content: "";
}

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

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

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

.fa-unlock:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

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

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

.fa-viber:before {
  content: "";
}

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

.fa-vk:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

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

.fa-youtube:before {
  content: "";
}

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

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

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

.review_form{margin-top:100px}.review_content{margin-bottom:40px}.resource-review__item .resource-review__item-wrapper{text-align:center}.review_form .checkbox-custom{text-align:left}.form-default .control-input .file-custom__remove{left:0;top:35px}.review_gear{margin-bottom:10px}.review_gear span{color:#f22e30}.razgon_baner{height:480px;overflow:hidden;background:url("/images/uploads/wrapper-backgraund.jpg") no-repeat 100% 117px}.razgon_baner img{position:relative;margin-top:10%}.cat_id_8979 .sub-categories-list__image-wrapper{border:none;position:relative;height:200px}.cat_id_8979 .sub-categories-list__image-wrapper img{z-index:0;position:relative;border-radius:110px;max-width:200px}.cat_id_8979 .sub-categories-list__image-wrapper .category-frame{background:url("/images/uploads/category-frame-hover-new.png") no-repeat scroll 50% 50% transparent;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1;background-size:contain;-webkit-background-size:contain;-o-background-size:contain;-moz-background-size:contain}.circle_btn{width:65px;height:65px;font-size:14px;text-align:center;background:#f22e30;color:#fff;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:0 0 0 0 rgba(242,46,48,1);border-radius:50%}.whats_up_fix{position:fixed;bottom:100px;right:10px;z-index:100}.whats_up_fix a:hover{color:#fff}.whats_up_fix a{width:60px;height:60px;font-size:14px;text-align:center;background:#f22e30;color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:0 0 0 0 rgba(242,46,48,1);animation:pulse-blue 2s infinite;border-radius:50%}@keyframes pulse-blue{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(242,46,48,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(242,46,48,0)}100%{transform:scale(.95);box-shadow:0 0 0 0 rgba(242,46,48,0)}}.modal-dialog{margin:40vh auto}#modalSound.modal .modal-close{top:7px}#modalSound .modal-body{font-size:2rem;text-align:center}.social-footer{display:flex;align-items:center}.social-footer i{color:#fff}.social-footer a+a{margin-left:5px}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-pagination-bullet:only-child{display:none !important}.menu-top ul.menu li>ul{max-height:450px;overflow-y:auto;scrollbar-color:#666 #f5f5f5;direction:rtl}.menu-top ul.menu li.parent:hover>ul li ul{display:none}.menu-top ul.menu li>ul.submenu ul{position:static;left:0;top:0;display:none;min-width:100%;max-height:250px;direction:ltr;box-shadow:none}.menu-top ul.menu li>ul.submenu ul>li{margin-left:10px}.menu-top ul.menu li>ul.submenu li ul li a{color:#4a4949;padding:3px 10px;font-size:.8rem}.menu-top ul.menu li>ul.submenu>li ul li.last a{padding-bottom:3px}.menu-top ul.menu li>ul.submenu>li ul li.first a{padding-top:3px}.menu-top ul.menu li>ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.menu-top ul.menu li>ul::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.menu-top ul.menu li>ul::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#666}.menu-top ul.menu ul li.parent i{margin-left:5px;display:initial;font-size:1rem;padding:5px 8px;line-height:initial}.menu-top ul.menu ul li.parent>a:after,.menu-top ul.menu ul li.parent>span:after{content:" "}element.style{display:block}.comparison-table__row.same.active{display:flex !important}.menu-top [data-id="2"]>span>i,.menu-top [data-id="2"]>a>i{display:none}.menu-mobile ul.menu li a,.menu-mobile ul.menu li span{padding-right:30px}.products-slider{position:relative}.products-slider .swiper-button-next,.products-slider .swiper-button-prev{position:absolute;top:50%;z-index:10}.products-slider .swiper-button-next{right:10px}.products-slider .swiper-button-prev{left:10px}.products-slider .swiper-button-disabled{opacity:.5}.products-list__price-block{flex:0 0 65%}.products-list__buy-block{flex:0 0 35%;justify-content:flex-end !important}.footer-text{font-size:11px;font-style:italic;padding-top:10px;padding-bottom:10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.color-second{color:#f22e30}.spoiler-closed{overflow:hidden}.spoiler-btn{background:#000;color:#fff}.tags-list .spoiler-control{text-align:right}.menu-mobile .backdrop_title{padding:14px 25px;color:#fff;background:#000;display:block;font-weight:700;min-height:45px;line-height:1.1}.menu-mobile ul.menu li a,.menu-mobile ul.menu li span{border-top:none}.contact-map__wrapper iframe{position:relative;z-index:1}.products-list__options{clear:both;margin:10px 0}.products-list__option{display:flex;justify-content:space-between;font-size:.9rem;color:#333;margin-top:3px;border-bottom:1px dotted #ccc}.products-list__option-name{padding-right:3px;position:relative;z-index:1;background:#f8f8f8;margin-bottom:-2px}.products-list__option-value{padding-left:3px;color:#000;position:relative;z-index:1;background:#f8f8f8;margin-bottom:-2px}.header__logo{min-height:46px}.categories-list__image-wrapper{min-height:50px}@media (max-width:991px){.cat_id_8979 .sub-categories-list__image-wrapper .category-frame{display:none}.cat_id_8979 .sub-categories-list__image-wrapper{height:auto}.cat_id_8979 .sub-categories-list__image-wrapper img{max-width:100px}}@media (max-width:768px){#modalSound .modal-body{font-size:1rem;text-align:center}.categories-list{background:#f8f8f8}}.article_item_block>[class*=col-]{flex:0 0 100%;max-width:100%}.article_item_block .order-lg-first{display:none}.tree_container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;z-index:100;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;height:100%}.tree__row{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.tree__node{z-index:100;width:0;height:0;margin:0 -10px;border-style:solid;-webkit-transition:-webkit-transform .8s ease;-moz-transition:-moz-transform .8s ease;transition:transform .8s ease;-webkit-transform:rotateY(0deg) scale(1.01);-moz-transform:rotateY(0deg) scale(1.01);-ms-transform:rotateY(0deg) scale(1.01);-o-transform:rotateY(0deg) scale(1.01);transform:rotateY(0deg) scale(1.01);will-change:transform;-webkit-animation-name:sparkle;-moz-animation-name:sparkle;animation-name:sparkle;-webkit-animation-timing-function:ease;-moz-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}.tree__node:hover{-webkit-transform:rotateY(180deg) scale(.99);-moz-transform:rotateY(180deg) scale(.99);-ms-transform:rotateY(180deg) scale(.99);-o-transform:rotateY(180deg) scale(.99);transform:rotateY(180deg) scale(.99)}.tree__node:nth-of-type(odd){border-width:0 20px 34.6px;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:#ff6d51;border-left-color:transparent !important}.tree__node:nth-of-type(even){border-width:34.6px 20px 0;border-top-color:#f9d53a;border-right-color:transparent !important;border-bottom-color:transparent !important;border-left-color:transparent !important}.tree__node:nth-of-type(1n+5){border-color:#f79fc5}.tree__node:nth-of-type(2n+7){border-color:#ff6d51}.tree__node:nth-of-type(3n+3){border-color:#f3b140}.tree__node:nth-of-type(4n+2){border-color:#f9d53a}.tree__node:nth-of-type(5n+2){border-color:#87b1d3}.tree__node:nth-of-type(6n+3){border-color:#5bd9c3}.tree__node:nth-of-type(7n+7){border-color:#7861be}.tree__node:nth-of-type(8n+2){border-color:#a9c688}.tree__node:nth-of-type(1n+7){-webkit-animation-duration:1,397s;-moz-animation-duration:1,397s;animation-duration:1,397s}.tree__node:nth-of-type(2n+5){-webkit-animation-duration:2,198s;-moz-animation-duration:2,198s;animation-duration:2,198s}.tree__node:nth-of-type(3n+4){-webkit-animation-duration:2,227s;-moz-animation-duration:2,227s;animation-duration:2,227s}.tree__node:nth-of-type(4n+2){-webkit-animation-duration:1,173s;-moz-animation-duration:1,173s;animation-duration:1,173s}.tree__node:nth-of-type(5n+9){-webkit-animation-duration:2,161s;-moz-animation-duration:2,161s;animation-duration:2,161s}.tree__node:nth-of-type(6n+3){-webkit-animation-duration:1,712s;-moz-animation-duration:1,712s;animation-duration:1,712s}.tree__node:nth-of-type(7n+5){-webkit-animation-duration:1,308s;-moz-animation-duration:1,308s;animation-duration:1,308s}.tree__node:nth-of-type(8n+8){-webkit-animation-duration:1,536s;-moz-animation-duration:1,536s;animation-duration:1,536s}.snow{position:absolute;z-index:1;top:0;width:100%;height:100%;opacity:.3;overflow:hidden}.snow__flake{position:absolute;top:-300px;left:0;width:300px;height:100%;background-repeat:no-repeat;background-size:300px 1200px;background-position:top left;background-image:url("/artmebius/img/snow-flake-1.png");-webkit-animation-name:snowflake;-moz-animation-name:snowflake;animation-name:snowflake;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:10s;-moz-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}.snow__flake:nth-of-type(1n){left:2.5%;-webkit-animation-duration:1,935s;-moz-animation-duration:1,935s;animation-duration:1,935s}.snow__flake:nth-of-type(2n){left:5%;-webkit-animation-duration:1,331s;-moz-animation-duration:1,331s;animation-duration:1,331s}.snow__flake:nth-of-type(3n){left:7.5%;-webkit-animation-duration:3,134s;-moz-animation-duration:3,134s;animation-duration:3,134s}.snow__flake:nth-of-type(4n){left:10%;-webkit-animation-duration:1,344s;-moz-animation-duration:1,344s;animation-duration:1,344s}.snow__flake:nth-of-type(5n){left:12.5%;-webkit-animation-duration:2,355s;-moz-animation-duration:2,355s;animation-duration:2,355s}.snow__flake:nth-of-type(6n){left:15%;-webkit-animation-duration:2,172s;-moz-animation-duration:2,172s;animation-duration:2,172s}.snow__flake:nth-of-type(7n){left:17.5%;-webkit-animation-duration:3,223s;-moz-animation-duration:3,223s;animation-duration:3,223s}.snow__flake:nth-of-type(8n){left:20%;-webkit-animation-duration:3,625s;-moz-animation-duration:3,625s;animation-duration:3,625s}.snow__flake:nth-of-type(9n){left:22.5%;-webkit-animation-duration:2,907s;-moz-animation-duration:2,907s;animation-duration:2,907s}.snow__flake:nth-of-type(10n){left:25%;-webkit-animation-duration:3,989s;-moz-animation-duration:3,989s;animation-duration:3,989s}.snow__flake:nth-of-type(11n){left:27.5%;-webkit-animation-duration:1,162s;-moz-animation-duration:1,162s;animation-duration:1,162s}.snow__flake:nth-of-type(12n){left:30%;-webkit-animation-duration:3,943s;-moz-animation-duration:3,943s;animation-duration:3,943s}.snow__flake:nth-of-type(13n){left:32.5%;-webkit-animation-duration:1,865s;-moz-animation-duration:1,865s;animation-duration:1,865s}.snow__flake:nth-of-type(14n){left:35%;-webkit-animation-duration:1,146s;-moz-animation-duration:1,146s;animation-duration:1,146s}.snow__flake:nth-of-type(15n){left:37.5%;-webkit-animation-duration:2,923s;-moz-animation-duration:2,923s;animation-duration:2,923s}.snow__flake:nth-of-type(16n){left:40%;-webkit-animation-duration:2,959s;-moz-animation-duration:2,959s;animation-duration:2,959s}.snow__flake:nth-of-type(17n){left:42.5%;-webkit-animation-duration:3,421s;-moz-animation-duration:3,421s;animation-duration:3,421s}.snow__flake:nth-of-type(18n){left:45%;-webkit-animation-duration:3,828s;-moz-animation-duration:3,828s;animation-duration:3,828s}.snow__flake:nth-of-type(19n){left:47.5%;-webkit-animation-duration:3,17s;-moz-animation-duration:3,17s;animation-duration:3,17s}.snow__flake:nth-of-type(20n){left:50%;-webkit-animation-duration:2,699s;-moz-animation-duration:2,699s;animation-duration:2,699s}.snow__flake:nth-of-type(21n){left:52.5%;-webkit-animation-duration:1,752s;-moz-animation-duration:1,752s;animation-duration:1,752s}.snow__flake:nth-of-type(22n){left:55%;-webkit-animation-duration:1,733s;-moz-animation-duration:1,733s;animation-duration:1,733s}.snow__flake:nth-of-type(23n){left:57.5%;-webkit-animation-duration:2,947s;-moz-animation-duration:2,947s;animation-duration:2,947s}.snow__flake:nth-of-type(24n){left:60%;-webkit-animation-duration:2,7s;-moz-animation-duration:2,7s;animation-duration:2,7s}.snow__flake:nth-of-type(25n){left:62.5%;-webkit-animation-duration:2,634s;-moz-animation-duration:2,634s;animation-duration:2,634s}.snow__flake:nth-of-type(26n){left:65%;-webkit-animation-duration:1,122s;-moz-animation-duration:1,122s;animation-duration:1,122s}.snow__flake:nth-of-type(27n){left:67.5%;-webkit-animation-duration:3,85s;-moz-animation-duration:3,85s;animation-duration:3,85s}.snow__flake:nth-of-type(28n){left:70%;-webkit-animation-duration:2,698s;-moz-animation-duration:2,698s;animation-duration:2,698s}.snow__flake:nth-of-type(29n){left:72.5%;-webkit-animation-duration:2,508s;-moz-animation-duration:2,508s;animation-duration:2,508s}.snow__flake:nth-of-type(30n){left:75%;-webkit-animation-duration:1,51s;-moz-animation-duration:1,51s;animation-duration:1,51s}.snow__flake:nth-of-type(31n){left:77.5%;-webkit-animation-duration:2,338s;-moz-animation-duration:2,338s;animation-duration:2,338s}.snow__flake:nth-of-type(32n){left:80%;-webkit-animation-duration:1,57s;-moz-animation-duration:1,57s;animation-duration:1,57s}.snow__flake:nth-of-type(33n){left:82.5%;-webkit-animation-duration:1,864s;-moz-animation-duration:1,864s;animation-duration:1,864s}.snow__flake:nth-of-type(34n){left:85%;-webkit-animation-duration:2,937s;-moz-animation-duration:2,937s;animation-duration:2,937s}.snow__flake:nth-of-type(35n){left:87.5%;-webkit-animation-duration:3,68s;-moz-animation-duration:3,68s;animation-duration:3,68s}.snow__flake:nth-of-type(36n){left:90%;-webkit-animation-duration:3,74s;-moz-animation-duration:3,74s;animation-duration:3,74s}.snow__flake:nth-of-type(37n){left:92.5%;-webkit-animation-duration:3,595s;-moz-animation-duration:3,595s;animation-duration:3,595s}.snow__flake:nth-of-type(38n){left:95%;-webkit-animation-duration:1,449s;-moz-animation-duration:1,449s;animation-duration:1,449s}.snow__flake:nth-of-type(39n){left:97.5%;-webkit-animation-duration:1,905s;-moz-animation-duration:1,905s;animation-duration:1,905s}.snow__flake:nth-of-type(40n){left:100%;-webkit-animation-duration:1,504s;-moz-animation-duration:1,504s;animation-duration:1,504s}.snow__flake:nth-of-type(2n){background-image:url("/artmebius/img/snow-flake-2.png")}.snow__flake:nth-of-type(3n){background-image:url("/artmebius/img/snow-flake-3.png")}.snow__flake:nth-of-type(4n){background-image:url("/artmebius/img/snow-flake-4.png")}.message{display:block;position:fixed;z-index:500;right:20px;bottom:20px;width:280px;padding:20px;background:rgba(255,255,255,.4)}.message__text{margin:0 0 14px;font-size:.875rem;font-weight:400;line-height:1.25;color:#fff}.message__text:last-of-type{margin:0}.message__text a{color:#f3b140;text-decoration:none;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.message__text a:hover,.message__text a:focus{color:#f9d8a0}@-webkit-keyframes sparkle{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-moz-keyframes sparkle{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@keyframes sparkle{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes snowflake{0%{opacity:0;-webkit-transform:translate3d(0,0,0)}40%{opacity:1}80%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(60%,120%,0)}}@-moz-keyframes snowflake{0%{opacity:0;-moz-transform:translate3d(0,0,0)}40%{opacity:1}80%{opacity:1}100%{opacity:0;-moz-transform:translate3d(60%,120%,0)}}@keyframes snowflake{0%{opacity:0;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%{opacity:1}80%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(60%,120%,0);-moz-transform:translate3d(60%,120%,0);-ms-transform:translate3d(60%,120%,0);-o-transform:translate3d(60%,120%,0);transform:translate3d(60%,120%,0)}}.elki2{position:relative;height:80vh}.elki2 ul{margin:0;padding:0}.elki2 ul:nth-child(1){position:absolute;top:calc(20vh - 1.6rem);left:50%;width:1rem;height:1rem;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elki2 ul:nth-child(1) li{position:absolute;width:0;height:0;border-width:0 .5rem 1rem;border-style:solid;border-color:transparent;border-bottom-color:#ffce54;-webkit-transform-origin:.5rem 1rem;transform-origin:.5rem 1rem}.elki2 ul:nth-child(1) li:nth-child(0){-webkit-transform:rotate(0deg);transform:rotate(0deg)}.elki2 ul:nth-child(1) li:nth-child(1){-webkit-transform:rotate(72deg);transform:rotate(72deg)}.elki2 ul:nth-child(1) li:nth-child(2){-webkit-transform:rotate(144deg);transform:rotate(144deg)}.elki2 ul:nth-child(1) li:nth-child(3){-webkit-transform:rotate(216deg);transform:rotate(216deg)}.elki2 ul:nth-child(1) li:nth-child(4){-webkit-transform:rotate(288deg);transform:rotate(288deg)}.elki2 ul:nth-child(2){padding:0}.elki2 ul:nth-child(2) li{position:absolute;top:20vh;right:50%;width:.0625rem;background:linear-gradient(rgba(46,204,113,0),rgba(46,204,113,.25));list-style:none;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-animation:swing 4s ease-in-out infinite;animation:swing 4s ease-in-out infinite}.elki2 ul:nth-child(2) li:nth-child(1){height:2.2727272727vh;-webkit-animation-delay:-.21875s;animation-delay:-.21875s}.elki2 ul:nth-child(2) li:nth-child(2){height:2.7272727273vh;-webkit-animation-delay:-.4375s;animation-delay:-.4375s}.elki2 ul:nth-child(2) li:nth-child(3){height:3.1818181818vh;-webkit-animation-delay:-.65625s;animation-delay:-.65625s}.elki2 ul:nth-child(2) li:nth-child(4){height:3.6363636364vh;-webkit-animation-delay:-.875s;animation-delay:-.875s}.elki2 ul:nth-child(2) li:nth-child(5){height:4.0909090909vh;-webkit-animation-delay:-1.09375s;animation-delay:-1.09375s}.elki2 ul:nth-child(2) li:nth-child(6){height:4.5454545455vh;-webkit-animation-delay:-1.3125s;animation-delay:-1.3125s}.elki2 ul:nth-child(2) li:nth-child(7){height:5vh;-webkit-animation-delay:-1.53125s;animation-delay:-1.53125s}.elki2 ul:nth-child(2) li:nth-child(8){height:5.4545454545vh;-webkit-animation-delay:-1.75s;animation-delay:-1.75s}.elki2 ul:nth-child(2) li:nth-child(9){height:5.9090909091vh;-webkit-animation-delay:-1.96875s;animation-delay:-1.96875s}.elki2 ul:nth-child(2) li:nth-child(10){height:6.3636363636vh;-webkit-animation-delay:-2.1875s;animation-delay:-2.1875s}.elki2 ul:nth-child(2) li:nth-child(11){height:6.8181818182vh;-webkit-animation-delay:-2.40625s;animation-delay:-2.40625s}.elki2 ul:nth-child(2) li:nth-child(12){height:7.2727272727vh;-webkit-animation-delay:-2.625s;animation-delay:-2.625s}.elki2 ul:nth-child(2) li:nth-child(13){height:7.7272727273vh;-webkit-animation-delay:-2.84375s;animation-delay:-2.84375s}.elki2 ul:nth-child(2) li:nth-child(14){height:8.1818181818vh;-webkit-animation-delay:-3.0625s;animation-delay:-3.0625s}.elki2 ul:nth-child(2) li:nth-child(15){height:8.6363636364vh;-webkit-animation-delay:-3.28125s;animation-delay:-3.28125s}.elki2 ul:nth-child(2) li:nth-child(16){height:9.0909090909vh;-webkit-animation-delay:-3.5s;animation-delay:-3.5s}.elki2 ul:nth-child(2) li:nth-child(17){height:9.5454545455vh;-webkit-animation-delay:-3.71875s;animation-delay:-3.71875s}.elki2 ul:nth-child(2) li:nth-child(18){height:10vh;-webkit-animation-delay:-3.9375s;animation-delay:-3.9375s}.elki2 ul:nth-child(2) li:nth-child(19){height:10.4545454545vh;-webkit-animation-delay:-4.15625s;animation-delay:-4.15625s}.elki2 ul:nth-child(2) li:nth-child(20){height:10.9090909091vh;-webkit-animation-delay:-4.375s;animation-delay:-4.375s}.elki2 ul:nth-child(2) li:nth-child(21){height:11.3636363636vh;-webkit-animation-delay:-4.59375s;animation-delay:-4.59375s}.elki2 ul:nth-child(2) li:nth-child(22){height:11.8181818182vh;-webkit-animation-delay:-4.8125s;animation-delay:-4.8125s}.elki2 ul:nth-child(2) li:nth-child(23){height:12.2727272727vh;-webkit-animation-delay:-5.03125s;animation-delay:-5.03125s}.elki2 ul:nth-child(2) li:nth-child(24){height:12.7272727273vh;-webkit-animation-delay:-5.25s;animation-delay:-5.25s}.elki2 ul:nth-child(2) li:nth-child(25){height:13.1818181818vh;-webkit-animation-delay:-5.46875s;animation-delay:-5.46875s}.elki2 ul:nth-child(2) li:nth-child(26){height:13.6363636364vh;-webkit-animation-delay:-5.6875s;animation-delay:-5.6875s}.elki2 ul:nth-child(2) li:nth-child(27){height:14.0909090909vh;-webkit-animation-delay:-5.90625s;animation-delay:-5.90625s}.elki2 ul:nth-child(2) li:nth-child(28){height:14.5454545455vh;-webkit-animation-delay:-6.125s;animation-delay:-6.125s}.elki2 ul:nth-child(2) li:nth-child(29){height:15vh;-webkit-animation-delay:-6.34375s;animation-delay:-6.34375s}.elki2 ul:nth-child(2) li:nth-child(30){height:15.4545454545vh;-webkit-animation-delay:-6.5625s;animation-delay:-6.5625s}.elki2 ul:nth-child(2) li:nth-child(31){height:15.9090909091vh;-webkit-animation-delay:-6.78125s;animation-delay:-6.78125s}.elki2 ul:nth-child(2) li:nth-child(32){height:16.3636363636vh;-webkit-animation-delay:-7s;animation-delay:-7s}.elki2 ul:nth-child(2) li:nth-child(33){height:16.8181818182vh;-webkit-animation-delay:-7.21875s;animation-delay:-7.21875s}.elki2 ul:nth-child(2) li:nth-child(34){height:17.2727272727vh;-webkit-animation-delay:-7.4375s;animation-delay:-7.4375s}.elki2 ul:nth-child(2) li:nth-child(35){height:17.7272727273vh;-webkit-animation-delay:-7.65625s;animation-delay:-7.65625s}.elki2 ul:nth-child(2) li:nth-child(36){height:18.1818181818vh;-webkit-animation-delay:-7.875s;animation-delay:-7.875s}.elki2 ul:nth-child(2) li:nth-child(37){height:18.6363636364vh;-webkit-animation-delay:-8.09375s;animation-delay:-8.09375s}.elki2 ul:nth-child(2) li:nth-child(38){height:19.0909090909vh;-webkit-animation-delay:-8.3125s;animation-delay:-8.3125s}.elki2 ul:nth-child(2) li:nth-child(39){height:19.5454545455vh;-webkit-animation-delay:-8.53125s;animation-delay:-8.53125s}.elki2 ul:nth-child(2) li:nth-child(40){height:20vh;-webkit-animation-delay:-8.75s;animation-delay:-8.75s}.elki2 ul:nth-child(2) li:nth-child(41){height:20.4545454545vh;-webkit-animation-delay:-8.96875s;animation-delay:-8.96875s}.elki2 ul:nth-child(2) li:nth-child(42){height:20.9090909091vh;-webkit-animation-delay:-9.1875s;animation-delay:-9.1875s}.elki2 ul:nth-child(2) li:nth-child(43){height:21.3636363636vh;-webkit-animation-delay:-9.40625s;animation-delay:-9.40625s}.elki2 ul:nth-child(2) li:nth-child(44){height:21.8181818182vh;-webkit-animation-delay:-9.625s;animation-delay:-9.625s}.elki2 ul:nth-child(2) li:nth-child(45){height:22.2727272727vh;-webkit-animation-delay:-9.84375s;animation-delay:-9.84375s}.elki2 ul:nth-child(2) li:nth-child(46){height:22.7272727273vh;-webkit-animation-delay:-10.0625s;animation-delay:-10.0625s}.elki2 ul:nth-child(2) li:nth-child(47){height:23.1818181818vh;-webkit-animation-delay:-10.28125s;animation-delay:-10.28125s}.elki2 ul:nth-child(2) li:nth-child(48){height:23.6363636364vh;-webkit-animation-delay:-10.5s;animation-delay:-10.5s}.elki2 ul:nth-child(2) li:nth-child(49){height:24.0909090909vh;-webkit-animation-delay:-10.71875s;animation-delay:-10.71875s}.elki2 ul:nth-child(2) li:nth-child(50){height:24.5454545455vh;-webkit-animation-delay:-10.9375s;animation-delay:-10.9375s}.elki2 ul:nth-child(2) li:nth-child(51){height:25vh;-webkit-animation-delay:-11.15625s;animation-delay:-11.15625s}.elki2 ul:nth-child(2) li:nth-child(52){height:25.4545454545vh;-webkit-animation-delay:-11.375s;animation-delay:-11.375s}.elki2 ul:nth-child(2) li:nth-child(53){height:25.9090909091vh;-webkit-animation-delay:-11.59375s;animation-delay:-11.59375s}.elki2 ul:nth-child(2) li:nth-child(54){height:26.3636363636vh;-webkit-animation-delay:-11.8125s;animation-delay:-11.8125s}.elki2 ul:nth-child(2) li:nth-child(55){height:26.8181818182vh;-webkit-animation-delay:-12.03125s;animation-delay:-12.03125s}.elki2 ul:nth-child(2) li:nth-child(56){height:27.2727272727vh;-webkit-animation-delay:-12.25s;animation-delay:-12.25s}.elki2 ul:nth-child(2) li:nth-child(57){height:27.7272727273vh;-webkit-animation-delay:-12.46875s;animation-delay:-12.46875s}.elki2 ul:nth-child(2) li:nth-child(58){height:28.1818181818vh;-webkit-animation-delay:-12.6875s;animation-delay:-12.6875s}.elki2 ul:nth-child(2) li:nth-child(59){height:28.6363636364vh;-webkit-animation-delay:-12.90625s;animation-delay:-12.90625s}.elki2 ul:nth-child(2) li:nth-child(60){height:29.0909090909vh;-webkit-animation-delay:-13.125s;animation-delay:-13.125s}.elki2 ul:nth-child(2) li:nth-child(61){height:29.5454545455vh;-webkit-animation-delay:-13.34375s;animation-delay:-13.34375s}.elki2 ul:nth-child(2) li:nth-child(62){height:30vh;-webkit-animation-delay:-13.5625s;animation-delay:-13.5625s}.elki2 ul:nth-child(2) li:nth-child(63){height:30.4545454545vh;-webkit-animation-delay:-13.78125s;animation-delay:-13.78125s}.elki2 ul:nth-child(2) li:nth-child(64){height:30.9090909091vh;-webkit-animation-delay:-14s;animation-delay:-14s}.elki2 ul:nth-child(2) li:nth-child(65){height:31.3636363636vh;-webkit-animation-delay:-14.21875s;animation-delay:-14.21875s}.elki2 ul:nth-child(2) li:nth-child(66){height:31.8181818182vh;-webkit-animation-delay:-14.4375s;animation-delay:-14.4375s}.elki2 ul:nth-child(2) li:nth-child(67){height:32.2727272727vh;-webkit-animation-delay:-14.65625s;animation-delay:-14.65625s}.elki2 ul:nth-child(2) li:nth-child(68){height:32.7272727273vh;-webkit-animation-delay:-14.875s;animation-delay:-14.875s}.elki2 ul:nth-child(2) li:nth-child(69){height:33.1818181818vh;-webkit-animation-delay:-15.09375s;animation-delay:-15.09375s}.elki2 ul:nth-child(2) li:nth-child(70){height:33.6363636364vh;-webkit-animation-delay:-15.3125s;animation-delay:-15.3125s}.elki2 ul:nth-child(2) li:nth-child(71){height:34.0909090909vh;-webkit-animation-delay:-15.53125s;animation-delay:-15.53125s}.elki2 ul:nth-child(2) li:nth-child(72){height:34.5454545455vh;-webkit-animation-delay:-15.75s;animation-delay:-15.75s}.elki2 ul:nth-child(2) li:nth-child(73){height:35vh;-webkit-animation-delay:-15.96875s;animation-delay:-15.96875s}.elki2 ul:nth-child(2) li:nth-child(74){height:35.4545454545vh;-webkit-animation-delay:-16.1875s;animation-delay:-16.1875s}.elki2 ul:nth-child(2) li:nth-child(75){height:35.9090909091vh;-webkit-animation-delay:-16.40625s;animation-delay:-16.40625s}.elki2 ul:nth-child(2) li:nth-child(76){height:36.3636363636vh;-webkit-animation-delay:-16.625s;animation-delay:-16.625s}.elki2 ul:nth-child(2) li:nth-child(77){height:36.8181818182vh;-webkit-animation-delay:-16.84375s;animation-delay:-16.84375s}.elki2 ul:nth-child(2) li:nth-child(78){height:37.2727272727vh;-webkit-animation-delay:-17.0625s;animation-delay:-17.0625s}.elki2 ul:nth-child(2) li:nth-child(79){height:37.7272727273vh;-webkit-animation-delay:-17.28125s;animation-delay:-17.28125s}.elki2 ul:nth-child(2) li:nth-child(80){height:38.1818181818vh;-webkit-animation-delay:-17.5s;animation-delay:-17.5s}.elki2 ul:nth-child(2) li:nth-child(81){height:38.6363636364vh;-webkit-animation-delay:-17.71875s;animation-delay:-17.71875s}.elki2 ul:nth-child(2) li:nth-child(82){height:39.0909090909vh;-webkit-animation-delay:-17.9375s;animation-delay:-17.9375s}.elki2 ul:nth-child(2) li:nth-child(83){height:39.5454545455vh;-webkit-animation-delay:-18.15625s;animation-delay:-18.15625s}.elki2 ul:nth-child(2) li:nth-child(84){height:40vh;-webkit-animation-delay:-18.375s;animation-delay:-18.375s}.elki2 ul:nth-child(2) li:nth-child(85){height:40.4545454545vh;-webkit-animation-delay:-18.59375s;animation-delay:-18.59375s}.elki2 ul:nth-child(2) li:nth-child(86){height:40.9090909091vh;-webkit-animation-delay:-18.8125s;animation-delay:-18.8125s}.elki2 ul:nth-child(2) li:nth-child(87){height:41.3636363636vh;-webkit-animation-delay:-19.03125s;animation-delay:-19.03125s}.elki2 ul:nth-child(2) li:nth-child(88){height:41.8181818182vh;-webkit-animation-delay:-19.25s;animation-delay:-19.25s}.elki2 ul:nth-child(2) li:nth-child(89){height:42.2727272727vh;-webkit-animation-delay:-19.46875s;animation-delay:-19.46875s}.elki2 ul:nth-child(2) li:nth-child(90){height:42.7272727273vh;-webkit-animation-delay:-19.6875s;animation-delay:-19.6875s}.elki2 ul:nth-child(2) li:nth-child(91){height:43.1818181818vh;-webkit-animation-delay:-19.90625s;animation-delay:-19.90625s}.elki2 ul:nth-child(2) li:nth-child(92){height:43.6363636364vh;-webkit-animation-delay:-20.125s;animation-delay:-20.125s}.elki2 ul:nth-child(2) li:nth-child(93){height:44.0909090909vh;-webkit-animation-delay:-20.34375s;animation-delay:-20.34375s}.elki2 ul:nth-child(2) li:nth-child(94){height:44.5454545455vh;-webkit-animation-delay:-20.5625s;animation-delay:-20.5625s}.elki2 ul:nth-child(2) li:nth-child(95){height:45vh;-webkit-animation-delay:-20.78125s;animation-delay:-20.78125s}.elki2 ul:nth-child(2) li:nth-child(96){height:45.4545454545vh;-webkit-animation-delay:-21s;animation-delay:-21s}.elki2 ul:nth-child(2) li:nth-child(97){height:45.9090909091vh;-webkit-animation-delay:-21.21875s;animation-delay:-21.21875s}.elki2 ul:nth-child(2) li:nth-child(98){height:46.3636363636vh;-webkit-animation-delay:-21.4375s;animation-delay:-21.4375s}.elki2 ul:nth-child(2) li:nth-child(99){height:46.8181818182vh;-webkit-animation-delay:-21.65625s;animation-delay:-21.65625s}.elki2 ul:nth-child(2) li:nth-child(100){height:47.2727272727vh;-webkit-animation-delay:-21.875s;animation-delay:-21.875s}.elki2 ul:nth-child(2) li:nth-child(101){height:47.7272727273vh;-webkit-animation-delay:-22.09375s;animation-delay:-22.09375s}.elki2 ul:nth-child(2) li:nth-child(102){height:48.1818181818vh;-webkit-animation-delay:-22.3125s;animation-delay:-22.3125s}.elki2 ul:nth-child(2) li:nth-child(103){height:48.6363636364vh;-webkit-animation-delay:-22.53125s;animation-delay:-22.53125s}.elki2 ul:nth-child(2) li:nth-child(104){height:49.0909090909vh;-webkit-animation-delay:-22.75s;animation-delay:-22.75s}.elki2 ul:nth-child(2) li:nth-child(105){height:49.5454545455vh;-webkit-animation-delay:-22.96875s;animation-delay:-22.96875s}.elki2 ul:nth-child(2) li:nth-child(106){height:50vh;-webkit-animation-delay:-23.1875s;animation-delay:-23.1875s}.elki2 ul:nth-child(2) li:nth-child(107){height:50.4545454545vh;-webkit-animation-delay:-23.40625s;animation-delay:-23.40625s}.elki2 ul:nth-child(2) li:nth-child(108){height:50.9090909091vh;-webkit-animation-delay:-23.625s;animation-delay:-23.625s}.elki2 ul:nth-child(2) li:nth-child(109){height:51.3636363636vh;-webkit-animation-delay:-23.84375s;animation-delay:-23.84375s}.elki2 ul:nth-child(2) li:nth-child(110){height:51.8181818182vh;-webkit-animation-delay:-24.0625s;animation-delay:-24.0625s}.elki2 ul:nth-child(2) li:nth-child(111){height:52.2727272727vh;-webkit-animation-delay:-24.28125s;animation-delay:-24.28125s}.elki2 ul:nth-child(2) li:nth-child(112){height:52.7272727273vh;-webkit-animation-delay:-24.5s;animation-delay:-24.5s}.elki2 ul:nth-child(2) li:nth-child(113){height:53.1818181818vh;-webkit-animation-delay:-24.71875s;animation-delay:-24.71875s}.elki2 ul:nth-child(2) li:nth-child(114){height:53.6363636364vh;-webkit-animation-delay:-24.9375s;animation-delay:-24.9375s}.elki2 ul:nth-child(2) li:nth-child(115){height:54.0909090909vh;-webkit-animation-delay:-25.15625s;animation-delay:-25.15625s}.elki2 ul:nth-child(2) li:nth-child(116){height:54.5454545455vh;-webkit-animation-delay:-25.375s;animation-delay:-25.375s}.elki2 ul:nth-child(2) li:nth-child(117){height:55vh;-webkit-animation-delay:-25.59375s;animation-delay:-25.59375s}.elki2 ul:nth-child(2) li:nth-child(118){height:55.4545454545vh;-webkit-animation-delay:-25.8125s;animation-delay:-25.8125s}.elki2 ul:nth-child(2) li:nth-child(119){height:55.9090909091vh;-webkit-animation-delay:-26.03125s;animation-delay:-26.03125s}.elki2 ul:nth-child(2) li:nth-child(120){height:56.3636363636vh;-webkit-animation-delay:-26.25s;animation-delay:-26.25s}.elki2 ul:nth-child(2) li:nth-child(121){height:56.8181818182vh;-webkit-animation-delay:-26.46875s;animation-delay:-26.46875s}.elki2 ul:nth-child(2) li:nth-child(122){height:57.2727272727vh;-webkit-animation-delay:-26.6875s;animation-delay:-26.6875s}.elki2 ul:nth-child(2) li:nth-child(123){height:57.7272727273vh;-webkit-animation-delay:-26.90625s;animation-delay:-26.90625s}.elki2 ul:nth-child(2) li:nth-child(124){height:58.1818181818vh;-webkit-animation-delay:-27.125s;animation-delay:-27.125s}.elki2 ul:nth-child(2) li:nth-child(125){height:58.6363636364vh;-webkit-animation-delay:-27.34375s;animation-delay:-27.34375s}.elki2 ul:nth-child(2) li:nth-child(126){height:59.0909090909vh;-webkit-animation-delay:-27.5625s;animation-delay:-27.5625s}.elki2 ul:nth-child(2) li:nth-child(127){height:59.5454545455vh;-webkit-animation-delay:-27.78125s;animation-delay:-27.78125s}.elki2 ul:nth-child(2) li:nth-child(128){height:60vh;-webkit-animation-delay:-28s;animation-delay:-28s}.elki2 ul:nth-child(2) li:before{content:"";position:absolute;left:-1px;bottom:1px;width:3px;height:3px}.elki2 ul:nth-child(2) li:nth-child(4n):before{background:#d8334a}.elki2 ul:nth-child(2) li:nth-child(4n+1):before{background:#ffce54}.elki2 ul:nth-child(2) li:nth-child(4n+2):before{background:#2ecc71}.elki2 ul:nth-child(2) li:nth-child(4n+3):before{background:#5d9cec}@-webkit-keyframes swing{0%,100%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}5%,45%{opacity:.25}50%,100%,0%{opacity:1}50%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}@keyframes swing{0%,100%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}5%,45%{opacity:.25}50%,100%,0%{opacity:1}50%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}}.cookie_popup{display:none}.cookie_popup__wrap{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:16px;column-gap:16px;max-width:928px;box-sizing:border-box;background-color:#000;padding:12px 16px;border-radius:4px;position:fixed;bottom:60px;color:#fff;left:50%;transform:translate(-50%);width:100%;z-index:9999}.cookie_popup a{color:#fff;border-bottom:1px solid #ccc}.cookie_popup__btn{padding-right:10px;padding-left:10px;width:130px}.cookie_popup__wrap p{margin:0}.input-accept.error .error_accept:before{content:"Обязательное поле";color:brown}